@charset "utf-8";


/**************************************************
 * sp																							*
 **************************************************/

#header {
	position:relative;
	padding-top:24px;
}
#logo {
	text-align:center;
	padding:15px 0;
}
#logo img {
	width:50%;
	min-width:200px;
	height:auto;
}

#hnavi {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#hnavi li {
	width:50%;
}

#hnavi01 a {
	border-right:1px solid #FFF;
	font-size:13px;
}

#hnavi02 a {
	font-size:13px;
}

#hnavi2 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#hnavi2 li {
	width:50%;
}


#hnavi001 a {
	border-right:1px solid #FFF;
	font-size:13px;
}

#hnavi002 a {
	font-size:13px;
}

#gnavi_bnr {
	position:absolute;
	top:34px;
	right:10px;
	cursor:pointer;
}
#gnavi {
	display:none;
}
#gnavi.slideDown {
	display:block;
}
#gnavi li {
	float:left;
	width:25%;
}
#gnavi li a {
	display:block;
	border-right:1px solid #EEE;
	padding:10px 0;
}
#gnavi li img {
	width:100%;
	height:auto;
}
#slider {
	padding:10px;
	background:url(../images/home_slider_bg.png) center top repeat-x #F5A51A;
	text-align:center;
	min-height:140px;
}
#slider img {
	width:100%;
	height:auto;
}
#limited li {
	margin-top:10px;
}
#limited li span {
	display:block;
	height:40px;
	overflow:hidden;
}
#limited li span img {
	margin:-10px 0;
}
#limited #bnr_member {
	background-size:auto 80px;
	-moz-background-size:auto 80px;
	-webkit-background-size:auto 80px;
	-o-background-size:auto 80px;
	-ms-background-size:auto 80px;
}
#limited #bnr_mama {
	background-size:auto 80px;
	-moz-background-size:auto 80px;
	-webkit-background-size:auto 80px;
	-o-background-size:auto 80px;
	-ms-background-size:auto 80px;
}
.sec {
	margin-top:20px;
}
#column-pickup {
	background:url(../images/home_columnpickup_tit.png) left top no-repeat;
	padding-top:80px;
	margin-top:20px;
}
#column-pickup dt {
	display:none;
}
#column-pickup {
}
#column-pickup dl {
	border-top:1px solid #F4F0E7;
	border-left:1px solid #F4F0E7;
}
#column-pickup dd {
	float:left;
	width:50%;
	overflow:hidden;
}
#column-pickup dd a {
	border-bottom:1px solid #F4F0E7;
	border-right:1px solid #F4F0E7;
	overflow:hidden;
}
#column-pickup dd img {
	width:100%;
	height:auto;
	border:1px solid #FFF;
}
#information_list {
	background:#F5A51A;
	padding:10px 8px 8px 10px;
}
#information_list li {
	width:33%;
	float:left;
}
#information_list li a {
	display:block;
	background:#FFF;
	border-right:2px solid #F5A51A;
	border-bottom:2px solid #F5A51A;
}
#information_list li img {
	width:100%;
	height:auto;
}
#information_list02 {
	display:none;
}

#pagetit {
	display:table-cell;
	height:60px;
	background:url(../images/h_line_sp.png) center top repeat-x;
	padding:4px 0 0 0;
	/*line-height:50px;*/
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	margin:0 0 10px;
	vertical-align:middle;
	border-bottom:10px solid transparent;
	background-clip:padding-box;
	width:640px;
}

#pagetit2 {
	display:table-cell;
	height:60px;
	background:#4ab315;
	padding:4px 0 0 0;
	/*line-height:50px;*/
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	margin:0 0 10px;
	vertical-align:middle;
	border-bottom:10px solid transparent;
	background-clip:padding-box;
	width:640px;
}

#contents,
#isu_content,
.con_r{ width:100%; clear:both;}


.contents_link{
	clear:both;
}

.contents_link {
	margin:30px 0 10px 0;
}
.contents_link dl {
	float:left;
	width:50%;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}
.contents_link dl:nth-child(odd) {
	clear:left;
	padding:0 10px 0 20px;
}
.contents_link dl:nth-child(even) {
	padding:0 20px 0 10px;
}
.contents_link dt a {
	display:table;
	font-size:16px;
	width:100%;
}
.contents_link dt span {
	display:table-cell;
	width:100%;
	height:50px;
	padding:5px;
	line-height:1;
	vertical-align:middle;
}
.contents_link dd {
	text-align:center;
	font-size:12px;
}



/*表示タイプ１*/
.contents_link .type01{
}

