/*
Theme Name: bigakuseizukan/pc40
Description: 美学生図鑑のPC用テーマ
Version: 4.0
Author: Natsumi Yamane
*/
@charset "utf-8";
/* リセットCSS
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}
/* 全体設定
------------------------------------------------------------*/
html,body{
	width: 100%;
	min-width: 1200px;
}
body{
	color:#333;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}
body,.gothic{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a{
	color: #333;
	text-decoration: none;
	outline: none;
}
.wrap{
	width: 1100px;
	margin:0 auto;
	clear: both;
	overflow: hidden;
}
.contentWrap{
	width: 840px;
}
.mincho,#side h2{
	font-family: "ヒラギノ明朝 ProN","HG明朝E","Hiragino Mincho ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",sans-serif;
}
.clear{
	clear: both;
}
/* 共通
------------------------------------------------------------*/
/*commonSprite ********************/
#headerLogo,#pan ul li,.gotop a,.searchTop span,.searchMore p,.sideMore a,.sideBanner a,.topWrap h2,.Banner a,.topAll li a,.common,.spTitle,.markList ul li,.staffSpTitle,.univSpTitle,.rankSpTitle,.select .tabHl span,#introCameraman h2{
	background-image: url(images/common.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.sideSpecialTitle:hover,.sideMore a:hover,.sideRankTitle a:hover,.rankName:hover{
	color: #fd548d;
}
.hover:hover,.sideRankImg:hover,.sideSpecial img:hover,.sideSp a:hover,.spImg a:hover,.slider__wrapper li a:hover,.pagination a:hover,.detailLink a:hover,.profTaskLink li:hover,.profArtLink a:hover,.pbLink a:hover,.rankTag:hover,.rankMottoLink a:hover,.staffImgWrap:hover{
	cursor: pointer;
	opacity: 0.85;
	filter: alpha(opacity=85);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=85)";  /* ie 8 */
	-moz-opacity:0.85;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.85;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
/*mainConts H2*/
.topWrap h2,#mainConts h2{
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
	height: 20px;
}
.topWrap h2 span,#mainConts h2 span{
	margin-left: 8px;
	font-size: 12px;
}
.block {
	float:left;
	position:relative;
	overflow:hidden;
	background:#353535;
}
.block:hover .mosaic-backdrop img{
	opacity: 0.7;
	-webkit-filter: blur(1px);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.0)\9;
	-webkit-transform: scale(1.0)\9;
	-moz-transform: scale(1.0)\9;
	-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.mosaic-backdrop {
		position:absolute;
		top:0;
		height:100%;
		width:100%;
}
.mosaic-backdrop img{
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
}
.circle .mosaic-overlay {
			color: #fff;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
			text-align: center;
}
.info{
	position: absolute;
	bottom: 0;
}
.info p{
	text-align: center;
	color: #fff;
	background-color:rgba(25,201,235,0.75);
}
.boxWrap{
	overflow: hidden;
}
.boxWrap .block:first-child .info p{
	background-color:rgba(253,84,141,0.75);
}
/*HEADER ********************/
header,#side h2,footer,#submit,.newTag,.moreButton,.pbLink a,.detailLink a,.page,#pagePre,#pageNext,#tagTtl{
	background: url(images/bg-pink.png) !important;
}
header{
	height: 72px;
	clear: both;
}
#headerLogo{
	float: left;
	background-position: 0 -963px; width: 314px; height: 0px;
	padding-top:32px;
	margin-top: 20px;
	display: block;
}
#headerNav{
	float: right;
}
#headerNav li{
	float: left;
	margin:38px 0 0 30px;
    *display: inline;
    *zoom: 1;
}
#headerNav li a{
	color: #fff;
	line-height: 14px;
}
#headerNav li a:hover{
	text-shadow:0 0 5px #fff;
}
/*パン屑 ********************/
#pan{
	padding: 10px 0;
}
#pan ul{
	overflow: hidden;
}
#pan ul li{
	font-size: 10px;
	line-height: 10px;
	height:10px;
	width:auto;
	float:left;
	background-image: url(images/pan.png);
	padding-left:11px;
}
#pan ul li:first-child{
	background-image: none;
	padding-left: 0;
}
#pan ul li a{
	float: left;
	font-weight: bold;
	color: #fd548d;
	margin-right: 6px;
}
/*SIDE ************************/
#side{
	width: 235px;
	float: right;
}
#side h2{
	clear: both;
	margin: 25px 0 1px 0;
	line-height: 15px;
	padding: 10px 15px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
}
.sideMargin{
	margin-top: 0px !important;
}
#side h2 span{
	margin-left: 5px;
	font-size: 10px;
}
.sideMore{
	overflow: hidden;
}
.sideMore a{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	background-position: 0 -741px;
	padding-left: 14px;
	float: right;
	margin-top: 10px;
}
.sideSpecial{
	background-color: #f7f6f6;
	border: 1px #dedede solid;
}
.sideSpecial img{
	float: left;
	width: 233px;
}
.sideSpecial span{
	clear: both;
	font-size: 10px;
	background-color: #fd548d;
	padding: 4px 4px 3px 4px;
	line-height: 10px;
	color: #fff;
}
.sideSpecial a{
	overflow: hidden;
	display: block;
}
.sideSpecialTitle{
	color: #333;
	margin-top: 10px;
	line-height: 21px;
}
.sideSpecialTitle:hover{
	color: #fd548d;
}
.sideSpesialWrap{
	padding: 15px;
}
/*美男美女検索*/
.univParent{
	display: none !important;
}
.searchTop{
	background-color: #f7f6f6;
	cursor:pointer;
	border: 1px #dedede solid;
	padding: 10px 15px;
}
.searchTop2{
	background-color: #f7f6f6;
	border: 1px #dedede solid;
	padding: 10px 15px;
}
.searchTop span{
	font-size: 13px;
	color: #555;
	font-weight: bold;
	line-height: 14px;
	background-position: 194px -1013px; height: 14px;
	display: block;
}
.searchTop2 span{
	font-size: 13px;
	color: #555;
	font-weight: bold;
	line-height: 14px;
	display: block;
}
.search li{
	margin-bottom: 1px;
}
.search li:nth-child(4){
	margin-bottom: 0px;
}
.search ul {
	background: #fff;
	padding: 10px 15px 15px 15px;
	color: #555;
}
.search ul li {
	line-height: 22px;
}
.search ul li a {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}
.search ul li a:hover{
	color: #19c9eb;
}
.searchlist {
	overflow:auto;
	outline:none;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}
