


.entry-content a {
    text-decoration: underline;
}

.kotei_footer{
	
	text-align:center;
}

.kotei_footer_pink{
	color:#fb1678;
}


.alignnone{

    margin: 0 auto;
    display: block;

}

.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/**************************************************************
チェックリスト
**************************************************************/
.post ul.checklist {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
	margin-left: 0; 
}

ul.checklist li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.checklist li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}



/**************************************************************
赤・太字
**************************************************************/
.redfont{
    color:#F16F6F;
	  font-weight: bold;
}

.c-red{
    color:#F16F6F;
	  font-weight: bold;
}

.yellow_marker{font-weight:bold;background:linear-gradient(transparent 0%,#ffff66 0%)}

.blue_marker{font-weight:bold;background:linear-gradient(transparent 80%,#66ccff 80%)}


.red_marker{font-weight:bold;background:linear-gradient(transparent 80%,rgb(255,170,170) 80%)}



/**************************************************************
小見出し
**************************************************************/

h2{
		background: #6bb6ff;
  color: #fff;
	padding: .6em .8em;
}
h3{
    border-left: 7px solid #6bb6ff;
    border-bottom: 1px solid #6bb6ff;
    padding: .6em .8em;
}

h4{ padding:.6em .8em}





.point_box{
	border:2px solid #da4033;
	border-radius:4px;
	margin:1em 0;
	padding:1em;
	position:relative;
	font-size:100%;
	line-height: 2;
}

.point_box::before{background-color:#fff;color:#da4033;content:"POINT";font-weight:700;left:1em;padding:0 .5em;position:absolute;top:-1em}


.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	    line-height: 2;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;


}

.post_content a { 
	color:#1111cc;
}

/**************************************************************
Q&A
**************************************************************/
.qa {
	width: 100%;
	font-family: メイリオ;
	font-size: 15px;
/*全体のフォントサイズ*/
}

.qa dl {
	border: 1px solid #ccc;
}

.qa dt {
	font-weight: bold;
	color: #111;
	background: #f4f4f4;
/* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.qa dt:first-child {
	border-top: none;
}

.qa dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}

.qa dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}

.qa dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}


/**************************************************************
隠し
https://ameblo.jp/pixelog/entry-12256964073.html#more1
**************************************************************/

.more{
    max-height: 0;
	  
    transform: scaleY(0);
    transform-origin: center top;
    transition: .3s ease;
    transition-property: transform,max-height;
}
.morefix:target +  .more{
    max-height: 99999px;
    transform: scaleY(1);
}
.morefix{
	text-align: right;
    position: fixed;
    top: 0;
}


/**************************************************************
アフィボタン（赤）
**************************************************************/

	.aff_btn_red{
		width:90%;
		font-size:32px;
		font-weight:700;
		text-decoration:none;
		display:block;
		text-align:center;
		margin-left:5%;
		text-decoration: none!important;
		line-height:1.3;
		padding:8px 0 10px;
		background-color:#49a9d4;
		border-radius:5px;
		color:#fff;
		box-shadow:4px 4px #963634;
		text-shadow:0 -1px #963634;
		background-image:-moz-linear-gradient(top,#66cb00 0%,#669a00);
		background-image:-webkit-gradient(linear,left top,left bottom,from(#eb5350),to(#eb5350))}
		.aff_btn_red_s{font-size:24px}a.aff_btn_red:link{color:#fff !important;}
		a.aff_btn_red:visited{color:#fff!important;}
		a.aff_btn_red:hover{color:#fff!important;}
		a.aff_btn_red:active{color:#fff!important;}
		@media screen and (max-width:768px){
	.aff_btn_red{font-size:24px}.aff_btn_red_s{font-size:14px}}@media screen and (max-width:480px){.aff_btn_red{font-size:18px}.aff_btn_red_s{font-size:14px}}
	
/**************************************************************
アフィボタン（青）
**************************************************************/

	.aff_btn_blue{width:90%;font-size:32px;font-weight:700;text-decoration:none;display:block;text-align:center;margin-left:5%;line-height:1.3;padding:8px 0 10px;text-decoration: none!important;background-color:#49a9d4;border-radius:5px;color:#fff;box-shadow:4px 4px #1d77a0;text-shadow:0 -1px #1d77a0;background-image:-moz-linear-gradient(top,#66cb00 0%,#669a00);background-image:-webkit-gradient(linear,left top,left bottom,from(#29a7e1),to(#29a7e1))}
	.aff_btn_blue_s{font-size:24px}	
	a.aff_btn_blue:link{color:#fff !important;}
	a.aff_btn_blue:visited{color:#fff!important;}
	a.aff_btn_blue:hover{color:#fff!important;}
	a.aff_btn_blue:active{color:#fff!important;}@media screen and (max-width:768px){.aff_btn_blue{font-size:24px}.aff_btn_blue_s{font-size:14px}}@media screen and (max-width:480px){.aff_btn_blue{font-size:18px}.aff_btn_blue_s{font-size:14px}}




/**************************************************************
口コミ
**************************************************************/

.lp {
	font-size: 140%;
	background: #fff;
  color: #364e96;
padding: 0.5em 0.5em;
border-top: 3px double #364e96;
border-bottom:3px double #364e96;
}

.star_comment_box {
    position: relative;
    margin-bottom: 8px;
    padding: 14px;
    border-bottom: none;
    border-left: 8px solid #2c49bd;
    background: #f8f8f8;
}
.star_comment_box {
    position: relative;
    margin-bottom: 8px;
    padding: 14px;
    border-bottom: none;
    border-left: 8px solid #364e96;
    background: #f8f8f8;
}

.star_commnet_box p{
	margin:0 0 0 0 !important;
	
}
.star_comment_box {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.comment_title{
	font-size:120%;
	font-weight: bold;
}

.post .star_comment_box p{
	margin:0 0 0 0;
}




	@media only screen and (max-width:460px){
.post table.hikaku{
	font-size:75%;
	}
}

.post table.hikaku th ,td{
	 padding-left:5px;
	 padding-right:5px;
}


/*--------------------------------
スマホのフッターランキング
http://storyinvention.com/smaho-kotei-footer
---------------------------------*/
.footer_ranking_holdout {
	margin: 3px auto;
	padding: 3px;
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #3e8dd4;
}

ul.footer_ranking_hold {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	display: table;
}

ul.footer_ranking_hold li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	list-style-type: none;
	font-size: 15px;
}

ul.footer_ranking_hold li a i {
	font-size: 12px;
}

ul.footer_ranking_hold li a {
	border: none;
	display: block;
	color: #3e8dd4;
	text-align: center;
	line-height: 1.5em;
}

.footer_ranking_holdout {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	color: #e6b422;
	z-index: 9999999999;
	-moz-opacity: .9;
	opacity: .9;
}

