@charset "utf-8";

/*
	sub page styles
*/

/* -----------------------------
	GENERAL
----------------------------- */

/*
	TITLE
*/
#pageTitle{/*ページのタイトル*/
	margin-bottom: 25px;
	border-bottom: #cbcbcb solid 1px;
	font-size: 150%;
	font-weight: bold;
}
#pageTitle span{
	display: block;
	padding: 10px 10px 10px 25px;
	border-bottom: #d20000 solid 4px;
}

/*
	PHOTO
*/
.photoBorder01{/*枠線*/
	border: #d7d7d7 solid 1px;
}
.photoBorder02{/*枠線と余白*/
	padding: 3px;
	background: #fff;
	border: #d7d7d7 solid 1px;
}
.photo4col{
	text-align: center;
	font-size: 85%;
}
.photo4col li{
	margin-bottom: 10px;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	vertical-align: top;
}
.photo4col li{
	width: 20%;
	padding: 0 2%;
}

/*
	PHOTO
*/
.color01{/*赤*/
	color: #d30000;
}


/* -----------------------------
	BASE
----------------------------- */
#wrap{
	 background:#f4f4f4;
}
#contents{
	background:none;
}
/*
	VISUAL
*/
#visual{
	margin-bottom: 10px;
	background: url(/en01/common/images/visual_bg.gif) repeat-x left bottom;
	line-height: 1.0;
	padding-top:88px;
}
#visual #title{
	padding-top: 65px;
	font-size: 210%;
	font-weight: bold;
}
#visual span{
	font-size: 85%;
	color: #a5aeb3;
}

/*
	CONTENTS
*/
#main table a{
	color: #003293;
}
.section{
	margin-bottom: 10px;
	background: #fff;
	border: #cbcbcb solid 1px;
}
.sectionInner{
	padding: 0 25px 25px;
}
.sectionBlock{
	margin-bottom: 35px;
}
.sectionUnit{
	margin-bottom: 25px;
}
.section table{
	width: 100%;
}
.section table tr th,
.section table tr td{
	border: #d5d5d5 solid 1px;
	padding: 10px;
}
.section table tr th{
	width: 120px;
	background: #f4f4f4;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
.section table tr td{
	background: #fff;
}

.special01{
	padding: 5px;
	background: url(/en01/common/images/bg_border05.gif) repeat left top;
}
.specialInner{
	padding: 15px 20px;
	background: #fff url(/en01/common/images/bg_specialInner.gif) repeat-x left top;
}
.specialInner .title{
	border-bottom: #d2d2d2 solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #cf141b;
	font-size: 120%;
	font-weight: bold;
}
.specialInner ul li{
	padding-left: 0.5em;
	text-indent: -0.5em;
}

#footContact{
	width: 715px;
	/width: 713px;
	padding-top: 15px;
	position: relative;
}
#footContact .sectionInner{
	background: url(/en01/common/images/footContact_bg.gif) no-repeat center 43px;
	height: 130px;
	padding-bottom: 0;
}
#footContact .title{
	padding-bottom: 10px;
	background: url(/en01/common/images/bg_border02_smp.gif) repeat-x left bottom;
	font-weight: bold;
	font-size: 115%;
}
#footContact #btnMail,
#footContact #btnForm{
	position: absolute;
	left: 175px;
}
#footContact #btnMail{
	bottom: 55px;
}
#footContact #btnForm{
	bottom: 15px;
}
#footContact #phone{
	position: absolute;
	right: 25px;
	bottom: 20px;
}
.itemList01{
	background: #ececec;
	padding: 20px 20px 5px;
}
.itemList01 li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 20px 15px 0;
	vertical-align: top;
}
.itemList01 li.block{
	display: block;
	padding: 0;
}
.itemList01 li a{
	background: url(/en01/common/images/arrow01.gif) no-repeat left 2px;
	padding-left: 17px;
	display: block;
}

#side #pages{
}
#side #pages a{
	display: block;
	zoom:1;
}
#side #pages .pagesBlock{
	margin-bottom: 1px;
}
#side #pages .pagesBlock .title{
	background-image: url(/en01/common/images/side_pages_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#side #pages .pagesBlock .title,
#side #pages .pagesBlock .title a,
#side #pages .pagesBlock .title a:hover{
	color: #fff;
}
#side #pages .pagesBlock .title a{
	padding: 12px 10px 12px 30px;
	background: url(/en01/common/images/arrow04.gif) no-repeat 15px center;
}
#side #pages .pagesBlock .now{
	background: #e9e9e9;
}
#side #pages ul{
	background: #fff;
	display: none;
	border-left: #c8c8c8 solid 1px;
	border-right: #c8c8c8 solid 1px;
}
#side #pages ul li{
	border-left: #fff solid 1px;
	border-bottom: #c8c8c8 solid 1px;
}
#side #pages ul li a{
	padding: 10px 10px 10px 25px;
	border-left: #f0f0f0 solid 5px;
	background: url(/en01/common/images/arrow03.gif) no-repeat 15px center;
}
#side #pages .current{
	margin-bottom: 15px;
}
#side #pages .current .title{
	background-position: center bottom;
	font-size: 125%;
	font-weight: bold;
}
#side #pages .current .nolink{
	padding: 12px 10px 12px 15px;
}
#side #pages .current .title span{
	display: block;
	font-size: 65%;
	font-weight: normal;
	color: #c9c9c9;
}
#side #pages .current .title a,
#side #pages .current .title a:hover{
	text-decoration: none;
}
#side #pages .current .title a{
	background: none;
	padding-left: 15px;
}
#side #pages .current ul{
	display: block;
}

