@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,var,b,i,dl,dt,dd,fieldset,form,label,legend,caption,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}
sup { font-size: .7em; vertical-align: top; position: relative; top: -0.3em;}

/* 一般・共通設定 */
html {width:100%;}
body { font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif; color:#333; background:#FFF; width:100%; min-width:1000px; text-align:center;}
img { border:none; vertical-align:middle;}
a{ color:#12C;}
	a:hover{color:#273E52;}

/* レイアウト */

header { width:100%; min-width:1000px; text-align:center; padding:0 0 10px 0;}
	#header { display:table; width: 960px; padding: 0 20px; margin: 0 auto; list-style: none;}
		#header h1 {margin: 0; padding: 0; line-height:20px; text-align:left; font-size:12px; color:#999; font-weight:normal;}
		#header ul { display: table; width: 960px; margin: 0 auto; padding: 0; list-style: none;}
			#header li { display: table-cell; margin: 0; padding:0;}
				#header li:nth-of-type(1){ text-align: left;}
				#header li:nth-of-type(2){ text-align: right;}
				#header li:nth-of-type(2) a { padding: 0 0 0 10px;}

nav { width:100%; min-width:1000px; padding:0; text-align:center; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;}
	nav ul { display: table; width: 960px; margin: 0 auto; padding: 0; list-style: none;}
	nav li { display: table-cell; margin: 0; padding:0;}

#footer-inquiry { width:100%; min-width:1000px; padding:40px 0 60px 0; text-align:center; background:#F2F2F2 url(../images/footer-inquiry-bg-gray.jpg) repeat-x center bottom;}
		#footer-inquiry ul { display: table; width: 960px; margin: 0 auto; padding: 0; list-style: none;}
			#footer-inquiry li { display: table-cell; margin: 0; padding:0; vertical-align: top;}
				#footer-inquiry li:nth-of-type(1){ text-align: right;}
				#footer-inquiry li:nth-of-type(2){ text-align: left;}

#footer-nav { width:100%; min-width:1000px; padding:40px 0; text-align:center; background:#14437B; color: #FFF;}
	#footer-nav a { color: #FFF; text-decoration: none;}
		#footer-nav a:hover { text-decoration:underline;}
	#footer-nav table { width: 960px; margin: 0 auto;}
	#footer-nav td {width:200px; padding:0 20px;  vertical-align: top; text-align: left; border-left:1px solid #001B59;}
	#footer-nav ul { margin: 0; padding:2px 0; list-style: none;}
		#footer-nav li { padding: 2px 0; font-size: 14px;}
		#footer-nav li:before { content: "〉";}
	#footer-nav p { padding: 4px 0; margin: 0; font-size: 14px;}

footer { width:100%; min-width:1000px; padding:10px 0; overflow: hidden; text-align:center; }
	footer ul { display: table; width: 960px; margin: 0 auto; padding:0; list-style: none; clear: both;}
		footer li { display: table-cell; margin: 0; padding:20px 0;font-size: 14px; line-height:18px; text-align: left;}
			footer li:nth-of-type(2) { text-align: right;}
				footer li:nth-of-type(2) img { padding: 4px 0;}
			footer strong { font-weight: normal; font-size: 18px;}
			footer .fg { font-size: 12px; color: #999;}

.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;}
.gray { color:#999;}
.pink { color:#FF329A;}
.blue { color:#00499C;}
.navy { color:#151E3E;}
.red { color:#FF0000;}
.orange { color:#FF9900;}
.purple { color:#6812CD;}
.green { color:#00AA00;}
.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 {}