@charset "UTF-8";


html,body{
     height:100%;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 84%;
	line-height: 1.5;
	color:#333;
	/*background-image: url(/img/bg.png);*/
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}



/*h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}
*/
a img {
	border: none;
}

/* 順序注意 */


a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #099;
	text-decoration:none;
}
a:hover, a:active, a:focus {
text-decoration:none;
}


/*外側*/

#container {
	 width: 100%;
     position: relative;
     /*height:auto !important; IE6対策*/
     /*height: 100%; IE6対策*/
     min-height: 100%;
}


/*白背景*/
#contents{
	padding-bottom:220px; /*フッターの高さと同じ*/
	width: 1000px;
	margin: 0 auto;
	padding:20px 0px;
	background-color: #FFF;
}



/*#contentsに含まれない*/
.center-contents{
	margin: 0 auto;
	width: 960px;
	padding: 5px;
}

/*  ヘッダー */

#header {
	height: 80px;
}




/*  グローバルメニュー */

.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

navi{
	display:block;
}

#menu {
	background-color: #000;
	display:block;
	width:100%;
	z-index: 1000;
}

#menu ul{
	width: 960px;
	height: 44px;
	margin: 0 auto;
}


#menu li{
	display: block;
	float:left;
}

#menu li a{
	display: block;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	height: 44px;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#menu a.home{
	width:205px;
	background-position: 0px 0px;
	text-indent: 100%;/*  文字隠し */
	white-space: nowrap;/*  文字隠し */
	overflow: hidden;/*  文字隠し */
}

#menu a.home:hover,#menu a.home:focus{
	background-position: 0px -45px;
}

.home_page #menu a.home{
	background-position: 0px -45px;
}


#menu .action{
	width:105px;
	background-position: -205px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.action:hover,#menu a.action:focus{
	background-position: -205px -45px;
}

.action_page #menu a.action{
	background-position: -205px -45px;
}

#menu a.m_action{
	width:105px;
	background-position: -310px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.m_action:hover,#menu a.m_action:focus{
	background-position: -310px -45px;
}

.m_action_page #menu a.m_action{
	background-position: -310px -45px;
}

#menu a.comichigh{
	width:105px;
	background-position: -415px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.comichigh:hover,#menu a.comichigh:focus{
	background-position: -415px -45px;
}

.comichigh_page #menu a.comichigh{
	background-position: -415px -45px;
}

#menu a.mangatown{
	width:105px;
	background-position: -520px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.mangatown:hover,#menu a.mangatown:focus{
	background-position: -520px -45px;
}

.mangatown_page #menu a.mangatown{
	background-position: -520px -45px;
}

#menu .koiyui{
	width:75px;
	background-position: -625px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.koiyui:hover,#menu a.koiyui:focus{
	background-position: -625px -45px;
}

.koiyui_page #menu a.koiyui{
	background-position: -625px -45px;
}

#menu .mobilecomic{
	width:75px;
	background-position: -700px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.mobilecomic:hover,#menu a.mobilecomic:focus{
	background-position: -700px -45px;
}

.mobilecomic_page #menu a.mobilecomic{
	background-position: -700px -45px;
}


#menu .sp_comics{
	width:75px;
	background-position: -775px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.sp_comics:hover,#menu a.sp_comics:focus{
	background-position: -775px -45px;
}

.sp_comics_page #menu a.sp_comics{
	background-position: -775px -45px;
}




#menu a.samplecomic{
	width:110px;
	background-position: -850px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu a.samplecomic:hover,#menu a.samplecomic:focus{
	background-position: -850px -45px;
}

.samplecomic_page #menu a.samplecomic{
	background-position: -850px -45px;
}



/* ルパン追加用メニュー */


#menu_lupins {
	background-color: #000;
	display:block;
	width:100%;
	z-index: 1000;
}

#menu_lupins ul{
	width: 960px;
	height: 44px;
	margin: 0 auto;
}


#menu_lupins li{
	display: block;
	float:left;
}

