@charset "utf-8";

/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
@import url("reset.css");


/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clear{
	clear:both;
}

h1{
	text-align:center;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#69ceec;
}



/* ロールオーバー */
.rollover a:hover img{
	filter: alpha (opacity=70);
	-moz-opacity: 0.70;
	-webkit-opacity: 0.70;
	opacity: 0.70;
}

/* -----------------------------------------------------------
	Wrapper
----------------------------------------------------------- */
div#wrap{
	width:816px;
	margin:0 auto;
	background:url(../img/bg_contents.png) repeat-y;
}

div.tl_fudandukai{
	width:800px;
	margin:0 auto;
	text-align:right;
}

h1#tl_archives{
	width:800px;
	margin:0 auto 50px auto;
	text-align:left;
}

h1#topimg{
	text-align:center;
}

div.copy{
	text-align:center;
	margin-bottom:70px;
}

div.manga{
	text-align:center;
}

div.ochi{
	text-align:center;
	padding:0px 0 50px 0;
}


div.mokuji{
	text-align:center;
	margin-bottom:25px;
}

table.mokuji_table{
	width:482px;
	margin:0 auto 35px auto;
}

table.mokuji_table span{
	font-size:12px;
}

table.mokuji_table a{
	color:#000;
	text-decoration:none;
}

table.mokuji_table a:hover{
	text-decoration:underline;
}

table.mokuji_table th{
	width:100px;
	padding-bottom:15px;
}

table.mokuji_table td{
	padding-bottom:15px;
	color:#b3ada1;
}

div.img_under_mokuji{
	text-align:center;
	margin-bottom:20px;
}

div.archives{
	width:720px;
	margin:0 auto;	
}

div.archives h2{
	margin-bottom:10px;
}

div.archives ul{
	font-size:16px;
	text-align:center;
	padding-bottom:50px;
}

div.archives ul li{
	margin-bottom:25px;
}

table.talk{
	width:520px;
	margin:0 auto;
	font-size:15px;
	line-height:1.8;
}

table.talk th{
	width:50px;
	font-weight:bold;
	padding-bottom:1.5em;
	vertical-align:top;
}

table.talk td{
	width:470px;
	padding-bottom:1.5em;
	vertical-align:top;
}

div.photo{
	text-align:center;
	margin-bottom:2em;
}

div.photo p{
	padding-top:5px;
}

div.intro{
	width:500px;
	margin:0 auto 30px auto;
	font-size:15px;
	line-height:1.8;
}

div.intro p{
	margin-bottom:1em;
}

span.annotation{
	font-size:12px;
}

div.annotation_desc{
	width:500px;
	margin:0 auto 30px auto;
	padding-top:30px;
}

div.annotation_desc p{
	font-size:12px;
	line-height:1.5;
	margin-bottom:1em;
}

table#next_prev{
	width:712px;
	margin:0 auto;
}

table#next_prev td{
	padding:30px 0;
}


div#footer_likebutton{
	width:450px;
	margin:0 auto;
	padding:30px 0 70px 0;
	text-align:center;
}

div#footer_comments{
	width:470px;
	margin:0 auto;
	padding:0 0 70px 0;
	text-align:center;
}

@media screen and (max-width: 960px){
	div#footer_comments{
		display:none;
	}
}

div.footer_logo{
	text-align:center;
	padding-bottom:50px;
}

table#footer_socialbuttons{
	width:636px;
	margin:0 auto 60px auto;
}

table#footer_socialbuttons td.mail{
	padding-left:25px;
	width:205px;
}

table#footer_socialbuttons td.facebook{
	text-align:right;
}

/* プロフィール */
div#profile_wrap{
	width:512px;
	margin:0 auto;
	padding:30px 6px;
	background:url(../img/bg_profile.png) repeat-y;
}

div.profile_box{
	width:440px;
	margin:0 auto 20px auto;
	overflow:hidden;
	color:#000;
}

div.profile_box div.image{
	width:160px;
	float:left;
}

div.profile_box div.text{
	width:260px;
	float:right;
	text-align:left;
}

div.profile_box div.text h1{
	font-size:22px;
	margin-bottom:0;
	font-weight:bold;
	text-align:left;
}

div.profile_box div.text p.furigana{
	font-size:18px;
	margin-bottom:20px;
	font-weight:bold;
}

div.profile_box div.text p.desc{
	font-size:14px;
	line-height:20px;
}

p.details{
	width:440px;
	margin:0 auto;
	font-size:14px;
	line-height:20px;
	color:#000;
}

/* ツカイちゃんからのお知らせ */
div.oshirase{
	width:480px;
	padding:10px 10px 20px 10px;
	border:1px solid #333;
	margin:0 auto 20px auto;
}

div.oshirase h2{
	margin-bottom:5px;
}

div.oshirase p{
	font-size:14px;
	padding:0 8px;
	line-height:21px;
}