@charset "UTF-8";


.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

/*------------------------ヘッダー------------------------*/




header {
	padding: 10px 0 0 0;
	margin: 0 auto;
	height: 95px;
	width: 100%;
	position: relative;
	border-bottom:#BCA465 solid 1px;


/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */

background: linear-gradient(135deg,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.5) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */





}

header > h1 {
	font-size: 1em;
	margin: 0em 0;
}

.sitelogo {
	margin: 3px 0 10px 0;
}



ul#inq {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0px;
	right: 0;
	width: 240px;
	font-size: 12px;
	line-height: 1;
}

ul#inq li {
	display: block;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
}

ul#inq li a {
	display: block;
	padding: 6px 10px 6px 34px;
	border: rgba(129,50,20,0.2) solid 1px;
	margin: 0 0 10px 0;
	text-decoration: none;
	text-align: center;
	color: #7E3114;
}

ul#inq li a:hover {
	border: rgba(129,50,20,0.5) solid 1px;
}

ul#inq li a.icon_mail {
	background: url(../img/icon_mail.png) no-repeat 10px center;
	background-color: rgba(255,255,255,0.1);
}

ul#inq li a.icon_sitemap {
	background: url(../img/icon_smap.png) no-repeat 10px center;
	background-color: rgba(255,255,255,0.1);
}





/*------------------------フッター------------------------*/




footer {
	padding: 20px 0 30px 0;
	margin:0;
	font-size: 0.8em;
	clear: both;
	background:rgba(255,255,255,1);
}

ul#footerlink {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
	list-style: none;
}

ul#footerlink li {
	display: inline;
	padding: 0 15px 0px 0px;
	margin: 0;
 height:30px line-height:1;
}

ul#footerlink li > a {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	color: #000;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

ul#footerlink li > a:hover {
	color: #999;
}

ul#footerlink li > a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 3px solid transparent;
	border-left: 3px solid #aaa;
	border-bottom: 3px solid transparent;
	content: "";
}


.copyright {
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}


/*----------------------------------------------------------------------------------------------------------------------------------
共通
----------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------見出し＆本文------------------------*/


p {
	line-height: 1.6;
	font-size: 0.9em;
}

.emphasis {
	color: #1D509B;
}

.mgn2 {
	margin-bottom: 2em;
}

.smaller {
	font-size: smaller;
	font-weight: normal;
}

.note {
	font-size: 12px;
	margin-bottom: 2em;
}
.note_usj {
	font-size: 10px;
	line-height: 2;
	margin-bottom: 10px;
	clear: both;
}

.serif {
	font-family: serif;
	font-weight: normal;
}


.center {
	text-align: center;
}

.ttl_small {
	position: relative;
	display:inline-block;
	font-weight:normal;
	padding: 0 0 0.3em 0;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size:1em;
	border-bottom: #DDD solid 1px;
}


.ttl_small:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: inline-block;
	width: 1em;
	height: 0;
	vertical-align: top;
	border-bottom: #000 solid 1px;
	content: "";
}



.ttl .subttl {
	margin: 0 0 0 20px;
	padding: 0px 0 2px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	border-left: #1D509B solid 4px;
	top: 0px;
	left:inherit;
}



