@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
    border:0;
    outline:0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    line-height:1;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix{
overflow:hidden;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;
	/*
	*display: inline;  
	*zoom: 1;
	*/  
}

img {
	vertical-align:baseline;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}

.fB{ font-weight:bold;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.red{
	color:#C00;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:50px !important;}
.pTop0{ padding-bottom:0 !important;}

p, li, td {
	font-size:14px;
	line-height:1.7em;
	color:#212121;
}

/* ===============================================
#					logo
=============================================== */
#logo{
	border-top:5px solid #006db2;
}
#logo .inner{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}
#logo .inner .fLeft{
	padding-top:7px;
}
#logo .inner #search_area{
	float:right;
	width:300px;
}

#logo .inner #search_area .gsc-control-cse{
	padding:1em 0;
}

#logo .inner #search_area .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right:0;
}

#logo .inner #search_area td{
	line-height:1em;
}

/*2019.4.22 ishii add sta*/

#logo .inner #annai{
	float:right;
	margin-top:25px;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	width:500px;
	background-color:rgb(46,117,182);
	vertical-align:middle;
}

#logo .inner #annai a{
	color:#fff;
	text-decoration:none;
}

#logo .inner #annai ul{
	display: flex;
}
#logo .inner #annai li{
	flex-grow: 1;
	text-align: center;
	vertical-align:middle;
}

#logo .inner #annai img{
	vertical-align:middle;
}

#logo .inner #annai a:hover{
    color:#b0c4de;
    text-decoration: none;
}
/*2019.4.22 ishii add end*/

/* ===============================================
#					body 
=============================================== */
#wrap{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}

.bread{
	font-size:12px;
	margin-bottom:22px;
}


h2{
	background:#fff;
	border-top:3px solid #96c5e0;
	margin:0 0 20px 0;
	padding:7px 0 8px 12px;
	color:#5f5f5f
}

#news h2{
	margin-bottom:0;
}

/* ===============================================
#					TOP
=============================================== */

#mainColumn{
	float:right;
	width:900px;
	margin:0 auto;
}

/* ページの先頭へ戻るの配置 */
.topReturn {
	position: fixed;	/* 配置する方法：移動しない */
	bottom: 10px;		/* 下から10pxの位置 */
	right: 10px;		/* 右から10pxの位置 */
}


/* ===============================================
#				グローバルメニュー
=============================================== */
#gNavi{
	margin-bottom:20px;
}

#gNavi ul{
	overflow:hidden;}

#gNavi li{
	float:left;
}


#gNavi li:last-child{
	background:none !important;
}


#gNavi li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:12px 0;
	text-align:center;
}

#gNavi li.stay a{
	background-color: rgba( 255, 255, 255, 0.2 );
}

#gNavi li a:hover{
	text-decoration:underline;
	background-color: rgba( 255, 255, 255, 0.3 );
}

#gNavi li a.noLink{
height:20px;
	background-color: rgba( 100, 100, 100, 0.7 );
}

#gNavi li a.noLink:hover{
cursor:default;
text-decoration:none;
}


/*2019.4.24 ishii add end*/


#gNavi.scan ul{
	background:url(/images/bg_gnavi_scan.png) repeat-x;
}

#gNavi.scan li{
	background:url(/images/line_gnavi_scan.png) no-repeat right top;
}

#gNavi.scan li a{
	width:150px;
}

#gNavi.kakushin ul{
	background:url(/images/bg_gnavi_kakushin.png) repeat-x;
}

#gNavi.kakushin li{
	background:url(/images/line_gnavi_kakushin.png) no-repeat right top;
}

#gNavi.kakushin li a{
	width:180px;
}



#gNavi.taxi ul{
	background:url(/images/bg_gnavi_taxi.png) repeat-x;
}

#gNavi.taxi li{
	background:url(/images/line_gnavi_taxi.png) no-repeat right top;
}

#gNavi.taxi li a{
	width:300px;
}
#gNavi.eco ul{
	background:url(/images/bg_gnavi_eco.png) repeat-x;
}

#gNavi.eco li{
	background:url(/images/line_gnavi_eco.png) no-repeat right top;
}

