@charset "utf-8";
/* CSS Document */

/* common */
html{overflow-x:hidden;}
html,body{}
body{font-size:88%;color:#000;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;margin:0;padding:0;text-align:center;overflow-x:hidden;}
body{-webkit-text-size-adjust:none;}

@media screen and (max-width:768px){
body{font-size:88%;}
}

@media print{
body{zoom:0.7;}
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dt,dd{font-size:100%;padding:0;}

h1,h2,h3,h4,h5,h6{line-height:1.5em;margin:0 0 1em;font-weight:normal;}
p{line-height:1.8em;margin:0 0 1.5em;}
ol,ul,dt,dd{line-height:1.7em;margin:0 0 1.5em;}
table{line-height:1.5em;margin:0 0 1.5em;}

strong{font-weight:bold;}

img{border:none;max-width:100%;height:auto;}


/* リスト通常使用 */
ul.normal{padding-left:10px;margin-left:10px;list-style:disc;}
ul.normal li{}
ul.none{list-style:none;}

ol.normal{padding-left:10px;margin-left:10px;list-style:decimal;}
ol.normal li{}

dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}


a:link{text-decoration:underline;color:#000;}
a:visited{text-decoration:underline;color:#000;}
a:hover{text-decoration:none;color:#000;}

a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:hover img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

img{max-width:100%;}


table{border-collapse:collapse;border-spacing:1px;font-feature-settings:"palt";}
th,td{padding:10px 15px;vertical-align:middle;/*border:solid 1px #666;*/text-align:center;border-bottom:solid 1px #ccc;}
th{/*background:#eb0012;font-weight:bold;color:#fff;*/}
td{background:#fff;}
td{text-align:left;}

@media screen and (max-width:640px){
th,td{padding:10px;font-size:90%;letter-spacing:0;}
}
@media screen and (max-width:480px){
th,td{padding:5px;}
}


.pc{}
.sp{display:none !important;}
.sp480{display:none !important;}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:480px){
	.sp480{display:block !important;}
	img.sp480{display:inline !important;}
}

/* header */
#header{width:100%;height:300px;border:solid #1C3A70;border-width:8px 0;background:url("../images2022/header_bg01.png") no-repeat 50% 50%;background-size:cover;position:relative;}
#header:before{content:" ";width:100%;height:3px;background:#1C3A70;position:absolute;left:0;top:-3px;mix-blend-mode:multiply;opacity:0.5;}
#header:after{content:" ";width:100%;height:3px;background:#1C3A70;position:absolute;left:0;bottom:-3px;mix-blend-mode:multiply;opacity:0.5;}


#logo{display:table;width:100%;height:100%;position:relative;}
#logo h1{margin:0;display:table-cell;vertical-align:middle;text-align:left;padding:0 70px;}
#logo h1 img{width:250px;max-width:50%;filter:drop-shadow(3px 3px 3px #fff);}

#h_txt{position:absolute;left:75px;bottom:35px;font-size:115%;font-weight:500;margin:0;text-shadow:0 3px 6px #fff;}
#h_txt strong{font-weight:500;}

#h_btn{position:absolute;width:140px;height:40px;right:20px;top:15px;z-index:999;}
#h_btn a{display:table;width:100%;height:100%;background:rgba(255,255,255,0.85);color:#1C3A70;font-weight:500;text-decoration:none;font-size:115%;border-radius:10px;}
#h_btn a span{display:table-cell;vertical-align:middle;texct-align:center;}
#h_btn a i{margin-right:0.3em;}
#h_btn a:hover{opacity:0.7;}


@media screen and (max-width:768px){
	#header{width:100vw;height:100vw;background:url("../images2022/header_bg01_sp.png") no-repeat 50% 50%;background-size:cover;}
	#logo h1{padding:0 15px;}
	#h_txt{width:100%;left:0;bottom:0;font-size:100%;text-shadow:0 0 0 rgba(255,255,255,0);padding:10px 5%;background:rgba(255,255,255,0.6);text-align:left;}
	
	#h_btn{position:fixed;top:20px;}
}




/* spmenu */
#sp_menu{position:fixed;z-index:999;top:15px;left:10px;margin:0;display:none;}
#sp_menu a{display:block;}

@media screen and (max-width:900px){
	#sp_menu{display:block;}
}


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 50px;
	background:rgba(0,0,0,0.8);
}
.menu-trigger span{
	position: absolute;
	left: 7px;
	width: 36px;
	height: 4px;
	background-color:#fff;
	border-radius:2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 11px;
}
.menu-trigger span:nth-of-type(2) {
  top: 23px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 11px;
}

.menu-trigger.active {
	background:rgba(0,0,0,0.0);
}
.menu-trigger.active span {
	background-color:#fff;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11.5px) rotate(-45deg);
  transform: translateY(11.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11.5px) rotate(45deg);
  transform: translateY(-11.5px) rotate(45deg);
}




/* gnavi */

#gnavi{width:100%;height:58px;background:url("../images2022/gnavi_bg.png") repeat-x 0 50%;margin:0;padding:5px 0 0;color:#fff;font-size:115%;position:relative;}
#gnavi:before{content:" ";width:40px;height:58px;background:url("../images2022/gnavi_bg_l.png") no-repeat;position:absolute;left:0;top:0;}
#gnavi:after{content:" ";width:40px;height:58px;background:url("../images2022/gnavi_bg_r.png") no-repeat;position:absolute;right:0;top:0;}

#gnavi a{color:#fff;text-decoration:none;}
#gnavi a:hover{text-decoration:underline;}

#gnavi ul{margin:0;}
#gnavi ul li{display:inline-block;margin:0 10px 0 0;}
#gnavi ul li:after{content:"｜";margin-left:15px;}
#gnavi ul li:first-of-type:before{content:"｜";margin-right:15px;}
#gnavi ul li:last-of-type{margin:0;}


@media screen and (max-width:768px){
	#gnavi{display:none;}
}


/* spnav */
#sp_navi{width:100vw;height:100vh;background:rgba(28,58,112,0.85);margin:0;padding:100px 0 0;color:#fff;font-size:143%;position:fixed;left:0;top:0;display:none;z-index:998;}
#sp_navi:before{content:" ";position:absolute;width:100%;height:80px;background:rgba(28,58,112,0.85);left:0;top:0;mix-blend-mode:multiply;}

@media screen and (max-width:768px){
	#sp_navi{display:block;left:-100vw;
		-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;}
	#sp_navi.active{left:0;}
	
	#sp_navi a{color:#fff;text-decoration:none;display:inline-block;}
	
	#sp_navi .in{height:calc(100vh - 80px);overflow-y:auto;padding:0 0 1.5em;}
	
	#sp_navi .menu{width:85%;margin:0 auto 15px;text-align:left;border:solid #fff;border-width:0 0 1px;padding:0 15px 15px;}
	#sp_navi .menu:last-of-type{border:none;padding:0 15px;margin:0 auto;}
	
	#sp_navi .menu ul{margin:0;}
	#sp_navi .menu ul li{margin:0 0 10px;}
	#sp_navi .menu ul li i{margin-right:0.5em;}
	
	#sp_navi .menu ul li a{}
	#sp_navi .menu ul li a:before{content:"";}
	#sp_navi .menu ul li ul{margin:10px 0 20px 30px;font-size:80%;}
	#sp_navi .menu ul li ul li{margin:0 0 5px;padding-left:1.5em;position:relative;}
	
	#sp_navi .menu ul li ul li a:before{content:"●";transform:scale(0.63);transform-origin:center;position:absolute;left:0;top:0;}
	
	#sp_navi .menu ul li a.win{padding-right:28px;background:url("../images2022/ico_win.png") no-repeat 100% 50%;}
}



/* コンテンツ */
#wrap{width:1000px;background:#F3F3F3;border:solid #ccc;border-width:0 1px;margin:0 auto;}
/* .inner{width:950px;margin:0 auto;} */

.cont_set{width:950px;margin:0 auto;padding:25px 0 30px;text-align:left;}
.r_content{width:720px;float:right;}
.l_nav{width:200px;float:left;}


@media screen and (max-width:1000px){
	#wrap{width:100%;border:none;}
	.cont_set{width:92%;}
	.r_content{width:70%;}
	.l_nav{width:25%;}
}
@media screen and (max-width:768px){
	.cont_set{width:90%;}
	.r_content{width:100%;float:none;}
	.l_nav{display:none;}
}


/* l_nav */

.l_ttl{color:#1C3A70;font-size:129%;font-weight:500;margin:0 0 15px;text-align:center;}
.l_menu_box{background:#999;border-radius:10px;padding:15px;font-size:115%;color:#fff;text-align:left;margin:0 0 20px;}
.l_menu_box ul{margin:0;}
.l_menu_box ul li{margin:0 0 5px;padding:0 0 5px;border:solid #888888;border-width:0 0 1px;}
.l_menu_box ul li:last-of-type{margin:0;padding:0;border:none;}

.l_menu_box ul li a{display:block;position:relative;color:#fff;padding-left:1.5em;text-decoration:none;}
.l_menu_box ul li a:before{content:"●";transform:scale(0.63);transform-origin:center;position:absolute;left:0;top:0;}
.l_menu_box ul li a:hover{text-decoration:underline;}


.l_bnr{margin:0;}
.l_bnr li{line-height:0;margin:0 0 10px;}
.l_bnr li:last-of-type{margin:0;}



/* indx */
.main_img{line-height:0;margin:0 0 20px;}
.main_img img{border:solid #1C3A70 1px;}

.indx_lead{margin:0 0 20px;font-size:121%;}

.indx_bnr{margin:0;}
.indx_bnr li{width:350px;float:left;margin:0 0 15px;lien-height:0;}
.indx_bnr li:last-of-type{margin:0;}
.indx_bnr li.right{float:right;}
.indx_bnr li.wide{float:none;width:100%;clear:both;}
.indx_bnr li img{width:100%;}

.sp_prod{display:none;}
.sp_prod .l_ttl{border:solid #1C3A70;border-width:0 0 1px;padding:0 0 5px;}
.sp_prod .l_menu_box ul li{width:50%;float:left;padding:0 0 5px 15px;}
.sp_prod .l_menu_box ul li:nth-of-type(n+3){border:none;margin:0;padding-bottom:0;}
.sp_prod .l_menu_box ul li a{padding:0 1.5em;border:solid #888;border-width:0 1px 0 0;display:block;}
.sp_prod .l_menu_box ul li:nth-of-type(2n) a{border:none;}


@media screen and (max-width:1000px){
	.indx_bnr li{width:48.5%;}
}
@media screen and (max-width:768px){
	.sp_prod{display:block;}
}
@media screen and (max-width:480px){
	.indx_lead{font-size:100%;}
	.indx_bnr li{width:100%;float:none;text-align:center;margin:0 0 5px;}
	.sp_prod .l_menu_box{font-size:100%;}
	.sp_prod .l_menu_box ul li{padding-left:10px;}
}
@media screen and (max-width:360px){
	.sp_prod .l_menu_box{padding:15px 10px;}
}






/* prd */
.sec{padding:0 0 50px;}

.h2{font-size:150%;font-weight:500;border:solid #ccc;border-width:0 0 0 10px;padding:0 0 0 2px;margin:0 0 25px;}
.h2 span{display:inline-block;position:relative;border:solid #666666;border-width:0 0 0 5px;padding:0 0 0 10px;}
.h2 span:after{content:" ";width:300px;height:12px;position:absolute;top:50%;left:calc(100% + 10px);margin-top:-6px;background:linear-gradient(90deg,rgba(153,153,153,1.0),rgba(255,255,255,0))}

.h2_eng{font-size:100%;padding:0 0 0 27px;margin:0 0 25px;letter-spacing:0.1em;}

.h3{background:#333;color:#fff;font-size:115%;font-weight:500;padding:2px 10px;margin:0 0 10px;}
.h3.mb{margin:0 0 30px;}


.prd_img{margin:0 0 25px;line-height:0;}

.prd_info{margin:0 0 30px;}
.prd_info .grp{width:455px;float:left;margin:0;line-height:0;}
.prd_info .list{width:260px;float:right;}
.prd_info .list dl{font-size:115%;font-weight:500;}
.prd_info .list dl dt{background:#333;color:#fff;padding:2px 5px;}
.prd_info .list dl dd{color:#1C3A70;padding:2px 5px 2px 1em;border:solid 1px #333;}

.prd_info .list a{text-decoration:none;}
.prd_info .list a:hover{opacity:0.7;}

.prd_info .list.en dl dd{font-size:88%;}
.prd_info .list dl dd span{display:block;text-indent:-1.3em;padding-left:1.3em;}


.tbl01{width:100%;margin:0 0 10px;}
.tbl01 th,
.tbl01 td{padding:5px 10px;vertical-align:middle;border:solid 1px #666;text-align:left;}
.tbl01 th{background:#ccc;}
.tbl01 th.th02{background:#ddd;}
.tbl01 .small_f{font-size:86%;}
.tbl01 .small_f th,
.tbl01 .small_f td{padding:5px 2px;text-align:center;}

.tbl01.pipe01 .tbl_head{text-align:center;}


.tbl02{width:100%;margin:0;}
.tbl02 th,
.tbl02 td{padding:5px 10px;vertical-align:middle;border:solid 1px #666;}
.tbl02 th{background:#888;color:#fff;font-weight:500;text-align:center;}
.tbl02 td{text-align:left;}

.swipe_btn{display:none;}

@media screen and (max-width:1000px){
	.prd_info .grp{width:55%;}
	.prd_info .list{width:42.5%;}
}
@media screen and (max-width:768px){
	.h2{font-size:129%;overflow:hidden;}
	.h2 span:after{content:" ";width:200px;}
	.h2_eng{font-size:86%;}
	.h3.mb{margin:0 0 20px;}
	
	.prd_info .grp{width:100%;float:none;margin:0 0 15px;text-align:center;}
	.prd_info .list{width:100%;float:none;}
	.prd_info .list dl{font-size:100%;}
	
	.tbl01.pipe01 .tbl_head{text-align:left;}
	.tbl01.pipe02 col:first-of-type{width:30%;}
	
	.tbl02 col{width:100%;}
	.tbl02 th,
	.tbl02 td{display:block;width:100%;margin-top:-1px;}
	
	.sp_swipe{width:100%;overflow-x:auto;padding:0;}
	.sp_swipe table{min-width:720px;margin-bottom:0;}
	.swipe_btn{display:block;margin:5px 0 30px;text-align:right;}
	.swipe_btn img{vertical-align:middle;margin-right:3px;}
}
@media screen and (max-width:540px){
	.h2.pipe span:after{content:" ";width:100px;}
}
@media screen and (max-width:380px){
	.h2.pipe span:after{content:" ";width:60px;}
}




/* plant */
.plant_set{margin:0 0 15px;}
.plant_set:last-of-type{margin:0;}
.plant_set .pic{width:253px;float:left;margin:0;line-height:0;}
.plant_set .pic img{border:solid 1px #707070;}
.plant_set .info{width:458px;float:right;}


.tbl03{width:100%;margin:0;}
.tbl03 th,
.tbl03 td{padding:10px 10px;vertical-align:middle;border:solid 1px #666;text-align:left;}
.tbl03 th{background:#ccc;}
.tbl03 caption{background:#333;color:#fff;font-size:115%;font-weight:500;padding:5px 10px;text-align:left;}

@media screen and (max-width:1000px){
	.plant_set .pic{width:37.5%;}
	.plant_set .info{width:60%;}
}
@media screen and (max-width:768px){
	.plant_set{margin:0 0 40px;}
	.plant_set .pic{width:100%;float:none;margin:0 0 15px;text-align:center;}
	.plant_set .info{width:100%;float:none;}
	
	.tbl03 col:first-of-type{width:100px;}
	.tbl03 col:last-of-type{width:auto;}
}



/* process */

.process_box{margin:30px 0 0;}
.process_box .flow{width:460px;float:left;}
.process_box .pic{width:225px;float:right;}
.process_box .pic li{margin:0 0 30px;line-height:0;}
.process_box .pic li:last-of-type{margin:0;}
.process_box .pic li img{border:solid #707070 1px;}
.process_box .pic li span{display:block;margin-top:5px;text-align:center;line-height:1.3em;}


.process_box .flow li{font-size:129%;margin:0 0 15px;}
.process_box .flow li span{display:table;width:100%;height:46px;background:#1C3A70;color:#fff;border-radius:10px;}
.process_box .flow li.last span{background:#EB0012;}

.process_box .flow li span i{display:table-cell;vertical-align:middle;text-align:center;}
.process_box .flow li:after {
	display:block;
	width:100%;
	font-family: "Font Awesome 5 Free";
	content: '\f103';
	font-size: 30px;
	font-weight: 900;
	margin:20px 0;
	color:#1C3A70;
	text-align:center;
}

.process_box .flow li:last-of-type:after {
	display:none;
}


@media screen and (max-width:1000px){
	.process_box .flow{width:65%;}
	.process_box .pic{width:32.5%;}
}
@media screen and (max-width:768px){
	.process_box .flow,
	.process_box .pic{width:100%;float:none;}
	.process_box .flow{margin:0 0 40px;}
	
	.process_box .flow li{font-size:115%;}
	.process_box .flow li span{height:40px;}
	.process_box .flow li:after {
		margin:15px 0;
	}
	
	.process_box .pic li{margin:0;width:48.5%;float:left;text-align:center;font-size:86%;}
	.process_box .pic li:nth-of-type(2n){float:right;}
	.process_box .pic li:nth-of-type(2n+1){clear:both;}
	.process_box .pic li:nth-of-type(n+3){margin-top:30px;}
}


/* company */
.tbl04{width:100%;margin:0;}
.tbl04 th,
.tbl04 td{padding:10px 10px;vertical-align:middle;border:solid 1px #666;text-align:left;}
.tbl04 th{background:#ccc;}


.message_pic{width:230px;float:right;margin:0 0 0 20px;line-height:0;}

.name_set{margin:40px 0 0 1em;}
.name_set .name{margin:0 0 0 1em;}


@media screen and (max-width:1000px){

}
@media screen and (max-width:768px){
	.message_pic{max-width:40%;}
	
	.tbl04 col:first-of-type{width:100px;}
	.tbl04.history col:first-of-type{width:115px;}
	.tbl04 col:last-of-type{width:auto;}
}
@media screen and (max-width:540px){
	.message_pic{max-width:100%;width:100%;float:none;margin:0 0 20px;text-align:center;}
}


.access_dl{}
.access_dl dl{display:table;width:100%;margin:0;}
.access_dl dt,
.access_dl dd{display:table-cell;vertical-align:top;text-align:left;}
.access_dl dt{width:4.5em;}


.gmap{width:100%;height:350px;margin:0 0 20px;border:solid #aaa 1px;}
.gmap iframe{width:100%;height:100%;}

@media screen and (max-width:768px){
	.gmap{height:55vw;}
}


/* */
@media screen and (max-width:540px){
	.contact_flame iframe{height:650px;}
}

/* anc */
.anc{position:relative;top:0;}



/* footer */
#footer{}
#fnavi{margin:0;padding:10px 4%;border:solid #ccc;border-width:1px 0 0;font-size:115%;background:#fff;}
#fnavi a{text-decoration:none;}
#fnavi a:hover{text-decoration:underline;}

#fnavi ul{margin:0;}
#fnavi ul li{display:inline-block;margin:0 10px 0 0;}
#fnavi ul li:after{content:"｜";margin-left:15px;}
#fnavi ul li:first-of-type:before{content:"｜";margin-right:15px;}
#fnavi ul li:last-of-type{margin:0;}

#copy{margin:0;background:#1C3A70;padding:10px 4%;color:#fff;position:relative;}
#copy:before{content:" ";width:100%;height:3px;background:#1C3A70;position:absolute;left:0;top:0;mix-blend-mode:multiply;opacity:0.5;}

@media screen and (max-width:768px){
	#fnavi{display:none;}
	#copy{font-size:86%;}
}



/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l{text-align:left !important;}
.tx_c{text-align:center !important;}
.tx_r{text-align:right !important;}

.vm{vertical-align:middle !important;}
.vt{vertical-align:top !important;}
.vb{vertical-align:bottom !important;}

.tx_slarge{font-size:115% !important;}
.tx_large{font-size:129% !important;}
.tx_xlarge{font-size:150% !important;}
.tx_xxlarge{font-size:200% !important;}
.tx_small{font-size:86% !important;}
.tx_medium{font-size:100% !important;}
.tx_xsmall{font-size:71% !important;}

.f_bold{font-weight:bold !important;}
.f_normal{font-weight:normal !important;}

.txt_under{text-decoration:underline !important;}
.txt_strike{text-decoration:line-through !important;}

.inblock{display:inline-block !important;}
.ls_w{letter-spacing:0.2em;}
.ls_m{letter-spacing:0.1em;}

.relative{position:relative !important;}

.lh0{line-height:0em !important;}
.lh1{line-height:1em !important;}
.lh13{line-height:1.3em !important;}
.lh15{line-height:1.5em !important;}
.lh2{line-height:2em !important;}

ul.note{list-style:none !important;}
ul.note li{text-indent:-1em !important;padding-left:1em !important;}
ul.note li:before{content:"※";}

.ind01{text-indent:1em !important;}

.note01{padding-left:1em !important;text-indent:-1em !important;}
.note02{padding-left:2em !important;text-indent:-2em !important;}
.note025{padding-left:2.5em !important;text-indent:-2.5em !important;}
.note03{padding-left:3em !important;text-indent:-3em !important;}
.note04{padding-left:4em !important;text-indent:-4em !important;}
.note05{padding-left:5em !important;text-indent:-5em !important;}
.note06{padding-left:6em !important;text-indent:-6em !important;}
.note07{padding-left:7em !important;text-indent:-7em !important;}
.note08{padding-left:8em !important;text-indent:-8em !important;}
.note09{padding-left:9em !important;text-indent:-9em !important;}
.note10{padding-left:10em !important;text-indent:-10em !important;}
.note11{padding-left:11em !important;text-indent:-11em !important;}
.note12{padding-left:12em !important;text-indent:-12em !important;}

.red{color:#ff0000 !important;}
.white{color:#ffffff !important;}
.black{color:#333333 !important;}

.w_full{width:100% !important;}
.wauto{width:auto !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w300{width:300px !important;}
.w400{width:400px !important;}
.w500{width:500px !important;}
.w600{width:600px !important;}

.w03em{width:3em !important;}
.w04em{width:4em !important;}
.w05em{width:5em !important;}
.w06em{width:6em !important;}
.w07em{width:7em !important;}
.w08em{width:8em !important;}
.w09em{width:9em !important;}
.w10em{width:10em !important;}
.w11em{width:11em !important;}
.w12em{width:12em !important;}
.w13em{width:13em !important;}
.w14em{width:14em !important;}
.w15em{width:15em !important;}
.w16em{width:16em !important;}
.w17em{width:17em !important;}
.w18em{width:18em !important;}
.w19em{width:19em !important;}
.w20em{width:20em !important;}
.w21em{width:21em !important;}
.w22em{width:22em !important;}
.w23em{width:23em !important;}
.w24em{width:24em !important;}
.w25em{width:25em !important;}
.w26em{width:26em !important;}
.w27em{width:27em !important;}
.w28em{width:28em !important;}
.w29em{width:29em !important;}
.w30em{width:30em !important;}

.bdr{border:solid 1px #dddddd !important;}
.bdr_none{border:none !important;}

.radius05{-webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important;}
.radius10{-webkit-border-radius:10px !important;-moz-border-radius:10px !important;border-radius:10px !important;}

.radius_top05{-webkit-border-top-left-radius:5px !important;-webkit-border-top-right-radius:5px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:5px 5px 0 0 !important;border-radius:5px 5px 0 0 !important;}
.radius_top10{-webkit-border-top-left-radius:10px !important;-webkit-border-top-right-radius:10px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:10px 10px 0 0 !important;border-radius:10px 10px 0 0 !important;}

.radius_bottom05{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:5px !important;-webkit-border-bottom-right-radius:5px !important;-moz-border-radius:0 0 5px 5px !important;border-radius:0 0 5px 5px !important;}
.radius_bottom10{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:10px !important;-webkit-border-bottom-right-radius:10px !important;-moz-border-radius:0 0 10px 10px !important;border-radius:0 0 10px 10px !important;}

.mauto{margin:auto !important;}

.mt0{margin-top:0px !important;}
.mt01{margin-top:1px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0px !important;}
.mr01{margin-right:1px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.pt0{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb0{padding-bottom:0 !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}

.pl0{padding-left:0 !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}

.pr0{padding-right:0 !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.pad0{padding:0 !important;}
.pad05{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad30{padding:30px !important;}
.pad40{padding:40px !important;}

.plr05{padding-left:5px !important;padding-right:5px !important;}
.plr10{padding-left:10px !important;padding-right:10px !important;}
.plr15{padding-left:15px !important;padding-right:15px !important;}
.plr20{padding-left:20px !important;padding-right:20px !important;}
.plr30{padding-left:30px !important;padding-right:30px !important;}
.plr40{padding-left:40px !important;padding-right:40px !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.visi{display:block !important;}
.hide{display:none !important;}


/* clearfix */
.cls{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after{content:"";display:table;} 
.cf:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf{zoom:1;}/* clearfixここまで */
/* 汎用ここまで */
