/*
Theme Name: STINGER PRO Card2-Child
Template: stingerpro
Version: 20170505
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

/* Googleフォントの反映箇所
--------------------------------*/
#magazine .kanren .st-top-box dd h3
{
}

body {
	background:#fff;
}

/*トップの基本部分*/
.home .post {
	padding-bottom: 0px;
}

.home main {
	padding: 0;
}

.home main {
	background-color:transparent!important;
}

aside .kanren {
	margin-top: 0;
	margin-bottom:20px;
	padding-top: 0;
}

.st-pagelink {
	padding:0 5px;
}

/*ブログカード風マガジン*/
#magazine .kanren {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*ブログカード風マガジン*/
#magazine .kanren dl {
	box-sizing:border-box;
	border:1px solid #ccc;
	background:#fff;
}

#magazine .kanren dl {
	width:100%;
}

#magazine .kanren dt {
	float: none!important;
	width: 100%!important;
	height:auto;
	overflow: hidden;
	position:relative;
}

#magazine .kanren dt img {
	width: 100%!important;

}

#magazine .kanren dd {
	padding: 0px 20px 10px;
}

#magazine .kanren .clearfix dd p {
	line-height: 1.8;
}

#magazine .kanren .st-top-box {
	padding:5px;
	box-sizing:border-box;
	width:100%;
}

#magazine .kanren .st-top-box dl {
	margin-bottom:0;
	position: relative;
}

#magazine .kanren .st-top-box a.st-box-a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	z-index:9999;
}

#magazine .kanren .st-top-box a:hover {
	text-decoration: none;
	background:#fff;
	opacity:0.1;
}

#magazine .kanren .st-top-box img.size-full,
#magazine .kanren .st-top-box img.size-large {
	margin-bottom:0;
}

/*ブログカード風マガジン最初の投稿*/
#magazine .kanren .st-fist-post {
	padding:10px 5px 5px;
	box-sizing:border-box;
	width:100%!important;
	height:auto;
	border:none;
}



/*WordPress Popular Posts*/
.st-wp-views {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index:999;
	padding:5px 10px;
	color:#fff;
	opacity:0.3;
	font-weight:bold;
	text-align:center;
	line-height:1em;
}
.wpp-views {
	font-size:300%;
}
.wpp-text{
	font-size:50%;
}

.st-wp-viewbox .st-wp-views,
#side .st-wp-views {
	font-size:50%;
	opacity:0.6;
}

.st-wp-viewbox .st-wp-views .wpp-text,
#side .st-wp-views .wpp-text {
	font-size:50%;
}

/*投稿日*/
#magazine .st-top-time p{
	margin-bottom:-10px;
	padding-top:10px;
	font-size:90%;
	color:#1a1a1a;
}

/*カテゴリ*/

#magazine .catname {
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	position:relative;
	z-index:9999;
	font-size:90%;
	padding:7px 10px;
}


 /*タイトル*/
#magazine .kanren .st-top-box dd h3 {
	padding:10px 0;
	line-height:1.5;
}


/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

	#magazine .kanren .st-top-box {
		width:50%;
	}

	/*ブログカード風マガジン最初の投稿*/
	#magazine .kanren .st-top-box.st-fist-post dt {
 	   overflow: hidden;
  	  width: 100%;/* トリミングしたい枠の幅 */
   	 height: 400px;/* トリミングしたい枠の高さ */
  	  position: relative;
	
	}

	#magazine .kanren .st-top-box.st-fist-post dl:last-child {
		padding-bottom:0;
	}

	/*画像にアミ点*/
	#magazine .kanren .st-fist-post dt .st-c-ami{
	}
	
	#magazine .kanren .st-top-box.st-fist-post dt img {
	  position: absolute;
 	 top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
 	 height: auto;

	}

	#magazine .kanren .st-fist-post dd {
		width: 100%;
		box-sizing:	border-box;
		padding: 0!important;
		position:absolute;
		bottom:0;
		left:0px;
		z-index:999;
	}

	#magazine .kanren .st-fist-post dd .st-cards-content {
		padding:0px;
	}
	#magazine .kanren .st-fist-post dd .st-cards-content-in {
		background: rgba(255,255,255,0.7);
		padding:0 40px 40px;
	}

	#magazine .kanren .st-fist-post dd h3 {
		font-size:200%;
		margin-bottom:10px;
		line-height:1.5;
	}

	/*WordPress Popular Posts*/
	#magazine .kanren .st-fist-post .st-wp-views {
		font-size:200%;
	}

	#magazine .kanren .st-fist-post .wpp-text{
		font-size:50%;
	}