#gNavi.eco li a{
	width:225px;
}

#gNavi.eco28 ul{
	background:url(/images/bg_gnavi_eco.png) repeat-x;
}

#gNavi.eco28 li{
	background:url(/images/line_gnavi_eco.png) no-repeat right top;
}

#gNavi.eco28 li a{
	width:180px;
}

#gNavi.dpf ul{
	background:url(/images/bg_gnavi_dpf.png) repeat-x;
}

#gNavi.dpf li{
	background:url(/images/line_gnavi_dpf.png) no-repeat right top;
}

#gNavi.dpf li a{
	width:150px;
}



#gNavi.chassis ul{
	background:url(/images/bg_gnavi_dpf.png) repeat-x;
}

#gNavi.chassis li{
	background:url(/images/line_gnavi_dpf.png) no-repeat right top;
}

#gNavi.chassis li a{
	width:180px;
}


#gNavi.train ul{
	background:url(/images/bg_gnavi_train.png) repeat-x;
}

#gNavi.train li{
	background:url(/images/line_gnavi_train.png) no-repeat right top;
}

#gNavi.train li a{
	width:150px;
}


/* ===============================================
#				サイドメニュー
=============================================== */

#sideNavi {
	width:870px;
	height:150px;
	text-align: center;
	vertical-align: middle;
	position:relative;
}

#sideNavi #supply {
	width:280px;
	height:130px;
	margin:0px 5px 10px 5px;
	float: left;
	position: relative;
	/* background-color:#FFA0A0; */
	background-color:white;
	vertical-align: middle;
}

#sideNavi #kamotsu {
	width:420px;
	height:130px;
	margin:0px 5px 10px 5px;
	float: left;
	position: relative;
	background-color:#81BEF7;
	vertical-align: middle;
}

#sideNavi #seibi {
	width:420px;
	height:130px;
	margin:0px 5px 10px 5px;
	float:right;
	position: relative;
	/* background-color:#F5DA81; */
	/* background-color:white; */
	background-color:#F5DA81;
	vertical-align: middle;
}

#sideNavi a {
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    text-decoration: none;
    color:#000;
    transition: 0.3s;
	font-size:x-large;

	font-family: sans-serif;
	font-weight: 900;
}

#sideNavi #kamotsu a:hover{
	background-color:rgb(46,117,182);
	color:#fff;
}

#sideNavi #seibi a:hover{
	background-color:rgb(194,157,2);
	color:#FFF;
}

#sideNavi #supply a:hover{
	background-color:rgb(218,112,112);
	color:#FFF;
}


/* ===============================================
#				Common Layout
=============================================== */

.box{
	background:#f6f6f6;
	margin-bottom:34px;
	padding:6px;
}
.box p{
	padding:0 12px 20px 12px;
}

.box .inner{
	padding:0 15px 20px 15px;
}

/*2019.4.25 ishii add sta*/

.ppbox{
	background:#f6f6f6;
	height:350px;
	margin-bottom:34px;
	padding:6px;
}
.ppbox p{
	padding:0 12px 20px 12px;
}

.ppbox .inner{
	padding:0 15px 20px 15px;
}

.ppbox h2.pph2{
	background:#fff;
	border-top:3px solid #96c5e0;
	margin:0 0 20px 0;
	padding:7px 0 8px 12px;
	color:#5f5f5f;
}

#purposeid{
	display: flex;
	justify-content: space-around;
	margin-right:20px;
}
#purposeid .ppshi{
	margin:20px 0 20px 20px;
	border-left:3px solid #96c5e0;
	justify-content: space-between;
}

/*2019.4.25 ishii add end*/

/*2020.6.8 soda add sta*/
.boxr2t {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #006db2;
}
.boxr2t p {
    margin: 0; 
    padding: 0;
}
/*2020.6.8 soda add end*/

#mainColumn .box31{
	background:#f6f6f6;
	margin-top:34px;
	margin-bottom:34px;
	padding:6px;
	float:none;
}
#mainColumn .box31 p{
	padding:0 12px 20px 12px;
}

#mainColumn .box31 .inner{
	padding:0 15px 20px 15px;
}