h2.mds {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.mds:first-child {
	margin-top: 0;
}
.mds .subttl {
	margin: 0 0 0 0px;
	padding: 0px 0 2px 0px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}


.mds_line {
	padding: 0em 0 0.3em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: #EEE solid 4px;
	position: relative;
}

.mds_line .subttl {
	margin: 0 0 0 0px;
	padding: 0px 0 2px 0px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 7px;
}

.mds_line_blue {
	padding: 1em 0 0.3em 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	border-top: #1d508c solid 3px;
}

.sidecol_right .mds_line_blue {
	font-size: 0.9em;
}

.mds_line_blue:first-child,
.mds_line_gray:first-child {
	margin-top: 0em;
}

.mds_line_gray {
	padding: 1em 0 0.3em 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	border-top: #EEE solid 5px;
}

.mds_frame {
	border: #DDD solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 1em;
	margin-bottom: 1.5em;
	position: relative;
	font-size: 1em;
	background-image: -moz-linear-gradient(top, #ffffff, #EEEEEE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #ffffff, #EEEEEE);
	background-image: -o-linear-gradient(top, #ffffff, #EEEEEE);
	background-image: linear-gradient(to bottom, #ffffff, #EEEEEE);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE', GradientType=0);
}

article > .mds_frame:first-child {
	margin-bottom: 1em;
}



/*------------------------テーブル------------------------*/



.tbl {
	border-collapse: collapse;
	width: 100%;
}

.tbl th {
	width: 25%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-size: 12px;
}

.tbl td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-size: 12px;
}




/*------------------------リスト------------------------*/




ul.list_link {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}

ul.list_link li {
	display: block;
	padding: 0;
	margin: 0 0 0.5em 0;
}

ul.list_link li > a {
	padding: 0 0 0 10px;
	margin: 0;
	color: #000;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

ul.list_link li > a:hover {
	color: #999;
}

ul.list_link li > a:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 3px solid transparent;
	border-left: 3px solid #aaa;
	border-bottom: 3px solid transparent;
	content: "";
}

ul.list_link ul {
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
	font-size: 0.85em;
}

/*------------------------テキストリンク ＆ ボタン------------------------*/






span.arrow {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0px;
	width: 14px;
	height: 14px;
	margin: -8px 0 0 0;
	background-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

span.arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 4px solid transparent;
	border-left: 4px solid #1d508c;
	border-bottom: 4px solid transparent;
	content: "";
}

span.arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -2px;
	border-top: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid transparent;
	content: "";
}


span.arrowup {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: -1px;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 0;
	background-color: #1d508c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.arrowup:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -4px;
	border-left: 4px solid transparent;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	content: "";
}

span.arrowup:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -3px;
	border-left: 3px solid transparent;
	border-top: 3px solid #1d508c;
	border-right: 3px solid transparent;
	content: "";
}

span.arrowdown {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: -1px;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 0;
	background-color: #1d508c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.arrowdown:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -4px;
	border-left: 4px solid transparent;
	border-bottom: 4px solid #fff;
	border-right: 4px solid transparent;
	content: "";
}

span.arrowdown:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -1px;
	margin-left: -3px;
	border-left: 3px solid transparent;
	border-bottom: 3px solid #1d508c;
	border-right: 3px solid transparent;
	content: "";
}

.btn span.arrow,
.ttl_submenu .arrow {
	left: 10px;
}

.btn_white span.arrowblue {
	left: 10px;
}

.btn_smallwhite span.arrowblue {
	left: 6px;
}


