@charset "utf-8";
/*= Contents CSS ===================================================

	コンテンツ内CSS
		
		1.article section
		2.margin設定
		3.見出し
		4.テーブル
		5.リスト
		6.リンク
		7.位置調整(float,text-align)
		8.画像
		10.その他コンテンツ内要素


--- フォントサイズの基準 -------------------------------------------
    
    26px : 185.8%
    24px : 171.5%
    22px : 157.2%
    20px : 142.9%
    18px : 128.6%
    16px : 114.3%
    15px : 107.2%
    14px : 100%（基準）
    13px : 92.9%
    12px : 85.8%
    11px : 78.6%
    10px : 71.5%

==================================================================*/

/* -----------------------------------------------------------------
 * 1.article section
 * -------------------------------------------------------------- */
#contentsArea section { }

/* -----------------------------------------------------------------
 * 2.margin設定
 * -------------------------------------------------------------- */
#contentsArea h1,
#contentsArea h2,
#contentsArea h3,
#contentsArea h4 { margin-bottom: 20px; }
p,
ul,
ol,
dl,
table,
pre,
figure {
	margin-bottom: 20px;
	margin-left: 17px;
	text-shadow: 0 1px 0 #FFFFFF;
	word-wrap: break-word;
}

/* -----------------------------------------------------------------
 * 3.見出し
 * -------------------------------------------------------------- */
#contentsArea h1 {
	background: #FFFFFF url(../files/img/common/bg-h1_01.png) no-repeat bottom left;
	color: #1F1F1F;
	font-size: 142.9%;
	padding: 23px 17px 29px;
	border-top: 4px solid #DDDDDD;
	position: relative;
	text-shadow: 0 1px 0 #FFFFFF;
}
/* IE6 */
* html #contentsArea h1 { zoom : 1; }
/* IE7 */
*+html #contentsArea h1 { zoom : 1; }
/* 1カラム */
.oneColumn #contentsArea h1 {
background: #FFFFFF url(../files/img/common/bg-h1_01.png) repeat bottom center;
}
#contentsArea h1:after {
	content: '';
	background: #0D8AD4;
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	width: 160px;
	height: 4px;
}
#contentsArea h2 {
	border: 1px solid #DDDDDD;
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FFFFFF, #FAFAFA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFAFA));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#FAFAFA')";
	font-size: 128.6%;
	padding: 10px 5px 10px 19px;
	position: relative;
	line-height: 34px;
}
/* IE6 */
* html #contentsArea h2 { zoom : 1; }
/* IE7 */
*+html #contentsArea h2 { zoom : 1; }
#contentsArea h2:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	background: #0D8AD4;
	width: 5px;
	height: 35px;
}
#contentsArea h3 {
	font-size: 114.3%;
	border-bottom: 1px solid #DDD;
	margin-left: 7px;
	padding: 0 10px;
}
#contentsArea h4 { margin-left: 10px; }
.midashi {
	color: #FF7800;
	font-size: 128.6%;
}

/* -----------------------------------------------------------------
 * 4.テーブル
 * -------------------------------------------------------------- */
