@charset "UTF-8";

/*
Theme Name: TestTheme
Theme URI: https://ecccb.com/
Author: the WordPress team
Author URI: https://wordpress.org/
*/
#contents_wrap {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
	text-align: left;
}

.contents_wrap_fp {
    background: #E7E0D5 url(../img/fp/eyecatch.png) center top no-repeat;
}

.contents_wrap_fp:after{
	clear:both;
	content:"";
	display:block;
}

#contents_wrap .contents {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    text-align: left;
}

.s_left {
    width: 245px;
    float: left;
    margin-top: 100px;
}

.s_left .SideWhite1{
	background:#ffffff;
	padding:20px 15px;
	border-radius:15px;
}

.s_left .SideWhite1 h2{
	text-align:center;
	border-bottom:dashed 1px #333333;
}

.SideWhite1{
	margin-bottom:50px;
}

.lmenu_list_sub{
	margin-left:30px;
}

.lmenu_list_sub li{
	margin-top:15px;
}

.lmenu_list_sub li a{
	text-decoration: none;
	color:#333333;
}

.ListBTN li{
	list-style:none;
	margin-bottom:10px;
}

.ListBTN li a{
	text-decoration: none;
	color:#333333;
	border: 1px solid #ccc;
	border-radius:6px;
	background: #fdfbfb;
	box-shadow: inset 1px 1px 1px #fff;
	display:block;
	padding:20px 30px;
}

.s_right {
    width: 720px;
    float: right;
}

.s_right h1 {
	margin:120px 0 160px 0;
	color:#ffffff;
	text-shadow:1px 2px 3px #808080;;
}

.s_right .MidasiTXT{
	font-size:30px;
	font-weight:bold;
}

.s_right p{
	line-height:2.2;
}

#contents_wrap .contents .s_right h2 {
    height: 37px;
    width: 705px;
    margin: 20px 0 30px 0;
    padding: 13px 0 0 15px;
    font-size: 16px;
    background: #FFF9F1;
}

.ConL1{
	float:left;
	width:440px;
}

.ConR1{
	float:right;
	width:250px;
}

.ConR1 img{
	display:block;
	width:100%;
	height:auto;
}

.ConC1{
	padding-top:20px;
}

.wp-image-63{
	padding-top:30px;
}