@charset "utf-8";
/* =============================================================================
   メイン用CSS
   ========================================================================== */



html			{	-webkit-text-size-adjust: none;	}
body { }
body {
	background: #ffffff;
	color: #666666;
	background-color:#FFFFFF;
	width:320px;
}
a 				{ text-decoration: none; color:#F76B1E; }
a:link 		{	text-decoration: none; color:#F76B1E; }
a:visited {	text-decoration: none; color:#F76B1E; }


.hide { display:none; }

ul li { list-style: none;}



/*============================================================================*
/* デザインパターン
/*============================================================================*/
.deg_heder_title {
	background: url("../images/header_title.png")center center repeat-x; background-size:cover; color:#FFF; text-align:center; line-height:1.5; font-weight:normal; font-size:14px; font-weight:bold; }


/*バナーエリア*/
.deg_banner_area { width:96%; text-align:center; padding:6px auto; margin-left: auto; margin-right: auto;  }

/*============================================================================*
/* ヘッダー
/*============================================================================*/

/*上部帯*/
.header_top {
	height:17px;
	/*	background-color: #EF8C00; */
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../images/header_top_bg.jpg);
	background-repeat: repeat-x;
}
.header_top img { vertical-align:top;  }

/*ロゴ・ログインメニュー部分*/
.header_logo { width:100%; }
.header_logo td.firstChild { width:55%; }
.header_logo .logo a { display:block; /* width:286px; height:100px; */}
.header_logo .logo a img { width:100%;  }
.header_logo .login_menu { vertical-align:middle; width: 35%;}
.header_logo .login_menu a img { width:100%; }
.header_logo .login_menu .login a {  display:block; /* width:247px; height:55px; */margin:0 10px; }
.header_logo .name{ text-align:right;  }
.header_logo .name a {  color:#333 !important; }

.logo firstChild

@media screen and (max-device-width: 480px) {
	.header_logo .logo a { display:block;  width:143px; }
.header_logo .login_menu .login a {  display:block; width:123px; margin-right:-10px; }
	}

/*ヘッダーバナーエリア*/
.header_banner_area { text-align:center; padding-top:6px; margin-left: auto; margin-right: auto; padding-bottom:0; margin-bottom:0; }
.header_banner_area img { vertical-align:bottom; }




/*============================================================================*
/* フッター
/*============================================================================*/


/*----------------------------* 
/* フッターメニュー
/*----------------------------*/
.footer_menu { margin:0; padding:0; text-align:center;}
.footer_menu .menu {  margin:0; padding:0; width:100%;  }
.footer_menu .menu td {  margin:0; padding:0; }
.footer_menu .menu td img { vertical-align:bottom; ; }

@media screen and (max-device-width: 480px) {
	.footer_menu .menu td img { vertical-align:bottom; ; }
.footer_menu .menu .navi_btn_top { width:64px; height:67px; }
.footer_menu .menu .navi_btn_top img { width:64px; }
.footer_menu .menu .navi_btn_search { width:64px; height:67px; }
.footer_menu .menu .navi_btn_search img { width:64px; }
.footer_menu .menu .navi_btn_keep { width:64px; height:67px; }
.footer_menu .menu .navi_btn_keep img { width:64px;  }
.footer_menu .menu .navi_btn_mypage { width:64px; height:67px; }
.footer_menu .menu .navi_btn_mypage img { width:64px;  }
.footer_menu .menu .navi_btn_logout { width:64px; height:67px; }
.footer_menu .menu .navi_btn_logout img { width:64px;  }
.footer_menu .menu .navi_btn_register { width:64px; height:67px; }
.footer_menu .menu .navi_btn_register img { width:64px;  }
}

/*----------------------------*
/* バナーエリア
/*----------------------------*/
.footer_banner_area { text-align:center; padding:6px; }
.footer_banner_area img { vertical-align:bottom; }

/*----------------------------*
/* フッター下部メニュー
/*----------------------------*/
.footer_bottom_menu { background-color:#f9d397; text-align:center; padding:5px; border-top: solid 1px #fbad32; }
.footer_bottom_menu a { color:#794c07; font-size:11px; }
.footer_bottom_menu .mailto { }



/*----------------------------* 
/* コピーライト
/*----------------------------*/

.copyright { /* width:319px; */ height:50px; }
/* .copyright img { width:319px;} */



/* 2013.5.10中村追加

/* =============================================================================
   メイン用CSS
   ========================================================================== */

body {
	border: 0px solid #CCC;
	width:100%;}

@media screen and (max-device-width: 480px) {
  body {
	width:100%;
  }
}

#article {
}

/* 初めて、ご案内 */
#start h2 { margin-top:20px;
 margin-bottom:20px;}
#start .starttext {
	margin: 15px;
	line-height: 2em;
	font-size: 15px;
	text-indent: 15px;
}

#start .starttext img { margin-top:20px;
 margin-bottom:20px;}

/* 店舗情報 プロフィール*/
#article .shopdata , #article pre
{
	display: block;
	border: 2px dotted #F63;
	margin-top: 20px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	clear: both;
	text-indent:0ems;
}
#girlsnews .shopdata a {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	font-size: 1.2em;
/*	text-transform: uppercase; */
	font-weight: bold;
	color: #666;
	cursor: pointer;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9499), to(#fcdcdd));
	background-image: -webkit-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -moz-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -ms-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -o-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: linear-gradient(top, #fe9499, #fcdcdd);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9499', endColorstr='#fcdcdd',GradientType=0 );/* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 60px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
}

/* 記事リスト */

.newslist a {
	font-weight: bold;
	font-size: 13px;
}


.newsllist li {
	font-size: 12px;
}

.newslist li img{
	float: left;
	margin-right: 5px;
}

.box {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	display: block;
	padding-bottom: 10px;
}

/* インタビュー形式 */

.interview {
	text-indent: 0em;
}

.quistion {
	color: #F60;
}

.answer {
	color: #000;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background-color: #FCF;
	text-indent: 0ems;
}

.dtbg {
	padding: 3px;
	border-radius: 0px 0px 0px 20px;         /* CSS3 */
	-moz-border-radius: 0px 0px 0px 20px;    /* Firefox */
	-webkit-border-radius: 0px 0px 0px 20px; /* Safari,Chrome */
	text-indent: 0ems;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFAD80;
	border-left-color: #FFAD80;
}

/* ガールズニュース */

#article #girlsnews {
	font-size: 15px;
	line-height: 2em;
	padding: 5px;
}

#girlsnews h2 {
	font-size: 100%;
	background-color: #400000;
	color: #FFF;
	padding: 5px;
	font-weight: normal;
}

