@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: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	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: #7c0f47;
	text-decoration: none;
}
a:visited {
	color: #7c0f47;
	text-decoration: none;
}
a:hover {
	color: #7c0f47;
	text-decoration: underline;
}
a:active {	color: #333;}

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

}
@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: 235px;
	margin-bottom: 2px;
	background: url(../img/common/head_bg02.jpg) 0 0 repeat-x;
/*	background-size: cover;*/
}
#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 .inn {
	height: 100%;
/*	padding-top: 140px;*/
	padding-top: 60px;
	background: url(../img/common/head_bg03.png) 0 100% repeat-x,url(../img/common/head_bg.jpg) 50% 100% no-repeat;
	background: url(../img/common/head_bg.jpg) 50% 100% no-repeat\9;
	background-size: auto, cover;
}

#gHeder #siteCatch {
	float: left;
	margin-bottom: 10px;
	color: #333;
	font-size: 11px;
}
#gHeder #siteLogo {
	clear: left;
	float: left;
	margin: 0 10px 1em 0;
}

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

}
@media only screen and (max-width: 767px) {
#gHeder {	height: 120px;}
#gHeder .inn {
	height: 100%;
	padding-top: 10px;
}
#gHeder #siteLogo {}
#gHeder #siteLogo img {	width: 250px;}
#gHeder #siteCatch {
	margin-bottom: 10px;
	font-size: 8px;
}

}

/*-----gNav-----*/
#gNav {
	margin-bottom: 70px;
	border-top: 5px solid #7c0f47;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: bold;
	text-align: center;
}
#gNav h1,#gNav h2,#gNav h3,#gNav h4,#gNav h5,#gNav p,#gNav dl,#gNav ol,#gNav ul,#gNav menu,#gNav pre {	margin-bottom: 0;}
#gNav ul {	overflow: hidden;}
#gNav li {
	position: relative;
	float: left;
	width: 20%;
}
#gNav li:before,
#gNav li:last-child:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 50%;
	background-color: #e5cfda;
	z-index: 10;
}
#gNav li:last-child:after {	right: 0;}
#gNav li a {
	display: block;
	padding: 18px 0;
	color: #7c0f47;
	text-decoration: none;
	text-align: center;
}
#gNav li:first-child a {	border-left: none;}
#gNav li a:hover {
	background: url(../img/common/gnav_bg.png) 50% 50% no-repeat;
}

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

}
@media only screen and (max-width: 767px) {
#gNav {	margin-bottom: 20px;}
#gNav ul.container {
	padding: 0;
	border-left: 1px solid #e5cfda;
}
#gNav li {
	position: relative;
	float: left;
	width: 50%;
	border-right: 1px solid #e5cfda;
	border-bottom: 1px solid #e5cfda;
}
#gNav li:last-child { width: 100%;}
#gNav li:before,
#gNav li:last-child:after {	display: none;}
#gNav li a {
	padding: 15px 0;
	font-size: 14px;
}



}

/* topicpath */
/*#topicpath {
	min-width: 1100px;
	margin-bottom: 1px;
	background-color: #eee;
	font-size: 10px;
}
#topicpath .container{
	margin-bottom: 0;
	padding: 7px 0;
	list-style-type: none;
	text-align: right;
}*/

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

}
@media only screen and (max-width: 767px) {
/*#topicpath {	display: none;}*/

}


/* pgtp */
#pgtp {
}
/*#pgtp.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
}
#pgtp a {
	position: relative;
}*/
#pgtp a:hover {}

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

}
@media only screen and (max-width: 767px) {
#pgtp {}
#pgtp a {
	display: block;
	width: 100%;
}
#pgtp a img {	width: 40px;}

}

/*-----gFooter-----*/
#gFooter {
	background-color: #7c0f47;
	text-align: center;
}
#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 #footerNav {
	margin-bottom: 80px;
}
#gFooter #footerNav li {
	display: inline;
	padding: 0 10px 0 15px;
	border-left: 1px solid #fff;
	font-size: 12px;
	line-height: 1;
}
#gFooter #footerNav li:first-child {	border-left: none;}
#gFooter #footerNav li a {
	color: #fff;
	text-decoration: none;
}
#gFooter #footerNav li a:hover {	text-decoration: underline;}

#gFooter .copyright {
	clear: both;
	display: block;
	padding-bottom: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

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

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

#gFooter #footerNav {
	float: none;
	margin-bottom: 15px;
}
#gFooter #footerNav ul {
	border-top: 1px solid #be87a3;
	overflow: hidden;
}
#gFooter #footerNav li {
	float: left;
	width: 50%;
	margin-bottom: 0;
	border-bottom: 1px solid #be87a3;
	border-left: 1px solid #be87a3;
}
#gFooter #footerNav li:nth-child(odd) {	border-left: none;}
#gFooter #footerNav li a {
	display: block;
	padding: 12px 0;
	font-size: 13px;
	text-align: center;
}
#gFooter #footerNav li:last-child { width: 100%;}
#gFooter #footerNav li:last-child a { padding-right: 0;}

