@charset "utf-8";

.titPage{
	background: url(../images/common/titpage_bg.png) no-repeat center center;
	padding-left:18px;
	padding-right:18px;
	padding-top:18px;
	padding-bottom:16px;
	margin-bottom:20px;
	font-size:23px;
	font-weight:bold;
	background-color:#FFF;
	border-top:#dfe3e4 solid 1px;
	border-right:#dfe3e4 solid 1px;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		box-shadow: 0px 5px 0px #e6e6e6; /* CSS3 */
		-moz-box-shadow: 0px 5px 0px #e6e6e6; /* Firefox用*/
		-webkit-box-shadow: 0px 5px 0px #e6e6e6; /* Google Chrome, Safari用*/
}
.titL{
	background:url(../images/icon/ico_titl.gif) 0 5px no-repeat;
	color:#3e5d6a;
	font-size:28px;
	font-weight:bold;
	padding-left:16px;
	margin-bottom:15px;
}

.twoColumn{
	overflow:hidden;
}

.twoColumnImgL{
	float:left;
	margin:0 12px 12px 0;
	display:inline-block;
}
.twoColumnImgR{
	float:right;
	margin:0 0 12px 12px;
	display:inline-block;
	
}
.twoColumnImgL a:hover img,
.twoColumnImgR a:hover img{
	border:1px solid transparent;
}
.twoColumnTxt{
}
.titM{
	padding:9px 15px 6px 15px;
	font-weight:bold;
	background:#ffffff;
	font-size:20px;
	border:1px solid #dfe3e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	margin-bottom:15px;
	position:relative;
}
.titS01{
	font-size:15px;
	font-weight:normal;
	position:relative;
	background:url(../images/icon/ico_tits.png) 0 3px no-repeat;
	padding-left:18px;
}
.titS02{
	font-size:18px;
	font-weight:normal;
	position:relative;
	background:url(../images/icon/ico_tits.png) 0 3px no-repeat;
	padding-left:18px;
	margin-bottom:20px;
	border-bottom:1px solid #3e5d6a;
	padding-bottom:3px;
}
/*協議会についてのページ*/
.txtBannerBox01{
	border:1px solid #dedede;
	padding:14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background:#fff;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	margin-bottom:20px;
}


.txtBannerBox01:hover{
	border:1px solid #0067ca;
}

.txtBox01{
	border:1px solid #dedede;
	padding:14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background:#fff;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	margin-bottom:20px;
}


.txtBox02{
	border:1px solid #dedede;
	padding:14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background:url(../images/common/bg_wood01.gif);
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	margin-bottom:20px;
}
.hd01{
	color:#3e5d6a;
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
}

.questionQ{
	position:relative;
	padding-left:37px;
	font-size:20px;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:10px;
	margin-bottom:10px;
}
.questionQ .iconQ{
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	color:#ffffff;
	background:#3e5d6a;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	font-weight:bold;
}
.questionA{
	position:relative;
	padding-left:37px;
}
.questionA .iconA{
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	color:#3e5d6a;
	background:#ffffff;
	border:1px solid #3e5d6a;
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	font-weight:bold;
}
.numList01{
	padding:0 20px 0 10px;
	margin-bottom:25px;
}
.numList01 li{
	padding:10px 0 10px 34px;
	border-bottom:1px solid #e8e7e7;
	border-top:1px solid #ffffff;
}
.numList01 li:first-child{
	border-top:0;
}
.numList01 li:last-child{
	border-bottom:0;
}
.numList01 li .num{
	background:#3e5d6a;
	font-size:15px;
	color:#ffffff;
	text-align:center;
	width:22px;
	height:22px;
	line-height:22px;
	display:inline-block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	behavior: url(../PIE.htc);
	margin:0 10px 0 -34px;
}

.checkList01{
	padding:0 20px 0 10px;
	margin-bottom:40px;
}
.checkList01 li{
	background:url(../images/icon/ico_check.png) 0px 4px no-repeat;
	padding:2px 0 0 31px;
	margin-bottom:20px;
}
.discList01{
	padding:0 20px 0 1.5em;
	margin-bottom:40px;
}
.discList01 li{
	font-size:14px;
	list-style-type:disc;
	list-style-position:outside;
}