/*
#news{
}
*/

#news li:nth-child(even){
	background:#eeeeee;
}

#news ul{
	padding:0 ;
	overflow:auto;
	height:420px;

}

#news li{
	overflow:hidden;
	padding:15px 12px 0 12px;
}

#news li span{
	display:block;
	float:left;
	width:10em;
	/*height:*/
}

#news li p{
	padding-left:10em;
}


.pgs #news ul{
	height:180px;

}

/* ===============================================
#					contents
=============================================== */
/*2019.5.9 ishii add sta*/
#otoiawasesaki{
	width:870px;
	background-color:rgb(212,236,236);
	height:300px;
}
/*
#otoiawasesaki .mailto{
    background: url("/images/toiawase_dotai_bt001.png") no-repeat;
}
 
#otoiawasesaki .mailto a {
    width: 435px;
    height: 135px;
    background: url("/images/toiawase_dotai_bt001.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
#otoiawasesaki a:hover {
    background-image: url("/images/2toiawase_dotai_bt001.png");
}
*/
/*2019.5.9 ishii add end*/
#contents{
	width:870px;
	margin:0 auto;
}

#contents #download .inner{
	background:#fff;
	border:3px solid #93cf02;
	margin:10px 15px 14px 15px;
	padding:13px 13px 13px 17px;
}
#contents #download h3{
	border-bottom:1px dotted #ababab;
	margin-bottom:15px;
	padding-bottom:9px;
	font-size:14px;
}


#contents .limit{
	color:#038482;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:0 0 20px;
}

#contents #contact .inner{
	width:520px;
	margin:20px auto;
}


#contents table{
	border:1px solid #ccc;
}

#contents td, #contents th{
	border:1px solid #ccc;
	padding:5px;
}

#contents th{
	font-weight:normal;
	background:#999;	
}

#contents .box dt{
	float:left;
	font-size:14px;
	width:5em;
}

#contents .box  dd{
	padding-left:6em;
	font-size:14px;
	margin-bottom:2em;
}

.download{
	background:#fff;
	border:3px solid #93cf02;
	margin:10px 15px 10px 15px;
	padding:13px 13px 13px 17px;
}
.download h3{
	border-bottom:1px dotted #ababab;
	margin-bottom:15px;
	padding-bottom:9px;
	font-size:14px;
}

/*2019.4.24 ishii add sta*/

#contents .documentdl {
	width: 800px;
	vertical-align:middle;
	border: none;
	border-collapse: separate;
	border-spacing:25px 10px;
	margin-bottom:30px;
}

#contents .documentdl img{
	border:2px solid #000;
}

#contents .documentdl td{
	width: 150px;
	vertical-align:middle;
	border: none;
}

#contents .documentdl .pic{
	width: 150px;
	vertical-align:middle;
	padding-top:50px;
}

#contents .documentdl .tex{
	width: 150px;
	vertical-align:middle;
	text-align:left;
	padding-top:50px;

}
#contents .documentdl .but{
	width: 150px;
	height: 45px;
	margin: 0px;
	padding: 0;
    color: #FFF;
    border: solid 3px #006db2;
    background-color: #006db2;
    vertical-align:middle;
}
#contents .documentdl .but a{
    display:inline-block;
	width:100%;
	height:100%;
	vertical-align:middle;
	line-height:150px;
	margin: 0; 
	padding: 0;
    text-decoration: none;
    color: #fff;
    line-height:normal;
    text-align: left;
    transition: 0.3s;
}

#contents .documentdl .but a:hover{
	display:inline-block;
	background-color: #fff;
	color: #000;
	vertical-align:middle;
	width:100%;
	height:100%;
	padding: 0;
}

#contents .documentdl tr{
	width: 800px;
	vertical-align:middle;
}

#contents .documentdls {
	width: 800px;
	vertical-align:middle;
	border: none;
	border-collapse: separate;
	border-spacing:7px 10px;
	margin-bottom:30px;
}

#contents .documentdls img{
	border:2px solid #000;
}

#contents .documentdls td{
	width: 150px;
	vertical-align:middle;
	border: none;
}

