@charset "utf-8";
/* レイアウトサイズ

    　　　1120px
	220px       810px   
┏━━━━━━━━━━━┓
┃                　　　┃
┃                　　　┃
┃                　　　┃
┃                　　　┃



*/

/*
肌色 #fdbbb8
肌色ハイライト #fad7d6
on肌色テキスト #cf736f
基本テキスト #321817
*/


/* web fonts
======================================================= */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,400italic);

/*===================================================== */
/* html tags
======================================================= */
html{
	height: 100%;
	margin-bottom: 1px;
}
body {
	position: relative;
	text-align:left;
	padding:0;
	margin:0px auto;
	line-height:1.3em;
	background:#f9a0d0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body a{
	text-decoration:none;
	color:#2e0303;
}
body a:hover{
	color:#520707;
	text-decoration:underline;
}
h1,h2,h3{margin:0;padding:0;}
h2{
	margin:0 auto 30px;
	padding:0;
	text-align:center;
}
h3{}
p,ul,li{margin:0;padding:0;}
li{list-style:none;}
img{border:0;}
th,td{
	font-size:14px;
}

/*ユーティリティ*/

/*【clearfix決定版】*/
#overframe:after,#container:after,.section:after,.inner:after,#navi:after,#footer .footMenu:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
.clearfix:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
/*【clearfix for IE7 over】*/
.clearfix_for_ie7{zoom: 1;}

.section{width:auto;}    /*囲み*/
.box{float:left;}　     /*float用小枠*/
.left{float:left;}　　 /*左寄せ*/
.right{float:right;}　/*右寄せ*/
.clear{clear:both;}　/*解除*/

.circle{     /*角丸*/
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
}

/* 横浜店呼び出し可 */
.img .otherArea{
	position: absolute;
	top:-14px;
	right:-5px;
	width:80%;
}
.img .otherArea img{
	width:100%;
}

/*カテゴリアイコン*/
.img {
	position: relative;
}
.img .icon_cate{
	position: absolute;
	bottom:0;
	right:0;
	width:50%;
}
.img .icon_cate img{
	width:100%;
}
/*===================================================== */
/* LAYOUT
======================================================= */

#wrapper{
	width:100%;
	margin:auto;
	padding:0;
	background:url(../images/common/wrapper_bg.jpg) no-repeat top center fixed;
}
#outer{
}
#container{
	width:1070px;
	position:relative;
	margin:0 auto 0px;
	padding:15px 20px ;
	background:url(../images/common/container_bg.png);
	box-shadow:2px 2px 4px 4px rgba(0,0,0,0.1);
}
.contents{ 
	float:right;
	width:810px;
	margin:0 0 0;
	padding:0;
}
#side{
	float:left;
	width:220px;
}

/*===================================================== */
/* DESIGN
======================================================= */


/* header
======================================================= */

h1.common{
	position:absolute;
	top:0px;
	right:30px;
	margin:auto;
	font-size: 11px;
	font-weight: 100;
	color: #999;
	z-index:100;
}
#header{
	clear:both;
	width:100%;
	height:140px;
	margin:0 auto 10px;
	padding:0 0;
	/*background:url(../images/common/header/header_bg.png);*/
	z-index:5;
}
#header .inner{
	position:relative;
	width:1120px;
	height:140px;
	margin:auto;
	padding:0;
	background:url(../images/common/header/header_inner_bg.png)
}
#header #logo{
	position:absolute;
	top:0;
	left:-28px;
	z-index:10;
}
#header #catch{
	position:absolute;
	top:0;
	left:380px;
}
#header #mail{
	position:absolute;
	top:24px;
	right:20px;
}
#header #tel{
	position:absolute;
	top:56px;
	right:20px;
}

/* navi
======================================================= */

#navi{
	width:100%;
	margin:0 auto 16px;
	padding: 0;
}
#navi ul{
	margin:0 auto 0;
	padding:0;
}
#navi li{
	display:block;
	height:60px;
	margin:0 0 2px;
	background:#000;
}
#navi li a span{
	display:none;
}

/*===================================================== */
/* side
======================================================= */


/* side
======================================================= */

#side{
}

/* ブログヘッドライン */

#side #side_blog{
	width:214px;
	padding:2px;
	margin:0 0 12px;
	border:1px solid #3a3535;	
}
#side #blog_headline{
}
#side #blog_headline h3{
	margin:0 0 10px;
}
#side #blog_headline ul{
	height:600px;
	overflow:auto;
}
#side #blog_headline ul li{
	padding:8px 8px;
	background:#171717;
	border-bottom:1px dotted #262525;
	color:#FFF;
}

#side #blog_headline ul li a{
	color:#f0f0f0;
}

#side #blog_headline ul li:nth-child(even){
	background:#292929;
}

#side #blog_headline ul li:hover{
	background:#333
}

