@charset "UTF-8";


/*=========================================================*/
/* Fontsize list */
/* | 9px =64.1%  | 10px=71.3%  | 11px=78.4%  | 12px=85.5%  | 13px=92.6%  | 14px=100%   | */
/* | 15px=106.9% | 16px=114%   | 17px=121.1% | 18px=128.3% | 19px=135.4% | 20px=142.5% | */
/* | 21px=149.6% | 22px=156.8% | 23px=163.9% | 24px=171%   | 25px=178.1% | 26px=185.3% | */
/*=========================================================*/




@media only screen and (min-width: 641px) {
/*common*/
html	{overflow-y: scroll;}

/*20150216*/
body		{font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;color:#353535;text-align:center;-webkit-text-size-adjust: none;border-top: 6px solid #34a738;min-width:942px;}
/*20150216*/

a:focus { outline:none;}
img	{border:none;}
#content a	{color:#353535;text-decoration:none;border-bottom:1px solid #34a738;padding-bottom:1px;}
#content .book_img a	{border-bottom:none;}
a,form input	{outline:none;}
#wrapper	{margin:0 auto;text-align:left;}
strong	{font-weight:bold;}
hr.obi	{display:none;}/*SP用の帯を不可視*/
.sp_dc_title	{display:none;}/*SP用の電子コミック見出しを不可視*/
.sp_nav	{display:none;}/*SP用のimgを不可視*/


#header	{width: 942px;margin:0 auto;padding-top:36px;margin-bottom:25px;}
#header_mmr_sp	{display:none;}

h1	{float:left;}

#header_mmr #header01	{margin-bottom:18px;}
#header_mmr #twitter {float: right;margin-left:16px;}




/*PC用帯*/
.belt	{width:942px;height:13px;background:url(/img/pc_belt.gif) 0 0 repeat;margin-bottom:28px;}
/*PC用帯*/

/*グローバルナビ*/
#header ul li		{float:left;}

#header ul li ul li#nav01 {width:140px;height:34px;background:url(/img/pc_nav01.gif) 0 0 no-repeat;}

#header ul li ul li#nav02 {width:140px;height:34px;background:url(/img/pc_nav02.gif) 0 0 no-repeat;}

#header ul li ul li#nav03 {width:89px;height:34px;}
#header ul li ul li#nav03 a	{width:89px;height:34px;background:url(/img/pc_nav03.gif) 0 0 no-repeat;display:block;text-indent:-9999px;}
#header ul li ul li#nav03 a:hover	{background-position:0 -34px;}

#header ul li ul li#nav04 {width:107px;height:34px;}
#header ul li ul li#nav04 a	{width:107px;height:34px;background:url(/img/pc_nav04.gif) 0 0 no-repeat;display:block;text-indent:-9999px;}
#header ul li ul li#nav04 a:hover	{background-position:0 -34px;}

#header ul li ul li#nav05 {width:158px;height:34px;}
#header ul li ul li#nav05 a	{width:158px;height:34px;background:url(/img/pc_nav05.gif) 0 0 no-repeat;display:block;text-indent:-9999px;}
#header ul li ul li#nav05 a:hover	{background-position:0 -34px;}

#header ul li ul li#nav06 {width:109px;height:34px;}
#header ul li ul li#nav06 a	{width:109px;height:34px;background:url(/img/pc_nav06.gif) 0 0 no-repeat;display:block;text-indent:-9999px;}
#header ul li ul li#nav06 a:hover	{background-position:0 -34px;}
/*グローバルナビ*/


/*プルダウン用の記述*/
#header ul li ul li#nav01 li.pull a	{width:121px;background:#fff 0 0 no-repeat;display:block;padding:6px;padding: 10px 9px 10px 9px;font-size: 92.6%;}
#header ul li ul li#nav02 li.pull a	{width:121px;background:#fff 0 0 no-repeat;display:block;padding:6px;padding: 10px 9px 10px 9px;font-size: 92.6%;}

#menu li {
  position: relative;
}
#menu li ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 9999;
  background: #fff;
box-shadow: 1px 6px 5px -3px rgba(0,0,0,.2);
}

#menu li ul li ul li.pull {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
#menu li ul li ul li.pull a {
  display: inline-block;
  color:#34a738;
  text-decoration:none;
  opacity:1.0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;
}

#menu li ul li ul li.pull a:hover {
	color:#4de352;
}
/*プルダウン用の記述*/


/*検索*/
#header_mmr #search	{float:right;}


#search dl	{
}
#search dt	{
	font-weight: bold;
	margin-bottom: 5px;
}
#search #searchform {
	width: 205px;
	background: url(/img/input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#search #keywords	{
width: 156px;
position: absolute;
top: 3px;
left: 12px;
font-size: 85.5%;
border: 1px solid #f6f6f6;
color: #777;
background: #f6f6f6;
}
#search #searchBtn	{
	position: absolute;
	top: 4px;
	left: 178px;
	width: 13px;
}	
/*検索*/
	
	
	