#menu_lupins li a{
	display: block;
	background-image: url(../img/menu2.png);
	background-repeat: no-repeat;
	height: 44px;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#menu_lupins a.home{
	width:205px;
	background-position: 0px 0px;
	text-indent: 100%;/*  文字隠し */
	white-space: nowrap;/*  文字隠し */
	overflow: hidden;/*  文字隠し */
}

#menu_lupins a.home:hover,#menu_lupins a.home:focus{
	background-position: 0px -45px;
}

.home_page #menu_lupins a.home{
	background-position: 0px -45px;
}


#menu_lupins .action{
	width:105px;
	background-position: -205px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.action:hover,#menu_lupins a.action:focus{
	background-position: -205px -45px;
}

.action_page #menu_lupins a.action{
	background-position: -205px -45px;
}

#menu_lupins a.m_action{
	width:105px;
	background-position: -310px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.m_action:hover,#menu_lupins a.m_action:focus{
	background-position: -310px -45px;
}

.m_action_page #menu_lupins a.m_action{
	background-position: -310px -45px;
}



#menu_lupins a.lupin3rd{
	width:95px;
	background-position: -530px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.lupin3rd:hover,#menu_lupins a.lupin3rd:focus{
	background-position: -530px -45px;
}


.lupin_page #menu_lupins a.lupin3rd{
	background-position: -530px -45px;
}



#menu_lupins a.mangatown{
	width:115px;
	background-position: -415px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.mangatown:hover,#menu_lupins a.mangatown:focus{
	background-position: -415px -45px;
}

.mangatown_page #menu_lupins a.mangatown{
	background-position: -415px -45px;
}

#menu_lupins .koiyui{
	width:75px;
	background-position: -625px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.koiyui:hover,#menu_lupins a.koiyui:focus{
	background-position: -625px -45px;
}

.koiyui_page #menu_lupins a.koiyui{
	background-position: -625px -45px;
}

#menu_lupins .mobilecomic{
	width:75px;
	background-position: -700px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.mobilecomic:hover,#menu_lupins a.mobilecomic:focus{
	background-position: -700px -45px;
}

.mobilecomic_page #menu_lupins a.mobilecomic{
	background-position: -700px -45px;
}


#menu_lupins .sp_comics{
	width:75px;
	background-position: -775px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.sp_comics:hover,#menu_lupins a.sp_comics:focus{
	background-position: -775px -45px;
}

.sp_comics_page #menu_lupins a.sp_comics{
	background-position: -775px -45px;
}



#menu_lupins a.samplecomic{
	width:108px;
	background-position: -850px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#menu_lupins a.samplecomic:hover,#menu_lupins a.samplecomic:focus{
	background-position: -850px -45px;
}

.samplecomic_page #menu_lupins a.samplecomic{
	background-position: -850px -45px;
}




/* ルパン追加用メニューここまで */


/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

/*  フッター */

#footer{
	height:220px;
	/*position:absolute;*/
	bottom:0;
	background-color: #000;
	background-image: url(../img/fbg.png);
	display:block;
	width:100%;
	color: #fff;
	clear: both;
}

#footer a{
	color:#09C;
}

#footer li {
	list-style-type: none;
}


.footermenu{
	padding-top:10px;
	border-top: 1px solid #666;
}


#copyright{
	border-top: 1px solid #666;
	font-size: x-small;
	line-height: 1.2em;
	text-align: center;
	margin-top:10px;
	padding-top:10px;
}


#switch_pcsp{
	display:block;
	margin:10px 5px 5px 5px;
	text-align:center;
	padding:5px;
	border:solid 1px #CCC;
	border-radius: 6px;	
}

	


/* ソーシャルボタン用 */

.twitter_smp{
	display:none;
}


#sns img{
	margin: 0 5px;
}


#home, #action, #m_action, #comichigh, #mangatown, #koiyui, #samplecomic,{
	width: 960px;
	margin: 0 auto;
}




