@charset "utf-8";

/* CSS Document */

/*--------------------------------------
　コーディング基準
---------------------------------------

■Not use "reset.css" → "normalize.css"
　HTML5対応、各デバイスへの対応を視野に、normalize.cssをモジュール的に組み込むことを推奨します。

■Rule of Wordpress & Get ready CMS
　Wordpressとの親和性を高めるため、基本的にWordpressのコーディング基準に沿います。

■Naming Rule
　CamelCaseでの記述は行いません。
　親要素など大きなまとまりには複数単語のハイフン区切りを。
　その他のclass,id名は、snakecaseでアンダースコア区切りで記述します。
*/


/*--------------------------------------
　base style
---------------------------------------*/

body{	
	color:#000000;
	font-size:24px;
	margin:0;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
}

body > #primary {
	height: auto;
}

a:link {color:#0066ff; text-decoration:none;}
a:visited {color:#0066ff; text-decoration:none;}
a:hover {color:#003399; text-decoration:none;}

img{
	border:0;
	vertical-align: bottom;
}

.androidHack {
	background:transparent url('../image/sim.gif') left top repeat;
}


/*--------------------------------------
　Expression
---------------------------------------*/

ul { list-style-type:none; }

.clear { clear:both; }
.under { margin-bottom:28px; }
.right { float:right;}
.left { float:left;}
.floatside {overflow:hidden;}

.left-cave {
	margin-left:-20px;
}
.bottom-cave {
	margin-bottom:0 !important;
}

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
.fc-red { color:#ff0000;}

/*--------------------------------------
　Primary
---------------------------------------*/

#primary {
	width:640px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*--------------------------------------
　Header
---------------------------------------*/

header {
	position:fixed;
	width:640px;
	margin-top:-102px;
	border-top:4px solid #134bb0;
	z-index:1000;
}

header #head_navi {
	position:relative;
}

header #head_navi img {
	float:left;
}

/*--------------------------------------
　Header accordion nav
---------------------------------------*/

#toggle {
	position:absolute;
	top:102px;
	left:0;
	display:none;
}

#toggle li a {
	display:block;
}

/*--------------------------------------
　contents
---------------------------------------*/

.contents {
	width:580px;
	padding:30px;
	margin-top:102px;
}

/*--------------------------------------
　Nav
---------------------------------------*/

nav {
	overflow:hidden;
	width:640px;
	border-top:5px solid #134bb0;
}

nav .box img {
	float:left;
}

/*--------------------------------------
　Footer
---------------------------------------*/

footer {
	width:640px;
	border-top:5px solid #134bb0;
}

footer #foot_contents {
	width:580px;
	margin:30px;
}

footer #foot_contents img {
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 7px 0px;
}

footer #foot_contents #foot_cname {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

footer #foot_contents #foot_cname,
footer #foot_contents #foot_cimg,
footer #foot_contents #foot_mail {
	margin-bottom:30px;
}

footer #foot_contents #foot_tel {
	margin-bottom:15px;
}

footer #foot_contents dl {
	overflow:hidden;
}

footer #foot_contents dt {
	float:left;
	color:#134bb0;
	margin-right:24px
}

footer #foot_endbar {
	width:640px;
	height:100px;
	background-image:url(../image/footer/bar_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin-top:20px;
}

footer #foot_endbar p {
	font-size:22px;
	padding-top:40px;
}

.ssl {
	padding-left:30px;
	padding-right:30px;
}

.ssl img {
	float:left;
	margin-right:15px;
	margin-top:4px;
}

.ssl-text {
	font-size:18px;
	padding-top:-2px;
	overflow:hidden;
}