a.btn {
	padding: 10px 10px 10px 30px;
	margin: 0.5em 0 0.5em 0;
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration: none;
	position: relative;
	background-color: #1d508c;
	background-image: -moz-linear-gradient(top, #1d508c, #0e3667);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d508c), to(#0e3667));
	background-image: -webkit-linear-gradient(top, #1d508c, #0e3667);
	background-image: -o-linear-gradient(top, #1d508c, #0e3667);
	background-image: linear-gradient(to bottom, #1d508c, #0e3667);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d508c', endColorstr='#0e3667', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a:hover.btn {
	color: #fff;
	background-color: #3D75CC;
	background-image: -moz-linear-gradient(top, #3D75CC, #355F9E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3D75CC), to(#355F9E));
	background-image: -webkit-linear-gradient(top, #3D75CC, #355F9E);
	background-image: -o-linear-gradient(top, 3D75CC, #355F9E);
	background-image: linear-gradient(to bottom, #3D75CC, #355F9E);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D75CC', endColorstr='#355F9E', GradientType=0);
}


a.btn_txt {
	padding: 0 0 0 10px;
	margin: 0em 0 0.2em 0;
	color: #000;
	font-size: 12px;
	display:block;
	text-decoration: none;
	position: relative;
}

a:hover.btn_txt {
	color: #666;
}


a.btn_txt:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	top:50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -6px;
	border-top: 3px solid transparent;
	border-left: 6px solid #BBB;
	border-bottom: 3px solid transparent;
	content: "";
}




a.btn_pagetop {
	padding: 40px 0px 0px 0px;
	width: 40px;
	height: 0px;
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 5000;
	background-image: url(../img/btn_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a:hover.btn_pagetop {
	background-position: 0 -40px;
}

ul.links {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	font-size: 0.8em;
	width: 100%;
	position: relative;
	text-align: right;
}

ul.links li {
	display: inline;
	padding: 0 0px 0px 2px;
	margin: 0;
	line-height: 1;
}

ul.links li > a {
	padding: 0.5em 1em 0.4em 1.5em;
	margin: 0 0 0 0;
	color: #000;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
	border: #CCC solid 1px;
}

ul.links li > a:hover {
	border-color: #999;
	background-color: #EEE;
}

ul.links li > a:before {
	position: absolute;
	top: 50%;
	left: 0.5em;
	margin-top: -3px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 3px solid transparent;
	border-left: 3px solid #aaa;
	border-bottom: 3px solid transparent;
	content: "";
}



/*------------------------リスト------------------------*/






.list {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: square;
}

.list li {
	margin: 0 0 10px 20px;
	display: list-item;
	font-size: 0.85em;
}

.roundframe > .col4_3 > .list {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: square;
}

.list_num {
	margin: 1em 0 2em 0;
	padding: 0 0 0 2em;
}

.list_num li {
	margin: 0 0 4px 0px;
	display: list-item;
	line-height: 1.3;
}

.list_num li > a {
	margin: 0;
	color: #000;
	text-decoration: none;
}

.list_num li > a:hover {
	color: #999;
}

ul.list_link {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	font-size: 12px;
}

ul.list_link li {
	display: block;
	padding: 0;
	margin: 0 0 0.5em 0;
}

ul.list_link li > a {
	padding: 0 0 0 10px;
	margin: 0;
	color: #000;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

ul.list_link li > a:hover {
	color: #999;
}

ul.list_link li > a:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 3px solid transparent;
	border-left: 3px solid #aaa;
	border-bottom: 3px solid transparent;
	content: "";
}

ul.list_link ul {
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
	font-size: 0.85em;
}

dl.dllist {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	display: block;
	font-size: 0.8em;
	line-height: 1.5;
}

dl.dllist dt {
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	width: 22%;
	font-weight: normal;
	color: #000000;
}

dl.dllist dt span {
	display: block;
}

.roundframe dl.dllist dt {
	color: #1d508c;
}

dl.dllist dd {
	display: block;
	float: right;
	padding: 0;
	margin: 0 0 1em 0;
	width: 75%;
}




/*------------------------イメージ------------------------*/



.image-wrapperwide {
	display: block;
	margin-bottom: 3em;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background-color: #FFF;
}
.image-wrapperwide:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 75%;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.image-wrapper {
	display: block;
	margin-bottom: 1em;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background-color: #FFF;
}

.image-wrapper:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 75%;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.image-wrapperwide img,
.image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0em;
}
.photo {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.logo {
	width: auto;
	height: auto;
	margin-bottom: 0.5em;
}

.logo_fit {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
}

#mainimg {
	position: relative;
	width: 100%;
	height: auto;
}

#mainimg img {
	width: 100%;
	height: auto;
}

#ttlimg {
	width: 100%;
	height: auto;
	height: 300px;
	margin-bottom: 3em;
}


.fig {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 1em 0;
}

.fig_left {
	display: block;
	height: auto;
	margin-right: 1em;
	margin-top: 1em;
	float: left;
}

/*------------------------コラムレイアウト------------------------*/




.column {
	display: block;
	height: auto;
	margin: 30px auto;
	position: relative;
}

.roundframe {
	border: #CCC solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2em 4% 0% 4%;
	position: relative;
	margin: 2em auto;
}
.roundframe .dllist .btn_txt {
	font-size: 1em;
}

.roundframe > p:last-child {
	margin-bottom: 2em;
}


.dotframe {
	border: #CCC dotted 1px;
	padding: 1em 4% 1em 4%;
	position: relative;
	margin: 1em 0 2em 0;
	clear: both;
}

.grad_gray {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}



.roundframe:first-child {
	margin: 0px 0 1em 0;
}

.col1,
.col2,
.col3,
.col3_2,
.col4,
.col4_3 {
	display: block;
	position: relative;
	height: auto;
	float: left;
	margin-bottom: 0em;
}

.col1 {
	width: 100%;
	float: none;
	clear: both;
	margin-right: 0%;
}

.col2 {
	width: 48%;
	margin-right: 4%;
}

.col2 > p {
	margin-top: 0em;
}

.col1 > .col2 {
	margin-bottom: 0em;
}

.col3 {
	width: 30.6%;
	margin-right: 4%;
}

.col3_2 {
	width: 65.4%;
	margin-right: 0%;
}

.col3_2 + .col3 {
	margin-right: 0%;
}

.mds_line + .col3_2 {
	margin-right: 4%;
}

.col4 {
	width: 22%;
	margin-right: 4%;
}

.col4_3 {
	width: 74%;
	margin-right: 0%;
}

.col2:nth-of-type(2n+2) {
	margin-right: 0%;
}

.col3:nth-of-type(3n+3) {
	margin-right: 0%;
}

.col4:nth-of-type(4n+4) {
	margin-right: 0%;
}

.col2r,
.col3r,
.col3_2r,
.col4r,
.col4_3r {
	display: block;
	position: relative;
	height: auto;
	float: right;
	margin-bottom: 2em;
	margin-right: 0%;
}

.col2r {
	width: 48%;
	margin-right: 0%;
}

.col2r > p {
	margin-top: 0em;
}

.col3r {
	width: 30.6%;
	margin-right: 0%;
}

.col_shadow {
	border-top: #1d508c solid 3px;
	background: -moz-linear-gradient( top, #ffffff 0%, #ffffff 50%, #eeeeee);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), to(#eeeeee));
	-moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
}

.col_shadow .mds {
	padding: 0.5em 15px 0em 15px;
}

.col_shadow p {
	padding: 0 15px 1em 15px;
}

.col_shadow .btn_txt {
	font-size: 1em;
}

.col_border {
	display: block;
	padding: 0px;
	border: #DDD solid 1px;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #E6E6E6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, #E6E6E6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #E6E6E6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #E6E6E6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #E6E6E6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #E6E6E6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0 ); /* IE6-8 */
}

.col_border h4 {
	display: block;
	padding: 0;
	margin: 0 15px 6px 15px;
}

.col_border span {
	display: block;
}

.col_border p {
	font-size: 12px;
	display: block;
	padding: 0;
	margin: 0 15px 15px 15px;
}

a.col_border {
	text-decoration: none;
	color: #000;
}

a:hover.col_border {
	border: #AAA solid 1px;
}




/*------------------------サイドコラム＋メインコラム------------------------*/







.sidecol {
	display: block;
	position: relative;
	height: auto;
	float: left;
	width: 22%;
	margin-right: 4%;
}

.sidecol_right {
	display: block;
	position: relative;
	height: auto;
	float: right;
	width: 22%;
}

.sidecol_right article {
	margin-bottom: 1.5em;
}

.sidecol_right iframe {
	width: 100%;
	height: 150px;
}

.maincol {
	display: block;
	position: relative;
	height: auto;
	float: left;
	width: 74%;
}

.ttl_submenu {
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 0.85em;
	font-weight: normal;
}

.ttl_submenu > a {
	padding: 10px 10px 10px 30px;
	margin: 0 0 0em 0;
	color: #fff;
	display: block;
	text-decoration: none;
	position: relative;
	background-color: #1d508c;
	background-image: -moz-linear-gradient(top, #1d508c, #0e3667);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d508c), to(#0e3667));
	background-image: -webkit-linear-gradient(top, #1d508c, #0e3667);
	background-image: -o-linear-gradient(top, #1d508c, #0e3667);
	background-image: linear-gradient(to bottom, #1d508c, #0e3667);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d508c', endColorstr='#0e3667', GradientType=0);
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.ttl_submenu > a:hover {
	color: #fff;
	background-color: #3D75CC;
	background-image: -moz-linear-gradient(top, #3D75CC, #355F9E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3D75CC), to(#355F9E));
	background-image: -webkit-linear-gradient(top, #3D75CC, #355F9E);
	background-image: -o-linear-gradient(top, 3D75CC, #355F9E);
	background-image: linear-gradient(to bottom, #3D75CC, #355F9E);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D75CC', endColorstr='#355F9E', GradientType=0);
}



ul.submenu {
	padding: 0px;
	margin: 0px 0 20px 0;
	list-style: none;
	border-bottom: #DDD solid 1px;
}

ul.submenu li {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	border-top: #EEE solid 1px;
}

ul.submenu li span {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #F90;
}

ul.submenu li > a {
	padding: 10px 0px 10px 20px;
	margin: 0;
	color: #000;
	display: block;
	text-decoration: none;
	position: relative;
}

ul.submenu li > a:hover {
	color: #000;
	background-color: #F6F6F1;
}

ul.submenu li.active > a {
	color: #000;
	background-color: #F6F6F1;
}

ul.submenu li > a:active {
	color: #000;
	background-color: #F6F6F1;
}

ul.submenu li > a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	vertical-align: top;
	border-top: 3px solid transparent;
	border-left: 3px solid #3D75CC;
	border-bottom: 3px solid transparent;
	content: "";
}
