@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.5;
}

/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}

/* for IE6 */
* html body {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #ff6600; }
a:visited	{ color: #ff6600; }
a:hover		{ color: #ffcc00; }
a:active	{ color: #ffcc00; }

#footer {
	text-align: center;
}


/* グローバルナビ
------------------------------------------------------*/
#gnavi {
	position: relative;
	margin: 0 auto;
	background: url(../images/common/bg_gnavi.png) no-repeat center top;
	width: 961px;
	height: 89px;
}
#gnavi li {
	list-style-type: none;
	position: absolute;
}
#gnavi li a {
	display: block;
	text-indent: -9999px;
}
#gnavi li a:hover {
	text-indent: 0;
}


/* 中ページ用メニュー */
#gnavi li.gn-top {
	height: 89px;
	width:110px;
}
#gnavi li.gn-top a {
	height: 89px;
	text-indent: -9999px;
}
#gnavi li.gn-top a:hover {
	text-indent: -9999px;
}

#gnavi li.gn-about {
	width: 166px;
	height: 60px;
	left: 136px;
	top: 9px;
}

#gnavi li.gn-about a {
	width: 166px;
	height: 60px;
}

#gnavi li.gn-product {
	width: 174px;
	height: 51px;
	left: 310px;
	top: 19px;
}
#gnavi li.gn-product a {
	width: 174px;
	height: 51px;
}

#gnavi li.gn-blog {
	width: 176px;
	height: 55px;
	left: 498px;
	top: 17px;
}

#gnavi li.gn-blog a {
	width: 176px;
	height: 55px;
}

#gnavi li.gn-wp {
	width: 146px;
	height: 53px;
	left: 688px;
	top: 17px;
}

#gnavi li.gn-wp a {
	width: 146px;
	height: 53px;
}

#gnavi li.gn-extra {
	width: 116px;
	height: 57px;
	left: 845px;
	top: 16px;
}

#gnavi li.gn-extra a {
	width: 116px;
	height: 57px;
}


/* トップページ用メニュー */

#gnavi_top {
	position: relative;
	margin: 0 auto;
	background: url(../images/common/bg_gnavi.png) no-repeat;
	width: 1000px;
	height: 89px;
}


#gnavi_top .ico_new1 {
	position:absolute;
	display: none;
	left:20px;
	top:125px;
}
#gnavi_top .ico_new2 {
	position:absolute;
	display: none;
	left:120px;
	top:30px;
}

#gnavi_top .ico_new3 {
	position:absolute;
	/*display: none;*/
	left:420px;
	top:35px;
}
		
#gnavi_top li {
	list-style-type: none;
	position: absolute;
	width: 115px;
	height: 60px;
}
#gnavi_top li a {
	display: block;
	width: 115px;
	height: 60px;
	text-indent: -9999px;
}
#gnavi_top li a:hover {
	text-indent: 0;
}

#gnavi_top {
	position: static;
	background: none;
	width: auto;
	height: auto;
}

#gnavi_top li.gn-about {
	top: 150px;
	width: 500px;
	height: 161px;
}
#gnavi_top li.gn-about a {
	width: 500px;
	height: 160px;
}

#gnavi_top li.gn-product {
	top: 456px;
	width: 500px;
	height: 157px;
}
#gnavi_top li.gn-product a {
	width: 500px;
	height: 157px;
}

#gnavi_top li.gn-blog {
	top: 763px;
	width: 500px;
	height: 171px;
}
#gnavi_top li.gn-blog a {
	width: 500px;
	height: 171px;
}

#gnavi_top li.gn-wp {
	top: 1068px;
	width: 500px;
	height: 166px;
}
#gnavi_top li.gn-wp a {
	width: 500px;
	height: 166px;
}

#gnavi_top li.gn-extra {
	top: 1542px;
	width: 500px;
	height: 165px;
}

#gnavi_top li.gn-extra a {
	width: 500px;
	height: 165px;
}


/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fl-left { float: left; }
.fl-right { float: right; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }


/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }


/*fancybox
----------------------------------------------------------------*/
.chara .fancybox-content {
	width  : 300px !important;
}
.png .fancybox-content, .btnEx .fancybox-content {
	width  : 640px !important;
}

.fancybox-close-small{
	width: 30px !important;
	height: 30px !important;
	background: url(../images/lightwindow/btn_close.png) top center no-repeat !important;
	background-size: contain !important;
	right: 0 !important;
	top: -36px !important;
}