/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

	#magazine .kanren {
	    padding: 0 10px;
	}

}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

	#magazine .kanren .st-fist-post {
		padding:0 5px 5px;
	}

	#magazine .kanren .st-top-box {
		width:49.99%;
	}

	.colum1 #magazine .kanren .st-top-box {
		width:33.33%;
	}

	.home aside .kanren {
		margin-top: 0;
		padding-top: 0px;
	}

	.home .colum1 main {
		margin: 0 0 20px;
		padding: 0px;
	}

	/*記事エリアのボーダー*/
	.single main,
	.page main {
		border: 1px solid #ddd;
	}

/*-- ここまで --*/
}


body{
color:#333 !important;
}

p {
font-size: 16px;
line-height:2.2;
}

a:hover img {
	-moz-opacity: 0.95;
	opacity: 0.95;
}
header .sitename a:hover {
	-moz-opacity: 1;
	opacity: 1;
}

.copyr {
	font-size: 11px;
	color: #444;
	line-height: 15px;
}

h3.footerlogo, h3.footerlogo a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding-top: 28px;
}

aside {
color: #444;
background-color: rgba( 255, 255, 255, 0.4 );
}

aside img {
padding: 10px 3px 5px 2px;}

aside #mybox {
padding: 12px;
}

.entry-title {
	font-size: 22px;
	line-height: 35px;
	color: #444;
	background-color: #fdf4f6;
padding: 3px 0 3px 8px;
}


nav.smanone {
background-color:rgba(255,255,255,0.3) !important;
}


input.wpcf7-submit{
font-size:24px;
width:100px;
}

.wpcf7-form-control{
max-width:95%;
}

hr{
    border: 0;
    border-bottom: 1px dashed #19a89e;
    background: #eee;
margin: 25px 2px 25px 2px;
}

#searchform{
border: 1px solid #ccc;
}


.entry-title{
	color: #444;
	text-decoration: none;
	background-color: #faf1fc;
	display: block;
	padding-left: 5px;
}

