@charset "UTF-8";

/*----------------------------------------------------
Copyright (C) 2015- Hiforest T.okawada　
http://www.hiforest.com/
----------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div,p,ul,li{
	display:block;
	box-sizing:border-box;
	border-collapse:collapse;
}
html{width:100%; height:100%; margin:0; padding:0;}
body{
width:100%;
height:100%;
margin:0;
padding:0;
position:relative;
background-color:#171a39;
background-image:url(/img/applibg2.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
text-align:center;
font-size:16px;
line-height:22px;
font-family:Noto Sans JP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, Verdana, Arial, Helvetica;
}
img {border:none;}

div.contentbg{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	overflow:auto;
	background-color:rgba(255,255,255,0.7);
	border-bottom:solid 1px #333333;
}

div.header{
	width:100%;
	height:10%;
	margin:0;
	padding:0;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background-image:url(/img/logo_purefishing_2023_white.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
}







#btn_spmenu{
	display:block;
	width:36px;
	height:36px;
	margin:0 0;
	padding:0 0;
	position:fixed;
	top:8px;
	right:12px;
	z-index:24;
	background-image:url(../img/btn_menu.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}
@media(min-width:1351px){
	#btn_spmenu{
		display:block;
		right:calc( ( (100% - 1350px) / 2 ) + 12px);
	}
}
@media(max-width:760px){
	#btn_spmenu{
		display:block;
	}
}
.btn_spmenu_c{
	background-image:url(../img/btn_menu_c.png) !important;
}
div.spmenu{
	display:block;
	width:180px;
	height:100%;
	margin:0 0;
	padding:0 0;
	position:fixed;
	top:0;
	left:-184px;
	z-index:22;
	background-color:#333333;
	-webkit-box-shadow:0 0 2px 2px #333333;
	box-shadow:0 0 2px 2px #333333;
}
div.spmenu ul.spmenuul{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	text-align:left;
	font-size:0;
	line-height:0;
}
div.spmenu ul.spmenuul li{
	display:block;
	width:100%;
	margin:0 0;
	padding:0 0;
	list-style-type:none;
	border-bottom:solid 1px #ffffff;
	font-size:18px;
	line-height:32px;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
div.spmenu ul.spmenuul li a{
	display:block;
	width:100%;
	font-size:18px;
	line-height:32px;
	text-indent:6px;
	color:#ffffff;
	text-decoration:none;
	font-family:Noto Sans JP;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
div.spmenu ul.spmenuul li a:hover{
	color:#ffffff;
	background-color:#f3f3f3;
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
div.spmenu ul.spmenuul li.sli{
	display:block;
	width:100%;
	margin:0 0;
	padding:0 0;
	list-style-type:none;
	border-bottom:none;
	font-size:14px;
	line-height:24px;
}
div.spmenu ul.spmenuul li.sli a{
	display:block;
	width:100%;
	font-size:14px;
	line-height:24px;
	text-indent:6px;
	color:#ffffff;
	text-decoration:none;
	font-family:Noto Sans JP;
}
div.spmenu ul.spmenuul li.sli a:hover{
	color:#ffffff;
	background-color:#ababab;
}







div.content h3{
	display:block;
	margin:0 auto;
	padding:5px;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	font-family:"Noto Sans Japanese" !important;
}

table.loginbox{
	margin:30px auto;
	padding:30px;
	font-size:100%;
	background-color:#B9DCFF;
	border:solid 2px #0000B7;
}
table.loginbox th{margin:0; padding:10px 10px; text-align:right; vertical-align:middle; font-size:100%; font-weight:bold; text-indent:7px; }
table.loginbox td{margin:0; padding:10px 10px; text-align:left; vertical-align:middle; font-size:100%; font-weight:normal;}
table.loginbox td.btn{margin:0; padding:10px 0 0; text-align:center; vertical-align:middle; font-size:100%; font-weight:normal;}
table.loginbox span{font-size:90%; color:#007bbb; font-weight:normal;}





input[type='text'],input[type='number'],input[type='password'],input[type='email'],select{
	width:98%;
	height:26px;
	padding:0 4px;
	font-size:12px;
	line-height:20px;
	border:solid 2px #999999;
	background-color:#ffffff;
	border-radius:4px;
	transition:all 0.2s ease-in-out 0s;
	box-sizing:border-box;
	border-collapse:collapse;
}
input[type='text']:focus,input[type='password']:focus{
	border:solid 2px #0000cc;
}
/*
select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image:url(../img/select_arw.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	transition:all 0.2s ease-in-out 0s;
}
select:focus{
	background-image:none;
}
*/
select{
	outline:none;
	text-indent:0.01px;
	text-overflow:'';
	background:none transparent;
	vertical-align:middle;
	font-size:inherit;
	color:inherit;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
select option{
	background-color:#fff;
	color:#333;
}
select::-ms-expand {
	display:none;
}
select:-moz-focusring { 
	color:transparent; 
	text-shadow:0 0 0 #828c9a;
}
.select-wrap{
	position:relative;
}
.select-wrap:before{
	z-index:1;
	position:absolute;
	right:1em;
	top:0;
	content:"\f123";
	font-family:"IonIcons";
	line-height:26px;
	color:#7F878C;
	pointer-events:none;
}

input[type='submit'],input[type='button']{
	margin:10px auto;
	padding:10px 25px;
	font-size:12px;
	line-height:16px;
	color:#000000;
	border:inset 1px #dddddd;
	background-color:#dddddd;
	border-radius:6px;
}
input[type='submit']:hover,input[type='button']:hover{
	background-color:#eeeeee;
}

input[type='submit'].btn_search{
	display:inline-block !important;
	margin:0 2px !important;
	padding:4px !important;
	font-size:14px !important;
	line-height:18px !important;
	color:#333333 !important;
	background-color:#cccccc !important;
	border:inset 1px #999999 !important;
	border-radius:3px !important;
}

textarea{
	width:96%;
	min-height:120px;
	padding:4px 8px;
	font-size:12px;
	line-height:16px;
	border:solid 2px #999999;
	background-color:#ffffff;
	border-radius:6px;
}

label{
	padding:0 7px 0 0;
}
.checkbox{
	cursor:pointer;
	padding-right:2px;
	font-weight:normal;
}
.checkbox input[type="checkbox"]{
	display:none;
}
.checkbox .checkbox-icon:before{
	content:"\f372";
	font-family:"IonIcons";
	margin-right:7px;
	color:#666666;
	font-size:20px;
	position:relative;
	top:3px;
	left:3px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-icon{
	color:#4788bf;
}
.checkbox input[type="checkbox"]:checked + .checkbox-icon:before{
	content:"\f373";
	font-family:"IonIcons";
	color:#4788bf;
}

.radio input[type="radio"]{
	display:none;
}
.label-radio{
	cursor:pointer;
	padding-left:5px;
	padding-right:15px;
	font-weight:normal;
}
.radio .radio-icon:before{
	content:"\f3a6";
	font-family:"IonIcons";
	margin-right:7px;
	color:#666666;
	font-size:20px;
	position:relative;
	top:3px;
	left:3px;
}
.radio input[type="radio"]:checked + .radio-icon{
	color:#4788bf;
}
.radio input[type="radio"]:checked + .radio-icon:before{
	content:"\f3a7";
	font-family:"IonIcons";
	color:#4788bf;
}



a.button{
	display:inline-block;
	width:auto;
	height:40px;
	margin:15px;
	padding:0 0;
	font-size:18px;
	line-height:40px;
	letter-spacing:1px;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#0000aa;
	border:inset 1px #0000aa;
	border-radius:12px;
	font-family:"Noto Sans Japanese" !important;
	box-sizing:border-box;
	border-collapse:collapse;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
a.button:hover{
	border:inset 1px #0000ff;
	background-color:#0000ff;
}
a.btn_accept{
	width:120px;
	color:#ffffff;
	background-color:#0000aa;
	border:inset 1px #0000aa;
}
a.btn_accept:hover{
	border:inset 1px #0000ff;
	background-color:#0000ff;
}
a.btn_deny{
	width:120px;
	color:#121212;
	background-color:#cccccc;
	border:inset 1px #cccccc;
}
a.btn_deny:hover{
	border:inset 1px #dedede;
	background-color:#dedede;
}



table.listtbl{width:96%; max-width:800px; margin:0 auto 10px; padding:0; font-size:100%;}
table.listtbl th{margin:0; padding:10px; text-align:center; vertical-align:top; font-size:100%; color:#333320; font-weight:bold; background-color:#ededdd; }
table.listtbl td{margin:0; padding:10px;  text-align:center; vertical-align:middle; font-size:100%; font-weight:normal;}

table.listtbl2{width:96%; max-width:800px; margin:0 auto 10px; padding:0; border-top:solid 1px #666666; border-left:solid 1px #666666; font-size:100%;}
table.listtbl2 th{margin:0; padding:4px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:top; font-size:100%; color:#333320; font-weight:bold; background-color:#ededdd; }
table.listtbl2 td{margin:0; padding:4px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:middle; font-size:100%; font-weight:normal;}

table.listtbl3{width:96%; margin:0 auto 10px; padding:0; border-top:solid 1px #666666; border-left:solid 1px #666666; font-size:100%;}
table.listtbl3 th{margin:0; padding:4px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:top; font-size:100%; color:#333320; font-weight:bold; background-color:#ededdd; }
table.listtbl3 td{margin:0; padding:4px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:middle; font-size:100%; font-weight:normal;}

table.listtbl3s{width:auto; margin:0 auto 10px; padding:0; border-top:solid 1px #666666; border-left:solid 1px #666666; font-size:10px;}
table.listtbl3s th{margin:0; padding:2px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:middle; font-size:10px; color:#333320; font-weight:bold; background-color:#ededdd; }
table.listtbl3s td{margin:0; padding:2px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:middle; font-size:10px; font-weight:normal;}
table.listtbl3s tr.trlink{ cursor:pointer; }
table.listtbl3s tr.trlink:hover{ filter:alpha(opacity=70) !important; -moz-opacity:0.7 !important; opacity:0.7 !important; }
table.listtbl3s tr.trlink:hover td{ color:#0000ff; text-decoration:underline; }


table.listtbl4{width:96%; margin:0 auto; padding:0; border-top:solid 1px #666666; border-left:solid 1px #666666; font-size:100%;}
table.listtbl4 th{margin:0; padding:4px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:top; font-size:100%; color:#333320; font-weight:bold; background-color:#ededdd; }
table.listtbl4 td{margin:0; padding:4px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:middle; font-size:100%; font-weight:normal;}

table.fmtbl{margin:0 auto 10px; padding:0; border-top:solid 1px #ffffff; border-left:solid 1px #ffffff; font-size:100%;}
table.fmtbl th{margin:0; padding:12px 8px; border-bottom:solid 1px #ffffff; border-right:solid 1px #ffffff; text-align:center; vertical-align:top; font-size:100%; color:#333320; font-weight:bold; white-space:nowrap; background-color:#ededdd; }
table.fmtbl td{margin:0; padding:4px; border-bottom:solid 1px #ffffff; border-right:solid 1px #ffffff; text-align:left; vertical-align:middle; font-size:100%; font-weight:normal; background-color:#ffffff;}

table.fmtbl2{margin:0 auto 10px; padding:0; border-top:solid 1px #666666; border-left:solid 1px #666666; font-size:100%;}
table.fmtbl2 th{margin:0; padding:3px 5px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:middle; font-size:100%; color:#333320; font-weight:bold; white-space:nowrap; background-color:#ededdd; }
table.fmtbl2 td{margin:0; padding:3px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:left; vertical-align:middle; font-size:100%; font-weight:normal; background-color:#ffffff;}

table.fmtbl2st{margin:0 auto 10px; padding:0; font-size:100%;}
table.fmtbl2st th{margin:0; padding:3px 5px; text-align:center; vertical-align:middle; font-size:100%; color:#333320; font-weight:bold; white-space:nowrap; }
table.fmtbl2st td{margin:0; padding:3px; text-align:left; vertical-align:middle; font-size:100%; font-weight:normal; background-color:#ffffff;}

table.fmtbl2_orange{margin:0 auto 30px; padding:0; border-top:solid 1px #666666; border-left:solid 1px #666666; font-size:100%;}
table.fmtbl2_orange th{margin:0; padding:3px 5px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:center; vertical-align:top; font-size:100%; color:#333320; font-weight:bold; white-space:nowrap; background-color:#f6ad49; }
table.fmtbl2_orange td{margin:0; padding:3px; border-bottom:solid 1px #666666; border-right:solid 1px #666666; text-align:left; vertical-align:middle; font-size:100%; font-weight:normal; background-color:#f8e58c;}

th.fmititle{
	width:20%;
	max-width:120px;
	min-width:80px;
	margin:0 0;
	white-space:nowrap;
}
@media(max-width:640px){
	th.fmititle{
		width:auto;
		max-width:640px;
	}
}
.bgcnone{
	border:none !important;
	background-color:transparent !important;
}



ul.pager{
	display:block;
	height:30px !important;
	margin:10px auto;
	padding:0 0;
	text-align:center !important;
	font-size:16px;
	line-height:22px;
	list-style-type:none;
}
ul.pager li{
	display:inline-block !important;
	min-width:30px !important;
	height:30px !important;
	margin:0 0 !important;
	padding:0 0 !important;
	text-align:center !important;
	font-size:20px;
	line-height:30px;
	letter-spacing:0 !important;
	text-indent:0 !important;
	list-style-type:none;
	color:#333631;
}
ul.pager li span{
	display:block !important;
	min-width:30px !important;
	height:30px !important;
	margin:0;
	padding:0 4px;
	text-align:center;
	font-size:14px;
	line-height:30px;
	letter-spacing:0 !important;
	text-indent:0 !important;
	color:#aaaaaa;
	text-decoration:none;
}
ul.pager li a{
	display:block !important;
	min-width:30px !important;
	height:30px !important;
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	line-height:30px;
	letter-spacing:0 !important;
	text-indent:0 !important;
	color:#333631;
	text-decoration:underline;
}
ul.pager li a:hover{
	color:#333631;
	text-decoration:none;
}

ul.pager2{
	display:block;
	height:20px !important;
	margin:4px auto;
	padding:0 0;
	text-align:center !important;
	font-size:12px;
	line-height:20px;
	list-style-type:none;
}
ul.pager2 li{
	display:inline-block !important;
	min-width:20px !important;
	height:20px !important;
	margin:0 0 !important;
	padding:0 0 !important;
	text-align:center !important;
	font-size:12px;
	line-height:20px;
	letter-spacing:0 !important;
	text-indent:0 !important;
	list-style-type:none;
	color:#333631;
}
ul.pager2 li span{
	display:block !important;
	min-width:20px !important;
	height:20px !important;
	margin:0;
	padding:0 4px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	letter-spacing:0 !important;
	text-indent:0 !important;
	color:#aaaaaa;
	text-decoration:underline;
}
ul.pager2 li a{
	display:block !important;
	min-width:20px !important;
	height:20px !important;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	line-height:20px;
	letter-spacing:0 !important;
	text-indent:0 !important;
	color:#333631;
	text-decoration:none;
}
ul.pager2 li a:hover{
	color:#333631;
	text-decoration:underline;
}





.cbox{
	width:96%;
	margin:0 auto 30px;
	padding:0 0;
}

div.liner{
	display:block;
	width:96%;
	height:1px;
	margin:0 auto;
	padding:0 0;
	font-size:1px;
	line-height:1px;
	border-bottom:solid 1px #999999;
}





form{
	display:block;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttr{
	display:block;
	width:92%;
	margin:0 auto;
	padding:10px 0 10px;
	font-size:14px;
	line-height:22px;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttr:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
.actth{
	display:block;
	width:24%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	text-indent:0px; 
	color:#333333;
	text-align:right;
	float:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttd{
	display:block;
	width:73.99%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	text-indent:0px; 
	color:#333333;
	text-align:left;
	float:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttd-50{
	display:block;
	width:48.99%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	color:#333333;
	text-align:left;
	float:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttd-100{
	display:block;
	width:98.99%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	color:#333333;
	text-align:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
span.must{
	vertical-align:super;
	font-size:8px;
	line-height:0px;
	font-weight:900;
	color:#ff0000;
}
p.capt{
	margin:0 0;
	padding:3px 0;
	font-size:12px;
	line-height:20px;
}
.acttr Error{
	color:#ff0000;
}
.acttr .Error input,.acttr .Error select,.acttr .Error textarea{
	background-color:#ffeeee;
}
.bordered{
	padding:0 0 !important;
	border-top:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}
.bordered .actth{
	width:calc(39.99% - 20px) !important;
	padding:10px 10px !important;
}
.bordered .acttd{
	width:calc(59.99% - 20px) !important;
	padding:10px 10px !important;
	border-left:solid 1px #dddddd;
}
.bordered_bottom{
	border:solid 1px #dddddd;
}
@media(max-width:480px){
	.actth{
		width:98.99%;
		float:none;
		text-align:left;
	}
	.acttd{
		width:98.99%;
		float:none;
		text-align:left;
	}
	.acttd-50{
		width:98.99%;
		float:none;
		text-align:left;
	}
	.bordered .actth{
		width:calc(98.99% - 20px) !important;
		padding:10px 10px 0 !important;
	}
	.bordered .acttd{
		width:calc(98.99% - 20px) !important;
		padding:0 10px 10px !important;
		border-left:none;
	}
}

.acthr{
	display:block;
	width:96%;
	margin:30px auto;
	padding:0%;
	font-size:1px;
	line-height:1px;
	border-bottom:solid 1px #454545;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acthr_s{
	display:block;
	width:98%;
	margin:5px auto;
	padding:0%;
	font-size:1px;
	line-height:1px;
	border-bottom:solid 1px #eeeeee;
	box-sizing:border-box;
	border-collapse:collapse;
}
.actib{
	display:inline-block !important;
}
@media(max-width:480px){
	.actib{
		display:block !important;
		margin-bottom:8px;
	}
}

.fmbox a{color:#1e50a2; text-decoration:none;}
.fmbox a:hover{color:#507ea4; text-decoration:underline;}
.fmbox a:visited{color:#19448e; text-decoration:none;}

.pcdisp{
	display:inline;
}
@media(max-width:860px){
	.pcdisp{
		display:none;
	}
}
.spdisp{
	display:none;
}
@media(max-width:860px){
	.spdisp{
		display:inline;
	}
}













.cbox50{
	display:block;
	width:46%;
	margin:0 1.99% 20px !important;
	padding:0 0;
	float:left;
}
.cbox50:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
@media(max-width:640px){
	.cbox50{
		width:96%;
		margin:0 1.99% 20px !important;
		float:none;
	}
}

.wd-10{ width:10% !important; }
.wd-15{ width:15% !important; }
.wd-19{ width:19.99% !important; }
.wd-20{ width:20% !important; }
.wd-30{ width:30% !important; }
.wd-33{ width:33.33% !important; }
.wd-39{ width:39.99% !important; }
.wd-40{ width:40% !important; }
.wd-45{ width:45% !important; }
.wd-49{ width:49.99% !important; }
.wd-50{ width:50% !important; }
.wd-60{ width:60% !important; }
.wd-70{ width:70% !important; }
.wd-80{ width:80% !important; }
.wd-84{ width:84.99% !important; }
.wd-89{ width:89% !important; }
.wd-90{ width:90% !important; }
.wd-94{ width:94% !important; }
.wd-100{ width:100% !important; }
.wdp-240{ width:240px !important; }
.wdp-220{ width:220px !important; }
.wdp-200{ width:200px !important; }
.wdp-180{ width:180px !important; }
.wdp-160{ width:160px !important; }
.wdp-140{ width:140px !important; }
.wdp-120{ width:120px !important; }
.wdp-100{ width:100px !important; }
.wdp-90{ width:90px !important; }
.wdp-80{ width:80px !important; }
.wdp-60{ width:60px !important; }
.wdp-40{ width:40px !important; }
@media(max-width:480px){
	.wd-10{ width:100% !important; }
	.wd-20{ width:100% !important; }
	.wd-30{ width:100% !important; }
	.wd-40{ width:100% !important; }
	.wd-49{ width:100% !important; }
	.wd-50{ width:100% !important; }
	.wdp-240{ width:240px !important; }
	.wdp-220{ width:220px !important; }
	.wdp-200{ width:200px !important; }
	.wdp-180{ width:180px !important; }
	.wdp-160{ width:160px !important; }
	.wdp-140{ width:140px !important; }
	.wdp-120{ width:120px !important; }
	.wdp-100{ width:100px !important; }
	.wdp-90{ width:90px !important; }
	.wdp-80{ width:80px !important; }
	.wdp-60{ width:60px !important; }
	.wdp-40{ width:40px !important; }
}
.pl-5{ padding-left:5px !important; }
.pl-10{ padding-left:10px !important; }
.pl-20{ padding-left:20px !important; }
.pl-30{ padding-left:30px !important; }
.pl-40{ padding-left:40px !important; }
.pl-50{ padding-left:50px !important; }
.pl-60{ padding-left:60px !important; }
.pr-5{ padding-right:5px !important; }
.pr-10{ padding-right:10px !important; }
.pr-20{ padding-right:20px !important; }
.pr-30{ padding-right:30px !important; }
.pr-40{ padding-right:40px !important; }
.pr-50{ padding-right:50px !important; }
.pr-60{ padding-right:60px !important; }
.pt-0{ padding-top:0px !important; }
.pt-5{ padding-top:5px !important; }
.pt-10{ padding-top:10px !important; }
.pt-15{ padding-top:15px !important; }
.pt-20{ padding-top:20px !important; }
.pt-30{ padding-top:30px !important; }
.pt-40{ padding-top:40px !important; }
.pt-50{ padding-top:50px !important; }
.pt-60{ padding-top:60px !important; }
.pt-120{ padding-top:120px !important; }
.pt-140{ padding-top:140px !important; }
.pt-160{ padding-top:160px !important; }
.pt-180{ padding-top:180px !important; }
.pb-0{ padding-bottom:0px !important; }
.pb-5{ padding-bottom:5px !important; }
.pb-10{ padding-bottom:10px !important; }
.pb-15{ padding-bottom:15px !important; }
.pb-20{ padding-bottom:20px !important; }
.pb-30{ padding-bottom:30px !important; }
.pb-40{ padding-bottom:40px !important; }
.pb-50{ padding-bottom:50px !important; }
.pb-60{ padding-bottom:60px !important; }
.ml-5{ margin-left:5px !important; }
.ml-10{ margin-left:10px !important; }
.ml-15{ margin-left:15px !important; }
.ml-20{ margin-left:20px !important; }
.ml-30{ margin-left:30px !important; }
.ml-40{ margin-left:40px !important; }
.mr-5{ margin-right:5px !important; }
.mr-10{ margin-right:10px !important; }
.mr-15{ margin-right:15px !important; }
.mr-20{ margin-right:20px !important; }
.mr-30{ margin-right:30px !important; }
.mr-40{ margin-right:40px !important; }
.mt-0{ margin-top:0px !important; }
.mt-5{ margin-top:5px !important; }
.mt-10{ margin-top:10px !important; }
.mt-15{ margin-top:15px !important; }
.mt-20{ margin-top:20px !important; }
.mt-30{ margin-top:30px !important; }
.mt-40{ margin-top:40px !important; }
.mt-50{ margin-top:50px !important; }
.mb-0{ margin-bottom:0px !important; }
.mb-5{ margin-bottom:5px !important; }
.mb-10{ margin-bottom:10px !important; }
.mb-15{ margin-bottom:15px !important; }
.mb-20{ margin-bottom:20px !important; }
.mb-30{ margin-bottom:30px !important; }
.mb-40{ margin-bottom:40px !important; }
.mb-50{ margin-bottom:50px !important; }
.mb-60{ margin-bottom:60px !important; }
.mc-0{ margin:0 auto !important; }
.mc-10{ margin:0 auto 10px !important; }

.centered{
	text-align:center !important;
}

.lefted{
	text-align:left !important;
}

.righted{
	text-align:right !important;
}

.color_ff0000{
	color:#ff0000 !important;
}
.bolder{
	font-weight:bolder !important;
}
.smaller{
	font-size:13px !important;
	line-height:21px;
}

.aftered:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
.forceleft{
	float:left !important;
}
.forceright{
	float:right !important;
}
.forceleftc{
	float:left !important;
}
.forcerightc{
	float:right !important;
}
.forceleft_mg{
	margin:0 15px 15px 0 !important;
	float:left !important;
}
.forceright_mg{
	margin:0 0 15px 15px !important;
	float:right !important;
}
@media(max-width:480px){
	.forceleftc{
		float:none !important;
	}
	.forcerightc{
		float:none !important;
	}
	.forceleft_mg{
		margin:0 0 10px !important;
		float:none !important;
	}
	.forceright_mg{
		margin:0 0 10px !important;
		float:none !important;
	}
}
.flclr{
	clear:both;
}
.clr{
	clear:both;
}

.indented{
	text-indent:1em;
}
.noindent{
	text-indent:0 !important;
}

.septline{
	width:100%;
	height:1px;
	margin:15px auto;
	padding:0 0;
	border-bottom:solid 1px #dddddd;
}








.tbox {position:absolute; display:none; margin:0; padding:0; z-index:100002000; }
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url('../img/preload.gif') no-repeat 50% 50%; }
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:100001000; }
.tclose {position:absolute; top:7px; right:7px; width:23px; height:23px; cursor:pointer; background:url('../img/closes.png') no-repeat; }
.tclose:hover {background-position:0 -24px; }
#mskbg {background:#666666;}

.loadingbox{
	width:100%;
	height:100%;
	margin:0 0;
	padding:0 0;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	color:#ED9C34;
	background-color:#333333;
	overflow:hidden;
	/* font-family:'Shojumaru', cursive; */
	font-family:cursive;
}
.loadingbox-bar{
	width:100%;
	height:1px;
	margin:0 0 0;
	padding:0 0;
	position:absolute;
	top:calc(50% + 24px);
	left:0;
	border-top:solid 1px #ED9C34;
	overflow:visible;
	transition:all 0.2s ease-in-out 0s;
}
.loadingbox-bar .grub{
	width:36px;
	height:18px;
	margin:-13px;
	padding:0 0;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../img/grub.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
}
.loadingbox-text{
	width:50px;
	margin:-12px auto auto -25px;
	padding:0 0;
	position:absolute;
	top:50%;
	left:50%;
	font-size:16px;
	line-height:24px;
	text-align:center;
	background-color:#333333;
}
.loadingbox-complete .loadingbox-bar{
	border-top:solid 1px #ED9C34;
}
