@charset "utf-8";
/* CSS Document */

/*---------共通---------*/
article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {display: block}

html {-webkit-text-size-adjust: 100%}
body{margin:0;}
dl,dt,dd,ul{padding:0;}
ul{padding:0;margin:10px 0 0 0;}
li{list-style-type:none;}

a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#0090ff;
}

a.inline {
	display: inline;
}

img {
     max-width: 100%;
     height: auto;
     }
div{ -webkit-background-size: 300px 150px; } /* 横px 縦px */

.clearfix:after { /*float解除ポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

.freearea{
    margin:10px 30px 10px 30px;
    position:relative;
}

.freearea ul{
    position:relative;
    left:50%;
    float:left;
}
.freearea li{
    position:relative;
    left:-50%;
    float:left;
}

/*
.freearea img{
   position:relative;
   left:-50%;
   float:left;
}
*/

/*---------ヘッダー---------*/
article{
	width: 96%;
	border: 1px solid #C0C0C0;
	margin: 0 auto;
}

.header{width:100%;margin:10px auto;text-align:center;}

/*------- 矢印つきリスト------- */
.list1 ul{
	margin: 0 auto;
	width: 98%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

 .list1 ul li{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-bottom: 1px solid white;
    border-top: 1px solid #ccc;
    height: 44px;
    margin: 0;
}

 .list1 ul li a{
    color: #333;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    line-height: 44px;
}

.list1 ul li a::after{
    content: url(http://mf-os.com/_skin/list_mark1.png);
    float: right;
}

.list dl dt:after{
    content: url(http://mf-os.com/_skin/list_mark1.png);
    float: right;
}


.keyword{
    color: #333;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    line-height: 44px;
}

.keyword_input{ color: #333;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    line-height: 30px;
}

.keyword{
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 45px;
	margin: 0px;}

.keyword img{ float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

.keyword strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
/*---------トップニュース---------*/

#box01,#box01-shoptopnews,#box02{
	display: block;
	padding: 0;
	margin:0 10px;
	color: #666;
	text-decoration: none;
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	box-shadow: 1px 1px 2px #e7e7e7;
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dfdfdf),
	to(#ccc));
}

#box01{
	background: #fafafa;
	padding:10px;
	text-align:left;
}

#box01.more{
	padding-bottom:10%;
}

#box01 img{
display:block;
margin-top:10px;
}
.float{
display:inline-bock;
float:left;
}


#box01-shoptopnews{
	color:#000;
	background:#fafafa;
	padding:10px;
	text-align:left;
}

#box01-shoptopnews img{
display:block;
margin-top:10px;

}

.swipe-gray{
	background: #dadada;
	border:1px solid #666;
	margin-right:10px;

}


h1{
	font-size:100%;
	color:#000;
	padding:5px;
	width:auto;

	position:relative;
	padding:10px;
	background:#eaeaea;
	box-shadow:10px 0 0 0 #eaeaea,-10px 0 0 0 #eaeaea,0 3px 3px 0 rgba(0,0,0,0.1);
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #444;
	text-shadow: 1px 1px 5px #666;
}

h1:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#eaeaea;
}

h1:after{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#eaeaea;
}


.list{
	width: 95%;
	margin: 10px auto 0;
	border-bottom:2px solid #CCC;
	margin-bottom:8px;
	overflow:hidden;
}

.pic_TN{
	float:left;
	overflow:hidden;
	margin: 0 1% 0 0;
}

.list dt{
	font-size:16px;
	font-weight:bold;
}
.list dl{
	font-size:12px;
	margin:0;
}

.list h3{
	font-size:12px;
	margin:8px 10px 5px 0;
	background-color:#CB3852;
	display:inline-block;
	color:#FFF;
	padding:2px 5px;
	text-align:center;
}

.list p{
	font-size:12px;
	margin:0 10px 10px 0;
}

.list02,.list03{
	margin: 10px auto 0 auto;
	padding:0 0 10px 0;
	overflow:hidden;
	/* text-align:center; */
}

/*.list02 dt{font-size:14px;font-weight:bold;color:#CB3852;}*/
.list02 dt{font-size:14px;font-weight:bold;color:#000;}
.list02 dd{font-size:14px;margin:0;}
.list02 dl{font-size:12px;margin:0;}
.list02 h3{font-size:12px;margin:8px 10px 5px 0;}
.list02 p{font-size:12px;margin:0 10px 10px 0;}

.list03{
	width: 95%;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
}

.list03 dt{font-size:18px;}
.list03 dt,.list03 dd{margin:0;}

.right{text-align:right;padding-right:10px;}


.top_news_right,.top_news_right57{
	width: 100%;
}

.news_title{
    text-align:center;
}


.top_news_right dd,.top_news_right57 dd{margin:3px 0;}

.top_news_right57 .list_cast_name{}

.top_news_right57 .list_cast_age{font-weight:normal;}

.top_news_right57 .list_cast_size{font-weight:normal;}

.top_news_right57 .list_cast_catch{}

.index_cast_catch,dd.work_cast_catch{font-weight:bold;}

.border{
  border:2px solid #fafafa;
}

/*---------ボタン---------*/

#box01 ul.second_level{
	margin: 0;
	border-top: #999 1px solid;
}