.numList02{
	padding:0 20px 0 1.5em;
	margin-bottom:40px;
}
.numList02 li{
	font-size:13px;
	list-style-type:decimal;
	list-style-position:outside;
}


.TbBase{
	width:100%;
	margin-bottom:40px;
}
.TbBase th,
.TbBase td{
	font-size:14px;
	color:#3e5d6a;
	border:1px solid #3e5d6a;
	font-weight:normal;
	padding:5px 10px;
	background:#ffffff;
}
.TbBase th{
	background:#e1e7ee;
	text-align:left;
}


.TbType01{
	width:100%;
	border-top:3px solid #3e5d6a;
	border-bottom:1px solid #3e5d6a;
	margin-bottom:40px;
}
.TbType01 th,
.TbType01 td{
	font-size:14px;
	border:1px solid #3e5d6a;
	font-weight:normal;
	padding:5px 10px;
	background:#ffffff;
}
.TbType01 th{
	text-align:left;
}
.TbType01 td{
	background:#e1e7ee;
}

/* 20150910追加 */
.TbType02{
	width:100%;
	border-top:3px solid #3e5d6a;
	border-bottom:1px solid #3e5d6a;
}
.TbType02 th,
.TbType02 td{
	font-size:14px;
	border:1px solid #3e5d6a;
	font-weight:normal;
	padding:5px 10px;
	background:#e1e7ee;
}
.TbType02 th{
}
.TbType02 td{
	background:#ffffff;
}
.TbType02 td img{
    width: 100%;
    height: auto;
}
/* 20150910追加ここまで */


.twoImgColumn{
	overflow:hidden;
}

.twoImgColumn .imgColumnBox{
	float:left;
	width:344px;
	margin-left:22px;
}

.threeImgColumn{
	overflow:hidden;
}
.threeImgColumn .imgColumnBox{
	float:left;
	width:224px;
	margin-left:19px;
}
.fourImgColumn{
	overflow:hidden;
}
.fourImgColumn .imgColumnBox{
	float:left;
	width:164px;
	margin-left:18px;
}

.imgColumnBox:first-child{
	margin-left:0;
}


.columnImg{
	margin-bottom:10px;
}
.columnImg img{
	width:100%;
}

.columnTxt{
}


.pagelink{
	border:1px solid #dedede;
	padding:20px 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background:#fff;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	margin:35px 0 20px;
}

