@import url("smart.css");
/* CSS Document */
body {
	max-width: 100%;
}
.genre {
	background: #ff0000 none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	padding: 0 10px;
}
.detail {
	color: #999;
	font-size: 12px;
}
html body div#conter div#contentbox {
	font-size: 18px;
}
#threadtitle {
	background-color: #fff;
	border-radius: 5px;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 0;
	margin-left: 0;
}
#threadtitle h2 {
	font-family: meiryo, sans-serif;
	font-size: 22px !important;
	line-height: 120%;
	margin-bottom: 5px;
	padding: 0 10px 10px;
	color: #000;
	font-weight: normal;
	padding-left: 0;
	margin-left: 0;
}
div#thread {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}

img.margin {
	margin: 0 20%;
	width: 60%;
}

.comment_box {
	margin: 10px 0;
	/* [disabled]padding-top: 10px;
*/
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]padding-bottom: 10px;
*/
}
.comment_box .comment_midasi {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	border-bottom: 1px dashed #ccc;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 10px;
	width: 100%;
}
.comment_box .comment_cha_name {
	color: #3b5998;
	font-size: 12px;
	font-weight: bold;
}
.comment_box .comment_left {
	float: left;
	margin-right: 10px;
	width: 48px;
}
.comment_box .comment_right {
	margin-left: 58px;
}
.comment_box .comment_space {
	font-size: 12px;
	margin-top: 10px;
}
footer {
	border-top: 1px solid #ccc;
	width: 100%;
	background: #e5e5e5 none repeat scroll 0 0;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
footer #copyright {
	color: #333333;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
}
#contentbox {
	padding: 0;
	margin: 0;
}
html, body {
}
html, body, #conter {
	overflow: hidden;
	overflow-y: scroll;
//縦スクロール問題  margin:0;
	padding: 0;
	width: 100%;
}
div.genre_box, div#threadtitle {
	padding-left: 10px;
}
footer, footer #copyright {
	font-size: 12px;
	padding-left: 0;
}
#threadtitle {
	margin-top: 10px;
	src: url('comesinhandy.ttf') format("opentype");
	background-color: #FFDD00;
}
#threadtitle h2 {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
	text-shadow: 2px 1px 0px #aaa,  0px 2px 0px #eee,  0px 3px 0px #ccc,  0px 4px 0px #aaa,  0px 5px 0px #999,  0px 6px 0px #fff,  0px 0px 0px #fff,  0px -2px 0px #fff,  -2px 0px 0px #fff,  0px 8px 7px #fff;
}

/*
------------------------------------------------------------------
*/

#main table td {
	padding: 3px;
	background-color: #FFF;
	}
#main table th {
	padding: 3px;
	background-color: #D0CFB4;
}
#main tablen, table td, table th {
	border: solid 1px;
}
h3 {
	border-bottom: 2px solid #000;
	width: auto;
	margin: 20px 0;
	padding: 1px;
	font-size: 1.5em;
}

#conter{
	background-color:#fff;
	overflow-y: scroll;
	padding-left:0px;
	padding-right:0px;
	width: auto;

}

@media screen and (min-width:550px){
	body{
		background: #ddd;
		overflow-y: auto;
	}

	#conter{
		width: 600px;
		overflow-y: auto;
	}
	.icon-menu {
    display: block;
    width: 30px;
    position: absolute;
    right: 10px;
    padding: 10px 0;
    margin-top: -15px;
}
}



/*1本線（点線）*/
hr {
   border-width: 0.5px 0px 0px 0px; /* 太さ1px */
   border-style: dotted; /* 線種を点線に */
   border-color: gray;   /* 線色を灰色に */
   height: 1px;         /* 高さ(※古いIE用) */
}

/*1本線（破線）*/
hr.hasen {
   border-width: 0.5px 0px 0px 0px; /* 太さ1px */
   border-style: dashed; /* 線種を破線に */
   border-color: gray;   /* 線色を灰色に */
   height: 1px;         /* 高さ(※古いIE用) */
}


/*レーティングの星*/
@charset "UTF-8";
.rate {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 16px;
  font-size: 16px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 16px;
}

.rate1-5:after {
  width: 24px;
}

.rate2:after {
  width: 32px;
}

.rate2-5:after {
  width: 40px;
}

.rate3:after {
  width: 48px;
}

.rate3-5:after {
  width: 56px;
}

.rate4:after {
  width: 64px;
}

.rate4-5:after {
  width: 72px;
}

.rate5:after {
  width: 80px;
}

.rate5-5:after {
  width: 88px;
}

.rate6:after {
  width: 96px;
}

.rate6-5:after {
  width: 104px;
}

.rate7:after {
  width: 112px;
}

.rate7-5:after {
  width: 120px;
}

.rate8:after {
  width: 128px;
}

.rate8-5:after {
  width: 136px;
}

.rate9:after {
  width: 142px;
}

.rate9-5:after {
  width: 152px;
}

.rate10:after {
  width: 160px;
}

.wrap {
  width: 80px;
  margin: 0 auto;
}

#comment{
	box-shadow: 0px 0px 0px #FDFDFD;
	-webkit-box-shadow: 0px 0px 0px #FDFDFD;
	max-width:320px;
}
form.commentbox{
	background: #4169e1; /* Old browsers */
	color: #005286;
	border-color: #AAA;
	max-width:320px;

}
form.commentbox textarea{
	background: #FFF; /* Old browsers */
	color: #fff;
	border-color: #AAA;
	max-width:320px;

}


.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

p.voicomi_top {
	background: linear-gradient(#4169e1, #00f) ;
	color: #FFFFFF;
	font-size: 20px;
	text-shadow: -2px -2px 2px #333;
	padding:6px;
	font-weight: bold;
	border: 4px ridge #ffd700;
}

p.chapter0 {
	background: #F1F1F1;
	padding:6px;
	font-weight: bold;
	margin:0 0 5px 0;
	border-top-style:solid;
	border-width: 1px;
	border-color:#9b9b9b;
}

table.table_display_input {
    background-color: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
    max-width: 400px;
}
table.table_display_input td {
    background-color: #ffffff;
    padding: 8px 10px;
    vertical-align: top;
	border:none;
}
table.table_display_input th {
    background-color: #efede3;
    border: 2px solid #ffffff;
    font-weight: normal;
    padding: 8px 10px;
    vertical-align: top;
}

button.btn-01 {
background-color: #fc6925;
display: inline-block;
border: 1px solid #fc6925;
border-color: #fc6925 #fc6925 #E85E30 #fc6925 ;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #fff;
vertical-align: middle;
overflow: hidden;
border-radius: 50px;
box-shadow: 0 4px 0 -0.5px rgb(201, 63, 0), inset 0 -2px 10px 0 #ffad87;
padding: 6px 30px;
}
.btn-01:hover {
box-shadow: none;
transform: translate3d(0, 3px, 0);
}

#animation-container {
animation: inout 2s;
animation-iteration-count: infinite;
-webkit-animation: inout 2s; /* Safari & Chrome */
-webkit-animation-iteration-count: infinite;
}
@keyframes inout {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100%{ transform: scale(1); }
}
@-webkit-keyframes inout { /* Safari & Chrome */
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100%{ transform: scale(1); }

.keikou1 {
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}
.keikou2 {
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}