.contents_link .type01 dl {
	margin-top:30px;
}
.contents_link .type01 dt {
	border-radius:4px;
}
.contents_link .type01 dt a {
	border-radius:4px;
}



/*表示タイプ2*/
.contents_link .type02{
}

.contents_link .type02 dl {
	margin-top:30px;
}
.contents_link .type02 dt {
	border-radius:4px;
	background:#fff;
	padding:0 !important;
}
.contents_link .type02 dt a {
	font-size:18px !important;
	border-radius:4px;
	/*border:5px solid #f5a51a;*/
}

.contents_link .type02 dt a:hover {
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
}



/*表示タイプ3*/
.contents_link .type03{
	clear:both;
}

.contents_link .type03 dl {
	float:none;
	margin-top:30px;
	width:100%;
	padding:0 20px !important;
}
.contents_link .type03 dt {
	display:block;
	width:100%;
	border-radius:3px 3px 0 0;
	background:#3cb371 !important;
	padding:0 !important;
}
/*.contents_link dt a {
	line-height:76px;
}*/
.contents_link .type03 dt a {
	display:table-cell;
	padding:0 10px;
	vertical-align:middle;
	width:100%;
	background:#3cb371 !important;
	font-size:18px !important;
	border-radius:3px 3px 0 0;
	color:#fff;
	text-decoration:none;
}

.contents_link .type03 dt a:hover {
	color:#fff;
	text-decoration:underline;
}

.contents_link dt span {
	display:table-cell;
	width:100%;
	height:30px;
	padding:5px;
	line-height:1;
}
.contents_link .type03 dd {
	display:block;
	padding-left:20px;
	vertical-align:middle;
	background:#fff;
	border-radius:0 0 3px 3px;
	border-bottom:3px solid #D6D6D6;
	border-right:3px solid #D6D6D6;
	border-left:3px solid #D6D6D6;
	box-sizing:border-box;
	padding:15px;
	text-align:left !important;
}

.contents_link .type03 dd a{
	display:block;
	background:url(../images/arrow_orange.png) no-repeat left;
	padding:0 0 0 10px;
}



.bnr_pc {
	display:none;
}

/*表示タイプ3*/
.contents_link .type03{
	clear:both;
}

.contents_link .type03 dl {
	margin-top:30px;
}
.contents_link .type03 dt {
	display:block;
	width:100%;
	border-radius:3px 3px 0 0;
	background:#f0f0f0 !important;
	padding:0 !important;
	line-height:120% !important;
}
/*.contents_link dt a {
	line-height:76px;
}*/
.contents_link .type03 dt a {
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	width:100%;
	background:#f0f0f0 !important;
	font-size:18px !important;
	border-radius:3px 3px 0 0;
	color:#3cb371;
	text-decoration:none;
}

.contents_link .type03 dt a:hover {
	color:#3cb371;
	text-decoration:underline;
}

.contents_link .type03 dd {
	display:block;
	padding-left:20px;
	vertical-align:middle;
	background:#fff;
	border-radius:0 0 3px 3px;
	border-bottom:3px solid #f0f0f0;
	border-right:3px solid #f0f0f0;
	border-left:3px solid #f0f0f0;
	box-sizing:border-box;
	padding:15px;
}

.contents_link .type03 dd a{
	display:block;
	background:url(../images/arrow_orange.png) no-repeat left;
	padding:0 0 0 10px;
}


/*表示タイプ4*/
.contents_link .type04{
	clear:both;
}

.contents_link .type04 dl {
	margin-top:30px;
}
.contents_link .type04 dt {
	display:block;
	width:100%;
	border-radius:3px 3px 0 0;
	background:#f0f0f0 !important;
	padding:0 !important;
	line-height:120% !important;
}
/*.contents_link dt a {
	line-height:76px;
}*/
.contents_link .type04 dt a {
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	width:100%;
	background:#f0f0f0 !important;
	font-size:18px !important;
	border-radius:3px 3px 0 0;
	color:#ed7700;
	text-decoration:none;
}

.contents_link .type04 dt a:hover {
	color:#ed7700;
	text-decoration:underline;
}

.contents_link .type04 dd {
	display:block;
	padding-left:20px;
	vertical-align:middle;
	background:#fff;
	border-radius:0 0 3px 3px;
	border-bottom:3px solid #f0f0f0;
	border-right:3px solid #f0f0f0;
	border-left:3px solid #f0f0f0;
	box-sizing:border-box;
	padding:15px;
}