/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* 以下追加 */
img {
vertical-align: top;
font-size:0;
line-height: 0;
}

#sns {
	margin: 10px;
}

hr .line {
	border-bottom: 1px solid #999;
	-webkit-box-shadow: 0 1px 0 #fcfcfc;
	-moz-box-shadow: 0 1px 0 #fcfcfc;
	box-shadow: 0 1px 0 #fcfcfc;
  }
  
  
/*更新履歴*/



#news ul li, ul#action_blog_rss li{
	list-style-type: none;
	margin:3px;
}

	
 
.newsdate , #action_blog_rss span{
	color: #999;
}

#action_blog_rss{
	font-size:x-small;
	margin: 0 0 20px 0;
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.action_blog_rsstitle{display: block; margin-bottom:8px;}


/* page-top */
#page-top {
	position: fixed;
	bottom: 60px;
	right: 20px;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	height:60px;
	text-align: center;
	display: block;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: 0px -332px;
	text-indent: 100%;/*  文字隠し */
	white-space: nowrap;/*  文字隠し */
	overflow: hidden;/*  文字隠し */
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#page-top a:hover, #page-top a:focus {
	background-position: 0px -402px;
}

/* パンクズ */

.topicpath{
	font-size:x-small;
	padding: 0px 0px 10px 10px;
}

.topicpath li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none; 
}  
.topicpath li a {  
    padding-right:10px;  
    background:url(../img/topicpath.png) no-repeat right center;  
} 


/* 投稿募集ボタン */

a.top_comeon{
	height: 60px;
	width: 160px;
	display: block;
	margin-bottom: 5px;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: 0px -263px;
	text-indent: 100%;/*  文字隠し */
	white-space: nowrap;/*  文字隠し */
	overflow: hidden;/*  文字隠し */
}

a.top_comeon:hover, a.top_comeon:focus {
	opacity:0.6;
	background-position: -170px -263px;
}


/* アプリ案内ボタン */

a.top_gac{
	height: 46px;
	width: 160px;
	display: block;
	margin-bottom: 5px;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: 0px -680px;
	text-indent: 100%;/*  文字隠し */
	white-space: nowrap;/*  文字隠し */
	overflow: hidden;/*  文字隠し */
}

a.top_gac:hover, a.top_gac:focus {
	opacity:0.6;
}






/* バナー類 */
a.banner:hover, a.banner:focus {
	opacity:0.6;
}


/* MORE */
.more {
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -471px;
	height: 17px;
	width: 47px;
}