.searchlist2 {
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}
.searchMore {
	padding: 5px 0;
	background-color: #dedede;
	cursor: pointer;
	margin-top: 8px;
}
.searchMore p{
	background-position: 0 -1029px; width: 16px; height: 0px;
	padding-top: 9px;
	margin: 0 auto;
}
.searchMore a {
	color: #a44968 !important;
}
.freewordForm {
	background: #fff;
	padding: 15px;
	color: #555;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	overflow: hidden;
}
input#s{
	width: 161px;
	border:1px #dedede solid;
	margin:0;
	padding: 1px;
	font-size: 14px;
	line-height: 13px;
	float: left;
}
.searchBtn:hover {
	opacity: .80;
}
#submit {
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	width:33px;
	height:20px;
	border: 0px;
	float: left;
	margin-left: 5px;
}
#whenSpecial h2{
	margin: 0 0 1px 0 !important;
}
/*ランキング*/
#tabs{
	clear: both;
}
.tabs-nav{
	margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
.tabs-nav li{
	float: left;
	line-height: 26px;
	font-size: 13px;
	display: inline-block;
	width: 115px;
	text-align: center;
	border: 1px solid #dedede;
	cursor: pointer;
	background-color:#f7f6f6;
}
.tabs-nav li.selected{
	padding-bottom: 4px;
    margin-bottom: -1px;
	border-bottom: none;
	background-color: #fff;
}
.tabs-panel{
	padding: 0 15px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;
	border: 1px #dedede solid;
}
.tabs-panel .sideRankWrap:first-child .sideRankTitle p{
	background-color: #fd548d;
}
.tabs-panel .sideRankWrap:last-child{
	border-bottom: none;
}
.tab1{
	margin-right: 1px;
}
.sideRankWrap{
	height: 85px;
	padding: 15px 0;
	border-bottom: 1px #dedede solid;
}
.sideRankImg{
	float: left;
	width: 85px;
	height: 85px;
	overflow: hidden;
}
.sideRankImg img{
	width: 85px;
}
.sideRank{
	margin-left: 5px;
	width: 113px;
	float: left;
}
.sideRankTitle{
	overflow: hidden;
}
.sideRankTitle p{
	float: left;
	font-size: 12px;
	width: 20px;
	line-height: 20px;
	background-color: #19c9eb;
	color: #fff;
	text-align: center;
	float: left;
}
.sideRankTitle a{
	margin-left: 5px;
	display: block;
	float: left;
}
.sideUniv{
	clear: both;
	font-size: 11px;
	line-height: 11px;
	margin: 5px 0;
}
.sidefbWrap{
	height: 33px;
	padding: 5px;
	background-color: #f7f6f6;
}
.sidefbWrap p{
	font-size: 10px;
	line-height: 10px;
	color: #fd548d;
	text-align: center;
	font-weight: bold;
}
.sideRankingFb{
	margin-top: 6px;
}
/*バナー*/
.sideBanner{
	margin-top: 25px;
}
.sideBanner a{
	display: block;
}
#blogbanner a{
	background-position: 0 -1066px; width: 235px; height: 0px;
	padding-top: 174px;
}
#recruitCameraman a{
	background-position: 0 -180px; width: 235px; height: 0px;
	padding-top: 147px;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#recruitModel a{
	background-position: 0 -31px; width: 235px; height: 0px;
	padding-top: 147px;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#recruitTieup a{
	background-position: 0 -330px; width: 235px; height: 0px;
	padding-top: 147px;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
/* IE8用　*/
#recruitCameraman a,#recruitModel a,#recruitTieup a{
	background-image: url(images/bannarIE8.png)\9; /* IE8 and below */
}

#recruitCameraman a{
	background-position: 0 -181px\9; /* IE8 and below */
}

#recruitModel a{
	background-position: 0 -31px\9; /* IE8 and below */
}
#recruitTieup a{
	background-position: 0 -330px\9; /* IE8 and below */
}
/*FOOTER ********************/
.gotop{
	margin:25px 0 25px 0;
	float: right;
}
.gotop a{
	display: block;
	background-position: 0 -1289px;
	width: 38px; height: 0px;
	padding-top: 38px;
}
footer{
	overflow: hidden;
	padding: 20px 0 !important;
	clear: both;
	height: auto !important;
	border-top: 0px !important;
}
footer ul{
	width: 612px;
	float: left;
}
footer ul li{
	float: left;
	width: 204px;
}
footer ul li a{
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}
.footerSns{
	float: right;
}
.twitter-share-button{
	float: left;
}
.footertwitter{
	width: 109px !important;
	margin-right: 10px;
}
.singletwitter{
	width: 98px !important;
}
.footerfacebook{
	float: left;
	margin-right: 10px;
}
.footerg{
	float: left;
	width: 58px !important;
	margin-left: 10px !important;
}
.hatena-bookmark-button-frame{
	float: left;
}
.singleSocial .hatena-bookmark-button-frame{
	margin-right: 10px;
}
footer .wrap{
	position: relative;
	overflow: hidden;
}
#footerLogo{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: 0 -963px; width: 170px; height: 0px;
	padding-top: 32px;
}
#copywriting{
	background-color: #fff;
	overflow: hidden;
}
#copywriting p{
	font-size: 12px;
	line-height: 32px;
}
#copywriting .wrap p:first-child{
	float: left;
}
#copywriting .wrap p:last-child{
	float: right;
}
/* single
-----------------------------------------------------------------------*/
/*singleSprite ********************/
.single,.bx-prev,.bx-next,.flex-direction-nav li:first-child a,.flex-direction-nav li:last-child a{
	background-image: url(images/single.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.blueButton,.blue,.profTaskLink li, .profArtLink a,.rankMottoLink a{
	background: url(images/bg-blue.png);
}
#Title{
	padding: 20px;
	border: 1px #dedede solid;
	margin-bottom: 25px;
}
.singleDay{
	margin-top: 5px;
	float: left;
	font-size: 12px;
	line-height: 12px;
}
.singleTag ul li{
	float: left;
	margin-left: 8px;
	color: #fff;
	background-color: #fd548d;
}
.singleTag ul li a{
	height: 17px;
	font-size: 11px;
	line-height: 11px;
	padding: 3px 6px;
	color: #fff;
}
.singleTag h1{
	margin: 15px 0;
	font-size: 26px;
	font-weight: normal;
}
.ads{
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
/*前の美男美女・次の美男美女*/
#prevBigakusei{
	position: relative;
	width: 235px;
	height: 142px;
	float: right;
	overflow: hidden;
}
#prevBigakusei img{
	width: 235px;
	height: auto;
}
.singlePagerinfo{
	position: absolute;
	bottom: 30px;
}
.singlePagerinfo .modelName{
	background-position: 0 -293px;
	width: 219px;
	height: 54px;
	padding: 8px;
}
.singlePagerinfo .name{
	margin-top: 24px;
	height: 15px;
	overflow: hidden;
	line-height: 15px;
}
.singlePagerinfo .univ{
	height: 12px;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
}
.singlePager{
	width: 219px;
	height: 15px;
	padding: 8px 8px 7px 8px;
	position: absolute;
	bottom: 0;
}
.singlePager p{
	line-height: 15px;
	color: #fff;
	height: 14px;
}
.singlePrev{
	background-position: 0 -13px;
	padding-left: 13px;
}
#showcaseWrap{
	float: left;
	position: relative;
	margin-bottom: 69px;
}
#nextBigakusei{
	background-color: #dedede;
	position: absolute;
	right: 0;
	bottom: -44px;
}
#nextBigakusei img{
	width: 235px;
	height: auto;
}
.nextBigakuseiWrap{
	position: relative;
	width: 235px;
	height: 142px;
	overflow: hidden;
	display: block;
}