.contents_link .type04 dd a{
	display:block;
	background:url(../images/arrow_orange.png) no-repeat left;
	padding:0 0 0 10px;
}


/*表示タイプ5*/
.contents_link .type05{
	clear:both;
}

.contents_link .type05 dl {
	margin-top:30px;
}
.contents_link .type05 dt {
	display:block;
	width:100%;
	border-radius:3px 3px 0 0;
	background:#f0f0f0 !important;
	padding:0 !important;
	line-height:120% !important;
}
/*.contents_link dt a {
	line-height:76px;
}*/
.contents_link .type05 dt a {
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	width:100%;
	background:#f0f0f0 !important;
	font-size:18px !important;
	border-radius:3px 3px 0 0;
	color:#396aec;
	text-decoration:none;
}

.contents_link .type05 dt a:hover {
	color:#396aec;
	text-decoration:underline;
}

.contents_link .type05 dd {
	display:block;
	padding-left:20px;
	vertical-align:middle;
	background:#fff;
	border-radius:0 0 3px 3px;
	border-bottom:3px solid #f0f0f0;
	border-right:3px solid #f0f0f0;
	border-left:3px solid #f0f0f0;
	box-sizing:border-box;
	padding:15px;
}

.contents_link .type05 dd a{
	display:block;
	background:url(../images/arrow_orange.png) no-repeat left;
	padding:0 0 0 10px;
}


/*#f_wrap{background:#f5a51a;}*/

#footer #fnavi {
	margin-top:40px;
}
#footer #fnavi li {
	margin-bottom:2px;
}
#footer #fnavi li a {
	display:block;
	padding:10px 10px 10px 35px;
	background:url(../images/f_arr.png) 10px center no-repeat #F5A51A;
}
#footer address {
	display:block;
	text-align:center;
	padding:20px 0;
	background:#f5a51a;
	font-size:11px;
}






/**************************************************
 * drawermenu																							*
 **************************************************/
#mobile-bar{
	cursor: pointer;
    position: absolute;
    right: 10px;
    top: 34px;
} 
 
#mobile-bar a{
	display:block;
	width:42px;
	height:42px;
	background:url(../images/bnr_gnavi.png) no-repeat;
}
 
 
#build-menu-page {
  left: 0;
  position: relative;
  background-color: #fff;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	width: 150px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
  float:right;
}


#build-menu .mobile-nav-0 li{
	display:block;
	border-bottom:1px solid #C1C1C1;
	padding:10px 0;
}

#build-menu .mobile-nav-0 li a{
	display:block;
	width:146px;
	height:42px;
}
#build-menu .mobile-nav-0 li:hover{
opacity:0.75;
filter: alpha(opacity=75);        /* ie lt 8 */
-ms-filter: "alpha(opacity=75)";  /* ie 8 */
-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.75;              /* Safari 1.x */
}



.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}




/*パターン１*/
.img01{
	margin:0 0 10px;
	padding:0 10px;
}

.img01 img {
  max-width: 100%;
  height: auto;
}

p.text01{
	margin:0 0 20px;
	line-height:160%;
	padding:0 10px;
}

/*パターン４*/
.ptn04{
	clear:both;
	margin:0 0 30px;
}

.ptn04 .img04{
	width:50%;
	margin:0 auto;
}

.ptn04 .img04 img {
  max-width: 100%;
  height: auto;
}

p.text04{
	line-height:160%;
	width:auto;
	padding:10px;
}


/*パターン5*/
.ptn05{
	clear:both;
	margin:0 0 30px;
}

.ptn05 ul.ptn05{
	clear:both;
	margin:0 0 0 -20px;
}

.ptn05 ul.ptn05 li{
	display:block;
	width:auto;
	margin:0 0 20px 20px;
	text-align:center;
}

.ptn05 ul.ptn05 li img{
	max-width: 50%;
  height: auto;
	margin:0 auto 5px;
}

.ptn05 ul.ptn05 li p{
	padding:0 10px;
}


/*パターン5n*/
.ptn05n{
	clear:both;
	margin:0 20 15px;
}

.ptn05n ul.ptn05n{
	clear:both;
	margin:0 0 0 10px;
}

.ptn05n ul.ptn05n li{
	display:block;
	width:auto;
	margin:0 0 20px 10px;
	text-align:left;
}

.ptn05n ul.ptn05n li img{
	max-width: 50%;
  height: auto;
	margin:0 auto 5px;
}

.ptn05n ul.ptn05n li p{
	padding:0 10px;
}