#box01 ul.second_level::after{
	content: "";
	display: block;
	clear: both;
}

#box01 .second_level li a{
	width:50%;
	float: left;
	text-align: center;
	color: #142144;
	padding: 15px 0;
}

#box01 .second_level li:nth-child(2) a{
	width: 50%;
	margin: 0;
	border-right:none;
}

.bt_phone a{
	background: -moz-linear-gradient(top,#fff6d4, #fff6d4 50%,#fdedac 50%,#fdedac);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff6d4), color-stop(0.5,#fff6d4), color-stop(0.5,#fdedac), to(#fdedac));

}

.bt_detail a{
	background: -moz-linear-gradient(top,#ffe9ee, #ffe9ee 50%,#ffcad5 50%,#ffcad5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe9ee), color-stop(0.5,#ffe9ee), color-stop(0.5,#ffcad5), to(#ffcad5));

}

/*---------出勤者一覧---------*/

.today_list{
	margin: 10px;
	padding: 12px 0;
	text-align: center;
	font-size: 18px;
	color: #333;
}


/*---------コンパニオン---------*/

 .conpanion{
	background: #EEE;
	border:1px solid #ebb7b7; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	background-color: #f7e3e3; background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e3e3), to(#ffd7d7));
	background-image: -webkit-linear-gradient(top, #f7e3e3, #ffd7d7);
	background-image: -moz-linear-gradient(top, #f7e3e3, #ffd7d7);
	background-image: -ms-linear-gradient(top, #f7e3e3, #ffd7d7);
	background-image: -o-linear-gradient(top, #f7e3e3, #ffd7d7);
	background-image: linear-gradient(to bottom, #f7e3e3, #ffd7d7);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f7e3e3, endColorstr=#ffd7d7);
	margin: 10px;
	padding: 12px 0;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #333;
}


/*---------ショップニュース---------*/

.list_s{
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
	background-color:#cccccc;
	overflow:hidden;
}

.pic_SN{
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.update{font-size:12px;margin-top:10px;}
.list_s dt{font-size:14px;margin:0;font-weight:bold;}
.list_s dd{font-size:12px;margin:8px 10px 5px 0;}
.list_s p{font-size:12px;margin:0 10px 0 0;margin-left:80px;}


/*----------フッター-----------*/


footer ul.second_level{
	border-top: #C0C0C0 1px solid;
	margin-top:30px;
}

footer ul.second_level::after{
	content: "";
	display: block;
	clear: both;
}
footer .second_level li a{
	width:50%;
	float: left;
	text-align: center;
	color: #142144;
	padding: 10px 0;
}
footer .second_level li:nth-child(2) a{
	width: 49%;
	border-left: #C0C0C0 1px solid;
	border-right:none;
}

footer ul{
	border-top: #C0C0C0 1px solid;
	padding:0;margin:0;
	}
footer li a{
	width:33%;
	float: left;
	text-align: center;
	color: #142144;
	padding: 10px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff6bd), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: linear-gradient(top, #ffffff 0%, #fff6bd 100%);

		}
footer li:nth-child(2) a{
	border-left: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
}


footer ul.second_level{
	border-top: #C0C0C0 1px solid;
	margin-top:30px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff6bd), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #fff6bd 100%);
	background: linear-gradient(top, #ffffff 0%, #fff6bd 100%);
}

footer ul.second_level::after{
	content: "";
	display: block;
	clear: both;
}

footer .second_level li a{
	width:50%;
	float: left;
	text-align: center;
	color: #142144;
	padding: 10px 0;
}


footer .second_level li.second_level_right:nth-child(2) a{
	width: 49.6%;
	float: right;
	border-left: #C0C0C0 1px solid;
}

#copyright{
	clear:both;
	padding: 3px 0;
    margin:0;
	font-size: 11px;
	text-align: center;
	background-color:#EEE;
	color: #333;
}

/*---------パギネーション---------*/

.pagination{
    margin:10px 0 5px 0;
    text-align: center;
}

.pagination a{
    display: inline;
}

/*---------top_topnews_view.html キャスト---------*/

#cast_box{
    padding:0 10px;
    width:100%;
}

#cast_box dt{margin:3px 0;}
#cast_box dd{margin:3px 0 10px 0;}
#cast_box p{text-align:left;}

#box02 ul.second_level{
	margin: 0;
	border-top: #999 1px solid;
}



#box02 .link{
    background: -moz-linear-gradient(top,#fff6d4, #fff6d4 50%,#fdedac 50%,#fdedac);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff6d4), color-stop(0.5,#fff6d4), color-stop(0.5,#fdedac), to(#fdedac));
}


#box02 ul.second_level::after{
	content: "";
	display: block;
	clear: both;
}

#box02 .second_level li a{
	width: 100%;
	text-align: center;
	color: #142144;
	padding-top:10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin-top: -10px;
	margin-bottom: 0px;
}

/*---------入力フォーム---------*/

#inquiry,#search_box{
    width: 95%;
    margin: 10px auto 0 auto;
    padding:0 0 10px 0;
    overflow:hidden;
}

#inquiry ul{
    background-color:#cc3333;
    color:#FFFFFF;
    padding:5px;
    margin-bottom:10px;
}
#inquiry dd{margin:10px 0;}

.BT_send{padding:5px 30px;}