#singleTopAds{
	float: left;
}
.singleNext{
	float: right;
	background-position:91px -42px;
	padding-right: 13px;
}
/*SHOWCASE ********************/
.flex-active-slide{
	width: 838px !important;
}
.flexslider {margin: 0; padding: 0;padding-top:15px;float: left;width: 1100px;}
.flexslider .slides{
	width: 840px;
	float: left;
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: static;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;text-align: center;margin:0 auto;width: auto;
	padding:9px;
	background-color: #fff;
	border:1px #dedede solid;
    /* add suezawa 2016.12.1 */
    max-width: 820px;
    max-height: 547px;
}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav li{
	height: 30px;
	width: 840px;
	background: url(images/bg-gray.png);
	position: absolute;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	opacity: 1;
}
.flex-direction-nav li:first-child{
	top: -30px;
}
.flex-direction-nav li:first-child a{
	background-position:411px -373px;
}
.flex-direction-nav li:last-child{
	bottom: -44px;
}
.flex-direction-nav li:last-child a{
	background-position:411px -403px;
}
.flex-direction-nav a{
	text-decoration:none;
	display:block;
	height: 10px;
	margin: 0 auto;
	width: 18px;
	padding: 10px 411px;
}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/* Control Nav */
.flex-control-nav {width: 235px;text-align: center;float: right;}
.flex-control-nav li{
	display: inline-block;
	zoom: 1;
	*display: inline;
	border:3px #fff solid;
	outline:1px #dedede solid;
	overflow: hidden;
}
.flex-control-thumbs li {width: 104px; float: left; margin: 0;height: 73px;margin-bottom: 15px;}
.flex-control-thumbs li:nth-child(2n){
	margin-left: 15px;
}
.flex-control-thumbs img {width: 110px; display: block; opacity: 0.7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*MAIN ************************/
#mainConts{
	width: 840px;
	float: left;
}
.singleConts h2{
	margin-top: 25px;
}
/*いいねを押して応援*/
#support{
	margin-top: 25px;
	position: relative;
}
.support-p{
	font-size: 16px;
	line-height: 16px;
	float: left;
	margin-top: 3px;
}
.support-p span{
	color: #fd548d;
	font-size: 16px;
}
.supportConts{
	padding: 15px 15px 15px 36px;
}
.ribbon{
	position: absolute;
	top: -2px;
	left: 19px;
	background-position: 0 -58px; width: 16px; height: 0px;
	padding-top: 37px;
}
.supportButton{
	float: left;
}
/*インタビュー*/
#interview h2{
	background-position: 0 -99px;
	padding-left: 24px;
}
.grayBox{
	clear: both;
	border: 1px #dedede solid;
	overflow: hidden;
}
#interviewBox{
	padding: 0 20px 20px 20px;
}
#interview h3,.interviewQ{
	background-color: #f7f6f6;
	line-height: 30px;
	margin: 20px 0 15px 0;
	font-weight: bold;
	font-size: 16px;
}
#interview h3:before,.interviewQ:before{
	content: "\a0";
	width: 12px;
	height: 12px;
	background: url(images/single-icon.png) no-repeat left top;
	display: block;
	float: left;
	margin: 9px;
}
#interview h4{
	color: #fd548d;
	font-weight: bold;
	line-height: 20px;
	margin: 15px 0;
}
#interview h4:before{
	content: "ー";
	color: #fd548d;
}
.margintop{
	margin-top: 20px;
}

#interview a:link{
	color: #19c9eb;
	text-decoration: underline;
	font-weight: bold;
}
#interview a:visited{
	color: #19c9eb;
	text-decoration: underline;
	font-weight: bold;
}
#interview a:hover{
	color: #19c9eb;
	text-decoration: underline;
	font-weight: bold;
}

.amazon {
float: left;
margin-right: 15px;
}
.amazonA {
float: left;
width: 80%;
}
.amazonA a {
color: #fd548d;
font-size: 14px;
}
.interviewAmazon{
	overflow: hidden;
	clear: both;
}
.amazonFirst{
	margin-bottom: 15px;
}
/*プロフィール*/
#modelProfile{
	overflow: hidden;
}
#modelProfile .grayBox{
	padding: 20px;
}
.profileImg {
float: left;
position: relative;
width: 212px;
height: 212px;
}

/* add suezawa 2016.12.1 */
.profileImg img {
    width: 100%;
    height: 100%;
}