/*パターン5n2*/
.ptn05n2{
	clear:both;
	margin:0 20 15px;
}

.ptn05n2 ul.ptn05n2{
	clear:both;
	margin:0 0 0 10px;
}

.ptn05n2 ul.ptn05n2 li{
	display:block;
	width:auto;
	margin:0 0 20px 10px;
	text-align:left;
}

.ptn05n2 ul.ptn05n2 li img{
	max-width: 50%;
  height: auto;
	margin:0 auto 5px;
}

.ptn05n2 ul.ptn05n2 li p{
	padding:0 10px;
}

/*パターン6*/
.ptn06{
	clear:both;
	margin:0 0 30px;
	padding:0 10px;
}

.ptn06 .tab{
	overflow:hidden;
	margin:0 0 10px -1px;
}

.ptn06 .tab li{
	display:block;
	width:24.5%;
	background:#e2ffc9;
	padding:10px 0;
	float:left;
	margin:0 0 0 1px;
	text-align:center;
}

.ptn06 .tab li:hover{
	cursor:pointer;
}

.ptn06 .tab li.select{
	background:#88e338;
}

.ptn06 .content div.section{
	clear:both;
}

.ptn06 .content div.section .img06{
	margin:0 0 20px;
}

.ptn06 .content div.section .img06 img {
  max-width: 100%;
  height: auto;
}

.ptn06 .content div.section p.text06{
	margin:0 0 30px;
	line-height:160%;
}

.ptn06 .hide {
	display:none;
}




/*パターン7*/
.ptn07{
	clear:both;
	margin:0 0 30px;
	padding:0 10px;
}

.ptn07 .pic_left{
	clear:both;
	margin:0 0 10px;
}

.ptn07 .pic_left img{
	float:left;
	margin:0 10px 10px 0;
	width:50%;
}

.ptn07 .pic_right{
	clear:both;
	margin:0 0 10px;
}

.ptn07 .pic_right img{
	float:right;
	margin:0 0 10px 10px;
	width:50%;
}

/*左写真、右テキスト*/
.ptn07 .left_img07{
	float:left;
	width:30%;
}

.ptn07 .left_img07 img {
  max-width: 100%;
  height: auto;
}

p.right_text07{
	line-height:160%;
	float:right;
	width:68%;
}

/*右写真、左テキスト*/
.ptn07 .right_img07{
	float:right;
	width:30%;
}

.ptn07 .right_img07 img {
  max-width: 100%;
  height: auto;
}

p.left_text07{
	line-height:160%;
	float:left;
	width:68%;
}

/*テキストのみ*/
p.text07{
	line-height:160%;
}


/*パターン8*/
.ptn08{
	clear:both;
	margin:0 0 30px;
	padding:0 10px;
}

.ptn08 .img08{
	float:left;
	width:40%;
}

.ptn08 .img08 img {
  max-width: 100%;
  height: auto;
}

p.text08{
	line-height:160%;
	float:right;
	width:58%;
}


/*パターン8-2*/
.ptn08-2{
	margin-left:5%;
}

.ptn08-2 .img08-2{
	float:left;
	width:20%;
}

.ptn08-2 .img08-2 img {
  max-width:100%;
  height: auto;
}

p.text08-2{
	line-height:160%;
	float:left;
	width:70%;
}