#girlsnews h3 {
	background-color: #F99;
	padding: 3px;
	margin-top: 19px;
	margin-bottom: 10px;
	clear: both;
}
#girlsnews ul {
	margin-left: 0;
}

#girlsnews li a {
	display: block;
	border: 1px solid #DDD;
	padding:5px;
	line-height: 1.3em;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9499), to(#fcdcdd));
	background-image: -webkit-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -moz-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -ms-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -o-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: linear-gradient(top, #fe9499, #fcdcdd);


 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9499', endColorstr='#fcdcdd',GradientType=0 );/* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #F60;
	margin-right: auto;
	margin-left: auto;
}
#girlsnews a{color:#F60!important}
#girlsnews .lead {color: #630;}

#girlsnews p {
	padding: 10px;
}

#girlsnews .phleft {
	text-indent: 0em;
}


/* 一般記事 */

#article #articleinner {
	font-size: 15px;
	line-height: 2em;
	margin: 5px;
}

#articleinner h2 {
	color: #C03;
	margin-top:40px;
	text-align: center;
}

#articleinner h3 {
	background-color: #F99;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#article h4 {
	color: #F39;
	font-size: 14px;
	margin-top: 20px;
	clear: both;
}

#articleinner li a {
	display: block;
	border: 1px solid #DDD;
	padding:5px;
	line-height: 1.3em;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9499), to(#fcdcdd));
	background-image: -webkit-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -moz-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -ms-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -o-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: linear-gradient(top, #fe9499, #fcdcdd);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9499', endColorstr='#fcdcdd',GradientType=0 );/* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	margin-right: 6px;
	margin-left: 6px;
}

#articleinner .lead {color: #630;}

#articleinner .category {
	background-color:#CFF;
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
	width: 250px;
	height: 12px;
	text-align: center;
}

#articleinner p{
	font-size: 15px;
	line-height: 2em;
	text-indent: 1em;
	margin-top: 20px;
	margin-left: 20px;
}

#article .category {
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
	width: 250px;
	height: 12px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FCF;
}


#article .phleft {
	float: left;
	background-color: #FFF4FF;
	padding: 9px;
	border: 1px solid #FFCEED;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: 10px;
	font-size:12px;
	line-height:24px;
	clear: both;
	width: 50%;
}

#article .phleft img {
	width: 100%;
	margin-bottom: 10px;
	text-indent: 0ems;
	float: left;
}


#article .phcenter {
	background-color: #FFF4FF;
	padding: 9px;
	border: 1px solid #FFCEED;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: left;
	clear: both;
	width: 95%;
}

#article .phcenter img {
	width:100%;
}

#article .interviewenv { 
	clear: both;
}