#profileflip {
position: absolute;
right: 0;
bottom:0;
float: right;
}
#profileflip img {
z-index: 99;
position: absolute;
right: 0;
bottom: 0px;
-ms-interpolation-mode: bicubic;
}
#profileflip .msg_block {
overflow: hidden;
position: absolute;
right: 0;
bottom: 0;
background: url(images/subscribe.png) no-repeat right bottom;
z-index: 20;
}
.profileWrap{
	float: right;
	width: 571px;
}
#modelProfile h3{
	float: left;
	width: 462px;
	font-size: 16px;
	line-height: 16px;
	color: #fd548d;
	font-weight: bold;
}
#modelProfile h3 span{
	margin-left: 10px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#modelProfile h3 span a{
	font-weight: bold;
}
#modelProfile h3 span a:hover{
	text-decoration: underline;
}
.blueButton{
	float: left;
	color: #fff;
	line-height: 19px;
	font-size: 11px;
	padding: 0 5px;
	display: block;
	float: right;
	margin-bottom: 10px;
}
.blueButton span{
	font-size: 7px;
	line-height: 18px;
	margin-right: 3px;
	padding-left: 2px;
}
.profileWrap dl{
	line-height: 22px;
	padding-top: 10px;
	border-top: 1px #dedede solid;
	font-size: 12px;
	clear: both;
}
.profileWrap dl dt{
	font-weight: bold;
	width: 132px;
	float: left;
}
.profileWrap dl dd{
	width: 439px;
	float: left;
}
.profileWrap dl dd a{
	color: #19c9eb;
	font-weight: bold;
	text-decoration: none;
}
.profileWrap dl dd a:hover{
	text-decoration: underline;
}
#modelProfile h2{
	background-position: 0 -22px;
	padding-left: 24px;
}
/*カメラマン紹介*/
#introCameraman h2{
	background-position: 0 -1041px;
	padding-left: 27px;
}
.introBox{
	width: 370px;
	padding: 20px;
	position: relative;
	float: left;
	clear: none;
}
.cameraman{
	overflow: hidden;
	width: 104px;
	height: 156px;
	float: left;
}
.cameraman img{
	width: 104px;
}
.cameramanWrap{
	float: right;
	width: 251px;
}
.cameramanWrap h3{
	color: #fd548d;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #dedede solid;
}
.cameramanWrap p{
	font-size: 12px;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 27px;
}
.allphoto{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#cameramanIntoWrap{
	overflow: hidden;
	clear: both;
}
#cameramanIntoWrap .introBox:first-child{
	margin-right: 16px;
}
/*同じ大学の美男美女*/
#sameUnivercity{
	clear: both;
}
#sameUnivercity h2{
	background-position: 0 -1245px;
	padding-left: 29px;
}
.bx-viewport {
	border: 1px #dedede solid;
	padding: 20px 0;
	width: 838px !important;
}
.bx-wrapper{
	float: left;
	position: relative;
}
.bxslider{
	clear: both;
	overflow: hidden;
}
.bxslider li{
	width: 156px !important;
	height: 156px !important;
	margin-right: 15px;
}
.bxslider li img{
	width: 156px;
	height: 156px;
}
.bx-pager.bx-default-pager{
	display: none;
}
.bx-prev{
	width: 30px;
	height: 0px;
	display: block;
	background-position: 0 -140px;
	padding-top: 30px;
	position: absolute;
	top: 84px;
	left: 1px;
}
.bx-next{
	width: 30px;
	height: 0px;
	display: block;
	padding-top: 30px;
	background-position: 0 -175px;
	position: absolute;
	top: 84px;
	right: 1px;
}
.singleSameMore{
	width: 300px;
	float: right;
	margin-top: 21px;
}
/*同じタイプ*/
#sameType{
	clear: both;
}
#sameType h2{
	background-position: 0 -1266px;
	padding-left: 23px;
}
#sameUnivercity .mosaic-overlay,#sameType .mosaic-overlay{
	line-height: 156px;
}
#sameUnivercity .block,#sameType .block{
	width: 156px;
	height: 156px;
}
.singleInfo .modelName{
	background-position: 0 -210px; width: 140px; height: 55px;
	padding: 8px;
}
.singleInfo .name{
	margin-top: 24px;
	height: 15px;
	overflow: hidden;
	line-height: 15px;
}
.singleInfo .univ{
	height: 12px;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
}
/* top
-----------------------------------------------------------------------*/
#topHeader{
	position: relative;
}
#topHeader h1{
	position: absolute;
	top: 20px;
	right: 0;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
.topWrap{
	margin-top: 25px;
}
.moreButton{
	margin-left: 15px;
	float: left;
	color: #fff;
	line-height: 19px;
	font-size: 11px;
	padding: 0 5px 1px 5px;
	display: block;
}
.sp .spArticle .moreButton{
	color: #fff !important;
}
.moreButton span{
	font-size: 7px;
	line-height: 18px;
	margin-right: 3px;
}
.sp .spArticle .moreButton span{
	color: #fff !important;
}
/*スライダー*/
.slider {
  position: relative;
  width: 481px;
  height: 387px;
  overflow: hidden;
  float: left;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.slider img{
  max-width: 481px;
  max-height: 387px;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider__nav {
  position: absolute;
  bottom: 0;
  left: 83% !important;
  margin: 0 0px 10px 0;
}
.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
  border-radius: 50px;        /* CSS3草案 */
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;   /* Firefox用 */
}
.slider__nav-item--current {
  background: #fd548d;
}
.slider__nav-item:hover {
  background: #fd548d;
}
/*ランキング*/
#topRankingWrap{
	float: right;
	width: 594px;
}
#topRankingWrap h2{
	background-position: 0 0;
	padding-left: 27px;
}
#topRankingWrap .mosaic-overlay{
	line-height: 148px;
}
#topRankingWrap .block{
	width: 148px;
	height: 148px;
}
.topinfo p{
	width: 38px;
	line-height: 38px;
	float: left;
}
.modelName{
	color: #fff;
}
.topinfo .modelName{
	padding: 5px;
	width: 100px;
	height: 28px;
	background-color:rgba(0,0,0,0.25);
	float: left;
}
.modelName span{
	text-shadow: 0px 0px 8px #000;
	display: block;
}
.topinfo .name{
	height: 14px;
	overflow: hidden;
	line-height: 15px;
}
.topinfo .univ{
	height: 11px;
	overflow: hidden;
	font-size: 11px;
	line-height: 11px;
	margin-top: 3px;
}
#topTotal{
	margin-top: 25px;
}
.rankingTag{
	margin-top: 15px;
}
.rankingTag li:first-child{
	margin-left: 0;
}
/*新着美男美女*/
#topNew{
	margin-top: 25px;
	clear: both;
	overflow: hidden;
}
#topNew .mosaic-overlay{
	line-height: 148px;
}
#topNew .block{
	width: 220px;
	height: 148px;
}
#topNew h2{
	background-position: 0 -23px;
	padding-left: 26px;
}
.topNewinfo .modelName{
	background: url(images/topbg.png) no-repeat 0 0;
	width: 204px;
	height: 56px;
	padding: 8px;
}
.topNewinfo .name{
	margin-top: 24px;
	height: 15px;
	overflow: hidden;
	line-height: 15px;
}
.topNewinfo .univ{
	height: 12px;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
}
.newTag{
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 0 4px;
	margin: 8px 0 0 8px;
}
.date{
	position: absolute;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	top: 0;
	right: 0;
	margin: 8px 8px 0 0;
	text-shadow: 0 0 8px #000;
}
/*バナー*/
#topBanner{
	margin-top: 25px;
	overflow: hidden;
}
.Banner{
	float: left;
}
.Banner a{
	display: block;
	width: 350px; height: 0px;
	padding-top: 218px;
}
#topModelBanner a{
	background-position: 0 -46px;
}
#topCameramanBanner a{
	background-position: 0 -269px;
}
#topTieupBanner a{
	background-position: 0 -492px;
}
.bannerMiddle{
	margin: 0 25px;
}
/*主要大学一覧*/
#topUniv{
	margin-top: 25px;
}
#topUniv h2{
	background-position: 0 -1244px;
	padding-left: 29px;
}
.allWrap{
	margin-bottom: 15px;
	border: 1px #dedede solid;
	padding: 20px;
}
.allWrap:last-child{
	margin-bottom: 0;
}
.allWrap h3{
	font-size: 16px;
	line-height: 16px;
	color: #fd548d;
	float: left;
	margin-bottom: 15px;
}
.allWrap{
	overflow: hidden;
}
.allWrap .moreButton{
	line-height: 16px;
}
.allWrap .moreButton span{
	line-height: 16px;
}
.topPic{
	float: left;
	width: 195px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.topPic img{
	width: 195px;
}
.topPic a{
	display: block;
}
.PicBox{
	position: absolute;
	height: 34px;
	bottom: 0;
	left: 0;
	width: 195px;
}
.PicBox span{
	margin:10px 0 0 10px;
	color: #fff;
	line-height: 15px;
	display: block;
	font-weight: bold;
	padding-left: 14px;
}
.univPicBox{
	background-color:rgba(25,201,235,0.75);
}
.univPicBox span{
	background-position: 0 -727px;
}
.topAll{
	float: right;
	width: 848px;
}
.topAll li{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
	width: 198px;
}
.topAll li:last-child,.topAll li:nth-child(20),.topAll li:nth-child(19),.topAll li:nth-child(18){
	margin-bottom: 0;
}
.topAll li:first-child{
	display: none;
}
.topAllUniv li a{
	padding-left: 14px;
	background-position: 0 -713px; height: 9px;
}
.topAllUniv li a:hover{
	color: #19c9eb;
}
.adsTop{
	width: 728px;
	height: 90px;
	margin: 25px auto;
}
/*タイプ一覧*/
#topType h2{
	background-position: 0 -1266px;
	padding-left: 23px;
}
.topAllType li a{
	padding-left: 14px;
	background-position: 0 -741px; height: 9px;
}
.topAllType li a:hover{
	color: #fd548d;
}
.typePicBox{
	background-color:rgba(253,84,141,0.75);
}
.typePicBox span{
	background-position: 0 -754px;
}
/*topBottom*/
#topBotttom{
	background-color: #f7f6f4;
	padding-top: 25px;
	overflow: hidden;
	margin-top: 25px;
}
#topFb{
	width: 410px;
	height: 246px;
	float: left;
	background-color: #fff;
}
.whiteBox{
	border:1px #dedede solid;
	padding: 7px;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}
