@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

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

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,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 12px;
	line-height: 1.2;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
	border-top: 5px solid #FF6699;
	background-color: #000;	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 0.5% 1.0% 3%;
	position: relative; 
	border-top: 1px solid #FFF;
	background: url(../img/header_bg.jpg) no-repeat left top;
	background-size: 100%;
}

#gHeader h1 {
	position: absolute;
	left: 9px;
	top: 28%;
	width: 68%;
}

#gHeader .hLink {
	margin-top: -1px;
	padding-right: 2%;
	width: 27%;
	float: right;
}

#gHeader .hLink li {
	float: right;
	width: 50%;
}

#gHeader .hLink li img {
	margin: 0 auto; 
	width: 91%;
}

#gHeader .telBox {
	padding-top: 0.7%;
	clear: both;
}

#gHeader .photo {
    float: right;
    width: 49%;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	margin: 0 10px 25px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	background-color: #FF6699;
	padding: 11px 10px 15px;
}

#gFooter .fLogo {
	margin: 0 auto 18px;
	width: 57%;
}

#gFooter .fLink li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 48%;
	float: left;
	letter-spacing: -1px;
	border-bottom: 1px solid #D85682;
}

#gFooter .fLink li:last-child {
	border-bottom: none;
}
/*

#gFooter .fLink li:first-child {
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

#gFooter .fLink li:first-child a {
	float: left;
}
#gFooter .fLink li:nth-child(2n-1) {
	float: right;
}

#gFooter .fLink li:nth-last-child(2),
#gFooter .fLink li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
*/
#gFooter .fLink li a {
	margin-right: 10px;
	padding-left: 18px;
	background: url(../img/icon_01.gif) no-repeat 3px 3px;
	background-size: 10px 5px;
}

#gFooter .fLink li select {
	float: left;
	width: 74%;
	margin-top: -4px;
	color: #333;
	font-size: 10px;
	vertical-align: middle;
}

#gFooter p {
	padding: 5px 0 20px;
	color: #FFF;
	font-size: 6px;
	text-align: center;
}

/*------------------------------------------------------------
	comSection
------------------------------------------------------------*/
#main .comSection {
	margin-bottom: 10px;
	padding: 7px 10px 4px;
	border-radius: 0 0 4px 4px;
	background-color: #FFF;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto -5px;
	width: 25%;
	position: relative;
	z-index: 100;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
}

#main .comTable th,
#main .comTable td {
	padding: 9px 2px 10px 8px;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	background: url(../img/bg_02.gif) repeat-x left bottom;
	background-size: 1px 2px;
}

#main .comTable th {
	position: relative;
	color: #FF6699;
	font-weight: normal;
	vertical-align: top;
	background: url(../img/bg_01.gif) repeat-x left bottom;
	background-size: 1px 2px;
}

#main .comTable th:after {
	width: 8px;
	height: 10px;
	position: absolute;
	left: 2px;
	top: 12px;
	background: url(../img/icon_02.gif) no-repeat left top;
	background-size: 4px 5px; 
	content: "";
}

#main .comTable .trSpecial th,
#main .comTable .trSpecial td {
	background: none;
}

#main .comTable td a {
	color: #CC0000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#main h2 {
	position: relative;
}

#main h2 span {
	display: block;
	position: absolute;
	left: -10px;
	top: 16%;
}