#article .interviewenv p {
	margin-top:10px;
	margin-bottom:20px;
	text-indent: 0ems;
}

#article .ylife {
	color: #F69;
}

#article .user {
	color: #FE76A2;
	background-color: #FFFFFF;
	padding: 5px;
	border: thin dotted #FE76A2;
	margin: 10px;
}


#article .profdata {
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	width: 90%;
	background-color: #FFF4FF;
	margin-right: auto;
	margin-left: 20px;
	border: 2px dotted #F69;
	text-indent: 0em;
	padding-right: 10px;
	padding-left: 10px;
}

#article .relatedpagebox { clear:both;}

.relatedpagebox li a {
	display: block;
	border: 1px solid #DDD;
	padding:5px;
	line-height: 1.3em;
	margin-top: 6px;
	margin-bottom: 6px;

	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9499), to(#fcdcdd));
	background-image: -webkit-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -moz-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -ms-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -o-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: linear-gradient(top, #fe9499, #fcdcdd); */

/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9499', endColorstr='#fcdcdd',GradientType=0 );/* IE6-9 */ 
*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	height:90px;
	width: 90%;
}

.relatedpagebox .gnth {
	height: 80px;
	width: 80px;
	overflow:hidden;
float:left;
	margin-right:6px;
}



.share {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}


/* ペットボーイクラブ */

#article #pbc {
	font-size: 15px;
	line-height: 2em;
	margin: 5px;
}

#pbc h2 {
	color: #400000;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F18D00;
	padding-top:5px;
	clear: both;
}

#pbc h3 {
	background-color: #F18D00;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

#pbc h3 {
	margin-right: auto;
	margin-left: auto;
}

#pbc h3 a, a:link, a:visited {
	text-decoration: none;
	color:#FFF;
}

#pbc .lead {
	color: #630;
	margin-top: 10px;
	margin-bottom: 10px;
}


#pbc p {
	text-indent: 1em;
	clear: none;
	padding-bottom: 10px;
	margin-bottom: 40px;
}



#pbc a, a:link, a:visited {
	text-decoration: none;
	color:#06F;
}

#pbc .presentinfo {
	color: #666;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 90%;
	background-color: #FFDAB5;
	margin-right: auto;
	margin-left: 20px;
	border: 2px dotted #C60;
	text-indent: 0em;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	float: none;
	padding-bottom: 10px;
}

#pbc .presentinfo .imgbox {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pbc .postenv {
	clear: both;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#pbc .postenv img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
}

#pbc .postenv .thumbnail {
	height: 200px;
	width: 200px;
	overflow:hidden;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#pbc .postenv p {
	margin-bottom: 30px;
	padding-bottom: 10px;
}


/* divの折りたたみ */
#pbc .divColorGray{
	padding:10px;
	background-color: #CCC;
}
.open{
	color: #FFF;
	cursor: pointer;
	padding: 5px;
	background-color: #F18D00;
	text-align: center;
	clear: both;
	display: block;
	margin-top: 80px;
     }

#girlsnews .open a, a:link, a:visited {
	text-decoration: none;
	color:#666 !important;
	font-weight: bold;
}

#pbc #slideBox{
     display:none;
     }

/*キャンペーン*/
/* ペットボーイクラブ */

#article #campaign {
	font-size: 15px;
	line-height: 2em;
	margin: 5px;
}

#campaign h2 {
	color: #C03;
}

#campaign h3 {
	background-color: #F99;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#campaign .lead {
	color: #F60;
	margin: 10px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FC0;
	border-left-color: #FC0;
	text-indent: 0em;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#campaign .category {
	background-color:#CFF;
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
	width: 250px;
	height: 12px;
	text-align: center;
	margin-left: 10px;
}

#campaign p {
	text-indent: 1em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 70px;
}

#campaign dl {
	margin-right: 10px;
	margin-left: 10px;
}

#campaign .alert {
	color: #C03;
	text-indent: 0em;
}
ul {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#campaign h2 .title{
	margin-left: 10px;
}

#campaign .NaviButton{
	border:solid 1px #ccc;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	width: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9499), to(#fcdcdd));
	background-image: -webkit-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -moz-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -ms-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -o-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: linear-gradient(top, #fe9499, #fcdcdd);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9499', endColorstr='#fcdcdd',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	text-align: center;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#campaign .NaviButton a ,a:link ,a:visited	{
	text-decoration: none;
	color:#999;
}
#articleinner .openRule {
	width: 90%;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
#articleinner .openRule ul {
	margin: 0;
}
#articleinner .openRule ul li {
	font-weight: bold;
	text-align: center;
	margin: 0 0 4px;
}
#articleinner .openRule ul li a {
	font-size: 90%;
	padding: 6px 0;
	margin: 0;
}