@charset "utf-8";

.aligncenter {
	clear: both !important;
	display: block !important;
	width: 790px;
	max-width: 100%;
	margin: 0 auto !important;
	text-align: center !important;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: .2px;
}

/* 強制改行 */
.mb1{
	margin-bottom: 3em !important;
}
.mb2{
	margin-bottom: 4em !important;
}
.mb3{
	margin-bottom: 5em !important;
}
.mb4{
	margin-bottom: 6em !important;
}
.mb5{
	margin-bottom: 7em !important;
}


/* 大文字 */
.text-big{
	font-size: 24px !important;
	line-height: 42px !important;
	color: #000 !important;
	font-weight: bold !important;
}

/* 大文字・赤字 */
.text-red{
	font-size: 24px !important;
	line-height: 42px !important;
	color: #f00 !important;
	font-weight: bold !important;
}

/* 大文字・赤下線 */
.bold_red {
	font-size: 24px !important;
	line-height: 42px !important;
	color: #000 !important;
	border-bottom: 2px solid #ff3333;
}	

.black-bold {
	font-weight: bold;
	color: #000;
}
.red-bold {
	font-weight: bold;
	color: #ff0000;
}
.blue-bold {
	font-weight: bold;
	color: #0000ff;
}

.marker_yellow {
	font-size: 20px !important;
	color: #000;
	background: linear-gradient(transparent 0%, #ffff66 0%);
	padding: 2px 6px;
}

.marker_red {
	font-size: 20px !important;
	color: #fff !important;
	background: linear-gradient(transparent 0%, #ff3333 0%);
	padding: 2px 6px;
}

.line_yellow {
	font-size: 20px !important;
	color: #000;
	background: linear-gradient(transparent 70%, #ffff66 70%);
}

.line_pink {
	font-size: 20px !important;
	color: #000;
	background: linear-gradient(transparent 70%, #ff99ff 70%);
}

.marker_red_big {
	font-size: 18px !important;
	font-weight: bold;
	text-align: center !important;
	line-height: 1.6em;
	color: #fff !important;
	background: linear-gradient(transparent 0%, #ff3333 0%);
	padding: 4px 8px;
	box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	border: 1px solid #ccc;
	}
.marker_red_big:hover {
	border: 1px solid #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	}

/* 投稿画像にシャドーを付ける*/	
.boxShadow {
	 margin: 18px 0 !important;
}

.boxShadow img {
	 border:solid 1px #ccc;
	 box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
	

/* 投稿画像の枠線 */
.entry-content img {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
}

.border-none img {
	border: none !important;
	box-shadow: none !important;
}

/* YouTubeやVimeoのiframe要素をレスポンシブに対応させる */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
/* 2カラム */
@media screen and (min-width: 980px) {
	.columnBox {
		display: table !important;
		width: 100%;
	}
	.leftColumn,
	.rightColumn {
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: .2px;
		display: table-cell !important;
		width: 50% !important;
	}
	.leftColumn img,
	.rightColumn img {
		display: inline-block !important;
		max-width: 100%;
		vertical-align: top !important;
		margin: 0 auto !important;
		text-align: center !important;
	}
	.leftColumn {
		padding-right: 16px;
	}
	.rightColumn {
		padding-left: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.two-columnbox {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-gap: 60px;
		column-gap: 60px;
	}
}	

/* ボタン */
.submit-button {
	display: inline-block;
	color: rgba(39,48,57,.8);
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	border: 1px solid rgba(39,48,57,.8);
	background-color: #fff;
	border-radius: 4px;
	font-size: 1.2em;
	line-height: 50px;
}
.submit-button:hover {
	border:1px solid #17bebb;
	background-color: #17bebb;	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.submit-button a {
	display: block;
}
.submit-button a:hover {
	color: #fff;
}

.submit-button:hover {
	color: #fff;
}

/* まとめ */
.summary {
	position: relative;
	font-size: 20px;
	margin-top: 32px;
	margin-bottom: 24px;
	padding: .75em 1em .75em 1.5em;
	border: thin solid #ccc;
}

.summary::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background: #17bebb;
	border-radius: 4px;
}

.cta-border {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 26px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;	
	-moz-box-border-radius: 4px;
	border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;	
}

/* 枠 */
.box1 {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.box2 {
	margin: 1em 0 30px;
	padding: 1em 1.5em;
	line-height: 2;
	border: 1px solid #cdcdcd;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3);
}

.box3 {
	margin: 2em 0 2.5em;
	padding: 1em 1.5em;
	line-height: 2.0;
	border: 1px dashed #cdcdcd;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3);
}

.box4 {
    margin: 2em 0 2.5em;
    padding: 0.5em 1em;
    border: double 5px rgba(195,195,195,0.3);
}

.bg_red {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.bg_yellow {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.bg_blue {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.bg_green {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

/* 広告 */

.ads-img {
	display: inline-block;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	padding: 0 24px !important;
}

.ads-img iframe {
	display: inline-block;
	max-width: 100%;
	}

.ad-pc-left {
	float: left;
}
.ad-pc-right {
	float: right;
}

.ad-pc-left img {
	display: block;
	margin-right: auto;
}
.ad-pc-right img {
	display: block;
	margin-left: auto;
}
.addouble {
	width: 750px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen  and (min-width: 480px) and (max-width: 1024px) {
	.ad-pc-left {
		float: none;
	}
	.ad-pc-left img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.ad-pc-right {
		float: none;
	}
	.ad-pc-right img {
		display: block;
		margin: 26px auto 0;
	}
}

@media only screen and (max-width: 460px){
	.ads-img {
		display: block;
		padding: 0 !important;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.line-break {
		display: block;
		word-wrap: break-word;
		white-space: normal;
	}	
}

.textwidget .ads-img {
	margin-top: -40px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

.ads-adsense {
display: block;
margin: 20px 0 30px !important;
border: none !important;
background: transparent !important;
text-align: center !important;
}

.ads-adsense p {
margin: 30px 0 10px !important;
text-align: center !important;
font-size: 13px;
color: #696969;
}

.ads-img img {
margin: 20px 0;
padding: 0;
border: none;
clear: both; 
}

.ads-img-center img {
display: block;
float: left;
margin: 20px 0 20px 16px !important;
padding: 0 ;
border: none;
}

.clear {
clear: both;
}

.widget .ads-img img {
display: block;
text-align: center;
margin: 0 auto !important;
padding: 0;
border: none;
clear: both; 
}

.widget img {
display: block;
text-align: center;
margin: 0 auto !important;
padding: 0;
border: none;
clear: both; 
}