@charset "utf-8";

/***************************************************
	common.css
	共通レイアウトスタイル定義
***************************************************/

/* Base
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #444;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
h1,h2,h3,h4,h5 {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1em;
}
p,dl,ol,ul,menu,pre {	margin-bottom: 1em;}
ol,ul,menu {	padding: 0;}
ul {	list-style: none;}
ol {	margin-left: 1.5em;}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
textarea {    resize: vertical;}
img, object, embed {	max-width: 100%;}
img {
	height: auto;
	vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
body {
	font-size: 12px;
	line-height: 1.5;
}

}

/* Link
------------------------------------------------------------ */
a:link {
	color: #b70040;
	text-decoration: underline;
}
a:visited {
	color: #b70040;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {	color: #333;}

/* Layout
------------------------------------------------------------ */
/*-----page-----*/
#page {}
#wrap {}
.container {
	width: 1080px;
	margin: 0 auto;

}
#content {
	padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
#page {}
.container {
	width: 100%;
	padding: 0 5px;
}

}

/*-----gHeder-----*/
#gHeder {
	height: 40px;
	margin-bottom: 2px;
	background: #cccccc;
}
#gHeder div.container {
	position: relative;
}
#gHeder h1,#gHeder h2,#gHeder h3,#gHeder h4,#gHeder h5,#gHeder p,#gHeder dl,#gHeder ol,#gHeder ul,#gHeder menu,#gHeder pre {	margin-bottom: 0;}

#gHeder #siteLogo {
	position: absolute;
	top: 0;
	right: 238px;
}
#gHeder div.contact {
	position: absolute;
	top: 6px;
	right:0;
}


/*-----gNav-----*/
#gNav {
	clear: both;
	margin-bottom: 50px;
	padding-bottom: 5px;
	border-bottom:1px solid #eee;
}
#gNav .inn {
	position: relative;
	background: #eeeeee;
}
#gNav .inn:before {
	display: block;
	content: "";
    position: absolute;
    top: 0.3px;
    left: 0;
    width: 50%;
    height: 99.0%;
    background-color: #b70040;
    z-index: 1;
}
#gNav ul {
	position: relative;
	width: 1090px;
	margin: 0 auto;
	padding:0 0 0 10px;
/*	overflow: hidden;*/
    z-index: 10;
}
#gNav li {
	position: relative;
	float: left;
	z-index: 1;
}
#gNav li:first-child:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 35px;
	background: url(/img/common/gnav_on_bg03.png) 0 0 no-repeat;
}
#gNav li:last-child a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 35px;
	background: url(/img/common/gnav_on_bg04.png) 0 0 no-repeat;
}
#gNav li:last-child.current a:before,
#gNav li:last-child:hover a:before {	background: url(/img/common/gnav_on_bg02.png) 0 0 no-repeat;}
#gNav li.current:before,
#gNav li:hover:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 35px;
	background: url(/img/common/gnav_on_bg01.png) 0 0 no-repeat;
}
#gNav li.current + li:after,
#gNav li:hover + li:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 35px;
	background: url(/img/common/gnav_on_bg02.png) 0 0 no-repeat;
	z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {

}


/* pgtp */
#pgtp {
	position: absolute;
	right: 0;
	top: -35px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
}

/*-----gFooter-----*/
#gFooter {
	padding: 10px 0;
	background: #eeeeee;
	border-top: 5px solid #444444;
}
#gFooter div.container {
	position: relative;
}
#gFooter h1,#gFooter h2,#gFooter h3,#gFooter h4,#gFooter h5,#gFooter p,#gFooter dl,#gFooter ol,#gFooter ul,#gFooter menu,#gFooter pre {	margin-bottom: 0;}

#gFooter .copyright {
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {

}

/* 中ページ共通
------------------------------------------------------------ */
h1.hLine {
	text-align: center;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}
h2.ttl {
	padding: 0 0 45px 9px;
	background: url(../img/common/ttl_bottom.png) repeat-x 0 bottom;
}
.pan {
	float: right;
}
.pan li {
	float: left;
	padding: 0 10px 0 0;
}

.flame {
	clear: both;
	margin: 0 10px;
	padding: 20px;
	border: 5px solid #eeeeee;
}
section ul.list01 li {
	background: url(../img/common/list01.png) no-repeat 0 4px;
	padding: 0 0 0 17px;
}
.flameIn {
	clear: both;
	padding: 0 10px;
}

/* CMS entry
------------------------------------------------------------ */


/* Generic class
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

#gNav ul:after,
.section:after,
.container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
#gNav ul,
.section,
.container,
.clearfix {    zoom:1;}

.only_pc {	display: block;}
.only_pc_tb {	display: block;}
.only_tb {	display: none;}
.only_sp {	display: none;}
@media screen and (min-width: 768px) and (max-width: 970px){
.only_pc {	display: none;}
.only_pc_tb {	display: block;}
.only_tb {	display: block;}
.only_sp {	display: none;}
}
@media only screen and (max-width: 767px) {
.only_pc {	display: none;}
.only_pc_tb {	display: none;}
.only_tb {	display: none;}
.only_sp {	display: block;}
}

.mg00 { margin: 0!important;}
.mga { margin: auto!important;}

.mgt00 { margin-top: 0!important;}
.mgt05 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt40 { margin-top: 40px!important;}
.mgt50 { margin-top: 50px!important;}

.mgr00 { margin-right: 0!important;}
.mgr05 { margin-right: 5px!important;}
.mgr10 { margin-right: 10px!important;}
.mgr15 { margin-right: 15px!important;}
.mgr20 { margin-right: 20px!important;}
.mgr25 { margin-right: 25px!important;}
.mgr30 { margin-right: 30px!important;}
.mgr40 { margin-right: 40px!important;}
.mgr50 { margin-right: 50px!important;}

.mgb00 { margin-bottom: 0!important;}
.mgb05 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}

.mgl00 { margin-left: 0!important;}
.mgl05 { margin-left: 5px!important;}
.mgl10 { margin-left: 10px!important;}
.mgl15 { margin-left: 15px!important;}
.mgl20 { margin-left: 20px!important;}
.mgl25 { margin-left: 25px!important;}
.mgl30 { margin-left: 30px!important;}
.mgl40 { margin-left: 40px!important;}
.mgl50 { margin-left: 50px!important;}

.pd00 { padding: 0!important;}
.pdt00 { padding-top: 0!important;}
.pdr00 { padding-right: 0!important;}
.pdb00 { padding-bottom: 0!important;}
.pdl00 { padding-left: 0!important;}

.flr { float: right;}
.fll { float: left;}
.clb { clear: both;}
.cll { clear:left;}
.clr { clear:right;}

.tac { text-align: center!important;}
.tar { text-align: right!important;}
.tal { text-align: left!important;}
.fwb { font-weight: bold!important;}
.fwn { font-weight: normal!important;}

.wsn {	white-space: nowrap!important;}

/* rollover */
.opt_img a:hover img,
a.opt_img:hover img,
.opt_img input:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* jQuery clickBox */
.clickBox {	cursor: pointer;}
.clickBox:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.clickBox:hover a {}