.pagelink .back {
	width:173px;
	float:left;
}
.pagelink .back a{
	display:block;
	text-align:center;
	font-size:16px;
	color:#0167cb;
	text-decoration:none;
	box-shadow: 0px 4px 0px #004a92; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #004a92; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #004a92; /* Google Chrome, Safari用*/
	border:1px solid #0167cb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelink .back a:hover{
	display:block;
	text-align:center;
	font-size:16px;
	color:#0167cb;
	text-decoration:none;
	box-shadow: 0px 4px 0px #0053a7; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #0053a7; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #0053a7; /* Google Chrome, Safari用*/
	border:1px solid #0075e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelink .back a span{
	display:inline-block;
	padding:10px 0 10px 26px;
	background:url(../images/icon/ico_back.png) 0 center no-repeat;
}
.pagelink .next,
.pagelink .prev {
	width:220px;
	float:right;
}
.pagelink .next{
	margin-left:10px;
}
.pagelink .next a,
.pagelink .prev a{
	display:block;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	box-shadow: 0px 4px 0px #001860; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #001860; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #001860; /* Google Chrome, Safari用*/
	background:#0167cb;
	border:1px solid #0167cb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelink .next a:hover,
.pagelink .prev a:hover{
	display:block;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	box-shadow: 0px 4px 0px #0053a7; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #0053a7; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #0053a7; /* Google Chrome, Safari用*/
	background:#0075e8;
	border:1px solid #0075e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelink .next a span{
	display:inline-block;
	padding:10px 19px 10px 0;
	background:url(../images/icon/ico_next.png) right center no-repeat;
}
.pagelink .prev a span{
	display:inline-block;
	padding:10px 0 10px 21px;
	background:url(../images/icon/ico_prev.png) 0 center no-repeat;
}

/* pagelinkRed */
.pagelinkRed{
	border:1px solid #dedede;
	padding:20px 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background:#fff;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	margin:35px 0 20px;
}

.pagelinkRed .back {
	width:173px;
	float:left;
}
.pagelinkRed .back a{
	display:block;
	text-align:center;
	font-size:16px;
	color:#bd2800;
	text-decoration:none;
	box-shadow: 0px 4px 0px #bd2800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #bd2800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #bd2800; /* Google Chrome, Safari用*/
	border:1px solid #ec6448;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .back a:hover{
	display:block;
	text-align:center;
	font-size:16px;
	color:#d92800;
	text-decoration:none;
	box-shadow: 0px 4px 0px #d92800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #d92800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #d92800; /* Google Chrome, Safari用*/
	border:1px solid #e0583c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .back a span{
	display:inline-block;
	padding:10px 0 10px 26px;
	background:url(../images/icon/ico_back_red.png) 0 center no-repeat;
}
/* 20150924追加 */
.pagelinkRed .back input{
	display:block;
	text-align:center;
	font-size:16px;
	color:#bd2800;
	text-decoration:none;
	box-shadow: 0px 4px 0px #bd2800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #bd2800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #bd2800; /* Google Chrome, Safari用*/
	border:1px solid #ec6448;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .back input:hover{
	display:block;
	text-align:center;
	font-size:16px;
	color:#d92800;
	text-decoration:none;
	box-shadow: 0px 4px 0px #d92800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #d92800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #d92800; /* Google Chrome, Safari用*/
	border:1px solid #e0583c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .back input span{
	display:inline-block;
	padding:10px 0 10px 26px;
	background:url(../images/icon/ico_back_red.png) 0 center no-repeat;
}
/* 20150924追加ここまで */

.pagelinkRed .next,
.pagelinkRed .prev {
	width:220px;
	float:right;
}
.pagelinkRed .next{
	margin-left:10px;
}
.pagelinkRed .next a,
.pagelinkRed .prev a{
	display:block;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	box-shadow: 0px 4px 0px #bd2800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #bd2800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #bd2800; /* Google Chrome, Safari用*/
	background:#e0583c;
	border:1px solid #e0583c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .next a:hover,
.pagelinkRed .prev a:hover{
	display:block;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	box-shadow: 0px 4px 0px #d92800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #d92800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #d92800; /* Google Chrome, Safari用*/
	background:#ec6448;
	border:1px solid #ec6448;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .next a span{
	display:inline-block;
	padding:10px 19px 10px 0;
	background:url(../images/icon/ico_next.png) right center no-repeat;
}
.pagelinkRed .prev a span{
	display:inline-block;
	padding:10px 0 10px 21px;
	background:url(../images/icon/ico_prev.png) 0 center no-repeat;
}
/* 20150924追加 */
.pagelinkRed .next input,
.pagelinkRed .prev input{
	display:block;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	box-shadow: 0px 4px 0px #bd2800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #bd2800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #bd2800; /* Google Chrome, Safari用*/
	background:#e0583c;
	border:1px solid #e0583c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .next input:hover,
.pagelinkRed .prev input:hover{
	display:block;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	box-shadow: 0px 4px 0px #d92800; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #d92800; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #d92800; /* Google Chrome, Safari用*/
	background:#ec6448;
	border:1px solid #ec6448;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagelinkRed .next input span{
	display:inline-block;
	padding:10px 19px 10px 0;
	background:url(../images/icon/ico_next.png) right center no-repeat;
}
.pagelinkRed .prev input span{
	display:inline-block;
	padding:10px 0 10px 21px;
	background:url(../images/icon/ico_prev.png) 0 center no-repeat;
}
/* 20150924追加ここまで */

.supPagingTotalPC{
	margin-right: 20px!important;
}

.db-pagenavi{
	width: 720px;
	text-align:center;
	color:#3e5d6a;
	font-size: 1.5em;
}

.db-pagenavi ul{
display: inline-flex;/* font-size: 1.5em; */}

.db-pagenavi li{
	float:left;
	margin: 20px 0;
}

.db-pagenavi a,
.db-pagenavi span {
	border:1px solid #3e5d6a !important;
	display:inline-block;
	vertical-align:middle;
	color:#3e5d6a;
	padding:1px 5px 0;
	text-decoration:none;
	margin-right: 20px;
	font-size: 16px;
	background:#fff;
}
.db-pagenavi span.pages{
}
.db-pagenavi a:hover{
	text-decoration:none;
	background:#3e5d6a;
	color:#fff;
}
.db-pagenavi span.current {
	text-decoration:none;
	background:#3e5d6a;
	color:#fff;
	font-weight: normal;
}

.pagenavi{
	text-align:center;
	color:#3e5d6a;
	margin:30px 0;
}
.pagenavi a,
.pagenavi span {
	border:1px solid #3e5d6a !important;
	display:inline-block;
	vertical-align:middle;
	color:#3e5d6a;
	padding:1px 5px 0;
	text-decoration:none;
	margin-right:8px;
	font-size:11px;
	background:#fff;
}
.pagenavi span.pages{
}
.pagenavi a:hover{
	text-decoration:none;
	background:#3e5d6a;
	color:#fff;
}
.pagenavi span.current {
	text-decoration:none;
	background:#3e5d6a;
	color:#fff;
	font-weight: normal;
}


.twoColumnTxt02{
	width:345px;
	float:left;
	margin-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #dedede;
	padding:18px 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background:#fff;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
}
.twoColumnTxt02:first-child{
	margin-left:0;
}
.twoColumnTxt03{
	width:345px;
	float:left;
	margin-left:20px;
}
.twoColumnTxt03:first-child{
	margin-left:0;
}
.txtBox03{
	border:3px solid #e0e0e0;
	padding:12px;
	background:#fff;
}
.hd02{
	font-size:18px;
	border-bottom:1px solid #dedede;
	margin-bottom:10px;
}

.formTable{
	width:100%;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:20px;
}
.formTable th{
	vertical-align:middle;
	text-align:left;
	width:220px;
	text-align:right;
	border-top:1px solid #dfdfdf;
	padding:7px 33px 8px 0;
	overflow:hidden;
	font-weight:normal;
}

.formTable td{
	border-top:1px solid #dfdfdf;
	padding:7px 0 8px;
}


.formTable thead th,
.formTable thead td{
	padding:0 0 1px 0;
	color:#000000;
	text-align:left;
	border:none;
	font-size:15px;
	font-weight:normal;
}
.formTable td div{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:7px;
	margin-bottom:5px;
}
.formTable td div:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.formTable thead th div,
.formTable thead td div{
	border-bottom:1px solid #3e5d6a !important;
	padding:0;
	margin:0;
}

.must{
	display:inline-block;
	color:#fff;
	background:#e0583c;
	font-size:11px;
	padding:1px 3px 0 3px;
	float:left;
	margin-left:10px;
}

#form input[type=text]{
	border:1px solid #d3d3d3;
	padding:0;
	margin:0;
	height:27px;
	line-height:27px;
}
.inputTextStyle01{
	width:233px;
}

.inputTextStyle02{
	width:79px;
}
#form input[type=checkbox]{
	margin-right:5px;
}

#form textarea{
	border:1px solid #cccccc;
	padding:0;
	margin:0;
	width:433px;
	height:153px;
}
#form input[type=submit]{
	padding:0;
	margin:0;
	border:0;
	width:180px;
	height:40px;
	background:#e0583c;
	font-size:18px;
	color:#ffffff;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#form input[type=submit]:hover{
	background:#eb4624;
}