/*パターン9*/
.ptn09{
	clear:both;
	margin:0 0 30px;
	padding:0 10px;
	width:100%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn09 table{
	border-collapse:collapse;
	border: 1px solid #a6a6a6;
	width:100%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn09 table th{
	background: #f5fafa;
	vertical-align: top;
	border: 1px solid #a6a6a6;
	padding:10px;
	width:30%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn09 table th span{
	font-size:90%;
}

.ptn09 table td{
	border: 1px solid #a6a6a6;
	padding:10px;
	width:70%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn09 table td.td02{
	border: 1px solid #a6a6a6;
	padding:10px;
	width:100%;
	text-align:center;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn09 table td input,.ptn09 table td textarea{
	width:50% !important;
}

.ptn09 .submit{
	padding:20px 0;
	text-align:center;
}

.b{	color:#3c3c3c;	font-weight:bold; margin:0 5px 0 0;}

.red{color:#ed171f; font-weight:bold;}

/*パターン9-2*/
.ptn09-2{
	clear:both;
	margin:0 0 30px;
}

.ptn09-2 .table01{
	border: 1px solid #a6a6a6;
	width:100%;
	clear:both;
	margin:0 0 -1px;
	/*background: #f5fafa;*/
	background: #fff;
}

.ptn09-2 .table01 .left{
	/*float:left;*/
	background: #f5fafa;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	border-bottom: 1px solid #a6a6a6;
}

.ptn09-2 .table01 .left br{
	display:none;
}

.ptn09-2 .table01 .right{
	/*float:left;*/
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background: #fff;
}

.ptn09-2 .table01 #height{ min-height:40px !important;}



.b{	color:#3c3c3c; font-weight:bold;}
.ptn09-2 .table01 .right .b{font-size:90% !important;}

.red{color:#ed171f; font-weight:bold;}
.ptn09-2 .table01 .left .red{font-size:90% !important;}



/*パターン10*/
.ptn10{
	clear:both;
	margin:0 0 30px;
	padding:0 10px;
	width:100%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn10 table{
	border-collapse:collapse;
	border: 1px solid #a6a6a6;
	width:100%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn10 table th{
	background: #fff2f5;
	vertical-align: top;
	border: 1px solid #a6a6a6;
	padding:10px;
	width:30%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn10 table th span{
	font-size:90%;
}

.ptn10 table td{
	border: 1px solid #a6a6a6;
	padding:10px;
	width:70%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn10 table td.td02{
	border: 1px solid #a6a6a6;
	padding:10px;
	width:100%;
	text-align:center;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ptn10 table td input,.ptn09 table td textarea{
	width:50% !important;
}

.ptn10 .submit{
	padding:20px 0;
	text-align:center;
}

.b{	color:#3c3c3c;	font-weight:bold; margin:0 5px 0 0;}

.red{color:#ed171f; font-weight:bold;}


/*パターン10-2*/
.ptn10-2{
	clear:both;
	margin:0 0 30px;
}

.ptn10-2 .table01{
	border: 1px solid #a6a6a6;
	width:100%;
	clear:both;
	margin:0 0 -1px;
	/*background: #f5fafa;*/
	background: #fff;
}

.ptn10-2 .table01 .left{
	/*float:left;*/
	background: #fff2f5;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	border-bottom: 1px solid #a6a6a6;
}

.ptn10-2 .table01 .left br{
	display:none;
}

.ptn10-2 .table01 .right{
	/*float:left;*/
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background: #fff;
}

.ptn10-2 .table01 #height{ min-height:40px !important;}


.b{	color:#3c3c3c; font-weight:bold;}
.ptn10-2 .table01 .right .b{font-size:90% !important;}

.red{color:#ed171f; font-weight:bold;}
.ptn10-2 .table01 .left .red{font-size:90% !important;}


/*パターン10-3*/
.ptn10-3{
	clear:both;
	margin:0 0 30px;
}

.ptn10-3 .table01{
	border: 1px solid #a6a6a6;
	width:100%;
	clear:both;
	margin:0 0 -1px;
	/*background: #f5fafa;*/
	background: #fff;
}

.ptn10-3 .table01 .left{
	/*float:left;*/
	background: #fef67c;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	border-bottom: 1px solid #a6a6a6;
}

.ptn10-3 .table01 .left br{
	display:none;
}

.ptn10-3 .table01 .right{
	/*float:left;*/
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background: #fff;
}

.ptn10-2 .table01 #height{ min-height:40px !important;}


.b{	color:#3c3c3c; font-weight:bold;}
.ptn10-2 .table01 .right .b{font-size:90% !important;}

.red{color:#ed171f; font-weight:bold;}
.ptn10-2 .table01 .left .red{font-size:90% !important;}



/*パターン２０*/
.img20{
	margin:5 0px;
	padding:0 5px;
}

.img20 img {
  max-width: 100%;
  height: auto;
}

p.text20{
	margin:5 0px;
	line-height:160%;
	padding:0 10px;
}

/*sns btn*/
div.sns01{
	float:right;
	width:230px;
	margin:0 0 10px;
}

ul.sns_btn{
	float:right;
	margin:0 0 0 -10px;
}

ul.sns_btn li{
	display:block;
	float:left;
	margin:0 0 0 10px;
	height:30px;
	width:auto;
	vertical-align:middle;
	text-align:center;
}

ul.sns_btn li iframe.twitter-share-button{
	width:65px !important;
}

ul.sns_btn li a img{
	height:20px !important;
	width:33px !important;
}

ul.sns_btn li .fb-share-button{
	display:block !important;
}

ul.sns_btn li .fb-share-button .btn{
	box-sizing: border-box;
    height: 20px !important;
    max-width: 100%;
}

.btn .label{
	padding: 0 3px 0 19px;
    white-space: nowrap;
}


