@charset "utf-8";
/* CSS Document 全共通css*/

/* リセット */
html {
	background-color:#FFF;
	font-size:14px;
}
body,td,th {
	margin: 0;
	padding: 0;
	color: #474747;
	line-height:1.6em;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight:normal;
	font-style:normal;
}

dl,dt,dd,ol,ul,li,p {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
}

/* インライン要素をブロック要素に指定 旧firefoxなど */
article, aside, figure, figcaption, details, footer, header, hgroup, nav, section, summary {
	display:block;
}

strong {
	font-weight:normal;
	font-style:normal;
	color:#e63200;
}
strong.bold {
	font-weight:bold;
	font-style:normal;
}
strong.blue {
	font-weight:bold;
	font-style:normal;
	color:#2e7500;
}
strong.lblue {
	font-weight:bold;
	font-style:normal;
	color:#4da129;
}
em {
	font-weight:bold;
	font-style:normal;
}
.font_s {
	font-size:86%;
}
.font_l {
	font-size:115%;
}
.bold {
	font-weight:bold;
}
.red {
	color:#e63200;
}
.green {
	color:#2e7500;
}
.lgreen {
	color:#4da129;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.photo_right {
	float:right;
	margin-left:20px;
}
.photo_left {
	float:left;
	margin-right:20px;
}
.lefter {
	float:left;
}
.righter {
	float:right;
}

a {
	color:#00256a;
	text-decoration:none;
}
a:hover {
	color:#00256a;
	text-decoration:underline;
}
a img {
	border:none;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
overflow:hidden;
}  
  
.clearfix { display: inline-block; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

/* float背景のバグ処理 */
.clearfix {
	overflow:hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}

/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa, #gnav a:hover img, header a:hover img, #sidenav a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}



/*SP非表示*********************************/
#spnav_fotter, #spnav_fotter_s, #mobile_bar_area, .spbtn {
	display:none;
}



/* 基本レイアウト */
html, body {
	height:100%;
}

body {
	background-image:url(../images/bg.png);
	background-position:center top;
	background-repeat:repeat-x;
}


#wrapper {
	position: relative;
	width:100%;
	min-height:100%;
	margin:0 auto;
}
header {
	width:980px;
	height:88px;
	margin:0 auto 0 auto;
	padding-top:34px;
	font-size:86%;
}
#gnav {
	width:980px;
	height:51px;
	margin:0 auto;
	line-height:1em;
}
#gnav .sub a {
	font-size:93%;
}
#container {
	margin:0 auto;
}

#contents {
	width:980px;
	margin:0 auto;
     padding-bottom:113px; /*フッターの高さと同じ*/
}
#main {
	width:910px;
	padding:0;
	margin:0 auto;
}
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:47px;
	padding-top:66px;
	background-image:url(../images/footer/bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	font-size:76%;
}
/* 以上基本レイアウト */


/*フォントサイズ変更*/
/* fontsize
-----------------------------------------*/
.fontM { font-size: 100% }
.fontL { font-size: 115% }
.fontLL { font-size: 129% }

/*ヘッダー*/
header h1 {
	float:left;
}
header #header_right {
	float:right;
	text-align:right;
}
header #header_right nav {
	margin-bottom:12px;
}
header #header_right nav li {
	list-style:none;
	float:left;
	margin-right:30px;
	padding-left:14px;
	background-image:url(../images/arr01.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:1em;
}
header #header_right nav li.last {
	margin-right:0;
}
header #header_right nav a {
	color:#3f3f3f;
}


header #header_right .mod_headerbox_size {
	float:right;
	width:220px;
	padding:4px 10px;
	background-color:#efefef;
	text-align:left;
	line-height:26px;
}
header #header_right .mod_headerbox_size dl {
}
header #header_right .mod_headerbox_size dt {
	list-style:none;
	float:left;
	margin-right:6px;
}
header #header_right .mod_headerbox_size dd {
	list-style:none;
	float:right;
	height:26px;
	background-position:left top;
	background-repeat:no-repeat;
}
header #header_right .mod_headerbox_size dd#fontM {
	width:40px;
	background-image:url(../images/header/fontm.png);	
}
header #header_right .mod_headerbox_size dd#fontM.active {
	width:40px;
	background-image:url(../images/header/fontm_ov.png);	
}
header #header_right .mod_headerbox_size dd#fontL {
	width:27px;
	margin-left:6px;
	background-image:url(../images/header/fontl.png);	
}
header #header_right .mod_headerbox_size dd#fontL.active {
	background-image:url(../images/header/fontl_ov.png);	
}
header #header_right .mod_headerbox_size dd#fontLL {
	width:40px;
	margin-left:6px;
	background-image:url(../images/header/fontll.png);	
}
header #header_right .mod_headerbox_size dd#fontLL.active {
	background-image:url(../images/header/fontll_ov.png);	
}

/*/ヘッダー*/

/*グローバルメニュー*/
#gnav li {
}
#gnav ul.megamenu {
  list-style: none;
  display: none;
}
#gnav ul.megamenu li.mm-item {
}
#gnav ul.megamenu li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#gnav ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
#gnav ul.megamenu a.mm-item-link:link, #gnav ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 1000;
}
#gnav ul.megamenu div.mm-item-content {
  background: #fff;
	opacity:0.9;
  padding: 0;
  position: absolute;
  border: none;
  z-index: 900;
}
#gnav .mm-content-base {
  background-color: none;
  position: relative;
  z-index: 1100;
  padding: 2px 0 0 0;
}
#gnav .mm-js-shadow {
  position: absolute;
  z-index: 1000;
}
#gnav ul.megamenu ul.sub {
}
#gnav ul.megamenu ul.sub a {
	opacity:0.9;
	display:block;
	background-color: #fff;
	color:#353535;
	padding:8px 10px;
	border:1px solid #ddd;
	margin-bottom:2px;
	margin-left:0;
	line-height:1em;
}
#gnav ul.megamenu ul.sub a:hover {
	text-decoration:none;
	background-color: #a7d3f3;
	display:block;
}
#gnav ul.megamenu ul.sub a li {
}
#gnav ul.megamenu ul.sub a li span {
}
#gnav ul.megamenu ul.sub a:hover li {
}

/*/グローバルメニュー*/



/*フッター*/
#pagetop {
	width:980px;
	height:32px;
	margin:0 auto 70px auto;
	text-align:right;
	border-top:solid 1px #c0c1c0;
}
#footer_copyright {
	position:relative;
	width:980px;
	margin:0 auto;
	text-align:center;
}
#footer_copyright .ban {
	position:absolute;
	right:0;
	top:0;
}
/*/フッター*/


.pagetop {
	clear:both;
	margin:0 auto 0 auto;
	text-align:right;
}


