/************************************************************
 *初期化
 ************************************************************/
*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-collapse:collapse;
	font-family: 'メイリオ',Meiryo, "ＭＳ Ｐゴシック","ヒラギノ角ゴ ProW3",'Hiragino Kaku Gothic Pro', Osaka, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-size:1.4em;
	line-height:1.7em;
}
	



/************************************************************
 *共通スタイル
 ************************************************************/
 
 /* フォント */
.red{
	color:#F00;
}
.boldRed{
	color:#F00;
	font-weight:bold;
}	
.white{
	color:#FFF;
}
.errMsg{
 color:#dd0000;
 font-weight:bold;
 font-size:14px;
 padding-left:10px;
}
.hissu{
	border:1px solid #ce1946;
	color:#e52828;
	background:#ffe9e9;
	padding:1px;
	font-size:10px;
	font-size:1.0rem;
	font-weight:normal;
}
table tr.err_back td,
table tr td.err_back{
	background-color:#FFFF00;
}
.fwB{ font-weight:bold;	}
.fwN{ font-weight:normal;	}

.fs10, .fs10 span, .fs10 strong, .fs10 th, .fs10 td{ font-size:10px;font-size:1.0rem;	}
.fs11, .fs11 span, .fs11 strong, .fs11 th, .fs11 td{ font-size:11px;font-size:1.1rem;	}
.fs12, .fs12 span, .fs12 strong, .fs12 th, .fs12 td{ font-size:12px;font-size:1.2rem;	}
.fs13, .fs13 span, .fs13 strong, .fs13 th, .fs13 td{ font-size:13px;font-size:1.3rem;	}
.fs14, .fs14 span, .fs14 strong, .fs14 th, .fs14 td{ font-size:14px;font-size:1.4rem;	}
.fs15, .fs15 span, .fs15 strong, .fs15 th, .fs15 td{ font-size:15px;font-size:1.5rem;	}
.fs16, .fs16 span, .fs16 strong, .fs16 th, .fs16 td{ font-size:16px;font-size:1.6rem;	}
.fs17, .fs17 span, .fs17 strong, .fs17 th, .fs17 td{ font-size:17px;font-size:1.7rem;	}
.fs18, .fs18 span, .fs18 strong, .fs18 th, .fs18 td{ font-size:18px;font-size:1.8rem;	}
.fs19, .fs19 span, .fs19 strong, .fs19 th, .fs19 td{ font-size:19px;font-size:1.9rem;	}
.fs20, .fs20 span, .fs20 strong, .fs20 th, .fs20 td{ font-size:20px;font-size:2.0rem;	}

 
.lH22{ line-height:22px;line-height:2.2rem;	}
.lH23{ line-height:23px;line-height:2.3rem;	}
.lH24{ line-height:24px;line-height:2.4rem;	}
.lH25{ line-height:25px;line-height:2.5rem;	}
.lH26{ line-height:26px;line-height:2.6rem;	}
.lH27{ line-height:27px;line-height:2.7rem;	}
.lH28{ line-height:28px;line-height:2.8rem;	}
.lH29{ line-height:29px;line-height:2.9rem;	}
.lH30{ line-height:30px;line-height:3.0rem;	}
.lH33{ line-height:33px;line-height:3.3rem;	}
.lH40{ line-height:40px;line-height:4.0rem;	}
.lH45{ line-height:45px;line-height:4.5rem;	}


.mintyou{ font-family: "ＭＳ Ｐ明朝,ＭＳ 明朝",serif; }

 /*  リンク */
