/******************** common */
#contents{
    width: 760px;
}
.list-two ul li{
    display: inline-block;
    margin-right: 18px;
}
.check{
    margin: 20px auto 40px;
}
.check .check-body{
    width: 760px;
	background:#b8de8b;
	padding:0 20px 20px 20px;
	margin:-5px 0 0 0;
}
.check .check-body .check-block{
    display: inline-block;
    background: #ffffff;
    width: 350px;
    vertical-align: top;
    margin-right: 18px;
    padding:0;
    min-height: 320px;
}
#contents .manga .check .check-body div.list-two h3 {
	background:#ff0;
	text-align:center;
	padding:15px;
    margin: 20px auto 25px;
	font-weight:bold;
	font-size:1.2em;
	color:#000;
    width: 300px;
}
#contents .manga .check .check-body h4 {
	font-weight:bold;
	min-height:37px;
	padding:13px 0 10px 45px;
	box-sizing:border-box;
	background:url(images/05/choice-check.png) no-repeat;
	margin:10px auto 0;
    width: 300px;
}
#contents .manga .check .check-body p{
    width: 300px;
    margin: 0 auto;
}
#contents .manga .check .check-body p.image img{
    float: left;
    width: 25%;
    margin-right: 10px;
}
#contents .manga .check .check-body p.image img.img02{
    width: 50%;
}
#contents .manga .check .check-body .check-end{
    position: relative;
    margin-top: 20px;
    background: none;
    min-height: 0;
}
#contents .manga .check .check-body .check-end p{
    position: absolute;
    bottom:10%;
    left:7%;
    width: 385px;
}
.check02{
    margin-bottom: 40px;
}
.check02 .check-body{
    width: 760px;
	background: #ffc83f;
    padding: 15px 20px 0;
	margin:-5px 0 0 0;
}
.check02 .check-body .check-block{
    display: inline-block;
    background: #ffffff;
    width: 350px;
    vertical-align: top;
    margin-right: 18px;
    padding:0;
    min-height: 320px;
}
#contents .manga .check02 .check-body div.list-two h3 {
    width: 25%;
    float: left;
    margin: 15px 15px 0;
}
/*
#contents .manga .check02 .check-body div.list-two .r h3 {
    float: right;
}
*/
#contents .manga .check02 .check-body div.list-two h3 img{
    width: 100%;
}
#contents .manga .check02 .check-body p {
    overflow: hidden;
    line-height: 1.5em;
    margin-top: 25px;
    width: 62%;
}
.check02 .check-body .check-block .image{
    text-align: center;
    margin-bottom: 20px
}

/*
.flt{
    position: fixed;
    bottom:0;
}
*/

/******************** その他 */

/* リンク透過設定 */
#page-wrapper a:hover img {
	filter: alpha(opacity=80);
  	-moz-opacity:0.8;
  	opacity:0.8;
}

/**/
.clearfix:after { /*float解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*micro clearfix*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after { clear:both;}
 
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1;}

/*mobile*/
.small {font-size:0.8em;}

