/**
 * form css
 * 
 * 
 */

@charset "utf-8";


#mainarea.access {
	margin:5px 0 0 0;
	font-size:93%;
	line-height:1.7;
}


#mainarea .a {
	font-size: 93%;
	margin: 0 0 0 20px;
	padding-bottom:20px;
	border-bottom: dotted 1px #7f7f7f;	
}

#mainarea .a_last {
	font-size: 93%;
	margin: 0 0 0 20px;
	padding-bottom:20px;	
}

#mainarea .ttl_icon01_first {
	color: #1a3e7e;
	background:url(../images/icon01.png) no-repeat left top;
	font-size: 139%;
	font-weight: bold;
	line-height: 29px;
	padding: 0 0 8px 32px;
	margin: 0 0 10px 20px;
}

#mainarea .ttl_icon01 {
	color: #a59c85;
	background:url(../images/icon01.png) no-repeat;
	background-position:0 20px;
	font-size: 139%;
	font-weight: bold;
	line-height: 29px;
	padding: 20px 0 8px 32px;
	margin: 0 0 10px 20px;
	border-top: dotted 1px #7f7f7f;	
}


#mainarea .ttl_icon01 span {
	color: #383838;
	display: block;
	font-size: 75%;
	line-height: 1.0;
}
#mainarea .ttl_icon01_last {
	color: #a59c85;
	background:url(../images/icon01.png) no-repeat left top;
	font-size: 139%;
	font-weight: bold;
	line-height: 29px;
	padding: 0 0 8px 32px;
	margin: 20px 0 10px 20px;	
}


#mainarea .ttl_noicon {
	color: #a59c85;
	font-size: 139%;
	font-weight: bold;
	line-height: 1.0;
	padding: 0 0 8px 0;
	margin: 0 0 10px;
}

#mainarea .box01 {
	padding: 0 0 0 20px;
	margin-bottom: 15px;
	/*width: 770px;*/
	width: auto;
	padding-bottom: 20px;
}

#mainarea .box01 h4 {
	font-size: 108%;
	font-weight: bold;
	line-height: 1.7;
	width: 770px;
	margin-bottom:20px;
}

#mainarea .txt {
	font-size: 105%;
}

#mainarea .arw01 {
	background:url(../images/arrow03.png) no-repeat left top;
	padding-left:19px;
	margin:10px auto 20px 15px;
	line-height: 14px;
	display: inline-block;
	color: #ffa422;
}

#mainarea .top_line {
	border-top: dotted 1px #7f7f7f;
	padding-top: 15px;
}
#mainarea .no_line {
	border-bottom: none;
}

#mainarea .img_list {
	clear: both;
	padding: 25px 0;
}
#mainarea .img_list li {
	float: left;
	margin-left:10px;
	display: inline;
}
#mainarea .img_list li:first-child {
	margin-left:0;
}


#mainarea .mt20 {
	margin-top: 20px;
}

#mainarea .mt45 {
	margin-top: 45px;
}

#mainarea .mt50 {
	margin-top: 50px;
}


#mainarea.access table {
	border-spacing: 0px;
	border:0px;
	width:520px;
	margin-top:20px;
}

#mainarea.access table th {
	width:75px;
	padding:10px;
	text-align:right;
	vertical-align: top;
	border-bottom: dotted 1px #7f7f7f;
	text-decoration:none;
}
#mainarea.access table th.top {
	border-top: dotted 1px #7f7f7f;
}


#mainarea.access table td {
	text-align:left;
	vertical-align: middle;
	padding:10px;
	width:445px;
	border-bottom: dotted 1px #7f7f7f;
}
#mainarea.access table td.top {
	border-top: dotted 1px #7f7f7f;
}

/** 20160912***/
#mainarea.schedule img.sche_banner {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

#mainarea.schedule ul {
	margin-bottom: 30px;
}

#mainarea.schedule ul li{
	margin-bottom: 15px;
	padding-left:15px;
	background:url(../images/bullet.gif) no-repeat left 3px;
	line-height:1.2;
}

.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 375px; /* 最小幅 */
margin: 2.0833% auto;
    overflow: hidden;

}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

@media screen and (max-width: 768px) {

#mainarea .box01 {
    width: auto;
}
}

/******* 414px **************************************************/
@media screen and (max-width: 414px) {

#mainarea .ttl_icon01_first {
	margin-left: 0;
}
#mainarea .box01 {
	padding: 0;
	margin-bottom: 0;
}
#mainarea .box01 ul {
	margin-bottom: 0;
}   
}

