/**
 * 18_ashouse
 * sp.css
 */

.title {
	background-image: url("../img/2011/title_sp.jpg");
	background-size: cover;
	background-position: right center;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.title h1 {
	color: #FFFFFF;
    text-align: left;
    font-weight: 700;
    font-size: 6.5vw;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 8px #000000;
    margin-left: 10px;
}

#main section {
	margin-bottom: 40px;
}

#main .sp-only {
	display: inline-block;
}

#main .w100 {
	width: 100%;
}

#main .nokisaki {
	border: 2px #FF0000 solid;
	margin-bottom: 10px;
	text-align: center;
}

#main .nokisaki p {
	margin: 8px;
	font-weight: bold;
}

#main .red {
	color: #FF0000;
}

#main .lh15 {
	line-height: 1.5;
}

#main .mrbt10 {
	margin: 10px 0;
}

#main .kouka img {
width: 100%;
	
	margin-bottom: 20px;
}

#main .kouka_text {
	margin-bottom: 20px;
line-height: 1.4
}

#main .kouka_text h6 {
	font-weight: bold;
}

#main .kouka ul li {
	list-style: disc;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 1.4;
}
#main .mt10{
	margin-top: 10px
}
#main .mb15 {
	margin-bottom: 15px;
}

#main .mb10 {
	margin-bottom: 10px;
}

#main .center {
	text-align: center;
}

#main h5 {
	font-weight: 700;
	border-left: solid 3px #64a3ff;
	padding-left: 0.5em;
	padding-bottom: 5px;
		padding-top: 6px;
	margin: 20px 0;
	color: #000000;
	line-height: 1.3;
	font-size: 1em;
	border-bottom: 1px #CCCCCC solid;
}

table.borderGlay caption {
	margin-right: 15px;
	text-align: left;
	margin-bottom: 5px;
}

table.borderGlay {
	border: 1px #CCCCCC solid;
	margin: 15px auto;
}

table.borderGlay a {
	text-decoration: none;
}

table.borderGlay th,
table.borderGlay td {
	border: 1px #CCCCCC solid;
		padding: 0.5em;
	vertical-align: middle;

	text-align: center;
	box-sizing: border-box;
	line-height: 1.4;
	font-size: 0.9em
}

table.borderGlay th {
	background-color: #b3d1ff;
	font-size: 16px;
	padding: 5px 0;
	font-weight: 700;
}

table.borderGlay td.bno {
	border-top: none;
	padding-bottom: 8px
}

table.borderGlay td.bbno {
	width: 180px;
	padding-top: 8px;
	border-bottom: none
}

table.borderGlay td.bbno2 {
	width: 270px;
	padding-top: 8px;
	border-bottom: none
}

#main td a:link {
	text-decoration: none;
	color: #005FC3;
}

#main .mb0 {
	margin-bottom: 0;
}
#main img.imgTd{
	width: 120px
}
#main .cols2-1 li {
    width: calc(50% - 5px);
    margin-right: calc(10px / 1);
    margin-bottom: 10px;
    position: relative;
}
#main .nokisaki{
	margin:20px 10px;
	line-height: 1.3
}