#contents .documentdls .pic{
	width: 150px;
	vertical-align:middle;
	padding-top:50px;
}

#contents .documentdls .tex{
	width: 150px;
	vertical-align:middle;
	text-align:left;
	padding-top:50px;

}
#contents .documentdls .but{
	width: 150px;
	height: 45px;
	margin: 0px;
	padding: 0;
    color: #FFF;
    border: solid 3px #006db2;
    background-color: #006db2;
    vertical-align:middle;
}
#contents .documentdls .but a{
    display:inline-block;
	width:100%;
	height:100%;
	vertical-align:middle;
	line-height:150px;
	margin: 0; 
	padding: 0;
    text-decoration: none;
    color: #fff;
    line-height:normal;
    text-align: left;
    transition: 0.3s;
}

#contents .documentdls .but a:hover{
	display:inline-block;
	background-color: #fff;
	color: #000;
	vertical-align:middle;
	width:100%;
	height:100%;
	padding: 0;
}

#contents .documentdls tr{
	width: 800px;
	vertical-align:middle;
}

#pp{
	width:870px;
}
#ppsearch_area{
	width:500px;
	background:#f6f6f6;
	margin-top:-20px;
	margin-left:10px;
}

#ppsearch_area table, #ppsearch_area table td, #ppsearch_area table th{
	border: none;
    line-height: 1;
}
/*2019.4.24 ishii add end*/

/*2019.4.25 ishii add sta*/

#contents .qa {
	width: 800px;
	vertical-align:middle;
	padding:20px 20px 20px 20px;
	background:#fff;
	margin: 0 auto 20px auto;
}
#contents .qa a{
	text-decoration: none;
}

#contents .qadl {
	width: 450px;
	height: 45px;
    border: solid 3px #006db2;
	margin: 0 auto 20px auto;
    background-color: #006db2;
    vertical-align:middle;
}
#contents .qadl a{
    display:inline-block;
	width:100%;
	height:100%;
	vertical-align:middle;
	line-height:150px;
	margin: 0; 
	padding: 0;
    text-decoration: none;
    color: #fff;
    line-height:normal;
    text-align: left;
    transition: 0.3s;
}

#contents .qadl a:hover{
	display:inline-block;
	background-color: #fff;
	color: #000;
	vertical-align:middle;
	width:100%;
	height:100%;
	padding: 0;
}
/*2019.4.25 ishii add end*/

#ototable{
	height:450px;
	background: rgb(212,237,234)
}

#ototable table{
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
}

#ototable table td {
	border: none;
	padding: 0px;
}

#ototable img {
	border: none;
	vertical-align: bottom;
}

/*
 *	事務局お問い合わせ先　：　dotai
 */

 #ototable .close {
	/*
	background-image: url(/images/toiawase_Back_edited.jpg);
	*/
	background-image: url(/images/toiawase_close.png);
	background-repeat: no-repeat;
	background-size: 870px;
	vertical-align: top;
	padding-top: 5px; 
	text-align: right;
	/* vertical-align: middle;*/
}

 #ototable .que{
    background: url(/images/toiawase_dotai3.png) no-repeat;
    vertical-align: bottom;
    border: none;
    width: 435px;
    background-size:435px 135px;
    background-position:bottom;
}
 
#ototable .que a {
    width: 435px;
    height: 135px;
    background: url(/images/toiawase_dotai3.png) no-repeat;
    display: block;
    text-indent: -9999px;
    /*vertical-align: bottom; /* bolock要素に使えない */
    border: none;
    transition: 0.3s;
    background-size:435px 135px;
    background-position:bottom;
}
#ototable .que a:hover {
    background-image: url(/images/toiawase_dotai3-2.png);
    vertical-align: bottom;
    border: none;
    background-size:435px 135px;
    background-position:bottom;
}


#ototable2{
	height:500px;
	vertical-align: middle;
}

#ototable2 table{
	border: none;
	border-collapse: collapse;
	table-layout: auto;
	vertical-align: middle;
}

#ototable2 table td {
	border: none;
	padding: 0px;
	width: 870px;
	vertical-align: middle;
}

#ototable2 img {
	border: none;
	vertical-align: middle;
}