#gFooter .copyright {
	display: block;
	position: static;
	margin: 0 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

}


/* Parts
------------------------------------------------------------ */
/* Title */
.htl01 {
	margin-bottom: 20px;
	color: #7c0f47;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 36px;
	letter-spacing: .1em;
	line-height: 1.2;
	text-align: center;
}


/* Block */
.section01 {
	margin-bottom: 50px;
}


/* List */
.ul_disc01 {
	margin-left: 1.5em;
	list-style-type: disc;
}


/* Table */
.tableStyle01 {
	margin-bottom: 40px;
	width: 100%;
}
.tableStyle01 tr:nth-child(odd) th,
.tableStyle01 tr:nth-child(odd) td {
	background-color: #fce9e9;
}
.tableStyle01 tr th {
	padding: 15px 20px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.tableStyle01 tr td {
	padding: 15px 20px;
}


/* Button */
.btn_contact01 {
	margin-bottom: 50px;
	text-align: center;
}
.btn_contact01 a {
	display: block;
	width: 660px;
	height: 90px;
	margin: 0 auto;
	background: url(../img/common/contact_btn.jpg) 0 0 no-repeat;
	color: #333;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 24px;
	font-weight: bold;
/*	letter-spacing: .1em;*/
	line-height: 90px;
	text-decoration: none;
}

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

}
@media only screen and (max-width: 767px) {
/* Title */
.htl01 {
	margin-bottom: 20px;
	font-size: 18px;
}

#headline h1 {
	margin-bottom: 20px;
	padding-top: 0;
	background-color: #161514;
	text-align: center;
}
#headline h1 img {	height: 40px;}


/* Block */
.section01 {
	margin-bottom: 30px;
}


/* Table */
.tableStyle01 {
	margin-bottom: 20px;
}
.tableStyle01 tr th {
	padding: 10px;
}
.tableStyle01 tr td {
	padding: 10px;
}


/* Button */
.btn_contact01 {
	margin-bottom: 30px;
}
.btn_contact01 a {
	display: block;
	width: 300px;
	height: 41px;
	margin: 0 auto;
	background: url(../img/common/contact_btn.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 41px;
}

}

/* CMS entry
------------------------------------------------------------ */
.entryBody {
	clear: both;
}

.entryBody hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

.entryBody ul,
.entryBody ol {
	margin: 0 0 28px 20px;
	padding: 0;
}

.entryBody ul {
	list-style: disc;
}

.entryBody ol {
	list-style: decimal;
}

.entryBody li > .entryBody ul,
.entryBody li > .entryBody ol {
	margin: 0 0 0 23px;
}

.entryBody dl {
	margin: 0 0 28px;
}

.entryBody dt {
	font-weight: bold;
}

.entryBody dd {
	margin: 0 0 28px;
}

.entryBody table,
.entryBody th,
.entryBody td,
.entryBody .mce-item-table,
.entryBody .mce-item-table th,
.entryBody .mce-item-table td {
	border: 1px solid #eaeaea;
}

.entryBody table a {
	color: #333;
}

.entryBody table,
.entryBody .mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

.entryBody table th,
.entryBody .mce-item-table th,
.entryBody table caption {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

.entryBody table td,
.entryBody .mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}

.entryBody img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.entryBody figure {
	margin: 0;
}

.entryBody del {
	opacity: 0.8;
}


.entryBody .alignleft {
	float: left;
	margin: 1em 1em 1em 0;
}

.entryBody .alignright {
	float: right;
	margin: 1em 0 1em 1em;
}

.entryBody .aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}
.entryBody h1,
.entryBody h2,
.entryBody h3,
.entryBody h4,
.entryBody h5,
.entryBody h6 {
	clear: both;
	font-weight: 700;
	margin: 56px 0 28px;
}

.entryBody h1 {
	font-size: 35px;
	line-height: 1.2308;
}

.entryBody h2 {
	font-size: 29px;
	line-height: 1.2069;
}

.entryBody h3 {
	font-size: 24px;
	line-height: 1.1667;
}

.entryBody h4 {
	font-size: 20px;
	line-height: 1.4;
}

.entryBody h5,
.entryBody h6 {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.2353;
	text-transform: uppercase;
}

.entryBody h1:first-child,
.entryBody h2:first-child,
.entryBody h3:first-child,
.entryBody h4:first-child,
.entryBody h5:first-child,
.entryBody h6:first-child {
	margin-top: 0;
}

.entryBody p {
	margin: 0 0 1em;
}

.entryBody b,
.entryBody strong {
	font-weight: 700;
}

.entryBody dfn,
.entryBody cite,
.entryBody em,
.entryBody i {
	font-style: italic;
}
.entryBody pre {
	font-family: Inconsolata, monospace;
}

.entryBody pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}


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

.section:after,
.container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.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 {}
