@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; }

.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

	* html .entryBox {
		zoom: 1;
	}

	*+html .entryBox {
		zoom: 1;
	}

.entryBox:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;	
}
/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 20px;
	padding: 9px 11px 7px;
	color: #fff;
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: normal;
	background: #437C5F url(/img/common/h2_bg.png) repeat-x left top;
}

#conts h3 {
	margin-bottom: 8px;
	padding-bottom: 9px;
	color: #000;
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: normal;
	clear: both;
	background: url(/img/common/h3_bg.png) repeat-x left bottom;
}

#conts h3 span {
	padding: 0 0 0 14px;
	display: block;
	background: url(/img/common/h3_span_bg.png) no-repeat left top;
}

#conts .banner {
	margin-bottom: 22px;
}

#conts .comTable {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td {
	padding: 6px 5px 6px 10px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

#conts .comTable th {
	background-color: #F2F2F2;
}

#conts .comTable .logo {
	float: left;
	margin-right: 5px;
}

#conts .tdR td {
	text-align: right!important;
}

#conts .tdR th {
	text-align: center!important;
}

#conts .comTable th.none,
#conts .comTable td.none {
	display: none;
}

#conts .comTable thead th {
	text-align: center;
}

#conts .comUl {
	font-size: 1.4em;
	clear: both;
}

#conts .comUl li {
	padding-left: 11px;
	background: url(/img/common/icon/icon01.gif) no-repeat left 6px;
}

#conts .comSection {
	margin-bottom: 25px;
}

#conts .comSection p {
	font-size: 1.4em;
}

#conts .comSection .floatR {
	margin-left: 15px;
	padding-top: 4px;
}

#conts .comText li {
	padding: 7px 0 28px 30px;
	font-size: 1.4em;
	background: url(/img/common/pdf.png) no-repeat left 4px;
}

#conts .comText li a {
	padding-right: 24px;
	display: inline-block;
	text-decoration: underline;
	background: url(/img/common/icon/icon02.gif) no-repeat right 3px;
}

#conts .comText li a:hover {
	text-decoration: none;
}

#conts .project {
	margin-bottom: 10px;
	padding: 15px 10px 15px 15px;
	border: 1px solid #ddd;
	clear: both;
}

#conts .project .photo {
	width: 100px;
	float: left;
}

#conts .project dl {
	width: 466px;
	float: right;
}

#conts .project dl dt {
	margin-bottom: 7px;
	padding-bottom: 11px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2;
	color: #666;
	border-bottom: 1px solid #ccc;
}

#conts .project dl p {
	margin-bottom: 4px;
	font-size: 1.3em;
	line-height: 1.3;
	color: #666;
}

#conts .project dl .comText li {
	padding: 7px 0 0 30px;
}

#conts .comLink {
	margin-bottom: 30px;
}

#conts .comLink li {
	margin-bottom: 5px;
	padding-left: 17px;
	font-size: 1.4em;
	background: url(/img/common/icon/icon03.gif) no-repeat left 5px;
}

#conts .comLink li.title {
	padding-left: 0;
	background: none;
}

#conts .comLink li a {
	margin-right: 15px;
	text-decoration: underline;
}

#conts .comLink li a:hover {
	text-decoration: none;
}

#conts .comSection,
#conts .textUl {
	margin-bottom: 25px;
}

#conts .comSection p {
	font-size: 1.4em;
}

#conts .comSection .floatR {
	margin-left: 15px;
	padding-top: 4px;
}

#conts .textUl li {
	font-size: 1.4em;
}

#conts .textUl li span {
	min-width: 23px;
	text-align: right;
	float: left;
	display: block;
}

	*html #conts .textUl li span {
		margin-right: -3px;
		width: 23px;
	}

#conts .btnLink li {
	width: 291px;
}

#conts .btnLink li a {
	width: 291px;
	display: block;
}

#conts .btnLink .navi01 a {
	background: url(/img/eng/btn01_on.jpg) no-repeat;
}

#conts .btnLink .navi02 a {
	background: url(/img/eng/btn02_on.jpg) no-repeat;
}

#conts .btnLink .navi03 a {
	background: url(/img/arc/imgtext01_on.jpg) no-repeat;
}

#conts .btnLink .navi04 a {
	background: url(/img/arc/imgtext02_on.jpg) no-repeat;
}

#conts .btnLink li a:hover {
	background-color: #fff;
}

#conts .btnLink li a:hover img {
	visibility: hidden;
}

#tablenav {
	color: #525252;
    font-size: 1.2em;
    line-height: 1.2;
    padding-top: 12px;
    text-align: center;
}

#tablenav a {
	padding: 0 5px;
}

.alignleft {
    float: left;
    margin:0 15px 30px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}
.alignright {
    float: right;
    margin:0 0 30px 15px;
}
.alignnone {
    float: none;
    display:block;
    margin:0 0 30px 0;
}
.size-full {
    width:100%;
    height:auto;
    margin:0 0 30px 0;
}
p .alignleft {
    float: left;
    margin:5px 15px 30px 0;
}
p .aligncenter {
    display: block;
    margin: 5px auto 30px auto;
}
p .alignright {
    float: right;
    margin:5px 0 30px 15px;
}
p .alignnone {
    float: none;
    display:block;
    margin:5px 0 30px 0;
}
p .size-full {
    width:100%;
    height:auto;
    margin:5px 0 30px 0;
}