@charset "UTF-8";

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div,p,h1,h2,h3,h4,h5,ul,li,ol{
	display:block;
	box-sizing:border-box;
	border-collapse:collapse;
	list-style-type:none;
}
table,tr,th,td{
	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; background-image:url(../img/topbg.jpg); background-color:#333333; text-align:center; font-size:12px; line-height:16px; font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, Verdana, Arial, Helvetica;}

div.bdy{
	width:98%;
	max-width:1260px;
	height:auto;
	min-height:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:1;
	text-align:center;
	box-shadow:12px 0 15px -4px rgba(0,0,0,0.3), -12px 0 8px -4px rgba(0,0,0,0.3);
	-moz-box-shadow:12px 0 15px -4px rgba(0,0,0,0.3), -12px 0 8px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow:6px 0 3px -4px rgba(0,0,0,0.3), -6px 0 3px -4px rgba(0,0,0,0.3);
}
@media (max-width:640px){
	div.bdy{
		width:94%;
	}
}
div.bdy:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}

/* 背景マップ */
div.bgmap{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
}

div.maplist{
	width:92%;
	margin:0 auto 30px;
	padding:0 0 56.25%;
	overflow:hidden;
	position:relative;
	border:solid 1px #666666;
}
@media(max-width:640px){
	div.maplist{
		padding:0 0 100%;
	}
}



/* ヘッダー */
div.header{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0 0;
	position:relative;
	box-sizing:border-box;
	border-collapse:collapse;
	background-image:url(../img/contentsbg2.png);
/*
	-webkit-box-shadow:0 0 2px 2px #aaaaaa;
	box-shadow: 0 0 2px 2px #aaaaaa;
*/
}
div.header div.header_box{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0 0 80px;
	position:relative;
	z-index:0;
	overflow:hidden;
	text-align:center;
}
div.header div.header_box div.bgset{
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

div.header div.header_box h1{
	display:block;
	width:280px;
	height:60px;
	margin:0 0;
	padding:0 0;
	position:absolute;
	top:10px;
	left:10px;
	z-index:80;
	overflow:visible;
	text-align:left;
}
div.header div.header_box h1 img{
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
div.header div.header_box #gmn{
	display:none;
	width:48px;
	height:48px;
	margin:-24px 0 0 0;
	padding:0 0;
	position:absolute;
	top:26px;
	right:10px;
	z-index:999;
	background-position:50% 10%;
	background-repeat:no-repeat;
	background-size:40px 40px;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
div.header div.header_box #gmn:before{
	content:"";
	width:50%;
	margin:0 0;
	padding:0 0;
	position:absolute;
	top:30%;
	left:25%;
	border-top:solid 4px #333333;
	transition:0.3s transform ease;
}
div.header div.header_box #gmn:after{
	content:"";
	width:50%;
	margin:0 0;
	padding:0 0;
	position:absolute;
	bottom:30%;
	left:25%;
	border-bottom:solid 4px #333333;
	transition:0.3s transform ease;
}
div.header div.header_box #gmn b {
	width:40%;
	margin:0 0;
	padding:0 0;
	position:absolute;
	top:calc(50% - 2px);
	left:25%;
	text-indent:-9999px;
	border-top:solid 4px #333333;
	transition:0.3s opacity ease;
}

div.header div.header_box #gmn.clicked:before{
	transform: rotate(45deg);
	width:60%;
	top:calc(50% - 2px);
	left:20%;
}
div.header div.header_box #gmn.clicked:after{
	transform: rotate(-45deg);
	width:60%;
	bottom:calc(50% - 2px);
	left:20%;
}
div.header div.header_box #gmn.clicked b {
	filter:alpha(opacity=0); -moz-opacity:0; opacity:0;
}
@media(max-width:1119px){
}
@media(max-width:900px){
	div.header div.header_box div.cntline{
		display:none;
	}
	div.header div.header_box #gmn{
		display:block;
	}
}
@media(max-width:640px){
	div.header div.header_box h1{
		width:240px;
		height:56px;
	}
}