#ototable2 .que1{
    background: url(/images/toiawase_scan3-3-1.png) no-repeat;
    vertical-align: middle;
    border: none;
    width: 174px;
    height: 75px;
    background-size:174px 75px;
    background-position:middle;
}
#ototable2 .que1 a {
    width: 174px;
    height: 75px;
    background: url(/images/toiawase_scan3-3-1.png) no-repeat;
    display: block;
    text-indent: -9999px;
    /*vertical-align: middle; /* bolock要素に使えない */
    border: none;
    transition: 0.3s;
    background-size:174px 75px;
    background-position:middle;
}
#ototable2 .que1 a:hover {
    background-image: url(/images/toiawase_scan3-3-1-2.png);
    vertical-align: middle;
    border: none;
    background-size:174px 75px;
    background-position:middle;
    width: 174px;
    height: 75px;
}

#ototable2 .que2{
    background: url(/images/toiawase_scan3-3-2.png) no-repeat;
    vertical-align: middle;
    border: none;
    width: 174px;
    height: 60px;
    background-size:174px 60px;
    background-position:middle;
}
 
#ototable2 .que2 a {
    width: 174px;
    height: 60px;
    background: url(/images/toiawase_scan3-3-2.png) no-repeat;
    display: block;
    text-indent: -9999px;
    /*vertical-align: middle; /* bolock要素に使えない */
    border: none;
    transition: 0.3s;
    background-size:174px 60px;
    background-position:middle;
}
#ototable2 .que2 a:hover {
    background-image: url(/images/toiawase_scan3-3-2-2.png);
    vertical-align: middle;
    border: none;
    background-size:174px 60px;
    background-position:middle;
    width: 174px;
    height: 60px;
}

li.toplink{
	font-family: "HGS創英角ｺﾞｼｯｸUB",sans-serif;
	font-weight: 900;
}
/* ===============================================
#					footer
=============================================== */
#footer{
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
	color: #706A6A;
	background: url(/images/footer_bg.gif) left top repeat-x;
	background-color: #EEEEEE;
	overflow: hidden;
}
#footer .indexInside {
	margin: 0 auto;
	width: 900px;
	height: 130px;
	/* IE6-7 */
	text-align: left;
}
#footer .areaInside {
	margin: 0 auto;
	width: 900px;
	height: 115px;
	/* IE6-7 */
	text-align: left;
}
#footer #pagetop { text-align: right; padding-bottom: 7px; }


/* ==========================================================================
   QA
   ======================================================================= */
  .qa-list{
    transition: 0.3s;
  }
  .qa-list::after{
    content: "";
    display: block;
    clear: both;
  }
  .qa-list__item {
    margin-right: 15px;
    width: calc((100% - 16px) / 2);
    float: left;
  }
  .qa-list__item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .qa-list__item:nth-child(2n + 1) {
    clear: left;
  }
  .qa-list__item-btn{
    display: table;
    table-layout: fixed;
    width: 100%;
    border:#f3f3f3 3px solid;
    transition: 0.3s;
  }
  .qa-list__item-img {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    background: #fff;
    padding: 5px 0;
    transition: 0.3s;
  }
  .qa-list__item-img::before{
    content: "";
    display: block;
    width: 100%;
    height: 126px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
  }
  .qa-list__qa .qa-list__item-img::before{
    background-image: url(/images/Q&A.png);
    background-size: 70px 78px;
  }

  .qa-list__item-info {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0px 0 20px;
    background-color: #fff;
    transition: 0.3s;
  }
  .qa-list__item-title{
    font-size: 180%;
    line-height: 1.5;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-decoration:none;
    transition: 0.3s;
  }

  /* HOVER */
  .qa-list__item-btn:hover{
     border-color: #006db2;
  }
 

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #000;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 2em 0 2em;
	cursor: pointer;
	margin: 0 0 5px 0;
	background: #FFF;
	border:2px solid #006db2;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #FFF;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.runpage{
	font-weight: bold;
	line-height: 1.7em;
	padding: 2em;
	margin: 0 auto;
	background: #FFF;
	border:5px solid #006db2;
	font-size: 100%;
}
