﻿@charset "utf-8";

/* common */
#main p {
	margin: 0 0 10px;
	font-size: 1.3em;
	line-height: 1.7;
}
#main p.strong {
	font-weight: bold;
	font-size: 1.4em;
}
#main .main_ttl {
	background: #FAFAFA;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFFFF, endcolorstr=#FFE7E7E7))";
 	background: -moz-linear-gradient(top, #FFF, #E7E7E7 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(1.0, #E7E7E7));
	background: linear-gradient(to bottom, #FFF, #E7E7E7);
	border: 1px solid #DFDFDF;
	padding: 12px 10px 10px 28px;
	margin: 0 0 15px;
	font-size: 2em;
	position: relative;
}
#main .main_ttl .bar {
	display: block;
	width: 3px;
	height: 40px;
	background: #E7878B;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFD12027');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFFFF, endcolorstr=#FFD12027))";
 	background: -moz-linear-gradient(top, #FFF, #D12027 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(1.0, #D12027));
	background: linear-gradient(to bottom, #FFF, #D12027);
	position: absolute;
	left: 15px;
	_left: -10px;/* forIE */
	top: 0;
}
#main .mdl_ttl {
	font-size: 1.9em;
	padding: 8px 0 0 5px;
	margin: 30px 0 15px;
	font-weight: bold;
	position: relative;
	border-top: 3px solid #666;
}
#main .mdl_ttl span {
	position: absolute;
	display: block;
	width: 130px;
	height: 3px;
	background: #C00;
	top: -3px;
	left: 0;
	_display: none;/* forIE */
}
#main .sub_ttl {
	font-weight: bold;
	font-size: 1.6em;
	margin: 25px 20px 10px 0;
	position: relative;
	padding: 0 0 0 15px;
}
#main .sub_ttl span {
	display: block;
	width: 3px;
	height: 25px;
	position: absolute;
	left: 0;
	_left: -15px;/* forIE */
	top: -3px;
	background: #E7878B;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFE68382', endColorstr='#FFCC0000');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFE68382, endcolorstr=#FFCC0000))";
 	background: -moz-linear-gradient(top, #E68382, #C00 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#E68382), color-stop(1.0, #C00));
	background: linear-gradient(to bottom, #E68382, #C00);
}
#main .m_ttl {
	font-weight: bold;
	font-size: 1.9em;
	margin: 0 20px 20px 0;
}
#main .s_ttl {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 20px 5px 0;
}
#main .s_ttl {
	font-size: 1.3em;
}
#main .img_area {
	margin: 0 0 40px;
	text-align: center;
}
#main .lnav {
	margin: 0 0 20px;
}
#main .lnav li {
	float: left;
	margin: 0 10px 10px 0;
}
#main .lnav li a {
	display: block;
	padding: 11px 10px 9px;
	font-size: 1.3em;
	background: #F4F4F4;
}
#main .lnav li a span {
	display: inline-block;
	font-size: 0.5em;
	margin: 0 5px 0 0;
	position: relative;
	top: -2px;
	color: #D72C47;
}
#main .enactment {
	text-align: right;
	margin: 20px 20px 20px 0;
}
#main .table {
	border-bottom: 1px solid #DDD;
	margin: 0 0 20px;
	width: 100%;
	font-size: 1.3em;
	background: url(../images/bg_table.gif) repeat-y left top;
}
#main .table dt {
	float: left;
	width: 230px;
	font-weight: bold;
	clear: left;
	border-top: 1px solid #DDD;
}
#main .table dt span{
	border-top: 1px solid #FFF;
	display: block;
	padding: 9px 10px 10px;
}
#main .table dd {
	border-top: 1px solid #DDD;
	float: left;
	width: 730px;
	padding: 10px;
}
#main .table dd span a  {
	background: url(/common/images/icon_pc.png) no-repeat -74px -65px;
	padding: 0 0 0 10px;
}
#main .scroll_top {
	text-align: right;
	margin: 0 0 40px;
	font-size: 1.2em;
}
#main .scroll_top a {
	background: url(/common/images/arw_ie02.gif) no-repeat 0 -4px;
	padding: 0 0 0 25px;
}
#main .back {
	margin: 30px 0;
	line-height: 1;
	vertical-align: top;
}
#main .back a {
	background: url(/common/images/icon_pc.png) no-repeat -74px -68px;
	padding: 0 0 0 10px;
	*line-height: 1.5;
	color: #444;
	display: inline-block;
}
#main .about_box {
	padding: 10px;
	background: #F4F4F4;
	border: 1px solid #DDD;
	margin: 0 0 20px;
}
#main .about_box .ttl {
	font-weight: bold;
	margin: 0 0 5px;
}
#main .about_box ul li {
	list-style: disc outside;
	margin: 0 0 5px 25px;
	font-size: 1.3em;
}
#main .about_box .tel {
	text-align: center;
	margin: 0 0 10px;
}
#main .about_box .tel p {
	font-weight: bold;
	font-size: 1.9em;
	margin: 0 0 -5px;
}
#main .about_box .tel p a {
	color: #0099CC;
	font-size: 1.3em;
}
#main .about_box .tel span {
	font-size: 1.3em;
	font-weight: bold;
}
#main .btn_box {
	margin: 0 0 20px 0;
}
#main .btn_box .inner {
	border: 1px solid #FFF;
	padding: 20px 10px 10px;
}
#main .btn_box ul {
	margin: 0 -10px 10px;
}
#main .btn_box ul li {
	float: center;
	margin: 0 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#main .btn_box ul li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	width: 340px;
	/width: 320px;/* forIE */
	background: #454545;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF666666', endColorstr='#FF333333');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FF666666, endcolorstr=#FF333333))";
 	background: -moz-linear-gradient(top, #666, #333 70%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), color-stop(0.7, #333), color-stop(1.0, #333));
	background: linear-gradient(to bottom, #666, #333 70%, #333);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
/*リンクアイコンCSSを追加-ここから-*/
#main .arw a {
background: url(/common/images/icon_pc.png) no-repeat -74px -64px;
padding: 0 0 0 10px;
color: #444;
display: inline-block;
}
/*-ここまで-*/
#main .btn_box ul li a:not(:target){
	filter: none;
	-ms-filter: none;
}
#main .btn_box ul li a span {
	background: url(/common/images/icon_pc.png) no-repeat 0 -71px;
	display: inline-block;
	width: 13px;
	height: 13px;
	position: relative;
	top: 2px;
	*top: -5px;/* forIE */
	_top: 2px;/* forIE */
	left: -5px;
}
#main .btn_box ul li:hover {
	background: #FFF;
}
#main .btn_box ul li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}
#main .btn_box ul.single {
	margin: 0 auto 10px;
	width: 340px;
}
#main .btn_box ul.single li {
	margin: 0 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0 auto;
}
#main .open_list{
	margin: 0 0 10px;
}
#main .open_list .off{
	display: none;
}
#main .open_list dt.open {
	font-weight: bold;
	font-size: 1.6em;
	padding: 10px 28px 10px 0;
	border-bottom: 1px solid #DDD;
	position: relative;
	cursor: pointer;
}
#main .open_list dt.open span {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	right: 0;
	top: 13px;
	background: url(../images/open_icon.gif) no-repeat 0 0;
}
#main .open_list dt.on {
	border: none;
}
#main .open_list dt.on span {
	background-position: 0 -18px;
}
#main .open_list dd.detail {
	margin: 0 0 20px;
}
#main .open_list p{
	margin: 0 0 10px;
}
#main .normal_table {
	width: 100%;
	overflow: hidden;
}
#main table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.3em;
	margin: 0 0 10px;
}
#main table th {
	background: #DDD;
	padding: 12px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #FFF;
}
#main table th:last-of-type {
	border-right: none;
}
#main table th.first {
	width: 25%;
}
#main table td {
	padding: 12px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #DDD;
}
#main table tr:nth-child(even) {
	background: url(../images/bg_table02.gif);
}
#main table td .ttl {
	font-weight: bold;
	display: block;
}
#main table td a {
	color: #144172;
}
#main table td ul li {
	list-style: disc outside;
	margin: 0 0 0 20px;
}
#main .link_url a {
	padding: 0 0 0 10px;
	background: url(/common/images/icon_pc.png) no-repeat -74px -66px;
	color: #333;
}
#main .link_url a span {
	color: #134072;
}
#main .red {
	color: #EB1A24;
	font-weight: bold;
}
#main ol.normal li {
	margin-left: 25px;
	font-size: 1.3em;
	line-height: 1.7;
	list-style-type: decimal;
}
#main .bnr {
	text-align: center;
	padding: 0 0 10px;
}
/* Add keigu */
#main .right {
	text-align: right;
}
@media screen and (max-width:1000px){
#main .main_ttl,
#main .s_ttl,
#main .m_ttl {
	margin: 0 0 15px;
}
#main .mdl_ttl {
	margin: 30px 0 15px;
}
#main .img_area,
#main .news_list {
	width: 100%;
}
#main .about_box,
#main .btn_box {
	margin: 0 0 20px;
}
#main .scroll_top {
	margin: 0 0 40px;
}
#main .back a {
	background: url(/common/images/icon.png) no-repeat -74px -68px;
	background-size: 79px auto;
}
#main .table {
	background: none;
}
#main .table dt,
#main .table dd {
	float: none;
	width: auto;
}
#main .table dt {
	background: #EFEFEF;
}
}
@media screen and (max-width:750px){
#main .table,
#main .open_list,
#main .normal_table,
#main table,
#main ul.normal {
	width: 100%;
}
#main table th.first {
	width: 45%;
}
#main table td a {
	word-break: break-word;
}
#main .btn_box ul {
	margin: 0;
}
#main .btn_box ul li {
	float: none;
	margin: 0 0 15px;
}
#main .btn_box ul li a {
	margin: 0 auto;
	width: 100%;
}
#main .btn_box ul.single,
#main .btn_box ul li a {
	margin: 0 auto 10px;
	width: 100%;
}
img { 
    max-width: 100%; 
    height:auto;
}
}