.roll a{
display:block;	
}
.roll a:hover img{
width:0px;
height:0px;
}
a{
	color:#0033ff;	
}
a:visited{
	/*color:#90F;*/
}
.tdVisited a{
	color:#ff0000;
	background-color:#e3e3e3;
}
a img{
	border:none;
}
.hoverBtn:hover{
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
.noflow .ui-btn-inner,
.noflow .ui-li .ui-btn-text a.ui-link-inherit{
	text-overflow:clip;
	overflow:visible;
	word-break: break-all;
	white-space:normal;
}



/*  レイアウト */
.alC{text-align:center;}
.alR{text-align:right;}
.alL{text-align:left;}
.vT{vertical-align:top;}
.vM{vertical-align:middle;}
.mAuto{
	margin-left:auto;
	margin-right:auto;
}
.flL{	float:left;}
.flR{	float:right;}
.clB{	clear:both;}
.dispB{	display:block;}
.dispN,
label.dispN.ui-select{	display:none;}


.mT5{		margin-top:5px;}
.mT7{		margin-top:7px;}
.mT8{		margin-top:8px;}
.mT10{		margin-top:10px;}
.mT15{		margin-top:15px;}
.mT20{		margin-top:20px;}
.mT30{		margin-top:30px;}
.mT40{		margin-top:40px;}
.mT50{		margin-top:50px;}

.mR0{		margin-right:0px;}
.mR10{		margin-right:10px;}
.mR15{		margin-right:15px;}
.mR20{		margin-right:20px;}
.mR50{		margin-right:50px;}

.mB5{		margin-bottom:5px;}
.mB10{		margin-bottom:10px;}
.mB15{		margin-bottom:15px;}
.mB20{		margin-bottom:20px;}
.mB30{		margin-bottom:30px;}
.mB50{		margin-bottom:50px;}

.mL5{		margin-left:5px;}
.mL10{		margin-left:10px;}
.mL15{		margin-left:15px;}
.mL20{		margin-left:20px;}
.mL30{		margin-left:30px;}
.mL40{		margin-left:40px;}
.mL50{		margin-left:50px;}
.mL100{		margin-left:100px;}
.mL150{		margin-left:150px;}
.mL200{		margin-left:200px;}
.mL250{		margin-left:250px;}

.m5{		margin:5px;	}
.m7{		margin:7px;	}
.m8{		margin:8px;	}
.m10{		margin:10px;	}
.m15{		margin:15px;	}
.m20{		margin:20px;	}

.pT5{		padding-top:5px;}
.pT10{		padding-top:10px;}
.pT13{		padding-top:13px;}
.pT20{		padding-top:20px;}
.pT30{		padding-top:30px;}

.pB5{		padding-bottom:5px;}
.pB8{		padding-bottom:8px;}
.pB10{		padding-bottom:10px;}
.pB20{		padding-bottom:20px;}
.pB30{		padding-bottom:30px;}

.pL20{		padding-left:20px;}
.pL30{		padding-left:30px;}

.p1{		padding:1px;}
.p2{		padding:2px;}
.p5{		padding:5px;}
.p10{		padding:10px;}
.p15{		padding:15px;}
.p12{		padding:20px;}

.w50{		width:50px;}
.w60{		width:60px;}
.w100{		width:100px;}
.w130{		width:130px;}
.w150{		width:150px;}
.w180{		width:180px;}
.w200{		width:200px;}
.w220{		width:220px;}
.w230{		width:230px;}
.w250{		width:250px;}
.w300{		width:300px;}
.w320{		width:320px;}
.w334{		width:334px;}
.w350{		width:350px;}
.w400{		width:400px;}
.w450{		width:450px;}
.w470{		width:470px;}
.w480{		width:480px;}
.w500{		width:500px;}
.w520{		width:520px;}
.w600{		width:600px;}
.w650{		width:650px;}
.w670{		width:670px;}
.w700{		width:700px;}
.w720{		width:720px;}
.w730{		width:730px;}
.w800{		width:800px;}
.w900{		width:900px;}
.w920{		width:920px;}
.w970{		width:970px;}
.w980{		width:980px;}
.w25p{		width:25%;}
.w50p{		width:50%;}
.w70p{		width:70%;}
.w80p{		width:80%;}
.w90p{		width:90%;}
.w98p{		width:98%;}
.w99p{		width:99%;}
.w100p{		width:100%;}

.h30{		height:30px;}
.h35{		height:35px;}
.h40{		height:40px;}
.h50{		height:50px;}

.maxW90{	max-width:90px;	}
.maxW100{	max-width:100px;	}
.maxW400{	max-width:400px;	}
.maxW600{	max-width:600px;	}
.maxW700{	max-width:700px;	}


/* 区切り　*/
hr.hr01 {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #cccccc; 
   height: 1px;
   clear:both;
}


/*　ページャ　*/

.pager01{
	float:right;
}
.pager01 a,.pager01 div{
	padding:0px 8px;
	border:1px solid #cccccc;
	margin:0px 2px;
	font-size:12px;
	color:#959595;
	float:left;
	line-height:21px;
}
.pager01 div.end{
	padding:0px 2px;
	font-size:11px;
	color:#959595;
	line-height:22px;
	border:none;
}
.pager01 a.prev{
	margin-right:8px;
}
.pager01 a.next{
	margin-left:8px;
}
.pager01 a:hover,.pager01 div.now{
	color:#FFFFFF;
	background:#ccd0c3;
	border:1px solid #bdccab;
	text-decoration:none;
}



/* フォーム */
.input01{
	outline:none;
	padding: 3px;
	border: 1px solid #a7a7a7;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;
	
} 
.input01:hover,.input01:focus{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(29, 205, 0, 1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(29, 205, 0, 1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(29, 205, 0, 1);
	border: 1px solid #1dcd00;
}


label:hover, input[type=submit], input[type="button"]{
	cursor:pointer;
}
label.label01{
	display:block;
	padding:10px;
}
label.label02, label.label02w{
	display:block;
	padding:7px;
}
label.label03, label.label03w{
	padding:3px;
}
label.label04{
	padding:7px;
}
label.label05{
	display:block;
}
label.label06{
	padding:0px 1px;
}

label.label01:hover,label.label02:hover,label.label03:hover,label.label04:hover,label.label05:hover,label.label06:hover{
	 background:#ebfee7;
}
label.label02w:hover, label.label03w:hover{
	background:#FFFFFF;
}



/*	テーブル	*/
.tbl01{
	border-top:1px solid  #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.tbl01 tr td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 7px;
}
.tbl01 tr th{
	border-right:#72a200 1px solid; 
	border-bottom:#cccccc 1px solid; 
	background-color: #f9f9f9;	
	padding:5px 7px;
}
.tbl01 tr th.sub{
	border-right:#cccccc 1px solid; 
}
.tbl01 tr:nth-child(even) td{
	background-color: #ffffff;	
}
.tbl01 tr:nth-child(odd) td{
	background-color: #f8fdea;
}
.tbl02{
	border-top:1px solid  #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.tbl02 tr td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
}
.tbl02 tr th{
	border-right:1px solid #CCCCCC;
	border-bottom:#72a200 1px solid; 
	background-color: #f9f9f9;	
	padding:5px;
}
.tbl02 tr:nth-child(even) td{
	background-color: #ffffff;	
}
.tbl02 tr:nth-child(odd) td{
	background-color: #f8fdea;
}



/* ボタン */
.btnGreen1{
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:2px;
	padding:12px 20px;
	color: #FFFFFF;
	background: -moz-linear-gradient(
		top,
		#63d101 0%,
		#036c30);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#63d101),
		to(#036c30));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #006713;
	-moz-box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
	 0px -1px 0px rgba(0,0,0,1);
}
.btnGreen2{
	text-decoration:none;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:2px;
	padding:10px 20px;
	color: #FFFFFF;
	background: -moz-linear-gradient(
		top,
		#63d101 0%,
		#036c30);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#63d101),
		to(#036c30));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #006713;
	-moz-box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
	 0px -1px 0px rgba(0,0,0,1);
}
.btnGreen1:hover,.btnGreen2:hover{
	background: -moz-linear-gradient(
		top,
		#57b300 0%,
		#003d19);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#57b300),
		to(#003d19));
}

.btnGrey1{
	padding:6px 15px 7px;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#a8a8a8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		to(#a8a8a8));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #8f8f8f;
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
	 0px 1px 0px rgba(255,255,255,1);
}
.btnGrey1:hover{
	background: -moz-linear-gradient(
		top,
		#dbdbdb 0%,
		#878787);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#dbdbdb),
		to(#878787));	
}



/************************************************************
*	共通構造
 ************************************************************/
#container{
	margin:0px auto;
}
#header{
	width:100%;
	text-align:center;
}
#header img{
	width:100%;
}
#middle{
	width:100%;
	position:relative;
}
#side{
	float:left;
	clear:both;
}
#main{
	float:left;
}
#footer{
	width:100%;
	clear:both;
}


div.btnToSp{
	clear:both;
	background:#2f2f2f;
	padding:10px 0px;
}
div.btnToSp input{
	text-decoration:none;
	display:block;
	width:70%;
	margin:0px auto;
	padding:10px 0px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	border-radius: 40px;        
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	background: -moz-linear-gradient(
		top,
		#aee300 0%,
		#70a800 50%,
		#649600 50%,
		#166e00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#aee300),
		color-stop(0.50, #70a800),
		color-stop(0.50, #649600),
		to(#166e00));
	border: 1px solid #086000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.6),
		0px 1px 0px rgba(255,255,255,0);
}

.title{
	clear:both;
}
#sideInfo a{
	word-break:break-all;
	word-wrap:break-word;
}