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

.pdn_site{padding-bottom:35px !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);
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

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

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

#container {
	text-align: left;	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 1px;
	background-color: #20B297;
}

#gHeader .hBox {
	padding: 7px 0 0 15px;
	float: left;
	width: 75%;
}

#gHeader img {
	width: 100% !important;
}

#gHeader .hBox h1 {
	margin-right: 9px;
	width: 42%;
	float: left;
}

#gHeader .hBox .link {
	width: 40%;
	float: left;
	margin-top:10px;
}

#gHeader .menu {
	float: right;
	width: 20.2%;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#main {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 1px;
	overflow: hidden;
	margin:20px 0 0 0;
}

#gFooter .fNavi {
	border-top: 1px solid #42B39E;
}

#gFooter .fNavi li {
	width: 20%;
	float: left;
}

#gFooter .fNavi li a {
	display: block;
	border-right: 1px solid #42B39E;
}

#gFooter .fNavi li:last-child a {
	border-right: 1px solid #FFF;
}

#gFooter .fNavi li img {
	width: 100%;
}

#gFooter .fInner {
	padding: 12px 15px 16px;
	background-color: #676767;
}

#gFooter .fInner .copyright {
	width: 70%;
	float: left;
	color: #FFF;
	font-size: 10px;
	line-height: 1.7;
}

#gFooter .fInner .btn {
	width: 27%;
	float: right;
}

#gFooter .fInner .btn img {
	width: 100%;
}

/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
#main .comPhotoList {
	margin-top: -5px;
	position: relative;
	zoom: 1;
}

#main .comPhotoList li {
	width: 100%;
	float: left;
	display: inline-table;
	background: url(../img/line_01.gif) repeat-x left bottom;
	background-size: 2px 1px;
}

#main .comPhotoList li .photo {
	padding-bottom: 1px;
	height: 84px;
	display: table-cell;
	background-color: #FFF;
	vertical-align: top;
}

#main .comPhotoList li .txt {
	padding: 0 5px 0 8px;
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.45;
	vertical-align: middle;
	word-break: break-all;
}

#main .comPhotoList li a {
	position: relative;
	display: block;
}

#main .comPhotoList li a:before {
	width: 8px;  
    height: 12px;
	background: url(../img/icon_01.png) no-repeat;
	background-size: 8px 12px;
    position: absolute;  
    top: 40%;  
    right: 14px;  
  
    content: ""; 
}

#main .comPhotoList li .txt .title {
	margin-bottom: 2px;
	padding: 2px 15px 0;
	display: block;
	float: left;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	border-radius: 2px;
	text-align: center;
	background-color: #D20326;
}

#main .comPhotoList li .txt .text {
	clear: both;
	display: block;
}

/*------------------------------------------------------------
	btmList
------------------------------------------------------------*/
#main .btmList li {
	width: 33.3%;
	float: left;
}

#main .btmList li img {
	width: 100%;
}

#main .btmList li a {
	display: block;
	border-right: 1px solid #FFF;
}

#main .btmList li:last-child a {
	border-right: 1px solid #D20326;
}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	padding: 15px 15px 10px;
	color: #D20326;
	font-size: 18px;
}

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

#main .comTable td,
#main .comTable th {
	padding: 11px 15px 10px;
	width: 100%;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
}

#main .comTable th {
	background-color: #EDEDED;
	text-align: center;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 24px;
}

#main .mainImg img {
	width: 100%;
}


/*------------------------------------------------------------
	btmLink
------------------------------------------------------------*/
#main .btmLink a {
	padding: 13px 26px 10px;
	position: relative;
	display: block;
	color: #FFF;
	font-weight: bold;
	background-color: #42B39E;
}

#main .btmLink a:before {
	width: 5px;
    height: 8px;
	background: url(../img/icon_02.png) no-repeat left top;
	background-size: 5px 8px;
    position: absolute;
    top: 40%;
	left: 15px;
  
    content: ""; 
}

/*------------------------------------------------------------
	menuBox, menuBox_site
------------------------------------------------------------*/
.menuBox {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 100;
}

.menuBox p{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.menuBox_site p {
	border-bottom: 1px solid #FFF;
}

.menuBox a,
.menuBox_site a {
	padding: 16px 17px 12px;
	position: relative;
	display: block;
	color: #FFF;
	background-color: #000;
}

.menuBox a:before,
.menuBox_site a:before {
	width: 8px;
    height: 12px;
	background: url(../img/icon_04.gif) no-repeat left top;
	background-size: 8px 12px;
    position: absolute;
    top: 36%;
	right: 8px; 
    content: ""; 
}

.menuBox p span,
.menuBox_site p span {
	float: right;
}

.menuBox p a,
.menuBox_site p a {
	padding: 12px 40px 12px 17px;
	font-size: 14px;
}

.menuBox p a:before {
	width: 17px;
    height: 16px;
	background: url(../img/icon_03.gif) no-repeat left top;
	background-size: 17px 16px;
    top: 30%;
	right: 16px;
    content: ""; 
}

.menuBox_site p a:before {
	width: 17px;
    height: 16px;
	background:none;
	background-size: 17px 16px;
    top: 30%;
	right: 16px;
    content: ""; 
}

.menuBox li,
.menuBox_site li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #7A7A7A;
}

.menuBox li.tit_menu{
	padding: 16px 17px 12px 10px;
	position: relative;
	display: block;
	color: #FFF;
	background-color: #000;
	/*font-size:1.2em;*/
}


/*------------------------------------------------------------
	modules
------------------------------------------------------------*/
/* margin */
.mgnT0 {
margin-top:0 !important;
}
.mgnT5 {
margin-top:5px !important;
/margin-top:2px !important;
}
.mgnT10 {
margin-top:10px !important;
}
.mgnT20 {
margin-top:20px !important;
}
.mgnT30 {
margin-top:30px !important;
}
.mgnT40 {
margin-top:40px !important;
}
.mgnT50 {
margin-top:50px !important;
}
.mgnT60 {
margin-top:60px !important;
}
.mgnT70 {
margin-top:70px !important;
}
.mgnT80 {
margin-top:80px !important;
}
.mgnT100 {
margin-top:100px !important;
}
.mgnT150 {
margin-top:150px !important;
}
.mgnT180 {
margin-top:180px !important;
}
.mgnT190 {
margin-top:190px !important;
}
.mgnT200 {
margin-top:200px !important;
}

.mgnB0 {
margin-bottom:0 !important;
}
.mgnB5 {
margin-bottom:5px !important;
}

.mgnB10 {
margin-bottom:10px !important;
}

.mgnB15 {
margin-bottom:15px !important;
}
.mgnB20 {
margin-bottom:20px !important;
}
.mgnB30 {
margin-bottom:30px !important;
}
.mgnB40 {
margin-bottom:40px !important;
}
.mgnB50 {
margin-bottom:50px !important;
}
.mgnB60 {
margin-bottom:60px !important;
}
.mgnB70 {
margin-bottom:70px !important;
}
.mgnB80 {
margin-bottom:80px !important;
}
.mgnB90 {
margin-bottom:90px !important;
}
.mgnB100 {
margin-bottom:100px !important;
}
.mgnB110 {
margin-bottom:110px !important;
}
.mgnB120 {
margin-bottom:120px !important;
}

/* align */
.alignC {
text-align:center !important;
}
.alignL {
text-align:left !important;
}
.alignR {
text-align:right !important;
}
.alignC img,
.alignL img,
.alignR img {
display:inline;
}