#topAbout{
	border:none;
	width: 651px;
	float: right;
	background-color: #fff;
	position: relative;
}
.dottedBox{
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	border: 1px #dedede dashed;
	overflow: hidden;
}
.topAboutDotted{
	padding: 20px;
	overflow: hidden;
}
.pinktag,.topAboutTitle{
	overflow: hidden;
	background-image: url(images/top.png);
}
.pinktag{
	position: absolute;
	top: -2px;
	left: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 16px;
	height: 0;
	padding-top: 37px;
}
.topAboutTitle{
	background-position: 0 -42px; width: 303px; height: 0px;
	padding-top: 31px;
	margin: 0 0 20px 25px;
}

.topGotop{
	background-color: #f7f6f4;
	clear: both;
	overflow: hidden;
}
.topAboutMore{
	float: right;
	margin-top: 16px;
}
/* タイトル部分　*/
#Title{
	position:relative;
}
.singleTitle{
	float: left;
}
.sns{
	position:absolute;
	top:20px;
	right:20px;
}
.sns ul li{
	background-color:transparent;
}
.singleSocial{
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
.singleTl{
	margin: 15px 0 0 0 !important;
}
.subTtl{
	float: left;
	font-size: 12px;
	color: #999999;
	margin-top:-8px;
}
.TtlWrap{
	margin-top:-5px;
	margin-bottom: 32px;
}
/* 共通するもの */
span{
	font-size:14px;
}
#mainContsSub{
	width: 800px;
	float: left;
	padding: 20px;
	border: 1px #dedede solid;
	margin-bottom: 25px;
}
#mainContsSub2{
	width: 800px;
	float: left;
	padding: 20px;
	border: 1px #dedede solid;
	margin-bottom: 25px;
}
#mainContsSub h3{
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 10px;
}
#mainContsSub2 h3{
	font-size: 13px;
	color: #fd548d;
	line-height: 13px;
	margin-bottom: 10px;
	border-bottom: 1px #fd548d solid;
}
#mainContsSub2 h4{
	background-color: #f7f6f6;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	margin: 15px 0;
}
#mainContsWrap{
	width: 840px;
	float: left;
	overflow: hidden;
}
.ContsLeft{
	width:33%;
	float:left;
}
.ContsCenter{
	width:33%;
	float:left;
}
.ContsRight{
	width:34%;
	float:right;
}
.pbLink li{
	margin-bottom:18px;
	line-height: 14px;
}
.pbLink a{
	padding:6px;
	font-size:11px;
	color:#fff;
}
.pbLink a:before {
    content: ">";
    color: #fff;
    font-size:10px;
    position:relative;
    margin-right:4px;
    margin-top:-1px;
 }
.headline{
	color: #fd548d;
	font-size: 15px;
	margin:10px 0;
}
.record ul{
	padding-left:17px;
	margin-bottom: 7px;
}
.record ul li{
	list-style-type:disc;
	color:#fd548d;
	font-size:13px;
	margin-top:2px;
}
.record ul li span{
	margin-left:-4px;
	color:#333;
}
.record ul li a:link {
	color: #19c9eb;
	text-decoration: underline;
	font-weight: bold;

}
.record ul li a:visited {
	color: #19c9eb;
	text-decoration: underline;
	font-weight: bold;

}
.record ul li a:hover {
	color: #19c9eb;
	text-decoration: none;
	font-weight: bold;
}
.listPink{
	margin-top:11px;
}
.listPink ul{
	padding-left:17px;
}
.listPink ul li{
	list-style-type:disc;
	color:#fd548d;
	font-size:13px;
	margin-top:-3px;
}
.listPink ul li span{
	margin-left:-4px;
	color:#333;
}
.listPink ul li a:link {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
.listPink ul li a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
.listPink ul li a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.listStar{
	margin-top:11px;
}
.listStar ul{
	margin-left:11px;
}
.listStar ul li{
	list-style-type:none;
	text-indent:-11px;
}
.listStar li:before{
	content:"★";
	font-size:12px;
	color:#18c9eb;
	margin-top:-3px;
	margin-right:8px;
}
.listStar ul li span{
	margin-left:-4px;
	color:#333;
}
.formLink{
	float:right;
	margin-top:20px;
	margin-bottom: 10px;
}
/*お仕事のご依頼*/
.offerDescription{
	margin-bottom: 20px;
}
/* お問い合わせ */
#mainContsSub #adLink{
	margin-bottom: 23px !important;
}
.contactDescription{
	margin-bottom: 18px;
}
/* サイトマップ・タイプページ　*/
#mainConts .markList{
	font-size:13px;
}
.markList ul{
	clear: both;
	overflow: hidden;
}
.markList ul li{
	width: 252px;
	float: left;
	font-size:13px;
	background-position: 0px -738px;
	overflow: hidden;
	padding-left:14px;
	height:19px;
	margin-bottom:4px;
}
.markListB ul li{
	background-position: 0px -710px;
}
.markListN ul li{
	background-image:none;
}
.markList ul .markListLast{
	margin-bottom:-4px;
}
.markList ul li a:link {
	color: #333;
	font-weight: bold;
}
.markList ul li a:visited {
	color: #333;
	font-weight: bold;
}
.markList ul li a:hover {
	color: #fd548d;
}
/* モデル募集　*/
#modelwantedTtlImg{
	background: url(images/modelwanted.jpg) no-repeat;
	overflow:hidden;
	width:798px;
	height:0;
	padding-top:256px;
}
.flowsBox{
	overflow: hidden;
}
.flowBox{
	width: 236px;
	overflow: hidden;
	float: left;
}
.flowNumber{
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background-color: #fd548d;
	color: #fff;
	float: left;
}
.flowBox .flowTitle{
	line-height: 30px !important;
	margin-left: 10px;
	color: #fd548d;
	font-size: 16px !important;
	float: left;
}
.flowCont{
	height:80px;
	clear: both;
	border: #dedede 1px solid;
	padding: 15px;
	font-size: 13px;
	line-height: 20px;
}
.flowLine{
	margin-top: 75px;
	width: 30px;
	height: 0;
	padding-top: 3px;
	background-color: #dedede;
	overflow: hidden;
	float: left;
}
.flowUnder{
	margin-top: 15px;
}
.flowUnderNext{
	margin-top: 90px !important;
}
#afterFlow{
	margin-top: 15px;
	border: 2px #19c9eb dotted;
	color: #19c9eb;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
}

