@charset "UTF-8";

/*
******************
**メインスタイル**
******************
*/


/* コピペ用
	10px=77%
	11px=85%
	12px=93%
	13px=100%
	14px=108%
	15px=116%
	16px=123.1%
	17px=131%
	18px=138.5%
	19px=146.5%
	20px=153.9%
	21px=161.6%
	22px=167%
	23px=174%
	24px=182%
	25px=189%
	26px=197%
*/



.page-contents{
	width:96%;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}

/*.page-contents h2{
	display:block;
	overflow: hidden;
	font-size:138.5%;
}*/

.page-contents h2 span{
	background-repeat:repeat;
	display:block;
	width:40px;
	padding:5px 0;
	position:absolute;
	left:0px;
	top:0px;
}

.page-contents h1{
	color:#FF86B3;
	font-size:197%;
	line-height:146.5%;
	width:100%;
	xbackground:url(../images/common/h2_bg.jpg) no-repeat 20px 0;
	padding-bottom:20px;
	text-align:left;
}

#category-top{
	margin:20px auto 0 auto;
	width:90%;
	overflow:hidden;
	text-align:center;
	width:96%;
}

/*
ミスシンデレラ一覧
*/

.cinderella-entry{
	width: 100%;
	overflow: hidden;
	margin: 0 20px 0 0;
	text-align: left;
}

.cinderella-thumbnail{
	width: 110px;
	float: left;
}

.cinderella-thumbnail a{
	background-color: #EDEDED;
	padding: 5px;
	display: block;
}

.cinderella-thumbnail a:hover{
	background-color: #FF70A2;
}

.cinderella-text{
	margin-left: 125px;
}

.cinderella-volume-title{
	background: url(/common/images/common/cinderella_flower_title.jpg) no-repeat left top;
	line-height: 38px;
	padding: 0 38px;
	font-size: 161.6%;
	color: #FF70A2;
}

#part-monitor-list .cinderella-volume-title {
	background: url(/common/images/common/cinderella_ribbon_title.jpg) no-repeat left top;
	padding-left: 55px;
	line-height: 27px;
	margin-bottom: 5px;
}

#part-monitor-list .man .cinderella-volume-title {
	color: #0E6EC3;
	background: url(/common/images/common/cinderella_man_ribbon_title.jpg) no-repeat left top;
}

#part-monitor-list .man .cinderella-thumbnail a:hover{
	background-color: #6AA7E0;
}

#part-monitor-article .double-title {
	color: #FF82AF;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 3px solid #FF82AF;
	clear: both;
	overflow: hidden;
}

#part-monitor-article .double-title.blue {
	color: #0E6EC3;
	border-bottom: 3px solid #0E6EC3;
}

#part-monitor-article .double-title.green {
    color: #17a495;
    border-bottom: 3px solid #17a495;
}

#part-monitor-article .double-title small {
	background-color: #FF82AF;
	display: inline-block;
	padding: 5px 12px 3px 12px;
	font-size: 16px;
	line-height: 26px;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	float: left;
}

#part-monitor-article .double-title.blue small {
	background-color: #0E6EC3;
}

#part-monitor-article .double-title.green small {
    background-color: #17a495;
}

#part-monitor-article .double-title small i {
	display: block;
	border-top: 1px solid #fff;
	padding-top: 2px;
	font-size: 13px;
}

.cinderella-title{
	display: block;
	padding: 5px 0 8px 0;
	line-height: 153.9%;
	font-size: 116%;
}

#part-monitor-list .cinderella-title {
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 15px;
}

#part-monitor-list .man .cinderella-title {
	color: #0E6EC3;
}

#part-monitor-list .age {
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	margin-bottom: 5px;
}

.cinderella-title:hover{
	text-decoration: none;
}

.cinderella-description{
	font-size: 116%;
	color: #999;
	line-height: 153.9%;
}

/*
シンデレラボーイ一覧
*/

.cinderella-boy-entry{
	width: 100%;
	overflow: hidden;
	margin: 0 20px 0 0;
	text-align: left;
}

.cinderella-boy-thumbnail{
	width: 110px;
	float: left;
}

.cinderella-boy-thumbnail a{
	background-color: #EDEDED;
	padding: 5px;
	display: block;
}

.cinderella-boy-thumbnail a:hover{
	background-color: #6AA7E0;
}

.cinderella-boy-text{
	margin-left: 125px;
}

.cinderella-boy-volume-title{
	background: url(/common/images/common/cinderella_star_title.jpg) no-repeat left top;
	line-height: 38px;
	padding: 0 38px;
	font-size: 161.6%;
	color: #0E6EC3;
}

.cinderella-boy-title{
	display: block;
	padding: 5px 0 8px 0;
	line-height: 123.1%;
	font-size: 116%;
	color: #0E6EC3;
}

.cinderella-boy-title:hover{
	text-decoration: none;
}

.cinderella-boy-description{
	font-size: 116%;
	color: #999;
	line-height: 153.9%;
}

/*########### 二重4つのポイント ############*/
.four-points-table{
	table-layout: fixed;
	width: 700px;
	overflow: hidden;
	margin-bottom: 20px;
}

.four-points-table th{
	width: 120px;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px dotted #FF70A2;
}

.four-points-table td{
	width: 580px;
	padding: 10px 0;
	border-bottom: 1px dotted #FF70A2;
}

.default-list{
	font-size: 116%;
	color: #999;
	line-height: 153.9%;
}

.default-table{
	table-layout: fixed;
	width: 680px;
	overflow: hidden;
	font-size: 116%;
	color: #999;
	line-height: 153.9%;
	margin: 0 auto;
}

.default-table th{
	width: 230px;
	text-align: left;
	font-size: 93%;
}

.default-table td{
	width: 450px;
	padding: 10px 0;
}



/*########### 喜びのコメント ############*/

.entry-wrapper{
	margin: 10px 0;
	text-align: left;
	position: relative;
}

.edit-link{
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 14px;
	background-color: #ffd400;
	color: #8e7a47;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

	.edit-link:hover{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}

.float-left{
	float: left;
	padding: 10px;
}

.float-right{
	float: right;
	padding: 10px;
}

.title-bar{
	margin-bottom: 10px;
	display: block;
}

hr.gray{
	border: 1px dotted #797979;
	overflow: hidden;
	width: 700px;
	margin: 10px 0;
}

.arrow-list{
	margin-top: 15px;
}

.arrow-list dt{
	font-size: 167%;
	color: #FF6794;
	font-weight: bold;
}

.arrow-list dd{
	background: url(/common/images/common/pink_arrow.png) no-repeat left top;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	color: #999;
	font-size: 116%;
}

.pink-text{
	font-size:116%;
	color: #F484C1;
	text-align: left;
	line-height: 153.9%;
}

.blue-text{
	font-size:116%;
	color: #4774B9;
	text-align: left;
	line-height: 153.9%;
}

ul.blue-point-list {
	list-style-type: none;
	margin: 10px 0px 20px 0px;
}

ul.blue-point-list li {
	margin-bottom: 7px;
	font-size: 116%;
    color: #999;
    line-height: 153.9%;
}

ul.blue-point-list li span {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	background-color: #4774B9;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