#form input[type=reset]{
	padding:0;
	margin:0 0 0 12px;
	border:0;
	width:180px;
	height:40px;
	background:#3e5d6a;
	font-size:18px;
	color:#ffffff;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#form input[type=reset]:hover{
	background:#214959;
}
.formBtn{
	border:1px solid #dedede;
	padding:20px;
	text-align:center;
	background:url(../images/common/bg_wood01.gif);
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
}

.mainImg{
	padding:25px;
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	-ms-border-radius: 20px 0 20px 0;
	-o-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
	position:relative;
	margin-bottom:36px;
}
.imgRight{
	float:right;
	margin-left:18px;
}
.mainImgTxt{
}
.mainImgTit{
	font-size:50px;
	line-height:1;
	margin-bottom:18px;
}
.mainImg.bgGreen:before{
	position:absolute;
	width:58px;
	height:19px;
	left:135px;
	bottom:-19px;
	content:"";
	background:url(../images/about/point_green.png);
}
.mainImg.bgEmGreen:before{
	position:absolute;
	width:58px;
	height:19px;
	left:135px;
	bottom:-19px;
	content:"";
	background:url(../images/committee/point_emgreen.png);
}
.mainImg.bgPink:before{
	position:absolute;
	width:58px;
	height:19px;
	left:135px;
	bottom:-19px;
	content:"";
	background:url(../images/event/point_pink.png);
}
.mainImg.bgOrange:before{
	position:absolute;
	width:58px;
	height:19px;
	left:135px;
	bottom:-19px;
	content:"";
	background:url(../images/works/point_orange.png);
}
.mainImg.bgYellow:before{
	position:absolute;
	width:58px;
	height:19px;
	left:135px;
	bottom:-19px;
	content:"";
	background:url(../images/support/point_yellow.png);
}
.pageBanner01{
	margin-bottom:30px;
}
.pageBanner01Box{
	width:280px;
	border:1px solid #dedede;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:14px;
	margin-left:25px;
	float:left;
}
.pageBanner01Box:first-child{
	margin-left:0;
}
.pageBanner01Box:hover{
	border:1px solid #0067ca;
}
.pageBanner01Img{
	margin-bottom:10px;
}
.pageBanner01Tit{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.pageBanner01Btn{
	margin-top:20px;
	background:url(../images/about/bg_pagebanner01btn.gif) center top no-repeat;
	padding-top:12px;
	text-align:right;
}
.hd03{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.hd04{
	font-size:20px;
	border-left:5px solid #3e5d6a;
	padding-left:7px;
}

.pageBanner02{
	margin-top:15px;
}
.pageBanner02Box{
	width:306px;
	float:left;
	margin-left:25px;
	border:2px solid #fff;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:25px 0 30px;
	position:relative;
}
.pageBanner02Box:first-child{
	margin-left:0;
}
.pageBanner02Box:hover{
	border:2px solid #008275;
}
.pageBanner02Box:before{
	position:absolute;
	right:4px;
	bottom:4px;
	width: 0; 
	height: 0; 
	border-bottom: 15px solid #008275; 
	border-left: 15px solid transparent;
	content:"";
}
.pageBanner02Tit{
	color:#008275;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.pageBanner02Img{
	text-align:center;
}
.pageBanner03Box{
	width:280px;
	border:1px solid #dedede;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:25px 14px 14px;
	margin-left:25px;
	float:left;
}
.pageBanner03Box:first-child{
	margin-left:0;
}
.pageBanner03Box:hover{
	border:1px solid #008275;
}
.pageBanner03Tit{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.pageBanner03Txt{
	margin-top:20px;
}

.hd05{
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #3e5d6a;
	padding:0 9px 5px 21px;
	width:100%;
	position:relative;
	left:-15px;
	margin-bottom:10px;
}
.hd05:before{
	position:absolute;
	width:5px;
	height:17px;
	left:0;
	top:4px;
	content:"";
	background:#3e5d6a;
}
.actTwoColoum{
	margin-bottom:35px;
}


.actColoum{
	width: 445px;
	/* float:left; */
	border: 1px solid #dedede;
	box-shadow: 0px 4px 0px #e6e6e6;
	-moz-box-shadow: 0px 4px 0px #e6e6e6;
	-webkit-box-shadow: 0px 4px 0px #e6e6e6;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px;
	/* margin-left: 25px; */
}


.actColoum:hover{
	border:1px solid #0067ca;
}


.actColoum p:hover{
	text-decoration:none;
}
.actColoum:first-child{
	margin-left:0;
}


.actColoum02{
	width: 445px;
	/* float:left; */
	border: 1px solid #dedede;
	box-shadow: 0px 4px 0px #e6e6e6;
	-moz-box-shadow: 0px 4px 0px #e6e6e6;
	-webkit-box-shadow: 0px 4px 0px #e6e6e6;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px;
	/* margin-left: 25px; */
}
.actColoum02:first-child{
	margin-left:0;
}

.actColoumBox{/* CSS3 *//* Firefox用*//* Google Chrome, Safari用*/
margin-top: 15px;	
}
.actColoumBoxIn{
	border-top:1px solid #d7dcde;
}
.actColoumBoxIn:first-child{
	border:0;
}


.worksColoum{
	width:441px;
	float:left;
	margin-left:30px;
	margin-bottom:20px;
	background:#fff;
	position:relative;
	padding:18px 9px 11px 23px;
	border:1px solid #dedede;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.worksColoum:first-child{
	margin-left:0;
}

/* 20151105_追加  */
.worksColoum02{
	width:932px;
	float:left;
	margin-left:30px;
	margin-bottom:20px;
	background:#fff;
	position:relative;
	padding:18px 23px 11px 23px;
	border:1px solid #dedede;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.worksColoum02:first-child{
	margin-left:0;
}

/* 20151105_追加ここまで  */

.worksColoumTit01{
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #3e5d6a;
	position:relative;
	width:100%;
	padding:0 0 12px 32px;
	left:-24px;
	margin-bottom:19px;
	background:url(../images/works/ico_works01.gif) 14px 3px no-repeat;
}
.worksColoumTit02{
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #3e5d6a;
	position:relative;
	width:100%;
	padding:0 0 12px 32px;
	left:-24px;
	margin-bottom:19px;
	background:url(../images/works/ico_works02.gif) 14px 2px no-repeat;
}

.worksNewsList{
	overflow:hidden;
	border-bottom:1px dotted #c5ced2;
	padding-bottom:17px;
	margin-bottom:17px;
}
.worksNewsList dt{
	width:115px;
	float:left;
	color:#3e5d6a;
	font-size:12px;
}
.worksNewsList dt img{
	vertical-align:middle;
	margin-left:8px;
}
.worksNewsList dd{
	overflow:hidden;
}
.worksNewsList dd a{
	color:#3e5d6a;
}
.worksNews{
	height:340px;
	overflow-y:auto;
	padding-right:18px;
	margin-bottom:10px;
}
.worksInfo{
	height:340px;
	overflow-y:auto;
	padding-right:18px;
	margin-bottom:10px;
}
.worksInfoList{
	overflow:hidden;
	border-bottom:1px dotted #c5ced2;
	padding-bottom:13px;
	margin-bottom:13px;
}
.worksInfoList dt{
	width:80px;
	float:left;
}
.worksInfoList dd{
	overflow:hidden;
	padding-left:15px;
}
.worksInfoList dd a{
	color:#3e5d6a;
}
/* 20151105_追加  */
.worksTokusyu{
	height:340px;
	overflow-y:auto;
	padding-right:18px;
	margin-bottom:10px;
}
.worksTokusyuList{
	overflow:hidden;
	border-bottom:1px dotted #c5ced2;
	padding-bottom:13px;
	margin-bottom:13px;
}
.worksTokusyuList dt{
	width:80px;
	float:left;
}
.worksTokusyuList dd{
	overflow:hidden;
	padding-left:15px;
	font-size: 13px;
}
.worksTokusyuList dd p{
	padding-bottom: 10px;
}
.worksTokusyuList dd a{
	color:#3e5d6a;
	font-size: 13px;
}
/* 20151105_追加ここまで  */

.supportTit01{
	position:relative;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.supportTit01:before{
	position:absolute;
	width:56px;
	height:6px;
	left:50%;
	margin-left:-28px;
	top:-14px;
	background:#3e5d6a;
	content:"";
}
.supportSearch{
	border:1px solid #bd2800;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#e0583c;
	padding:20px 25px;
}
.supportSearchTit{
	background:url(../images/support/ico_support01.gif) 0 0 no-repeat;
	font-size:25px;
	overflow:hidden;
	height:37px;
	color:#fff;
	padding-left:42px;
	margin-bottom:10px;
}
.supportSearchTit span{
	float:right;
	font-size:15px;
	margin-top:8px;
}
.supportSearchBox{
	background:url(../images/support/bg_support01.gif) center top no-repeat;
	padding-top:16px;
}
.supportSearchInput{
	width:300px;
	border:1px solid #cecece;
	float:left;
	margin-left:15px;
	padding:3px 3px 3px 8px;
	background:#fff;
	overflow:hidden;
}
.supportSearchInput input[type=text]{
	border:0;
	margin:0;
	padding:0;
	height:24px;
	line-height:24px;
	width:225px;
}
.supportSearchInput input[type=button]{
	border:0;
	margin:0;
	padding:0;
	width:65px;
	height:24px;
	font-size:14px;
	color:#fff;
	background:#0067ca;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.supportSearchBox select{
	border:1px solid #cecece;
	margin:0;
	padding:0;
	background:#fff;
	height:30px;
	font-weight:bold;
	width:200px;
}
.supportColoumBox{
	margin:15px 0;
}
.supportColoum{
	width:260px;
	float:left;
	/*padding:20px 19px;*/
	padding:20px 14px;
	border:1px solid #dedede;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-left:25px;
	margin-bottom:17px;
}
.supportColoum:nth-child(3n+1){
	margin-left:0;
}
.supportColoumTxt{
	background:url(../images/about/bg_pagebanner01btn.gif) center top no-repeat;
	padding-top:12px;
	margin-bottom:15px;
}

.searchBox{
	border:1px solid #bd2800;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#e0583c;
	padding:20px 15px;
	box-shadow: 0px 4px 0px #e6e6e6; /* CSS3 */
	-moz-box-shadow: 0px 4px 0px #e6e6e6; /* Firefox用*/
	-webkit-box-shadow: 0px 4px 0px #e6e6e6; /* Google Chrome, Safari用*/
}
.searchInput{
	width:100%;
	border:1px solid #cecece;
	padding:3px 3px 3px 8px;
	background:#fff;
	overflow:hidden;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.searchInput input[type=text]{
	border:0;
	margin:0;
	padding:0;
	height:24px;
	line-height:24px;
	width:590px;
}
.searchInput input[type=button]{
	border:0;
	margin:0;
	padding:0;
	width:65px;
	height:24px;
	font-size:14px;
	color:#fff;
	background:#0067ca;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/*---20150912追加　type=buttonのsubmit版---*/
.searchInput input[type=submit]{
	border:0;
	margin:0;
	padding:0;
	width:65px;
	height:24px;
	font-size:14px;
	color:#fff;
	background:#0067ca;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/*---20150912追加　ここまで---*/
.searchBox select{
	border:1px solid #cecece;
	margin:0;
	padding:0;
	background:#fff;
	height:30px;
	font-weight:bold;
	width:335px;
}
/*---TAB切り替え---*/
#tab{
}
#tab li {
  float: left;
  padding: 8px;
  list-style: none;
  cursor: pointer;
	color:#FFF;
	background-color:#3e5d6a;
	margin-left:1px;
	font-size:12px;
	text-align:center;
	line-height:1.3;
	height:30px;
	border-top:#1d3c49 2px solid;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
}
#tab li.select {
	color:#3e5d6a;
	background-color:#F9EAD3;
	border-top:#3e5d6a 2px solid;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
	padding: 18px 16px;
  background: #F9EAD3;
    box-shadow: 0px 4px 0px #e6e6e6;
    -moz-box-shadow: 0px 4px 0px #e6e6e6;
    -webkit-box-shadow: 0px 4px 0px #e6e6e6;
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
}