/* 立読み・コミックスボタン */
a.btn_comics_info{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -497px;
	width: 70px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

a.btn_sample_read{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -526px;
	width: 83px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

a.btn_sample_read2{
	display: block;
	background-image: url(../img/btn.png);
	background-position: -99px -526px;
	width: 83px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

a.btn_sample_read3{
	display: block;
	background-image: url(../img/btn.png);
	background-position: -200px -526px;
	width: 83px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_sample_read0{
	display: block;
	background-image: url(../img/btn.png);
	background-position: -299px -526px;
	width: 83px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_sample_read12{
	display: block;
	background-image: url(../img/btn.png);
	background-position: -143px -588px;
	width: 103px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_sample_read_bn{
	display: block;
	background-image: url(../img/btn.png);
	background-position: -267px -588px;
	width: 70px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_sample_read_D{
	display: block;
	background-image: url(../img/btn.png);
	background-position: -352px -588px;
	width: 82px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_sample_read_parts{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -555px;
	width: 65px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

a.btn_shortpiece{
	display: block;
	background-image: url(../img/btn.png);
	background-position: -99px -555px;
	width: 83px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_takanoweb{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -650px;
	width: 120px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}



a.btn_nicoseiga{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -620px;
	width: 88px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

a.btn_trialpage{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -555px;
	width: 70px;
	height: 20px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

a.btn_tsugumomobn
{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 0px -588px;
	width: 130px;
	height: 20px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_site_info{
	display: block;
	background-image: url(../img/btn.png);
	background-position: 217px -555px;
	width: 75px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}


a.btn_comics_info:hover, a.btn_comics_info:focus, 
a.btn_sample_read:hover, a.btn_sample_read:focus, 
a.btn_sample_read2:hover, a.btn_sample_read2:focus, 
a.btn_sample_read3:hover, a.btn_sample_read3:focus, 
a.btn_nicoseiga:hover, a.btn_nicoseiga:focus,
a.btn_trialpage:hover, a.btn_trialpage:focus, 
a.btn_tsugumomobn:hover, a.btn_tsugumomobn:focus,btn_takanoweb:hover,
btn_takanoweb:focus,a.btn_sample_read0:hover, a.btn_sample_read0:focus,
a.btn_site_info:hover,a.btn_site_info:focus, 
{
	opacity:0.6;
}



/*  ページ内リンク　 */


ul#pagenavi {
	background-color: #000000;
	border: 2px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height:1em;
	_zoom: 1;
	overflow: hidden;
	margin-top: 20px;
}  
   
ul#pagenavi li  {
	list-style-type: none; 
	margin-bottom: -1px;
	border-bottom:solid 1px #999;
}

#pagenavi a {
	display:block;
	padding:10px;
	margin-top:3px;
	color:#fff;
	font-weight:bold;
}

#pagenavi a:hover, #pagenavi a:focus{ background-color:#343434; }



/*新刊エリア共通*/
.comics_cover {
	width: 100px;
	display: block;
	margin: 5px auto;
}

.newcomics {
	width:660px;
}

.newcomics_sub {
	font-size: 10px;
	color: #F00;
}

.samplepage{
	display: block;
	margin-top:-38px;
	margin-left:528px;
}

ul.newcomics li{
	list-style-type: none;
	margin:0.5em;
}

/*  作品紹介共通  */

.comic_txt {
	overflow: auto;
}

.picupthumimg {
	display: block;
	float: left;
	margin-right:10px;
	margin-bottom:3px;
	border: 1px solid #CCC;
}

/*  WEBコミック更新日  */

.wbc_udate{
	clear:both;
}


/*  一覧へのリンク  */

.webcomic_allink {
	display: block;
	clear: both;
	font-size:x-small;
	border: 1px solid #E4E4E4;
	text-align: right;
	margin: 5px 0;
	padding:3px;
	background-color: #F2F2F2;
	line-height:1em;
}

/*カレンダー左*/

.calendar {
	margin-top: 20px;
}


/*左おしらせ見出し*/

h2 .side_info_hg {
	height:20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


/*持ち込み*/

.mochikomi {
	width: 680px;
	margin:0 auto;
}

.mochikomi h1 {
	margin-bottom: 20px;
	font-size: large;
	background-image: url(../img/common_hg.png);
	text-indent: 100%;/*  文字隠し */
	white-space: nowrap;/*  文字隠し */
	overflow: hidden;/*  文字隠し */
	background-repeat: no-repeat;
	background-position: 0px -102px;
	height: 42px;
}

.mochikomi h2 {
	margin-top:30px;
	font-size: medium;
	font-weight: bold;
	background-image: url(../img/common_hg.png);
	text-indent: 100%;/*  文字隠し */
	white-space: nowrap;/*  文字隠し */
	overflow: hidden;/*  文字隠し */
	background-repeat: no-repeat;
	background-position: 0px -155px;
	height: 30px;
}

.mochikomi ul {
	padding: 10px;
	border: 1px solid #000;
	border-top: solid 5px #000;
}

.mochikomi ul li {
	list-style-type: none;
	line-height: 3em;
	font-weight: bold;
}
.mochikomi_map {
	margin: 10px;
}
.mochikomi ul li .tel {
	font-size: 140%;
	color: #F33;
}
.high_attention {
	padding: 5px;
	border: 1px solid #F00;
	margin-bottom: 10px;
}


#___plusone_0 {
*display: inline !important;
}
#___plusone_1 {
*display: inline !important;
}
