@charset "UTF-8";
/* CSSリセット */html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;-webkit-text-size-adjust:100%;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/* 一般・共通設定 */
html {width:100%;}
body { font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif; color:#333; background:#FFF; width:480px; text-align:left;}
img { border:none; vertical-align:middle;}
a{ color:#12C;}
	a:hover{color:#273E52;}

/* レイアウト */

header { display: table;width:480px; }

#header-logo { display:table-cell; padding:0; }
	#header-logo p { padding:0; margin:0;}

#menu { display:table-cell; }
	#menu-btn { margin:0; padding:0;}
	#menu-btn img { cursor:pointer;}
	.active img  { opacity:.6;}
	#submenu { display: block; clear:both; padding:0 0 24px 0; }
		#submenu ul { display: block; width:480px; text-align:left; color: #999;list-style:none; }
			#submenu li { margin:0; padding:0;font-size:18px;}
			#submenu li a { display:block; padding:12px 100px; margin:0; color:#333; text-decoration:none; background: #FFF; border-top:1px solid #CCC;}
			#submenu li a:before { content:"\003e"; float:right; font-size:16px; font-weight:bold; }
		#submenu p { display: block;  margin: 0; padding:16px 0; text-align: center; font-size: 14px; line-height: 16px; color: #FFF; font-weight: bold; background: #0172C0;border-top:1px solid #CCC;}

#layout { padding: 0; }

#footer-inquiry {width:480px;padding:40px 0;}
	#footer-inquiry p { padding:0; margin:0; text-align: center;}

#subfooter { background:#F3F1E7; padding: 30px 0;}
	#subfooter td { display: block; padding: 10px 25px;}
		#subfooter td a { color:#303030; text-decoration:none;}
			#subfooter td a:hover { color:#00B1CA;}
	#subfooter td p { display: block; padding:0 0 0 10px; margin: 0; font-size:16px; height: 16px; line-height: 14px; border-left:5px solid #303030;}
		#subfooter td ul { padding:12px 0 4px 0; margin: 0; list-style: none;}
			#subfooter td li { padding: 4px 0 4px 40px; font-size:16px;}
			#subfooter td li:before { content:"→ ";}

footer {width:450px; padding:30px 0 20px 30px;}
	footer ul { padding: 0;margin: 0; list-style: none;}
	footer li  { display: block; padding:5px 0; margin:0; font-size:16px; line-height:24px; text-align: left; }
		footer strong{ font-size:20px;}
		footer .fg {font-size:12px; text-align:center; color:#999;}

#gopc {width:480px; border-top:1px solid #999; }
	#gopc p { display: table; width: 100%; padding:0; margin:0; font-size:16px; text-align:center;}
	#gopc strong { display: table-cell; width: 50%; text-align: center;padding:20px 0;}
	#gopc a { display: table-cell; width: 50%; text-align: center; border-left:1px solid #999;padding:20px 0; color: #00B1CA;}

.cb { height:1px; display:block; clear:both; font-size:1px; line-height:1px; overflow:hidden; width:100%;}
.f10 { font-size:10px;}
.f11 { font-size:11px;}
.f12 { font-size:12px;}
.f13 { font-size:12px;}
.f14 { font-size:14px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f20 { font-size:20px;}
.f22 { font-size:22px;}
.f24 { font-size:24px;}
.f28 { font-size:28px;}
.f32 { font-size:32px;}
.f36 { font-size:36px;}
.blue { color:#0071BB;}
.navy { color:#151E3E;}
.red { color:#CE0000;}
.orange { color:#FF9900;}
.purple { color:#6812CD;}
.green { color:#006737;}
.tac { text-align:center;}
.tar { text-align:right;}
.tal { text-align:left;}
.fb { font-weight:bold;}
.fbn { font-weight: normal;}
.fr { float:right;}
.fl { float:left;}
.fg { font-family:Arial, Helvetica, sans-serif;}
.iv { filter: alpha(opacity=0); -moz-opacity:0; opacity:0;}
.btn {}