/*----- PAGE PATH TOP -----*/
#pagePathTop{
	margin-bottom: 10px;
}
#pagePathTop li{
	float: left;
	margin-right: 3px;
}
#pagePathTop li a{
	padding-right: 3px;
}

/*----- THUMB LIST -----*/
#thumbList .frame{
	padding: 15px 0 0 19px;
	/padding: 15px 0 15px 19px;
}
#thumbList .head{
	width: 100%;
	height: 4px;
	background: url(/en01/images/tab_list_bg-head.gif) no-repeat center top;
	line-height: 1;
	_line-height: 0;
	_font-size: 0;
}
#thumbList .head img{
	vertical-align: top;
}
#thumbList .block{
	width: 325px;
	float: left;
	margin: 0 12px 12px 0;
	padding-bottom: 4px;
	background: url(/en01/images/tab_list_bg-base.gif) no-repeat left bottom;
}
#thumbList .end{
	margin-right: 0;
}
#thumbList dl{
	width: 317px;
	min-height: 122px;
	height: auto !important;
	height: 122px;
	margin: 0 auto;
}
#thumbList dl dt{
	padding: 10px 20px 0 20px;
	margin-bottom: 10px;
	font-size: 116%;
    font-weight: bold;
}
#thumbList dl dd{
	padding: 0 20px 0px 20px;
	font-size: 90%;
}
#thumbList .arrow01{
	display: block;
}

/* -----------------------------
	RESPONSE
----------------------------- */
@media(max-width:600px){
.photo4col li{
	width: 40%;
	padding: 0 2%;
}

#contents #main{
	width: 100%;
	margin: 0 0 0px;
}
#visual {
    display: none;
}
#main .section{
	width: 100%;
	margin-bottom: 0;
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.sectionInner{
	padding: 0 10px 10px;
}
.sectionBlock{
	margin-bottom: 20px;
}
.sectionUnit{
	margin-bottom: 10px;
}
.section table tr{
	display: block;
}
.section table tr th{
	width: auto !important;
	border-bottom: none !important;
}
.section table tr th,
.section table tr td{
	display: list-item;
	list-style: none;
	border-bottom: none;
}
.section table td:last-child{
	border-bottom: #d5d5d5 solid 1px;
}
.special01{
	padding: 3px;
	background-image: none;
	background-color: #ccc;
}
.specialInner{
	padding: 10px 15px;
}
.specialInner .title{
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.title01,
.title02{
	margin-bottom: 10px;
}
#pageTitle{/*ページのタイトル*/
	margin-bottom: 15px;
}
/*----- THUMB LIST -----*/
#thumbList .head{
	display: none;
}
#thumbList .block{
	width: 98%;
	float: none;
	margin-right: 0;
	padding-bottom: 4px;
	background-image: none;
	background: #fff;
	padding: 1%;
	border: #ccc solid 1px;
}
#thumbList dl{
	width: 100%;
	min-height: 122px;
}
#thumbList dl dt{
	padding: 20px 20px 0 20px;
	margin-bottom: 10px;
	font-size: 116%;
    font-weight: bold;
}
#thumbList dl dd{
	padding: 0 20px 20px 20px;
	font-size: 90%;
}
#thumbList .arrow01{
	display: block;
}
#thumbList3Col .block{
	width: 98%;
	float: none;
	margin-right: 0;
	background-image: none;
	background-color: #fff;
	border: #ccc solid 1px;
}
#thumbList3Col p{
	width: 98%;
	min-height: 72px;
	margin: 1%;
	background-color: #f5f5f5 !important;
}
#side #pages{
	background: #d6d6d6;
	padding: 10px;	
}
#side #pages .pagesBlock{
	display: none;
}
#side #pages .current{
	display: block;
	margin-bottom: 0;
}
#side .section{
	margin-bottom: 0;
}
#side #pages ul {
	border-top: 1px solid #C8C8C8;
}
#side #pages ul li a{
	padding-left: 10px;
	border-left: none;
	background: none;
}
#side #pages ul li a span{
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	background-size:13px 13px;
	-moz-background-size:13px 13px;
	-webkit-background-size:13px 13px;
	background-image: url(/en01/common/images/s_arrow01.png);}

}