/* スタッフ募集　*/
#recruitTtlImg{
	background: url(images/recruit.png) no-repeat;
	overflow:hidden;
	width:798px;
	height:0;
	padding-top:383px;
	margin-bottom:19px;
}
#mainConts .ricruitLink{
	margin-top:11px;
}
.recruitPink{
	margin-bottom: 14px;
}
.recruitTerms{
	font-weight: bold;
	margin-bottom:-10px;
}
.recruitTerms-two{
	font-weight: bold;
	padding-top:9px;
	margin-bottom:-8px;
}
.topSpace{
	margin-top:8px;
}
#recruitList{
	margin-top: 13px;
}
.recruit{
	background-position: 0 -22px;
	padding-left:24px;
	margin: 40px 0 20px 0;
}
.spTitle{
	background-position: 0 -22px;
	padding-left: 24px;
	margin:20px 0 10px 0;
}
/* 大学一覧 */
.markList h4:first-child
.listThree{
	width:252px;
	float:left;
}
.areaHl{
	padding-top:1px;
}
/* about　*/
#aboutTtlImg{
	background: url(images/about.jpg) no-repeat;
	overflow:hidden;
	width:798px;
	height:0;
	padding-top:383px;
}
.aboutHl{
	font-size:20px !important;
	color: #000000;
	margin-top:19px;
	margin-bottom:6px !important;
	line-height: 23px !important;
}
.aboutSubHl{
	font-size:17px;
	height:15px;
	color:#fd548d;
}
.aboutCaption{
	margin-top:8px;
}

/* スタッフ紹介 */
.staffBlockWrap{
	overflow: hidden;
	margin-top: 7px;
}
.staffBlockWrap:first-child{
	margin-top: 0px;
}
.staffBlockWrap h2{
	background-position: 0 -1041px;
	padding-left:27px;
	margin-bottom:8px;
}
.staffBlockWrap h2 span{
	margin-left:6px;
}
.staffContsWrap{
	width:840px;
}
.staffConts{
	width: 155px;
	float: left;
	padding: 20px;
	border: 1px #dedede solid;
	margin-bottom: 13px;
	height:337px;
	position:relative;
	margin-right:13px;
	z-index: auto;
}
.staffConts:nth-child(4n){
	margin-right:-13px;
}
.staffConts:last-child{
	margin-right:-13px;
	margin-bottom:25px;
}
.staffConts p{
	font-size: 13px;
	line-height: 19px;
	color: #333;
}
.staffImg{
	width:155px;
}
.staffImgWrap{
	width:155px;
	height:206px;
	overflow: hidden;
	z-index:1;
}
.staffConts .staffPosi{
	font-size:11px;
	font-weight: bold;
	padding-top:10px;
}
.staffConts .staffName{
	color:#fd548d;
	font-size:15px;
	font-weight:bold;
	margin-top:3px;
}
.staffName:hover {
	text-decoration: underline;
}
.staffConts .staffUni{
	font-size:11px;
}
.detailLink{
	margin-bottom:18px;
	position:absolute;
	bottom:2px;
	right:20px;
}
.detailLink a{
	padding:4px;
	font-size:11px;
	color:#fff;
}
.detailLink a:before {
    content: ">";
    color: #fff;
    font-size:10px;
    position:relative;
    margin-right:4px;
    margin-top:-1px;
 }
/* profConts */
.prof{
	width:551px;
}
.prof .staffSpTitle{
	background-position: 0 -1042px;
	padding-left: 27px;
	margin-bottom:10px;
}
.prof .staffSpTitle span{
	padding-left: 8px;
}
.profR{
	float:left;
	width:377px;
	padding-left:20px;
	margin-top:7px;
}
.profL{
	float:left;
	width:154px;
	margin-top:7px;
}
.profR p{
	color:#fd548d;
	font-size:19px;
	font-weight: bold;
}
.profR span{
	font-size:11px;
}
.profR dl{
	width:375px;
	border-top: 1px solid #aaa;
	font-size:11px;
	margin-top: 6px;
	padding-top:4px;
}
.profR dl dt{
	color:#18c9eb;
	font-weight: bold;
	float:left;
	width:120px;
}
.profR dl dd{
	text-indent: 0px;
	margin-left: 120px;
}
.profContact:link {
	color: #19c9eb;
	text-decoration: underline;
	font-weight: bold;
}
.profContact:visited {
	color: #19c9eb;
	text-decoration: underline;
	font-weight: bold;
}
.profContact:hover {
	color: #19c9eb;
	text-decoration: none;
	font-weight: bold;
}
.profImgWrap img{
	width:154px;
	height: auto;
	overflow: hidden;
}
.profImgWrap{
	width:154px;
	height:154px;
	overflow: hidden;
}
.profTaskLink{
	margin-top:6px;
	text-align: center;
	width:154px;
}
.progTaskLink li{
	width:154px;
}
.profTaskLink a{
	padding:4px;
	font-size:11px;
	width:154px;
}
.profTaskLink p{
    color: #fff;
    font-size:10px;
    margin:1px 5px 0 0;
    float:right;
}
.profTaskLink a{
	color: #fff;
}
.profArtLink{
	margin-top:14px;
}
.profArtLink a{
	padding:4px;
	font-size:11px;
	color:#fff;
}
.profArtLink a:before {
    content: ">";
    color: #fff;
    font-size:10px;
    margin-right:4px;
    margin-top:-1px;
 }