table {
	border: 1px solid #CCCCCC;
	width: 690px;
}
caption {
	text-align: left;
	margin-bottom: 15px;
}
table th {
	padding: 8px 11px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background: #E0F5FF;
	text-align: left;
	color: #000000;
	white-space: nowrap;
	vertical-align: middle;
}
table td {
	padding: 8px 11px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	background: #FFFFFF;
	word-wrap: break-word;
}
tbody th { border-top: 1px dotted #CCCCCC; background: #F0FAFF; }
table tbody tr:first-child th,
table tbody tr:first-child td { border-top: none 0; }
thead th { border-bottom: 1px solid #CCCCCC;}
tfoot td, tfoot th { background: #F2F2F2;}
table dl,table ul {
	margin-left: 0;
	margin-bottom: 0;
}
table dl dd { margin-left: 15px; }

#contentsArea table p {
	margin-bottom: 5px;
	margin-left: 0;
}

table ul {
	margin-left: 0;
	margin-bottom: 0;
}

/* -----------------------------------------------------------------
 * 5.リスト
 * -------------------------------------------------------------- */
ul {
	list-style: outside;
	padding-left: 20px;
}
ol {
	list-style: outside;
	padding-left: 20px;
}

/* 囲みリスト
---------------------------------------- */
.ulSiege {
	margin: 0 0 5px;
	font-size: 85.8%;
}
.ulSiege li {
	background: #F9F9F9;
	border: 1px dotted #999;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
}

/* 背景横幅いっぱいリスト
---------------------------------------- */
.ulBreadthFull {
	background: #FBFBFB;
	border: 1px dotted #999;
	display: block;
	text-align: center;
	padding: 10px 0 0 15px;
}
.ulBreadthFull li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

/* 2カラムリスト
---------------------------------------- */
.listCol2 {
	padding: 0;
}
.listCol2 li {
	width: 303px;
	margin-right: 20px;
	padding: 10px 15px;
	background: #FBFBFB;
	border: 1px dotted #999;
	display: inline-block;
	text-align: center;
}

.listCol2 .contactBtn{
	margin: 0;
}

/* 3カラムリスト
---------------------------------------- */
.listCol3 {
	list-style: outside none;
	padding: 0;
	margin-left: 0;
	background: url(../files/img/common/line-main_01.gif) repeat-x bottom left;
}
.listCol3:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.listCol3 li {
	width: 226px;
	float:left;
	margin-right: 15px;
}
.listCol3 li:last-child {
	width: 225px;
	margin-right: 0;
}
.listCol3 li a {
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	width: 226px;
	margin-bottom: 20px;
	text-align: center;
}
.listCol3 li a img {
}
#contentsArea .listCol3 li p {
	text-align: center;
	margin-left: 0;
}
/* 2カラム サムネイル付リスト
---------------------------------------- */
.dlThumbList dl.col {
	position: relative;
	display: block;
    cursor: pointer;
	width: 345px;
	float: left;
	margin: 0;
	padding-bottom: 8px;
	border: 1px solid #DDD;
	min-height: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FBFBFB;
	background: -moz-linear-gradient(#fff, #F6F6F6);
	background: -webkit-linear-gradient(#fff, #F6F6F6);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#F6F6F6));
	background: -o-linear-gradient(#fff, #F6F6F6);
	background: linear-gradient(#fff, #F6F6F6);
}
.dlThumbList dl.col:hover {
    background: #fff;
}
.dlThumbList dl.colR {
	float: right;
}
.dlThumbList dt {
	padding: 10px 10px 12px 25px;
	background: url(../files/img/common/icn_02.gif) no-repeat 10px 14px;
}
.dlThumbList dt a {
    color:#333;
    text-decoration: none;
}
.dlThumbList dd p.thumb {
	float: left;
	margin: 0 0 0 11px;
	width: 106px;
	text-align: left;
	line-height: 0;
}
.dlThumbList dd p.text {
	padding-left: 0;
	margin: 0 15px 45px 120px;
	font-size: 12px;
}
.dlThumbList dd p.text2 { margin: 0 15px 45px 25px;}
.dlThumbList dd p.btForm {
	margin: 0;
	position: absolute;
	padding-left: 0;
	width: 210px;
	left: 122px;
	bottom: 10px;
}
.dlThumbList dd p.btForm2 {
	left: 0;
	width: 100%;
}
.dlThumbList .hlGroup {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../files/img/common/line-main_01.gif) repeat-x bottom left;
}
.dlThumbList .hlGroup:last-child {
    margin-bottom: 35px;
    background: none;
}
.dlThumbList .hlGroup:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
/* -----------------------------------------------------------------
 * 6.リンク
 * -------------------------------------------------------------- */

/* default
---------------------------------------- */
a:link {
	color: #0C8AD3;
	text-decoration: underline;
}
a:visited {
	color: #0C8AD3;
	text-decoration: underline;
}
a:hover {
	color: #FF7800;
	text-decoration: none;
}
a:active {
	color: #0C8AD3;
	text-decoration: underline;
}

/* シンプルな←矢印リンク
---------------------------------------- */
a.linkArrow {
	padding: 2px 0 2px 15px;
	background: url(../files/img/common/icn_04.gif) no-repeat left center;
}

/* 青地 ←矢印ボタン
---------------------------------------- */
a.btLink {
	padding: 10px 12px 10px 30px;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 #0A6EAA;
	text-decoration: none;
	background-color: #0D8AD4;
	background-image: url(../files/img/common/bg-btn_03.gif), url(../files/img/common/bg-btn_01.png), url(../files/img/common/bg-btn_01.png), url(../files/img/common/icn_05.gif), url(../files/img/common/bg-btn_02.gif);
	background-position: 2px 1px, left center, right center, 10px center, 0 0;
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 20px;
}
/* IE8 */
html>/**/body a.btLink { background /*\**/: #0D8AD4 url(../files/img/common/icn_05.gif) no-repeat 10px center\9; }
/* IE7 */
*+html a.btLink {
	zoom: 1;
	background: #0D8AD4 url(../files/img/common/icn_05.gif) no-repeat 10px center;
}
/* IE6 */
* html a.btLink {
	zoom: 1;
	background: #0D8AD4 url(../files/img/common/icn_05.gif) no-repeat 10px center;
	text-decoration: none!important;
	color: #FFFFFF!important;
}

/* 青地 小ボタン
---------------------------------------- */
a.btLinkSmall {
	font-size: 85.8%;
	padding: 6px 8px 6px 8px;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 #0A6EAA;
	text-decoration: none;
	background-color: #0D8AD4;
	background-image: url(../files/img/common/bg-btn_03.gif), url(../files/img/common/bg-btn_01.png), url(../files/img/common/bg-btn_01.png), url(../files/img/common/bg-btn_02.gif);
	background-position: 2px 1px, left center, right center, 0 0;
	background-repeat: repeat-x, no-repeat, no-repeat, repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}
/* IE7 */
*+html a.btLinkSmall {
	zoom: 1;
	background: #0D8AD4 url(../files/img/common/bg-btn_02.gif) repeat 0 0;
}
/* IE6 */
* html a.btLinkSmall {
	zoom: 1;
	background: #0D8AD4 url(../files/img/common/bg-btn_02.gif) repeat 0 0;
	text-decoration: none!important;
	color: #FFFFFF!important;
}
a.btLink:hover,
a.btLink.hover,
a.btLinkSmall:hover,
a.btLinkSmall.hover {
	filter: alpha(opacity=70);
	opacity: 0.70;
}

/* 戻るリンク
---------------------------------------- */
a.btBackLink {
	display: inline-block;
	*display: inline;
	*zoom:1;
	height: 45px;
	line-height: 46px;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	text-decoration: none;
	padding: 0 17px 0 27px;
	background: url(../files/img/common/icn_08.gif) no-repeat 17px center;
	background: url(../files/img/common/icn_08.gif) no-repeat 17px center, -moz-linear-gradient(top, #FFFFFF, #FAFAFA);
	background: url(../files/img/common/icn_08.gif) no-repeat 17px center, -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFAFA));
	background: url(../files/img/common/icn_08.gif) no-repeat 17px center, -ms-linear-gradient(top, #FFFFFF 0%, #FAFAFA 100%);
	background: url(../files/img/common/icn_08.gif) no-repeat 17px center, linear-gradient(top, #FFFFFF, #FAFAFA);
}
/* IE6, IE7 */
*+html a.btBackLink { padding: 0 17px 0 37px; }

/* 外部リンク
---------------------------------------- */
a.external {
	background: url("../files/img/common/icn_09.gif") no-repeat right center;
	padding-right: 21px;
}
span.external {
	background: url("../files/img/common/icn_09.gif") no-repeat 0 0;
	width: 13px;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	*display: inline;
	*zoom:1;
}
.socialBar .external {	display: none;}
/* PDFリンク
---------------------------------------- */
a.linkPdf {
	background: url("../files/img/common/icn_12.gif") no-repeat right center;
	padding-right: 21px;
}
span.linkPdf {
	background: url("../files/img/common/icn_12.gif") no-repeat 0 0;
	width: 15px;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	*display: inline;
	*zoom:1;
}
/* -----------------------------------------------------------------
 * 7.位置調整(float,text-align)
 * -------------------------------------------------------------- */
/* float */
.fLeft { float: left; }
.fRight { float: right; }
/* align */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* -----------------------------------------------------------------
 * 8.画像
 * -------------------------------------------------------------- */
.imgLeft img {
	float: left;
	margin-left: 17px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imgRight img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.imgLeft:after, .imgRight:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.imgCenter {
	margin-bottom: 20px;
	text-align: center;
}

/* -----------------------------------------------------------------
 * 10.その他コンテンツ内要素
 * -------------------------------------------------------------- */
/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
pre {
	line-height: 1.0;
	background: #EEEEEE;
	padding: 15px;
}
/* ボタンボックス */
.btForm {
	text-align: center;
	margin-bottom: 20px;
}