@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #313131;
	text-decoration: none;
}

a:visited {
	color: #313131;
	text-decoration: none;
}

a:hover {
	color: #313131;
	text-decoration: underline;
}

a:active {
	color: #313131;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}
.red{
	color:#F00;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #313131;
	line-height: 1.5;
	min-width: 1100px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	text-align: center;
}

#container {
	text-align: left;
	background-color: #fff;
}

.wrap {
	background-color: #F8F8EF;
}

#main {
	margin: 0 auto;
	padding: 60px 0 90px;
	width: 960px;
	overflow: hidden;
	font-size: 140%;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	margin: 0 auto;
	padding: 13px 0 20px;
	/* width: 960px; */
	width: 1100px;
}

#header h1 {
	padding: 6px 0 0 2px;
	float: left;
}

#header .hBox {
	float: right;
}

#header .hBox p {
	padding: 0 0 7px 16px;
	color:#313131;
	font-size: 1.2em;
}

#header .hBox li {
	padding-left: 18px;
	float: left;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

#gNavi {
	border-bottom: 3px solid #F39800;
}

#gNavi ul {
	margin: 0 auto;
	padding-left: 2px;
	/* width: 942px; */
	width: 1100px;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
}

#gNavi .navi01 a {
	background: url(../images/common/g_navi01_over.png) no-repeat left top;
}

#gNavi .navi02 a {
	background: url(../images/common/g_navi02_over.png) no-repeat left top;
}

#gNavi .navi03 a {
	background: url(../images/common/g_navi03_over.png) no-repeat left top;
}

#gNavi .navi04 a {
	background: url(../images/common/g_navi04_over.png) no-repeat left top;
}

#gNavi .navi05 a {
	background: url(../images/common/g_navi05_over.png) no-repeat left top;
}

#gNavi .navi06 a {
	background: url(../images/common/g_navi06_over.png) no-repeat left top;
}

#gNavi .navi07 a {
	background: url(../images/common/g_navi07_over.jpg) no-repeat left top;
}

#gNavi .navi08 a {
	background: url(../images/common/g_navi08_over.png) no-repeat left top;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

#pagePath {
	padding: 6px 0 4px;
	background-color: #BFBFBF;
}

#pagePath ol {
	margin: 0 auto;
	width: 960px;
}

#pagePath li {
	display: inline;
	margin-right: 2px;
	font-size: 1.3em;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .fNavi {
	margin-bottom: 33px;
	padding: 30px 0;
	background-color: #313131;
}

#footer .fNavi ul {
	margin: 0 auto;
	/* width: 960px; */
	text-align: center;
	width: 1100px;
}

#footer .fNavi li {
	margin: 0 10px;
	display: inline;
	font-size: 1.4em;
}

#footer .fNavi li a {
	padding-left: 15px;
	color: #FFF;
	display: inline-block;
	background: url(../images/common/icon01.png) no-repeat left 6px;
}

#footer .bnr-box {
	text-align: center;
	margin-bottom: 30px;
}

#footer .bnr-box a {
	transition: 0.5s;
	display: inline-block;
	margin-right: 20px;
}

#footer .bnr-box a:nth-child(2) {
	margin-right: 0;
}

#footer .bnr-box a:hover {
	opacity: 0.7;
	transition: 0.5s;
}

#footer .fBox {
	margin: 0 auto 44px;
	width: 746px;
}

#footer .fLogo {
	margin: 2px 0 0 54px;
	float: left;
}

#footer .fBox p {
	width: 330px;
	float: right;
	font-size: 1.4em;
}

#footer .copyright {
	padding: 32px 0 29px;
	border-top: 1px solid #A6A6A6;
}

#footer .copyright small {
	margin: 0 auto;
	width: 960px;
	display: block;
	font-size: 1.2em;
	text-align: center;
}

.pageTop {
	position: fixed;
	right: 40px;
	bottom: 344px;
}

.pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
.pageTitle {
	padding: 20px 0 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.pageTitle:before {
	margin-right: 90px;
	width: 100%;
	height: 70px;
	background: url(../images/common/h2_bg.png) repeat-x right bottom;
	position: absolute;
	bottom: 0;
	right: 50%;
	content: "";
}

.pageTitle:after {
	margin-left: 90px;
	width: 100%;
	height: 70px;
	background: url(../images/common/h2_bg.png) repeat-x left bottom;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
}

.pageTitle h2 {
	position: relative;
	z-index: 1;
}

.pageTitle h2 span {
	padding: 0 20px 15px;
	display: inline-block;
	vertical-align: top;
}

#main h3 {
	margin-bottom: 50px;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th {
	padding: 14px 30px 10px;
	width: 23%;
	font-weight: normal;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	background-color: #FCEED2;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
}

#main .comTable td {
	padding: 14px 35px 10px;
	width: 77%;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#main .comImgBox {
	margin-bottom: 60px;
}

#main .comImgBox .photoBox {
	float: right;
}

#main .comImgBox .textBox {
	width: 500px;
	float: left;
}

#main .comImgBox .textBox p {
	line-height: 1.45;
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#main .comList {
	margin: 0 -30px 60px 0;
}

#main .comList li {
	margin-right: 29px;
	margin-bottom: 30px;
	float: left;
}

#main .comList .comListBox {
	padding-bottom: 20px;
	width: 301px;
	line-height: 1.4;
	background-color: #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.06), -1px -1px 6px rgba(0,0,0,0.06);
}

#main .comList li:first-child {
	margin-left: 0;
}

#main .comList li .textBox {
	padding: 0 20px 0 25px;
}

#main .comList li .textBox .title {
	margin-bottom: 18px;
	padding: 31px 0 15px;
	color: #ffaf29;
	font-size: 1.285em;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	background: url(../images/common/line01.png) no-repeat center bottom;
}

#main .comList li .textBox .title02 {
	padding: 20px 0 15px;
}