#side #blog_headline ul li .blog_t{
	font-size:13px;
	margin:0 0 8px;
}
#side #blog_headline ul li .blog_date{
	margin:0 0 5px;
	font-size:12px;
}
#side #blog_headline ul li .blog_name{
	float:left;
	font-size:11px;
	color:#BBB;
}

#side #blog_headline ul li .cast_name{
	float:left;
	margin-left:12px;
	text-align:right;
}
#side #blog_headline ul li .blog_img{
	float:left;
	width:40px;
	margin-left:10px;
}
#side #blog_headline ul li img.photo{
	width:100%;
}

/* recruit */

#side #side_recruit{
	margin:0 0 25px !important;
}


/* group link */

#side #group_link{
	margin:0 0 15px;
}
#side #group_link li{
	width:220px;
	margin:0 0 1px;
}
#side #group_link li img{
	width:100%;
	border:1px solid #999;
	box-sizing: border-box;
}
/* mailmagazine */

#side #side_mmg{
	width:100%;
	height:320px;
	margin:0 0 15px;
	background:url(../images/side/mmg_bg.png) no-repeat;
}
#side #side_mmg .inner{
	width:85%;
	margin:auto;
	padding:230px 0 0;
}
#side #side_mmg .inner p{
	padding:3px 0;
	font-size:11px;
	line-height:1.1;
}
#side #side_mmg .inner input[type=text]{
	display:block;
	float:left;
	height:15px;
	width:66%;
	margin: 0 5px 0 0;
	padding:1%;
	border:1px solid #AAA;
}
#side #side_mmg .inner input[type=text].reg{
	background:#ffb7b7;
}
#side #side_mmg .inner input[type=text].del{
	background:#FFF;
}

#side #side_mmg .inner input[type=submit]{
	display:block;
	float:left;
	width:24%;
	height:20px;
	padding:1%;
	text-align:center;
	border:1px solid #AAA;
	cursor:pointer;
	background:#DDD;
	color:#333;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1;
}


/* group Link */ 

#side #groupLink{
	margin:0 0 20px;
}



/* recruit */

#side #side_recruit{
	margin:0 0 5px;
}

/* line */

#side #side_line{
	margin:0 0 5px;
}

/* ranking */

#side #side_ranking{
	margin:0 0 12px;
	padding:5px;
	background:url(../images/side/ranking/bg.png);
}
#side #side_ranking h3{
	margin:0 0 10px;
}
#side #side_ranking .section{
	width:94%;
	margin:0 auto 8px;
	padding:5px 3%;	
	background:#f5efed;
}
#side #side_ranking .section .left{
	position:relative;
	float:left;
	width:60px;
}
#side #side_ranking .section .right{
	position:relative;
	float:right;
	width:130px;
}
#side #side_ranking .section .img{
	margin:0 auto ;
}
#side #side_ranking .section .img .new{
	top:-8px;
	left:-8px;	
}
#side #side_ranking .section .new img{
	width:80%
}
#side #side_ranking .section .right .r_icon{
	position:absolute;
	top:0px;
	right:5px;
	z-index:20;
}
#side #side_ranking .section .name{
	padding-top:30px;
	margin:0 auto 8px;
	font-size:12px;
	line-height:1;
	font-weight:bold;
}
#side #side_ranking .section .name a{
	color:#000;
	padding:0;
	line-height:1;
}
#side #side_ranking .section .size{
	width:96%;
	font-size:11px;
	margin:0 auto 5px;
	line-height:1;
}


/*===================================================== */
/* side icon
======================================================= */

#sideiconArea{
	position:fixed;
	top:40px;
	
}

/*===================================================== */
/* contact 
======================================================= */

.contents .contact{
	padding:25px 0;
	
}

/*===================================================== */
/* footer
======================================================= */

#footer{
	clear:both;
	width:100%;
	display:block;
	padding:20px 0 ;
	background:#130303;
}
#footer #footMenu{
	width:1180px;
	margin:0px auto 20px;
	padding: 25px;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

/* footerInfo */

/* footer navi */

#footer #footMenu #footer_naviArea{
	width:90%;
	margin:30px auto 40px ;
}
#footer #footMenu ul.footer_navi{
	text-align:left;
	margin:0 0 10px;
	
}

#footer #footMenu ul.footer_navi li{
	float:left;
	margin:0 30px 15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:1.8;
	font-size:12px;
	color:#ccc;
	text-align:center;
	list-style-image:url(../images/common/footer/navi_icon.png);
}
#footer #footMenu ul.footer_navi li a{
	color:#fffce8;
}
#footer #footMenu a:visited{
	text-decoration:none;
}
#footer #footMenu a:link{
	text-decoration:none;
}
#footer #footMenu a:hover{
	text-decoration:underline;
}


/* ###スペシャルリンク################################################# */
#footer #specialLink{
	float:right;
	padding:0 ;
}

/* ###コピーライト##################################################### */
#footer #copyright{
	text-align:center;
	padding:8px;
	font-size:11px;
	color:#F3E5E5
}