/*パンくず*/
p.pankuzu {background: #f4f4f4;padding: 4px 4px 4px 14px;font-size:85.5%;color:#34a738;margin-bottom:27px;border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;}
#content p.pankuzu a	{border-bottom:none;padding-bottom: 0px;color:#34a738;}
#content p.pankuzu a:hover	{text-decoration:underline;}
/*パンくず*/




#content	{width: 942px;margin:0 auto;padding-top: 0px;clear:both;margin-bottom:44px;}



/*index*/
h3.title_news	{display:none;}/*SP用のニュース見出しを不可視*/
h3.sp_title	{display:none;}/*SP用のニュース見出しを不可視*/
.contents	{display:none;}

#eyecatch	{background:#34a738;width:942px;margin: 0 auto;padding: 4px;margin-bottom:22px;}
#slider		{width:689px;margin:0 auto;float: left;}
.slide_wrapp	{float:left;}


#catch_news	{width:238px;overflow-x:hidden;background: #fbfbfb;height: 210px;text-align: left;padding: 12px 4px 0 10px;}

#catch_news dl	{border-bottom: 1px solid #34a738;margin-bottom: 8px;font-size:78.4%;}
#catch_news dl a	{text-decoration:none;color:#353535;}



#content h2	{font-size:85.5%;font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif}

#content h2.under	{margin-bottom:28px;}


#content h3	{margin-bottom:12px;}
#content .c_box	{margin-bottom: 28px;}
#content .c_box a img	{border-bottom:none;}
#content .c_box .in_c {width: 300px;float: left;margin-right: 21px;}

.c_box > *:first-child + * + * + *	{margin-right:0 !important;}
.in_c  > *:first-child + * + *		{margin-right:0 !important;}
.in_c  > *:first-child + * + * + * + *	{margin-right:0 !important;}


#content .c_box .in_c h4.j_tl	{width:300px;height:27px;margin-bottom:7px;}
#content .c_box .in_c h4.j_tl a	{border-bottom:none;width:300px;height:27px;background:url(/img/pc_top_j01.gif) 0 0 no-repeat;display:block;text-indent:-9999px;}
#content .c_box .in_c h4.j_tl a:hover	{background-position:0 -28px;}
#content .c_box .tl .in_c_wrapp:hover	{background:#ff9fbc;}

#content .c_box .in_c h4.j_mc	{width:300px;height:27px;margin-bottom:7px;}
#content .c_box .in_c h4.j_mc a	{border-bottom:none;width:300px;height:27px;background:url(/img/pc_top_j02.gif) 0 0 no-repeat;display:block;text-indent:-9999px;}
#content .c_box .in_c h4.j_mc a:hover	{background-position:0 -28px;}
#content .c_box .mc .in_c_wrapp:hover	{background:#cda4ff;}

#content .c_box .in_c h4.j_bl	{width:300px;height:27px;margin-bottom:7px;}
#content .c_box .in_c h4.j_bl a	{border-bottom:none;width:300px;height:27px;background:url(/img/pc_top_j03.gif) 0 0 no-repeat;display:block;text-indent:-9999px;}
#content .c_box .in_c h4.j_bl a:hover	{background-position:0 -28px;}
#content .c_box .bl .in_c_wrapp:hover	{background:#a4beff;}

#content .c_box .in_c .in_c_wrapp	{width: 134px;padding: 10px 0 10px 11px ;background: #fafafa;float: left;margin-right: 10px;margin-bottom:7px;}

#content .c_box .in_c .in_c_wrapp div	{width:123px;}
#content .c_box .in_c .in_c_wrapp div .book_crown	{margin-bottom:4px;}
#content .c_box .in_c .in_c_wrapp div .book_crown img.left	{width:40%;margin-right:11px;}
#content .c_box .in_c .in_c_wrapp div .book_crown img.right	{width:50%;float: left;}

#content .c_box .in_c .in_c_wrapp div .book_img a img	{border:1px solid #e3e3e3;margin-bottom:4px;}
#content .c_box .in_c .in_c_wrapp div .book_title	{font-size:85.5%;font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;min-height:66px;border-bottom:1px solid #e3e3e3;margin-bottom:5px;}
#content .c_box .in_c .in_c_wrapp div .book_title a	{border-bottom:none;}

#content .c_box .in_c .in_c_wrapp div dl.names	{margin-bottom:4px;}
#content .c_box .in_c .in_c_wrapp div .booker	{margin:0 4px 4px 0;width:36px;float: left;}
#content .c_box .in_c .in_c_wrapp div .booker img	{width:100%;}

#content .c_box .in_c .in_c_wrapp div .name	{font-size:71.3%;display:block;float: left;width: 80px;font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}




#content .second	{}
#content .bk	{width:455px;float:left;}
#content .bk .in_c	{width:455px;}
#content .bk .in_c_wrapp:hover	{background:#ccc;}


#content .dn	{width:455px;float: right;}
#content .dn h3	{margin-bottom: 3px;}
#content .dn .in_c	{width:455px;}
#content .dn .in_c_wrapp:hover	{background:#ccc;}

/*作品一覧PC用横位置*/
.contents ul li	{border-bottom: 1px solid #fff;padding:8px;}
.sonota ul li	{padding:8px;width: 465px;background:#fafafa;width: 448px;margin-bottom: 10px;}
.sonota ul li:hover	{background: #ccc;}

.tl_comic ul li	{padding:8px;width: 465px;background:#fafafa;width: 448px;margin-bottom: 10px;}
.tl_comic ul li:hover	{background: #ff9fbc;}

.m_comic ul li	{padding:8px;width: 465px;background:#fafafa;width: 448px;margin-bottom: 10px;}
.m_comic ul li:hover	{background: #cda4ff;}

.bl_comic ul li	{padding:8px;width: 465px;background:#fafafa;width: 448px;margin-bottom: 10px;}
.bl_comic ul li:hover	{background: #a4beff;}


.contents dl dt.book_crown	{width: 150px;float: right;margin-bottom: 6px;padding-right: 166px;}

.contents dl dt.book_crown img.left	{width: 39%;}
.contents dl dt.book_crown img.right	{width: 50%;float: none;}

.contents dl dd.book_img	{float: left;margin-right: 10px;}


.contents dl.names	{float: left;width: 50%;}

.contents dl.names dd.booker	{float: left;}
.contents dl.names dd.booker img	{width:100%;}


.contents dl .book_title	{font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;min-height:14px;margin-bottom:5px;float: left;font-size:92.6%;width: 290px;}
.contents dl .book_title a	{border-bottom:none;text-decoration:none;}

.detail_title	{float: right;width: 313px;}

.contents dl dl.names	{margin-bottom:4px;}
.contents dl .booker	{margin:0 4px 4px 0;width:36px;float: left;}
.contents dl .name	{font-size:85.5%;display:block;width: 300px;font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.contents dl .name a	{border-bottom:1px solid #0C0;text-decoration:none;}
/*作品一覧SP用横位置*/
.contents dl.setsumei_box	{float:right;}
.contents dl .setsumei	{clear: both;width: 316px;font-size: 85.5%;}
.contents dl .setsumei	{}

.contents ul > *:first-child	{float:left;}
.contents ul > *:first-child + *	{float:right;}
.contents ul > *:first-child + * + *	{float:left;}
.contents ul > *:first-child + * + * + *	{float:right;}
.contents ul > *:first-child + * + * + * + *	{float:left;}
.contents ul > *:first-child + * + * + * + * + *	{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * {float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + *	{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + *	{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * {float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + *	{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + *	+ *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + *  + *+ *	+ * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * {float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * {float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *	{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:left;}
.contents ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *{float:right;}








/*TOP*/
ul#slider li	{width:20% !important;}
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;width: 685px !important;margin-right: 4px;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;width: 685px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
left: 300px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 10px;
	margin: 0 10px;
	background: url(/img/pager.png) no-repeat 0 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/img/pager.png) no-repeat 0 -10px;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/img/pc_slide_button_prev.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/img/pc_slide_button_next.png) no-repeat 0 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0px -39px;
}

.bx-wrapper .bx-next:hover {
	background-position: 0px -39px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*TOP*/



/*詳細ページ*/
.detail .tachiyomi a.sp_detail_button{display:none;}
.detail .sp_pc_title	{}
.detail .contents	{display:block;margin-bottom: 12px;}
.detail .d_title	{}

.detail .detail_left	{width: 658px;background:#fafafa;padding: 20px;float:left;min-height: 498px;}
.detail .detail_left h3	{margin-bottom: 12px;}
.detail .details	{width:312px;float:left;border-bottom:none;}

.detail h3.big_img{width:324px; text-align:center;}
.detail h3.big_img img	{border:1px solid #ddd;}

.detail .detail_in_left	{float:left;margin-right: 20px;}

.detail .tachiyomi a{width:324px;height: 29px;background:url(/img/pc_detail_button.gif) 0 0 no-repeat;display:block;text-indent:-9999px;border-bottom:none !important;}
.detail .tachiyomi a:hover	{background-position:0 -30px;}

#d_box .book_crown	{width: 182px;margin-bottom: 10px;}

#d_box .book_title	{font-size:135.4%;font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;padding-bottom: 6px;margin-bottom:14px;border-bottom:solid 1px #e3e3e3;}
#d_box.book_title a	{border-bottom:none !important;}
#d_box .setsumei	{margin-bottom:18px;}

#d_box .names	{margin-bottom: 6px;}
#d_box .booker	{float: left;margin-right: 8px;width:15%;}
#d_box .booker img	{width: 100%;}
#d_box .name	{font:85.5% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.detail .detail_box	{margin-bottom: 30px;}
.detail .detail_right	{float:right;width: 228px;}
.detail .detail_in_right	{background:#fafafa;padding: 10px;min-height: 474px;}
.detail .detail_in_right img	{width:100%;}

#content .detail_in_right ul li a	{border-bottom:none;}
/*詳細ページ*/


/*フォームボタン*/
#inquirys	a	{border-bottom:none !important;text-decoration:none !important;}


.inquiry01_back	{width: 304px;height: 143px;float: left;position: relative;background:url(../img/pc_inquiry01_back.gif) 0 0 no-repeat;margin-right:8px;}

.inquiry01_back p	{display:none;}
.inquiry01_01	{position: absolute;
top: 97px;
left: 28px;}
.inquiry01_02	{position: absolute;
top: 97px;
left: 154px;}

#inquiry02	{width:271px;height:149px;float:left;}
/*フォームボタン*/


/*フッター*/
#footer		{width:100%;clear:both;background:#fff;text-align:center;padding:20px 0;border-top:1px solid #34a738;font-size:71.3%;color:#353535;}
#footer #copy	{text-align:center;margin: 0 auto;}
/*フッター*/


/* マウスオーバー */
#header_mmr #twitter a	{
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */}
#header_mmr #twitter a:hover	{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */}
	
#inquirys a	{
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */}
#inquirys a:hover	{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */}

/*作家紹介ページ*/
.creator	{display:block;margin-bottom: 12px;}
.creator .contents	{display:block ;}
.creator  h2.under	{margin-bottom:12px !important;}
.creator .creator_space	{width:940px;background:#ccc;margin-bottom:28px;}
.creator h3.creator_name	{font:135.4% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;background: #fafafa;padding: 10px 10px;}
/*作家紹介ページ*/

/*作家募集ページ*/
.wanted .contents	{display:block;}
.wanted h3	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.wanted h4	{margin-bottom: 12px;}
.wanted h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.wanted ul.hutoji li	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.wanted .text_content	{background: #f8f8f8;padding: 18px;margin-bottom: 26px;}
.wanted .section	{padding:0 12px 0px 50px;margin-bottom: 12px;}
.wanted .text_content p	{margin-bottom:6px;}
.wanted .section .small	{color:#34a738;}
.wanted .text_content ol	{margin-bottom: 12px;}
.wanted .text_content p.white	{width: 320px;
padding: 12px;
margin-bottom: 12px;
background: #fcfcfc;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;}
			
.sp_inquiry	{display:none;}
.attention	{color:red !important;}
.inquiry	{width: 812px;}
.inquiry table	{margin-bottom:12px;}
.inquiry table tr	{border-bottom:1px solid #ccc;}

.inquiry table th	{width:250px;font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.inquiry table input[type="text"]	{width:300px;}
.inquiry table textarea	{width: 440px;}

.inquiry table th,.inquiry table td{padding: 15px 0px 15px 0px;}
.mokuteki	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.doui	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:20px;text-align:right;}

.submit_button	{text-align:right;}
.wauto input{width:auto !important;}

/*作家募集ページ*/


.pink	{color:#d986ad;}
.orange	{color:#e88c09;}
.green	{color:#34a738;font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



/*ご意見・ご感想ページ*/
.opinion .contents	{display:block;}
.sp_tab		{display:none;}

.opinion ul.tab {
	margin: 0px 0 9px 0;
padding: 0 0 9px 0;
	border-bottom:1px #353535 solid;
}
.opinion ul.pc_tab{border-bottom:1px #353535 solid;}

.opinion ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	border: none;
}

.opinion ul.tab li:first-child{margin: 0 0 0 0px;}

.opinion ul.tab li.none {
}
.opinion ul.tab li a {
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom:none !important;
}



.opinion ul.tab li a.goiken	{
	background:url(/img/pc_form_button01.gif) 0 -30px  no-repeat;width: 169px;height:30px;display:block;text-indent:-9999px;
}
.opinion ul.tab li a.toiawase {
	background:url(/img/pc_form_button02.gif) 0 -30px  no-repeat;width: 169px;height:30px;display:block;text-indent:-9999px;
}

.opinion ul.tab li a:hover,.opinion ul.tab li.current a {
	position: relative;
	bottom: 0px;background-position:0 0px;
}




.opinion h3	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.opinion h4	{margin-bottom: 12px;}
.opinion h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.opinion ul.hutoji li	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.opinion .text_content	{background: #f8f8f8;padding: 18px;margin-bottom: 26px;}
.opinion .section	{padding:0 12px 0px 50px;margin-bottom: 12px;}
.opinion .text_content p	{margin-bottom:6px;}
.opinion .section .small	{color:#34a738;}
.opinion .text_content ol	{margin-bottom: 12px;}
.opinion .text_content p.white	{width: 320px;
padding: 12px;
margin-bottom: 12px;
background: #fcfcfc;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;}
			
.sp_inquiry	{display:none;}
.attention	{color:red !important;}
.inquiry table	{margin-bottom:12px;}
.inquiry table tr	{border-bottom:1px solid #ccc;}

.submit_button	{text-align:right;}
.opinion .inquiry table th	{width:325px;font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.inquiry table th,.inquiry table td{padding: 15px 0px 15px 0px;}
.mokuteki	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.doui	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:20px;text-align:right;}
/*ご意見・ご感想ページ*/



/*一覧ページ*/
.category	{display:block ;margin-bottom: 12px;}
.category .contents	{display:block ;}
.category .sp_tab	{display:none;}
.category ul.tab {
	margin: 0px 0 9px 0;
padding: 0 0 9px 0;
	border-bottom:1px #353535 solid;
}
.category ul.pc_tab{border-bottom:1px #353535 solid;}

.category ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	border: none;
}

.category ul.tab li:first-child{margin: 0 0 0 0px;}

.category ul.tab li.none {
}
.category ul.tab li a {
	color: #000;
	display: block;
	text-decoration: none;
	background: #fff;
	border-bottom:none !important;
}
.category ul.tab li a.dc_index {
	background:url(/img/pc_digicomi_button01.gif) 0 -30px  no-repeat;width:225px;height:30px;display:block;text-indent:-9999px;
}
.category ul.tab li a.dc_tl {
	background:url(/img/pc_digicomi_button02.gif) 0 -30px  no-repeat;width:225px;height:30px;display:block;text-indent:-9999px;
}
.category ul.tab li a.dc_mc {
	background:url(/img/pc_digicomi_button03.gif) 0 -30px  no-repeat;width:225px;height:30px;display:block;text-indent:-9999px;
}
.category ul.tab li a.dc_bl {	
	background:url(/img/pc_digicomi_button04.gif) 0 -30px  no-repeat;width:225px;height:30px;display:block;text-indent:-9999px;
}



.category ul.tab li a.dn_index {
	background:url(/img/pc_diginove_button01.gif) 0 -30px  no-repeat;width: 169px;height:30px;display:block;text-indent:-9999px;
}
.category ul.tab li a.dn_r {
	background:url(/img/pc_diginove_button02.gif) 0 -30px  no-repeat;width: 169px;height:30px;display:block;text-indent:-9999px;
}
.category ul.tab li a.dn_g {
	background:url(/img/pc_diginove_button03.gif) 0 -30px  no-repeat;width: 169px;height:30px;display:block;text-indent:-9999px;
}
.category ul.tab li a.dn_rh {	
	background:url(/img/pc_diginove_button04.gif) 0 -30px  no-repeat;width: 169px;height:30px;display:block;text-indent:-9999px;
}
.category ul.tab li a.dn_s {	
	background:url(/img/pc_diginove_button05.gif) 0 -30px  no-repeat;width: 169px;height:30px;display:block;text-indent:-9999px;
}

.category ul.tab li a:hover,.category ul.tab li.current a {
	position: relative;
	bottom: 0px;background-position:0 0px;
}

.category .belt {
width: 942px;
height: 13px;
background: url(/img/pc_belt.gif) 0 0 repeat;
margin: 20px 0;
}
.category .sp_page	{display:none;}
.category .pc_page dl	{text-align:center;}
.category .pc_page dd	{display:inline-block;}
.category .pc_page dd a	{
color:#34a738 !important;
width: 28px;
height: 22px;
padding: 4px 0px 0px 0px;
text-align: center;
margin: 0px;}

.category .pc_page dd a	{display: block;border-bottom:none !important;padding-bottom:0 !important}
.category .pc_page dd.current a,.category .pc_page dd a:hover	{background: #34a738;color:#fff !important;padding-bottom:0 !important}
/*一覧ページ*/



/*お知らせページ*/
.news .title_news	{display:none;}
.news .contents	{display:block;}
.news h3	{font:128.3% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.news h4	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 12px;}
.news h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}

.news .text_content	{float:left;width:660px;background: #fff;padding: 0 15px 18px 15px;}
.news .section	{padding:0 12px 0px 50px;margin-bottom: 12px;}
.news .text_content p	{font:100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:12px;}
.news .section .small	{color:#34a738;}
.news .text_content ol	{margin-bottom: 12px;}
.news .text_content p.date	{color:#34a738;text-align:right;font:85.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.news .right_content	{width: 210px;float: right;background: #f8f8f8;padding: 12px;margin-top: 36px;margin-bottom: 30px;}
.news #archive	{}
.news #archive dl	{border-bottom: 1px solid #34a738;margin-bottom: 8px;font-size:78.4%;}
.news #archive dl a	{text-decoration:none;color:#353535;border-bottom: none;}
/*お知らせページ*/


/*お知らせページ*/
.sales .title_news	{display:none;}
.sales .contents	{display:block;}
.sales h3	{margin-bottom: 16px;}
.sales h4	{font:114% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin: 12px 0 6px 0;}
.sales h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}

.sales ul li	{display: inline-block;margin-right: 18px;
margin-bottom: 18px;}
.sales a	{border-bottom:none !important;padding-bottom:0 !important;}
.sales .text_content	{background: #fff;padding: 0 15px 18px 15px;}
.sales .section	{padding:0 12px 0px 50px;margin-bottom: 12px;}
.sales .text_content p	{font:100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:12px;}
.sales p.desc	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 16px;}
.sales ul li a	{
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */}
.sales ul li a:hover	{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */}
.sales .belt	{margin: 20px 0 28px 0;}

/*お知らせページ*/
/*会社概要ページ*/

.company .sp_content	{display:none;}
.company h3	{background: #f8f8f8;
padding: 12px;
text-align: center;margin-bottom: 28px !important;
border: 1px solid #eee;}
.company h4	{}
.company h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}

.company ul li	{
/*margin-bottom: 14px;*/margin-left: 18px;
list-style-type:square;}
.company a	{border-bottom:none !important;padding-bottom:0 !important;}
.company .text_content	{background: #fff;padding: 0 15px 18px 15px;}
.company .section	{padding:0 12px 0px 50px;margin-bottom: 12px;}
.company .text_content p	{font:100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:12px;}
.company p.desc	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 16px;}
.company ul li a	{
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */}
.company ul li a:hover	{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */}
.company .belt	{margin: 20px 0 28px 0;}
.company table tr	{border-bottom: 1px solid #ccc;}
.company table tr.last	{border-bottom:none;}
.company table th	{padding: 15px 0px 15px 0px;width: 230px;
font: 100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.company table td	{padding: 15px 0px 15px 0px;}

table img	{border:1px solid #eee;}

table a img	{
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */}
table a img:hover	{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */}

/*会社概要ページ*/

}

/*詳細ページ*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;background: #222;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;background: #222;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image:url(/img/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: -20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: -20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	color: #eee;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #222;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #222;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*詳細ページ*/





/*↓スマホ用css*/

@media only screen and (max-width: 640px) {

/*common*/
body		{font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;color:#353535;text-align:center;-webkit-text-size-adjust: none;border-top: 6px solid #34a738;height:100%;}
a:focus { outline:none;}
a,form input	{outline:none;}
img	{width:100%;border:none;}

#content a	{color:#353535;text-decoration:none;border-bottom:1px solid #34a738;padding-bottom:1px;}
#content .book_img a	{border-bottom:none;}

#wrapper	{margin:0 auto;text-align:left;}

/*スマホ帯*/
hr.obi	{border: 0;
    height: 1px;
    background: #777777;}
/*スマホ帯*/



#header	{margin-bottom: 15%;position:relative;}

h1	{width: 40%;padding-top: 36px;margin: 0 auto 15px auto;}

#header_mmr_sp #header01_sp	{margin-bottom:18px;}
#header_mmr_sp #twitter_sp {width: 27%;position: absolute;top: 1%;right: 0;}

/*検索*/
#header_mmr_sp #search_sp	{position: absolute;top: 104.5%;left: 3%;width: 95%;}

#header_mmr_sp #search_sp dl	{
}
#header_mmr_sp #search_sp dt	{
	font-weight: bold;
	margin-bottom: 5px;
}
#header_mmr_sp #search_sp #searchform_sp {
width: 74%;
background: #f8f8f8;
display: block;
position: relative;
padding: 5%;
border: 1px solid #ccc;
border-radius:0;
webkit-border-radius:0;
}
#header_mmr_sp #search_sp #keywords_sp	{
width: 90%;
position: absolute;
top: 16.4%;
left: 4%;
font-size: 100%;
border: 1px solid #f6f6f6;
color: #777;
background: #f6f6f6;-webkit-appearance:none;
}
#header_mmr_sp #search_sp #searchBtn_sp	{
position: absolute;
top: -5%;
left: 103%;
height: 70%;
background: #f8f8f8;
padding: 2.232% 4% 2.234% 4%;
border: 1px solid #ccc;
border-radius:0;
webkit-border-radius:0;
}	
/*検索*/

#header_mmr	{display:none;}

#header_mmr_sp #fixed-menu_sp {
	width: 100%;
}
#header_mmr_sp #fixed-menu-contents_sp {
  padding: 0;
}

#header_mmr_sp #fixed-menu-contents_sp ul li	{float:left;}


#header_mmr_sp #fixed-menu_sp ul li#nav01_sp {width: 33%;height:auto;float:left;}

#header_mmr_sp #fixed-menu_sp ul li#nav02_sp {width: 33.4375%;height:auto;float:left;}

#header_mmr_sp #fixed-menu_sp ul li#nav03_sp {width: 33.4375%;height:auto;float:left;}

#header_mmr_sp #fixed-menu_sp ul li#nav04_sp{width: 33%;height:auto;float:left;}

#header_mmr_sp #fixed-menu_sp ul li#nav05_sp {width: 33.4375%;height:auto;float:left;}

#header_mmr_sp #fixed-menu_sp ul li#nav06_sp {width: 33.4375%;height:auto;float:left;}
#header_mmr_sp .panel-wrap_sp{
  position: relative;
  float: left;
  padding: 0;
}
#header_mmr_sp .panel_wrap_sp a{
  font-size: 14px;
  text-decoration: none;
}
#header_mmr_sp a.panel-btn_sp{
  display: block;
  position: relative;
  float: left;
  z-index: 100;
  color: #cfdae4;
  text-decoration: none;
}
#header_mmr_sp .panel-btn_sp:before {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #cfdae4;
  font: 20px 'FontAwesome';
}
#header_mmr_sp a#home_sp:hover,
#header_mmr_sp a#home_sp:hover:before,
#header_mmr_sp a.panel-btn_sp:hover,
#header_mmr_sp a.panel-btn_sp:hover:before
{
  color: #fff;
}
#header_mmr_sp .panel_sp {
  display: none;
  position: absolute;
top: 100%;
left: 0px;
z-index: 1000;
width: 92%;
padding: 4% 4% 0 4%;
background: #fff;
box-shadow: 0px 6px 5px -3px rgba(0,0,0,.2);
}
#header_mmr_sp .panel:after,#panel_sp:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
#header_mmr_sp .panel_sp:after {
top: -5%;
left: 41%;
border: 8px solid transparent;
border-top: 12px solid #ccc;
}

#header_mmr_sp .panel_sp ol li	{
border-bottom: 1px solid #ccc;margin-bottom:-1px;
	}
#header_mmr_sp .panel_sp ol li a	{
	margin: 9% 0 9% 6%;
	color:#34a738;font-size:85.5%;
	display:block;
	}





/*ニュース*/
#catch_news	{width: 100%;overflow:scroll;background: #fbfbfb;height: 100px;text-align: left;}

#catch_news dl	{border-bottom: 1px solid #efeff0;font-size:85.5%;background:#fff;padding: 7px;}
#catch_news dl a	{text-decoration:none;color:#353535;}

#catch_news dl:nth-child(even) {background:#f8f8f8;}
/*ニュース*/



h2.desc	{display:none;}/*TOP重要文言不可視*/

p.pankuzu	{display:none;}/*パンくず不可視*/

.c_box	{display:none;}/*PC用コンテンツ不可視*/


#content .book_img a	{border-bottom:none;}

h2.under	{width:50%;margin: 12px 0;padding-left: 2%;}


/*作品一覧SP用横位置*/
.contents ul li	{clear:both;border-bottom: 1px solid #fff;padding:8px;}
.contents ul li:last-child	{clear:both;border-bottom: none;padding:8px;}
.sonota ul li	{clear:both;border-bottom: 1px solid #c5c5c5;padding:8px;}
.sonota ul li:last-child	{clear:both;border-bottom: none;padding:8px;}

.contents dl dt.book_crown	{width: 50%;float: right;margin-bottom: 6px;}

.contents dl dt.book_crown img.left	{width: 39%;margin-right: 4%;}
.contents dl dt.book_crown img.right	{width: 50%;float:none;}

.contents dl dd.book_img	{width: 46%;float: left;margin-right: 10px;}

.contents dl dd.book_title	{width: 50%;float: left;}

.contents dl.names	{float: right;width: 50%;clear: right;}
.contents dl.names dd.booker	{float: left;}

.contents dl .book_title	{font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;min-height:66px;margin-bottom:5px;}
.contents dl .book_title a	{border-bottom:none;text-decoration:none;}

.contents dl dl.names	{margin-bottom:4px;}
.contents dl .booker	{margin:0 4px 4px 0;width:36px;float: left;}
.contents dl .name	{font-size:85.5%;display:block;float: left;width: 70%;font-family:"ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.contents dl .name a	{border-bottom:1px solid #0C0;text-decoration:none;}
.contents dl.setsumei_box	{display:none;}
/*作品一覧SP用横位置*/



/*フォームボタン*/
#inquirys	{margin-bottom: 16px;margin-top: 16px;}
#inquirys	a	{border-bottom:none !important;text-decoration:none !important;}


.inquiry01_back	{width:70%;margin: 0 auto 14px auto;position: relative;}

.inquiry01_01	{position: absolute;
top: 70%;
left: 6%;
width: 36%;}
.inquiry01_02	{position: absolute;
top: 70%;
right: 7%;
width: 42%;}

#inquiry02	{width: 70%;margin: 0 auto;}

/*フォームボタン*/


/*フッター*/
#footer		{width:100%;clear:both;background:#fff;text-align:center;padding:20px 0;border-top:1px solid #34a738;font-size:71.3%;color:#353535;}
#footer #copy	{text-align:center;margin: 0 auto;}
/*フッター*/




/*TOP_SPタブ*/
.full_content {
	width:100%;
	position:relative;
	margin:10px auto;
	clear:both;
}
.tab_menu{
	width:30%;
	height:25px;
	background:#eceef1;
	float:left;
	list-style:none;
	padding:10px 0 0;
	margin-left:2px;
	text-align:center;
	display:block;
	cursor: pointer;font-size:85.5%;
	color:#353535;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tab_menu:first-child {
	margin-left:0;
}

.tab_button_tl.active	{background:#fff3fb;}
.tab_button_mc.active	{background:#faeafb;}
.tab_button_bl.active	{background:#f3f7ff;}

/*
.active, .hover {
	background:#6CC;
	font-weight:bold;
}
*/
.tab_con {
	width:100%;
	background:#FFF;
	top:32px;
	left:0;
	position:absolute;border-bottom: 1px solid #777;
}

.tab_tl	{background:#fff3fb;}
.tab_mc	{background:#faeafb;}
.tab_bl	{background:#f3f7ff;}
/*SPタブ*/

/*TOP*/
ul#slider li	{width:20% !important;}
	.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
	
	.bx-wrapper .bx-pager.bx-default-pager{
		margin:0 auto;width:70px;
		}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 10px;
	margin: 0 6px;
	background: url(/img/pager.png) no-repeat 0 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/img/pager.png) no-repeat 0 -10px;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-controls-direction	{display:none;}
/*TOP*/


/*詳細ページ*/
.detail .sp_pc_title img	{width:50%}
.detail h3.big_img	{text-align:center;}
.detail h3.big_img img	{width: 86%;margin-bottom: 10px;}
.detail .tachiyomi a.pc_detail_button	{display:none;}
.detail .tachiyomi a	{background:none;}
	
.detail .detail_left	{position: relative;padding: 10px;}
.detail .detail_left .book_crown	{width: 50%;margin-bottom: 4px;}
	
.detail .detail_left .book_crown .left	{width: 38%;}
.detail .detail_left .book_crown .right	{width: 53%;}
	
.detail .detail_left .book_title	{font:135.4% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:5px;}
.detail .detail_left .book_title a	{border-bottom:none !important;text-decoration:none;}
	
.detail .detail_in_right ul li	{width:100%;text-align: center;}
.detail .detail_in_right ul li img	{width:80%;}
	
	
.detail p.sales_title	{padding:6px;width: 92%;}
.detail p.sales_title img	{width: 40%;}
	
.detail h3.sp_pc_title	{padding:6px;}
.detail h3.sp_pc_title img	{width: 44%;}
	
.detail .detail_box .names	{margin-bottom:2%}
	
.detail .detail_box .booker	 img{width:14%;}
	
.detail .detail_right a	{border-bottom:none !important;}
.detail .setsumei	{margin-bottom:10px;}
.detail .sales_title img	{width:50%;}
	
.detail .detail_title	{float: left;width: 100%;margin-bottom: 10px;}
	
.detail .tachiyomi		{text-align:center;width: 100%;margin: 0 auto;margin-bottom: 10px;}
/*詳細ページ*/


/*作家紹介ページ*/
.creator h2.under	{margin:0 !important;padding: 6px !important;}
.creator h2.under img	{width: 58% !important;}
.creator h3.creator_name	{font:100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;background: #fafafa;padding: 6px;}
/*作家紹介ページ*/

/*作家紹介ページ*/
.category h2.d_title	{width:50%;margin: 12px 0;padding-left: 2%;}
/*作家紹介ページ*/


/*作家募集ページ*/
.wanted .contents	{display:block;}
.wanted h2.under	{width: 57%;margin: 12px 0;padding-left: 2%;}
.wanted h3	{padding: 0 8px;font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.wanted h4	{margin-top: 6px;margin-bottom: 6px;width: 61%;padding: 0 8px;}
.wanted h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.wanted ul.hutoji li	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.wanted .text_content	{}
.wanted .section	{margin-bottom: 12px;padding: 0 8px;}
.wanted .text_content p	{margin-bottom:6px;}
.wanted .section .small	{color:#34a738;}
.wanted .text_content ol	{margin-bottom: 12px;}
.wanted .text_content p.white	{padding: 12px;margin-bottom: 12px;background: #eee;}


.wanted tbody tr{
        display: block;
    }
    tbody th,
    tbody td{
        display: block;
        border: none;
    }

.wanted .inquiry table input[type="text"]	{width:100%;}
.wanted .inquiry table input[type="email"]	{width:100%;}
.wanted .inquiry table input[type="URL"]	{width:100%;}
.wanted .inquiry table textarea	{width: 100%;}

.pink	{color:#d986ad;}
.orange	{color:#e88c09;}
.green	{color:#34a738;font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
			
.pc_inq	{display:none;}
.attention	{color:red !important;}
.inquiry	{}
.inquiry table	{margin-bottom:12px;}
.inquiry table tr	{border-bottom:1px solid #ccc;}
.inquiry table tr.


.inquiry table th	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.wanted .inquiry table th,.inquiry table th{padding: 5px 0px 5px 0px;}
.wanted .inquiry table th,.inquiry table td{padding: 5px 0px 5px 0px;}
.mokuteki	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.doui	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:20px !important;text-align:right;}
.inquiry .form_section	{margin-bottom: 8px;
border-bottom: 1px solid #eee;
padding-bottom: 8px;}
.inquiry .check	{width:auto;}
.inquiry .tel_box	{width:20%;}


.wauto input{width:auto !important;}

/*作家募集ページ*/

/*一覧ページ*/
.category	{display:block ;}
.category .contents	{display:block ;}
.category .contents ul	{background:#eee;}
.category .tl_comic ul	{background:#fff3fb;}
.category .m_comic ul	{background:#faeafb;}
.category .bl_comic ul	{background:#f3f7ff;}


.category .pc_tab	{display:none;}
.category ul.tab {
}
.category ul.tab li {
	width: 50%;
float: left;
margin: 0 0 0 0;
position: relative;
list-style-type: none;
border: none;
}


.category ul.tab li a {
border-bottom: none !important;
}
.category hr.obi	{margin:0;}
.category .pc_page		{display:none;}
.category .sp_page dl	{text-align:center;}
.category .sp_page dd	{display:inline-block;width: 20%;}
.category .sp_page dd a	{
	font-size: 160%;
color:#34a738 !important;
padding: 4px 0px 0px 0px;
margin: 0px;}

.category .sp_page dd a	{display: block;border-bottom:none !important;padding-bottom:0 !important}
.category .sp_page dd.current a	{padding-bottom:0 !important}
/*一覧ページ*/

/*お知らせページ*/
.news .contents	{display:block;}
.news h3	{font:114% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;border-bottom: 1px solid #ccc;padding: 2px 10px 5px 10px;margin-bottom:4px;}
.news h4	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 12px;}
.news h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.news .sp_padding	{padding: 0 15px 18px 15px;}
.news .text_content	{background: #fff;}
.news .text_content img	{width:100%;}
.news .text_content p	{font:100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:12px;}
.news .section .small	{color:#34a738;}
.news .text_content ol	{margin-bottom: 12px;}
.news .text_content p.date	{color:#34a738;text-align:right;font:85.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 4px;}
.news .right_content	{overflow: scroll;
background: #fbfbfb;
height: 100px;}
.news #archive dl:nth-child(even) {background: #f8f8f8;}
.news #archive	{}
.news #archive dl	{border-bottom: 1px solid #efeff0;font-size: 85.5%;background: #fff;padding: 7px;}
.news #archive dl a	{text-decoration:none;color:#353535;border-bottom: none;}
/*お知らせページ*/

/*販売サイト一覧*/
.sales .contents	{display:block;}
.sales h3	{font:114% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;width:70%;margin-bottom:9px;}
.sales h4	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;
text-align: center;
margin-top: 12px;}
.sales h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.sales .sp_padding	{padding: 0 15px 18px 15px;}
.sales ul li	{width: 62%;
margin: 0 auto;}
.sales .desc	{padding: 0 5px 0 5px;}
.sales .text_content	{background: #fff;padding: 6px;}
.sales .text_content img	{width:100%;}
.sales .text_content p	{font:100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:12px;}
.sales .section .small	{color:#34a738;}
.sales .text_content ol	{margin-bottom: 12px;}
.sales .text_content p.date	{color:#34a738;text-align:right;font:85.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 4px;}
.sales a	{border-bottom:none !important;padding-bottom:0 !important;}
/*販売サイト一覧*/

/*会社概要*/
.company .contents	{display:block;}
.company h3	{font:85.5% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:9px;padding:2%;width: 64%;
margin: 0 auto;}
.company h3 img	{width:80%;}
.company h4	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.company ul li	{margin-left: 7%;margin-bottom:10px;
list-style-type: square;}
.company .pc_content	{display:none;}
.company .section	{margin-bottom: 6px;padding:2%;
border-bottom: 1px solid #eee;}
.company .section p	{margin-bottom:6px;}
.company .section p img	{border:1px solid #eee;width:90%;}
.company .last	{border-bottom:none;}
/*会社概要*/


/*ご意見・ご感想ページ*/
.opinion .contents	{display:block;}

.opinion .pc_tab	{display:none;}
.opinion ul.tab {
}
.opinion ul.tab li {
	width: 50%;
float: left;
margin: 0 0 0 0;
position: relative;
list-style-type: none;
border: none;
}


.opinion ul.tab li a {
border-bottom: none !important;
}



.opinion h2.under	{width: 57%;margin: 12px 0;padding-left: 2%;}
.opinion h3	{padding: 0 8px;font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.opinion h4	{margin-top: 6px;margin-bottom: 6px;width: 90%;padding: 0 5px;}
.opinion h5	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom: 6px;}
.opinion ul.hutoji li	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.opinion .text_content	{}
.opinion .section	{margin-bottom: 12px;padding: 0 8px;}
.opinion .text_content p	{margin-bottom:6px;}
.opinion .section .small	{color:#34a738;}
.opinion .text_content ol	{margin-bottom: 12px;}
.opinion .text_content p.white	{padding: 12px;margin-bottom: 12px;background: #eee;}

.pink	{color:#d986ad;}
.orange	{color:#e88c09;}
.green	{color:#34a738;font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
			
.pc_inq	{display:none;}
.attention	{color:red !important;}
.opinion .inquiry	{}
.opinion .inquiry table	{margin-bottom:12px;}
.opinion .inquiry table tr	{border-bottom:1px solid #ccc;}

.opinion tbody tr{
        display: block;
    }
    tbody th,
    tbody td{
        display: block;
        border: none;
    }

.opinion .inquiry table input[type="text"]	{width:100%;}
.opinion .inquiry table textarea	{width: 100%;}
.opinion .inquiry table #email	{width:100%;}

.opinion .inquiry table th	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.mokuteki	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.doui	{font:100% "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-bottom:20px;text-align:center;}
.inquiry .form_section	{margin-bottom: 8px;
border-bottom: 1px solid #eee;
padding-bottom: 8px;}
.inquiry .check	{width:auto;}
.inquiry .tel_box	{width:20%;}
.submit_button	{text-align:center;}
/*ご意見・ご感想ページ*/

.inquiry table tr.border_none	{border-bottom:none;}

h2.henshu_h2 {width:auto !important;padding-top:2px;}
h2.henshu_h2 img {max-width:100% !important;width:auto !important;max-height:23px !important;}
h4.henshu_h4 {width:auto !important;background:#f8f8f8;padding-top:2px;}
h4.henshu_h4 img {max-width:100% !important;width:auto !important;max-height:40px !important;}

}