/* 検索結果 */
.searchTtl{
	height:62px;
}
#searchTtl{
	float: left;
	margin-top:20px;
}
#searchSubTtl{
	float: left;
	margin-left:20px;
}
#searchSubTtl p{
	float: left;
	font-size:18px;
	margin-top:22px;
}
#searchSubTtl span{
	color:#fd548d;
	float:left;
	font-size:25px;
	margin: 20px 1px 0px 1px;
}
#searchResults{
	clear: both;
	overflow: hidden;
	width:840px;
}
#searchResults .mosaic-overlay{
	line-height: 148px;
}
#searchResults .block{
	width: 210px;
	height: 141px;
}
#searchResults h2{
	background-position: 0 -23px;
	padding-left: 23px;
}
.searchResultsinfo .modelName{
	background: url(images/search.png) no-repeat 0 0;
	width: 194px;
	height: 55px;
	padding: 8px;
}
.searchResultsinfo .name{
	margin-top: 24px;
	height: 15px;
	overflow: hidden;
	font-size:15px;
	line-height: 15px;
}
.searchResultsinfo .univ{
	height: 12px;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
}
.paginationWrap{
	margin:20px auto;
	font-size:11px;
	line-height: 28px;
	text-align: center;
	height: 30px;
}
.pagination{
	display: inline-block;
	overflow: hidden;
}
.pagination .page{
	float:left;
	margin:0 5px;
	color:#fff;
	height:28px;
	width:28px;
	border: 1px #fd548d solid;
}
.pagination #now{
	float:left;
	margin:0 5px;
	color:#fd548d;
	background-image: none;
	height: 28px;
	width:28px;
	border: 1px #fd548d solid;
}
.pagination li{
	float: left;
}
.pagination #pageMore{
	float:left;
	margin:0 5px;
	color:#fd548d;
	font-size:13px;
	background-image: none;
	height:28px;
	border: 1px #fd548d none;
	display: block;
}
.pagination #pagePre,.pagination #pageNext{
	float:left;
	margin:0 5px;
	color:#fff;
	height: 28px;
	width:40px;
	border: 1px #fd548d solid;
}
/* 地域・大学・タイプページ */
#tagTitle{
	padding: 20px;
	background-color: #f7f6f6;
	margin-bottom: 25px;
	position:relative;
	height:62px;
}
#tagTtl{
	float: left;
	margin:10px 0 0 -22px;
	padding:12px 45px 0 20px;
	height:34px;
	color:#fff;
}
#tagTail{
	font-size:80px;
	padding-top: 24px;
	float:left;
	color:#f7f6f6;
	margin-left: -35px;
}
#pageIntro{
	border: 1px #dedede solid;
	padding:10px 20px 20px 20px;
	margin-bottom: 25px;
}
#pageIntro span,.capegoryDetail-p{
	font-weight: bold;
}
.pageSubTtl{
	color: #fd548d;
	font-size: 15px;
}
#cateSubTtl{
	float: left;
	margin-left:-30px;
}
#cateSubTtl p{
	float: left;
	font-size:18px;
	margin-top:22px;
}
#cateSubTtl span{
	color:#fd548d;
	float:left;
	font-size:25px;
	margin-top: 20px;
}
/* ヘッドのランキング */
#headRankingWrap{
	width: 840px;
	margin-bottom:20px;
}
#headRankingWrap h2{
	background-position: 0 0;
	padding-left:22px;
}
#headRankingWrap .mosaic-overlay{
	line-height: 168px;
}
#headRankingWrap .block{
	width: 168px;
	height: 168px;
}
.headRankInfo p{
	width: 43px;
	line-height: 43px;
	float: left;
}
.headRankInfo .modelName{
	padding: 5px;
	width: 115px;
	height: 33px;
	background-color:rgba(0,0,0,0.25);
	float: left;
}
.headRankInfo .modelName .name{
	font-size:16px;
	height: 16px;
	overflow: hidden;
	line-height: 15px;
	margin-top: 2px;
}
.headRankInfo .modelName .univ{
	height: 12px;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin-top: 4px;
}
.rankSpTitle{
	font-size:18px;
	padding-left:29px;
	overflow: hidden;
	color:#000;
	margin-bottom:10px;
}
.rankSpTitle span{
	font-weight: normal;
	margin-left:6px;
}
/* 特集ページ */
#spWrap{
	width: 840px;
	float: left;
	border: 1px solid #dedede;
	border-radius: 4px;
}
#sp{
	width: 784px;
	border: 1px dashed #dedede;
	border-radius: 4px;
	margin: 7px;
	padding: 20px;
}
#sp hr{
	display: none;
}
.spCaption a,.spCaption a span{
	color: #19c9eb !important;
	font-weight: bold;
}
.spCaption a:hover,.spCaption a span:hover{
	text-decoration: underline;
}
#spAllWrap{
	width: 840px;
	float: left;
}
.spWrap{
	width: 840px;
	float: left;
	border: 1px solid #dedede;
	border-radius: 4px;
	margin-bottom: 15px;
}
#spAllWrap .spWrap:nth-child(8){
	margin-bottom:20px;
}
.sp{
	width: 784px;
	border: 1px dashed #dedede;
	border-radius: 4px;
	margin: 7px;
	padding: 16px 20px 20px 20px;
	position: relative;
}
.spImg{
	overflow: hidden;
	float: left;
}
.spImg img{
	width: 284px;
	height: auto;
}
.spCaption{
	width:480px;
	float: left;
	margin-top: -3px;
	margin-left: 20px;
	font-size: 13px;
}
.spDate{
	color: #fd548d;
	float: right;
	margin-top: 30px;
}
#spPic .mosaic-backdrop img{
	width:182px;
	height:auto;
}
#spPic .block{
	width: 182px;
	height: 123px;
	margin-top: 20px;
	margin-right: 18px;
	float: left;
}
#spPic .modelName{
	padding: 5px;
	width: 272px;
	height: 33px;
	background-color:rgba(0,0,0,0.25);
	float: left;
	background: url(images/special.png) no-repeat 0 0;
}
#spPic .modelName .name{
	font-size:14px;
	height: 14px;
	overflow: hidden;
	line-height: 14px;
	margin-top: 2px;
}
#spPic .modelName .univ{
	height: 11px;
	overflow: hidden;
	font-size: 11px;
	line-height: 11px;
	margin-top: 4px;
}
#spPic .mosaic-overlay{
	line-height: 123px;
}
#spPic .date{
	position: absolute;
	font-size: 9px;
	line-height: 9px;
	color: #fff;
	top: 0;
	right: 0;
	margin: 8px 8px 0 0;
	text-shadow: 0 0 8px #000;
}
#spPic .block:nth-child(4n){
	margin-right: -18px;
}
.spHl{
	font-size:19px;
	color: #fd548d;
	line-height: 28px;
	margin-bottom: 5px;
}
.spHl:hover{
	text-decoration: underline;
}
.spSubHl{
	font-size:11px;
	line-height: 11px;
	color:#fd548d;
}
.spArticle{
	margin-left: 20px;
	width: 480px;
	float: left;
}
.spArticle .articleWrap{
	margin-top: 17px;
	height: 85px;
	overflow: hidden;
}
.spArticle a,.spArticle a span{
	color: #19c9eb !important;
	font-weight: bold;
}
.spArticle a:hover,.spArticle a span:hover{
	text-decoration: underline;
}
.spArticle hr{
	display: none;
}
.sp .moreBtn{
	color: #fff !important;
	position:absolute;
	bottom:20px;
	right:20px;
}
/* ランキングページ */
#rankingWrap{
	float:left;
	width: 840px;
}
.disnon {
	display: none;
}
.content_wrap{
	border: 1px #dedede solid;
	margin-top:-1px;
	padding:0 20px;
}
#rankingWrap #tab .select {
 	background: #fff;
 	border: 1px #dedede solid;
 	border-bottom: 1px #fff solid;
 	height: 51px;
 	width:418px;
}
#tab li:hover{
	cursor: pointer;
}
#tab li{
	width:416px;
	height:52px;
	border: 1px #dedede solid;
	background-color: #f7f6f6;
	height: 48px;
}
.tabHl{
	text-align: center;
	margin:12px auto;
	padding-top:2px;
}
.tabHl span{
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/ranking.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.tabHl p{
	float:right;
}
#tabHlMonth{
	font-size: 13px;
	font-weight: normal;
	background-image: none;
	margin-left: -20px;
}
#tab1{
	float:left;
}
#tab2{
	float:right;
}
.rankContsWrap{
	position: relative;
	width:798px;
	height:219px;
	padding: 20px 0;
	border-bottom: 1px #dedede solid;
}
.rankContsSubWrap{
	position: relative;
	width:798px;
	height:119px;
	padding: 20px 0;
	border-bottom: 1px #dedede solid;
}
.rankContsSubWrap:last-child{
	border-bottom: 0;
}
.rankContsWrap .rankingImg{
	width:219px;
	height:219px;
	float: left;
}
.rankContsWrap .rankingImg img{
	width:219px;
	height: auto;
}
.rankContsSubWrap .rankingImg{
	width:120px;
	height:120px;
	float: left;
}
.rankContsSubWrap .rankingImg img{
	width:120px;
	height: auto;
}
.rankingConts{
	float: right;
	margin:0 20px;
	width:538px;
}
.rankContsSubWrap .rankingConts{
	width:638px;
}
.rankContsWrap:first-child .rankNo{
	float: left;
	background-color: #fd548d;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:40px;
	font-size: 15px;
}
.rankNo{
	float: left;
	background-color: #18c9eb;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:40px;
	font-size: 15px;
}
.rankNoSub{
	float: left;
	background-color: #333;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:40px;
	font-size: 15px;
}
.rankName{
	float: left;
	font-size: 17px;
	vertical-align: middle;
	line-height:40px;
	padding-left: 10px;
}
.rankUniv{
	float: left;
	font-size: 14px;
	line-height:40px;
	padding-left: 20px;
}
.rankTag{
	background: #fd548d;
	color:#fff;
	padding:0 5px;
	margin:15px 5px 0 0;
	float:left;
	font-size:11px;
	height:17px;
	line-height: 17px;
}
.rankingConts dl{
	font-size:11px;
	margin-top: 10px;
}
.rankingConts dl dt{
	float:left;
	width:110px;
	font-weight: bold;
	height:22px;
}
.rankingConts dl dd{
	height:22px;
}
.rankMottoLink{
	width:154px;
	text-align: center;
}
.rankMottoLink a{
	padding:0 4px;
	font-size:11px;
	position: absolute;
	bottom:20px;
	right:0;
	color:#fff;
}
.rankMottoLink li span{
    color: #fff;
    font-size:10px;
    margin:0 5px 0 2px;
}
.rankFb{
	float:left;
	background-color: #f7f6f6;
	height:36px;
	color:#fd548d;
	font-size:12px;
	font-weight: bold;
	line-height: 34px;
	padding:0 15px;
	margin-top: 10px;
	overflow: hidden;
}
.rankFb p{
	float: left;
}
.rankFb .fb-like{
	float: left;
	line-height: 28px;
	margin-left: 11px;
}
.RankingWrap{
	float:left;
}
.RankingWrap .mosaic-overlay{
	line-height: 219px;
}
.RankingWrap .block{
	width: 219px;
	height: 219px;
}
.RankingSubWrap .mosaic-overlay{
	line-height: 120px;
}
.RankingSubWrap .block{
	width: 120px;
	height: 120px;
}
/*フォーム*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,input.wpcf7-form-control.wpcf7-text,textarea.wpcf7-form-control.wpcf7-textarea{
	border: 1px #dedede solid;
	margin-bottom: 15px;
	height: 16px;
	padding: 5px;
}
.pictures{
	margin: 10px 0 15px 0;
}
span.wpcf7-list-item{
	margin:0 10px 0 0;
}
.recruit-radio{
	margin-bottom: 15px;
}
.aboutprivacy{
	margin-top: 15px;
}
.only{
	color: #fc184d;
}
/*404*/
#notFound h4{
	color: #fd548d;
}
#notFound a{
	color: #fd548d;
	text-decoration: underline;
}


/*コンタクトフォームサイズ*/
.wpcf7 textarea[name="textarea-38" "textarea-393" "textarea-356" "textarea-68"] {
        width: 80%;
        height: 200px !important;
}

/*FAQ*/
.accordion-switch {
    display: block;
    padding: 5px;
    border-bottom: #fff 1px solid;
    color: #333;
    background: #f7f6f6;
}
.accordion-switch + input {
    display: none;
}
.accordion-switch:before{
	content: "\a0";
	width: 13px;
	height: 13px;
	background: url(images/single-icon.png) no-repeat left top;
	display: block;
	float: left;
	margin: 4px;
}
.accordion-body {
    display: none;
    padding: 10px 10px;
    color: #333;
    border-bottom: #fff 1px solid;
}
.accordion-switch + input:checked + .accordion-body {
    display: block;
}
