@charset "UTF-8";

/* //////////////////////////////////////////////////

　TOP

////////////////////////////////////////////////// */

#contents {
	background:url(../img/bg_main.png) repeat-y;
	background-size:100%;
}


#sec01 h2 {
	padding:10px 10px 0;
}
#sec01 .plan {
	border-spacing:10px;
	background:url(../img/line.png) no-repeat bottom;
	background-size:100%;
	padding-bottom:15px;
}

#sec01 .banner {
	padding:0 5px;
}
#sec01 .banner ._item {
	width:50%;
	padding:0 5px 10px;
}

#sec01 .yoyaku {
	margin: 10px 10px 30px;
}


/* box */
.boxW {
	background-image:url(../img/bg_box_top.png), url(../img/bg_box_btm.png);
	background-repeat:no-repeat;
	background-position:left top, left bottom;
	background-size:100%;
	padding:20px 20px 23px;
}

.posts a {
	display:block;
	padding:10px 0;
	color:#333;
	text-decoration:none;
	background:url(../img/mrk_link.png) no-repeat 100% 50%;
	background-size:3px;
	border-bottom:1px dotted #ccc;
}

/* 170309 mori */
#contents #sec02 a, #contents #sec03 a, #contents #sec04 a {
    color: #1d1f1a;
    text-decoration: none;
    overflow: hidden;
}

#contents #sec01 a:hover, #contents #sec02 a:hover, #contents #sec03 a:hover {
    color: #1d1f1a;
    text-decoration: underline;
}

#contents #feed {
    width: 80%;
    color: #3d261d;
}

#contents #feed dt {
   /*  width: 20%;
    float: left; */
    margin-top: 5px;
}

#contents #feed dd {
    /* width: 70%;
    float: right; */
    margin-top: 5px;
}

#contents #feed2, #contents #feed3 {
    width: 100%;
    margin: 17px auto 0;
    color: #3d261d;
}

#contents #feed2 dt, #contents #feed3 dt {
    width: 20%;
    float: left;
    margin-top: 5px;
}

#contents #feed2 dd, #contents #feed3 dd {
    width: 70%;
    float: right;
    margin-top: 5px;
}

#contents #feed:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    line-height:0;
    visibility:hidden;
}

#contents #feed2:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    line-height:0;
    visibility:hidden;
}
#contents #feed3:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    line-height:0;
    visibility:hidden;
}
/* 170309 ここまで */

#contents #sec02 .memo { display: block; padding: 20px; background: #fff0f0; margin: 10px auto; font-size: 1.05em; border-radius: 5px; color: #9b1416; line-height: 1.5em;}
#contents #sec02 .memo a {text-decoration: underline; color: #9b1416; font-weight: bold;}
