@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
}
#content{
    width: 100%;
    padding: 0;
    padding-left: 0;
    background-image: url(../img/back.jpg);
    background-repeat: repeat;
}
#content_base{
	width: 100%;
	height: 100%;
}
#cont__wrap{
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 641px) {
	/* コンテンツ領域 */
	#base{
    width: auto;
    height: auto;
    padding-top: 30px;
	}
	.contents_wrap{
    width: 1160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #cd0a1c;
    margin-bottom: 30px;
	}
	.contents{
    width: 1120px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
	}
	
	.title{
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #cd0a1c;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
	}
	.honbun{
    color: #252525;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
	}
	.lines{
    width: 100%;
    height: 1px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: #7A7A7A;
	}
	.title_sub{
    width: auto;
    height: auto;
    color: #01509b;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
	}
	.honbun02{
    color: #252525;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
	}
	.empty{
    width: 100%;
    height: 20px;
	}
	.chui{
    color: #B1297A;
    font-size: 13px;
	}
	.navi{
	width: 300px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	}
	.omachi{
    color: #cd0a1c;
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
	}
	
	/* スマホ非表示 */
	#cont_wrap_phone{
	display: none;
	width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#cont_wrap_phone{
    width: 100%;
    margin: 0 auto;
    height: 100%;
	padding-top: 30px;
	}
	
	.base_phone{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
    height: 100%;
	border: 2px solid #cd0a1c;
	}
	
	.contents_phone{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	.title{
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #cd0a1c;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
	}
	.honbun{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
	}
	.lines{
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #7A7A7A;
	}
	.title_sub{
    width: auto;
    height: auto;
    color: #01509b;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
	}
	.honbun02{
    color: #252525;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
	}
	.empty{
    width: 100%;
    height: 15px;
	}
	.chui{
    color: #B1297A;
    font-size: 10px;
	}
	.navi img{
	width: 60%;
	height: auto;
	}
	.omachi{
    color: #cd0a1c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
	}
	
	/* Web非表示 */
	#base{
		display: none;
	}
}