ul.menus{
	display:block;
	width:90%;
	margin:0 0 0 0;
	padding:0 0;
	position:absolute;
	top:75px;
	left:12px;
	z-index:90;
	text-align:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
ul.menus:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
ul.menus li{
	display:inline-block;
	width:auto;
	height:36px;
	margin:0 5px;
	padding:0 0;
	box-sizing:border-box;
	border-collapse:collapse;
	font-size:16px;
	line-height:20px;
	font-family:Noto Sans Japanese;
}
ul.menus li a{
	display:block;
	width:auto;
	height:26px;
	margin:0 0 0 0;
	padding:0 8px;
	border-radius:6px;
	box-sizing:border-box;
	border-collapse:collapse;
	/* background-image:url(../../img/blog/menus_bg.png); */
	background-color:#ed6d3d;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	font-family:"MT_TARE_WEB";
	text-decoration:none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
ul.menus li a:hover{
	color:#ffffff;
	/* margin:4px 8px 5px 14px; */
	filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;
}
@media(max-width:900px){
	ul.menus{
		display:none;
	}
}
@media(max-width:759px){
}






/* フッター */
div.footer{
	display:block;
	width:98%;
	max-width:1260px;
	margin:0 auto;
	padding:20px 0 0;
	position:relative;
	z-index:2;
	background-color:#2e2930;
	color:#ffffff;
	box-shadow:12px 0 15px -4px rgba(0,0,0,0.3), -12px 0 8px -4px rgba(0,0,0,0.3);
	-moz-box-shadow:12px 0 15px -4px rgba(0,0,0,0.3), -12px 0 8px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow:6px 0 3px -4px rgba(0,0,0,0.3), -6px 0 3px -4px rgba(0,0,0,0.3);
	border:none;
	font-family:"Noto Sans Japanese";
}
@media (max-width:640px){
	div.footer{
		width:94%;
	}
}
div.fliner{
	display:block;
	width:98%;
	margin:0 auto 20px;
	padding:0 0;
	font-size:1px;
	line-height:1px;
	border-bottom:solid 1px #ffffff;
}
div.fbox{
	display:block;
	width:49.99%;
	margin:0 0 20px;
	padding:0 0;
	float:left;
}
.rline{
	border-right:solid 1px #454545;
}
@media(max-width:640px){
	div.fbox{
		width:100%;
		float:none;
	}
	.rline{
		border-right:none;
	}
}

h4.link_title{
	display:block;
	width:94%;
	margin:0 auto 10px;
	padding:4px 0;
	position:relative;
	font-size:26px;
	line-height:26px;
	font-weight:700;
	color:#aaaaaa;
	text-align:left;
	border-bottom:solid 1px #454545;
	font-family: 'Ruthie', cursive;
}
h4.link_title span{
	display:inline-block;
	margin:0 0;
	padding:0 0 0 6px;
	font-size:14px;
	line-height:26px;
	font-weight:500;
	color:#ffffff;
	text-align:left;
	font-family:"Noto Sans Japanese";
}
div.infobox{
	display:block;
	width:94%;
	margin:0 auto;
	padding:0 0 10px;
	font-size:14px;
	line-height:20px;
	text-align:left;
}
ul.other_link{
	display:block;
	width:94%;
	margin:0 auto;
	padding:0 0 10px;
	text-align:left;
	list-style-type:none;
}
ul.other_link li{
	display:inline-block;
	width:auto;
	max-width:47.99%;
	margin:0 1% 1%;
	padding:0 0;
	list-style-type:none;
}
ul.other_link li a{
	;
}
ul.other_link li a:hover{
	filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;
}
ul.other_link li img{
	width:100%;
}
ul.sponcer_link{
	display:block;
	width:94%;
	margin:0 auto;
	padding:0 0 10px;
	text-align:left;
	list-style-type:none;
}
ul.sponcer_link li{
	display:inline-block;
	width:90px;
	margin:0 3px 6px;
	padding:0 0;
	list-style-type:none;
}
ul.sponcer_link li a{
	;
}
ul.sponcer_link li a:hover{
	filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;
}
ul.sponcer_link li img{
	width:100%;
}
@media(max-width:640px){
	h4.link_title{
		width:96%;
	}
	div.infobox{
		width:96%;
	}
	ul.other_link{
		width:96%;
	}
	ul.sponcer_link{
		width:96%;
	}
}

ul.footer_link{
	display:block;
	width:auto;
	margin:0 auto;
	padding:0 0 10px;
	text-align:center;
	list-style-type:none;
}
ul.footer_link li{
	display:inline-block;
	width:auto;
	margin:0;
	padding:0 8px;
	font-size:11px;
	line-height:18px;
	text-align:center;
	list-style-type:none;
	border-left:solid 1px #454545;
	box-sizing:border-box;
	border-collapse:collapse;
}
ul.footer_link li:first-child{
	border-left:none;
}
ul.footer_link li a{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:18px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
ul.footer_link li a:hover{
	color:#cccccc;
	text-decoration:underline;
}
@media(max-width:640px){
	ul.footer_link{
		width:100%;
		margin:0 auto;
		padding:0 0;
	}
	ul.footer_link li{
		display:block;
		width:98%;
		margin:0 auto;
		padding:0 0;
		border-left:none;
		border-bottom:solid 1px #454545;
	}
	ul.footer_link li a{
		margin:0;
		padding:11px 0;
		font-size:14px;
		line-height:18px;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
	}
	ul.footer_link li a:hover{
		color:#cccccc;
		text-decoration:none;
	}
}

p.copyright{
	display:block;
	width:auto;
	margin:0 auto;
	padding:10px 0 20px;
	text-align:center;
}
@media(max-width:640px){
	p.copyright{
		padding:30px 0 20px;
	}
}





/* ボタンメニュー */
div.menubox_outer{
	display:none;
	width:100%;
	max-width:1260px;
	height:calc(100% - 75px);
	margin:0 0;
	padding:0 0;
	position:fixed;
	top:75px;
	left:calc((100% - 1260px) / 2);
	z-index:9;
	overflow:auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media(max-width:1260px){
	div.menubox_outer{
		width:100%;
		left:0;
	}
}
@media(max-width:640px){
	div.menubox_outer{
		height:calc(100% - 60px);
		top:60px;
	}
}
div.menubox{
	display:block;
	width:100%;
	min-height:100%;
	margin:0 auto;
	padding:30px 0 30px;
	background-color:#ffffff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media(max-width:640px){
	div.menubox{
		padding:20px 0 60px;
	}
}
div.menubox:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
div.menubox div.mnbhalfbox{
	display:block;
	width:49.99%;
	margin:0 auto;
	padding:0 0;
	float:left;
}
@media(max-width:480px){
	div.menubox div.mnbhalfbox{
		width:99.99%;
		float:none;
	}
}
div.menubox p.mnb_title{
	display:block;
	width:90%;
	max-width:460px;
	margin:0 auto 12px;
	padding:0 0 0;
	font-size:16px;
	line-height:24px;
	text-align:left;
	font-family:Noto Sans Japanese;
	border-bottom:solid 1px #000000;
	overflow:hidden;
	background-image:url(../img/mnbic.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:30px 30px;
}
div.menubox p.mnb_title a{
	display:block;
	width:calc(99.99% - 32px);
	margin:0 0 0 32px;
	padding:0 0;
	font-size:16px;
	line-height:24px;
	color:#000000;
	text-align:left;
	font-family:Noto Sans Japanese;
	text-decoration:none;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
div.menubox p.mnb_title a:hover{
	width:calc(99.99% - 38px);
	margin:0 0 0 38px;
	padding:0 0;
	text-decoration:none;
}
div.menubox ul.mnb_list{
	display:block;
	width:90%;
	max-width:460px;
	margin:0 auto 12px;
	padding:0 0;
	text-align:left;
}
div.menubox ul.mnb_list li{
	display:block;
	width:100%;
	margin:0 0;
	padding:0 10px 10px;
	list-style-type:none;
	font-size:14px;
	line-height:18px;
	text-align:left;
	font-family:Noto Sans Japanese;
}
div.menubox ul.mnb_list li a{
	display:block;
	width:100%;
	margin:0 0;
	padding:0 0;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#000000;
	font-family:Noto Sans Japanese;
	text-decoration:underline;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
div.menubox ul.mnb_list li a:hover{
	width:calc(99.99% - 4px);
	margin:0 0 0 4px;
	padding:0 0;
	text-decoration:none;
}





/* パンくず */
ul.pkz{
	display:block;
	width:94%;
	margin:0 auto;
	padding:0 0 10px;
	list-style-type:none;
	text-align:left;
}
ul.pkz li{
	display:inline-block;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	color:#000000 !important;
	font-size:0.6em;
	line-height:1.2em;
	letter-spacing:0em;
	text-indent:0;
}
ul.pkz li:first-child{
	padding:0 0 0 0;
}
ul.pkz li:after{
	content:"　＞";
}
ul.pkz li:last-child:after{
	content:"";
}
ul.pkz li a{
	color:#666666 !important;
	text-decoration:none;
}
ul.pkz li a:hover{
	color:#000000 !important;
	text-decoration:underline;
}





/* コンテンツ */
div.contents_box{
	display:block;
	width:100%;
	min-height:600px;
	margin:0 auto;
	padding:0 0;
	position:relative;
	z-index:0;
	overflow:hidden;
	text-align:left;
	background-image:url(../img/contentsbg2.png);
}



/* コンテンツ詳細 */
div.contents_box h2{
	display:block;
	width:94%;
	margin:0 auto 10px;
	padding:0 0 65px;
	position:relative;
	text-align:left;
	overflow:visible;
}
div.contents_box h2 span.en{
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	font-size:70px;
	line-height:80px;
	font-weight:700;
	text-align:left;
	color:#aaaaaa;
	font-family: 'Ruthie', cursive;
	overflow:visible;
}
/*
@media (max-width:960px) {
	div.contents_box h2 span.en{
		font-size:7vw;
		line-height:8vm;
	}
}
*/
div.contents_box h2 span.ja{
	display:block;
	width:98%;
	height:20px;
	margin:-20px 0 0 1%;
	padding:0 0 1px;
	position:absolute;
	top:100%;
	left:0;
	z-index:1;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	text-align:left;
	color:#333333;
	font-family:"Noto Sans Japanese";
	text-shadow:2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
	border-bottom:solid 1px #aaaaaa;
}

div.contents_box div.contents_ja{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0 0 30px;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	text-align:left;
	color:#333333;
	font-family:Noto Sans Japanese;
}
div.contents_box div.contents_ja:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}

div.contents_box div.contents_en{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0 0 30px;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	text-align:left;
	color:#333333;
	font-family:Noto Sans Japanese;
}
div.contents_box div.contents_en:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}

div.contents_box h3{
	display:block;
	width:calc(94% - 16px);
	margin:15px auto;
	padding:0 0 0 6px;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	text-align:left;
	color:#333333;
	font-family:Noto Sans Japanese;
	border-left:solid 10px #333333;
}

div.contents_box h4{
	display:block;
	width:93%;
	margin:0 auto;
	padding:0 0 8px;
	font-size:16px;
	line-height:22px;
	letter-spacing:1px;
	font-weight:700;
	text-align:left;
	color:#333333;
	font-family:Noto Sans Japanese;
}

div.contents_box div.cbox{
	display:block;
	width:93%;
	margin:0 auto;
	padding:0 0 8px;
	font-size:16px;
	line-height:22px;
	letter-spacing:1px;
	font-weight:500;
	text-align:left;
	color:#333333;
	font-family:Noto Sans Japanese;
}
div.contents_box div.cbox:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}

div.contents_box p{
	display:block;
	width:93%;
	margin:0 auto;
	padding:0 0 8px;
	font-size:16px;
	line-height:22px;
	letter-spacing:1px;
	font-weight:500;
	text-align:left;
	color:#333333;
	font-family:Noto Sans Japanese;
}
div.contents_box p:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}






/* 一覧ページ */
ul.archivelist{
	display:block;
	width:92%;
	height:auto;
	margin:0 auto;
	padding:0 0 60px;
	position:relative;
	overflow:hidden;
	list-style-type:none;
	text-align:left;
}
ul.archivelist:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
@media (min-width:761px) and (max-width:1024px){
	ul.archivelist{
		
	}
}
@media (max-width:760px){
	ul.archivelist{

	}
}
ul.archivelist li{
	display:block;
	width:33.33%;
	margin:0 0;
	padding:0 0 24.99%;
	position:relative;
	overflow:hidden;
	list-style-type:none;
	text-align:left;
	float:left;
}
@media (max-width:760px){
	ul.archivelist li{
		width:49.99%;
		padding:0 0 40%;
	}
}
@media (max-width:480px){
	ul.archivelist li{
		width:99.99%;
		padding:0 0 50%;
	}
}
ul.archivelist li a{
	display:block;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	margin:5px;
	padding:0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	overflow:hidden;
	text-align:center;
	background-color:#333333;
	text-decoration:none;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	filter:sepia(100%);
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.archivelist li a:hover{
	filter:sepia(0%);
}
ul.archivelist li p.listtitle{
	display:block;
	width:100%;
	height:1px;
	margin:-14px 0 0 0;
	padding:0 0;
	position:absolute;
	top:50%;
	left:0;
	z-index:2;
	text-align:center;
	color:#333333;
	font-size:16px;
	line-height:28px;
	overflow:visible;
	text-shadow:1px 1px 2px rgba(255,255,255,1),-1px -1px 2px rgba(255,255,255,1);
	-moz-text-shadow:1px 1px 2px rgba(255,255,255,1),-1px -1px 2px rgba(255,255,255,1);
	-webkit-text-shadow:1px 1px 2px rgba(255,255,255,1),-1px -1px 2px rgba(255,255,255,1);
}






.tbox {position:absolute; display:none; margin:0; padding:0; z-index:900020; }
.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:900010; }
.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;}



.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-300{ width:300px !important; }
.wdp-280{ width:280px !important; }
.wdp-260{ width:260px !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-130{ width:130px !important; }
.wdp-120{ width:120px !important; }
.wdp-110{ width:110px !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:640px){
	.wd-10{ width:100% !important; }
	.wd-20{ width:100% !important; }
	.wd-30{ width:100% !important; }
	.wd-33{ width:100% !important; }
	.wd-39{ width:100% !important; }
	.wd-40{ width:100% !important; }
	.wd-45{ width:100% !important; }
	.wd-49{ width:100% !important; }
	.wd-50{ width:100% !important; }
	.wd-60{ width:100% !important; }
	.wd-70{ width:100% !important; }
	.wd-80{ width:100% !important; }
	.wd-84{ width:100% !important; }
	.wd-89{ width:100% !important; }
	.wd-90{ width:100% !important; }
	.wdp-300{ width:100% !important; }
	.wdp-280{ width:100% !important; }
	.wdp-260{ width:100% !important; }
	.wdp-240{ width:100% !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-130{ width:130px !important; }
	.wdp-120{ width:120px !important; }
	.wdp-110{ width:110px !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; }
.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;
}
.color_ff6600{
	color:#ff6600 !important;
}

.ue{vertical-align:super; font-size:8px; }
.clr{clear:both; width:0px; height:0px; margin:0px; padding:0px; font-size:0px; line-height:0px;}

img {border:none;}

.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 8px 8px 0 !important;
	float:left !important;
}
.forceright_mg{
	margin:0 0 8px 8px !important;
	float:right !important;
}
@media(max-width:640px){
	.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;
}

.pc_disp{
	display:inline;
}
.sp_disp{
	display:none;
}
@media(max-width:640px){
	.pc_disp{
		display:none;
	}
	.sp_disp{
		display:inline;
	}
}

.dottedliner{
	display:block;
	width:93%;
	height:1px !important;
	margin:20px auto !important;
	padding:0 0 !important;
	font-size:1px !important;
	line-height:1px !important;
	border-bottom:dotted 1px #666666;
}



a{text-decoration:underline; color:#00519a;}
a:visited{text-decoration:underline; color:#714c99;}
a:hover{text-decoration:none; color:#cc0000;}

input,textarea,select{
	margin:0;
	padding:3px;
	font-size: 11px;
	vertical-align: middle;
	border:solid 1px #cccccc;
}
input[type="text"]{
	width:200px;
	margin:0;
	padding:3px;
}
input[type="password"]{
	width:140px;
	margin:0;
	padding:3px;
}
input[type="submit"],input[type="button"]{
	padding: 3px 10px !important;
	border:solid 1px #000000;
	background-color:#000000;
	color: #FFFFFF !important;
	font-weight: bold !important;
	text-decoration: none !important;
	cursor: pointer;
	font-size:small;
	border-radius:6px;
}
input[type="submit"]:hover,input[type="button"]:hover{
	border:solid 1px #999999;
	background-color: #999999;
	color:#ffffff !important;
}

.adsn1{
	display:block;
	width:93%;
	height:auto;
	margin:30px auto 0;
	padding:30px 0 30px;
	border-top:dotted 1px #666666;
}