span.keikou1 {
    background: linear-gradient(transparent 60%, #ffff66 80%);
}

span.keikou2 {
    background: linear-gradient(transparent 60%, #ff99ff 80%);
}


.waku {
border: 1px dashed #eed2e2;
padding: 10px;
margin: 6px;
}

#kanren dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	background-color: #ffffff;
	}

aside,header {
background-color:rgba(255,255,255,0.8);
padding-left: 8px;
border-bottom: 1px solid #ddd;
}

aside li {
padding-left: 8px;
}

.wpp-list li {
border-bottom: 1px solid #ddd;
padding-bottom: 8px;
}

.date {
font-size :11px;
padding-left :5px;
}

.menu_underh2 {
border-top: 1px solid #ddd;
}


.button a {
  width: 95%;
  background-color: #2fa79f;
  border-radius: 3px;
  box-shadow: 0 3px 1px rgba(200,200,200,1);
  color: #ffffff;
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px 0 20px 5px;
  padding: 10px 0;
  font-family: "TBUDゴシック E";
}
.button a:hover {
  box-shadow: 0 3px 0 rgba(240,240,240,1);
  color: #f4c4e8;
  font-family: "TBUDゴシック E";
}


.button-s a {
  width: 300px;
  max-width: 90%;
  background-color: #6fd8c4;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(200,200,200,1);
  color: #ffffff;
  display: block;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
  padding: 10px 0;
  font-family: "TBUDゴシック E";
}
.button-s a:hover {
  box-shadow: 0 2px 0 rgba(240,240,240,1);
  color: #f4c4e8;
  font-family: "TBUDゴシック E";
}

img.size-full, img.size-large{
border: 1px #cbd9e4 solid;
margin: 15px 0 15px 0;
float: none;
}

.bosyu-box {
    border: 3px solid #cd9fbd;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 2em 0;
    padding: 1em 0.1em 0 0.1em;
    position: relative;
    background-color: #fffdfb;
}
.bosyu-box::before {
    background-color: #fff;
    color: #ae271b;
    content: "カメラ教室 参加者募集中！";
    font-weight: bold;
    left: 1em;
    padding: 0.7em;
    position: absolute;
    top: -1.8em;
font-size: 16px !important;

}

.bosyu-box a {
color: #1e8198!important;
}

.bosyu-box a:hover {
color: #23a8c7!important;
}

.bosyu-box ul li {
margin-left:0px; 
list-style-type: none !important;
position: relative;
font-size: 18px !important;
line-height: 1.6;
}

.bosyu-box ul li {
padding-bottom: 18px;
}

.kyubo-box {
    border: 3px solid #cd9792;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 2em 0;
    padding: 1em 0.1em 0 0.1em;
    position: relative;
    background-color: #fffbf2;
}
.kyubo-box::before {
    background-color: #fff;
    color: #ae271b;
    content: "キャンセル発生で急募！";
    font-weight: bold;
    left: 1em;
    padding: 0.7em;
    position: absolute;
    top: -1.8em;
font-size: 16px !important;

}

.kyubo-box a {
color: #1e8198!important;
}

.kyubo-box a:hover {
color: #23a8c7!important;
}

.kyubo-box ul li {
margin-left:0px; 
list-style-type: none !important;
position: relative;
font-size: 18px !important;
line-height: 1.6;
}

.kyubo-box ul li {
padding-bottom: 18px;
}

li{
line-height: 2;}

a {
text-decoration: none;
}

/*テーブル*/
.post table {
	border-top: 1px #bbb solid;
	border-right: 1px #fff solid;
	border-left: 2px #fff solid !important;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

/*For IE*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.post table {
		table-layout: fixed;
}}

table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #fff !important;
	vertical-align:top;
}

table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #ccc;
	border-right-color: #fff;
	border-left: 1px #fff solid;
	font-size: 15px;
	line-height: 24px;
}

.post table tr td p {
	font-size: 15px;
	line-height: 24px;
}

.post table tr:nth-child(even) {
	background-color: rgba(220,220,220,0.2);
}

.snstext {
font-size: 11px;
}

h1,h2,h3,.entry-title,h5,#magazine .kanren .st-top-box dd h3{ font-family: "丸フォーク M";}h3,h4,h5{ font-family: "丸フォーク M";}.entry-content p,body,h1.descr{ font-family: "TBUDゴシック R";}strong,b{ font-family: "TBUDゴシック E";}

/*ページナビ*/

.st-pagelink {
	padding:20px 0px 25px 0;
	text-align:center;
}

.st-pagelink:after {
	content: "";
	display:block;
	clear:both;
}

.st-pagelink a {
	text-decoration:none;
	font-size:18px;
}

.st-pagelink a:hover {
	opacity:0.5;
}

.st-pagelink .page-numbers {
	border:1px solid #37a5a5;
	padding:14px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:18px;
	min-width:20px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
}

#side aside h4 {
font-size: 18px;
padding: 12px 0 20px 0;
}

.textwidget p {
font-size: 12px;
}

.entry-content h3 {
border-bottom: 2px dashed #b9cdc6;
}

.entry-content h4 {
border-bottom: 1px dotted #b9cdc6;
}

/*TOC用*/
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#fcfcfc;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}
