@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 90px;
}
#greeting .image span {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}
#greeting .text {
	margin-right: 220px;
}
#greeting .right{
	margin-left: 210px;
}
#greeting .right>p{
	margin: 30px 0 50px;
}
#greeting .reve{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
    	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
        -ms-flex-pack:justify;/*--- IE10 ---*/
        -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
        justify-content:space-between;
	margin-bottom: 50px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	margin-bottom: 100px;
	line-height: 1.6;
	overflow-y: scroll;
	color: #DA4037;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 7px 0;
}
#topics dl.even {
	background: #E3E3E3;
}
#topics dt {
    float: left;
    padding-left: 12px;
}
#topics dd {
	padding: 0 0 0 114px;
	font-weight: bold;
}
#topics dd a{
	color: #DA4037;
	font-weight: bold;
}
#recom ul.text li{
	background: url('../image/list.jpg') left no-repeat;
	font-weight: bold;
	padding:4px 0px 4px 16px;
}

#chiro{
margin-bottom: 100px;
}
#chiro p{
	text-align: center;
	margin-bottom: 20px;
}
#chiro p.text{
	text-align: left;
}
#chiro ul{

}
#chiro ul li{
	background: url(../image/tick.jpg) top left no-repeat;
	padding-left: 26px;
	text-align: left;
	color: #190A00;
	font-size: 1.07em;
	font-weight: bold;
}
#chiro .chiro{
	overflow: hidden;
	margin-bottom: 30px;
}
#chiro .chiro ul{
	margin-right: 30px;
	width: 365px;
	float: left;
}
#chiro .chiro ul li{
	margin-bottom: 16px;
}
#chiro .chiro ul:last-child li{
	margin-bottom: 13px;
}
/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	margin-bottom: 90px;
}
#voice .box {
	margin-bottom: 40px;
	overflow: hidden;
	border-bottom: 1px dotted #999999;
	padding-bottom: 40px;
}
#voice .imgleft ul li,
#voice .imgright ul li {
	text-align: center;
}
#voice .box:last-child{
	border-bottom: none;
	margin-top: -6px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#voice .box .img img{
	padding: 4px;
}
#voice .box .img span {
	border: 2px solid #EA6928;
	width: 209px;
	height: 209px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#voice dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	color: #D83F37;
	font-size: 1.14em;
	font-weight: bold;
	margin-top: 4px;
	/zoom: 1;
}
#voice dl dt span {
	display: block;
}
#voice dl dt span.sex,
#voice dl dt span.star {
	margin-left: 10px;
	text-align: right;
}
