
.container{
	margin:0 auto;
	width:1100px;
}
body{
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/**
 * $keyframes \ gelatine
 **/
@keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
/*********************************************************************************/
/* header                                                                        */
/*********************************************************************************/

header{
	background:#ffd015;
}
header >.header_visual{
	overflow:hidden;
	position:relative;
	height:120px;
}
header >.header_visual >.upper h1{
	position:absolute;
	top:5px;
	left:0px;
	font-size:12px;
	color:#ffffff;
}
header >.header_visual >.upper ul{
	position:absolute;
	top:5px;
	right:0px;
	font-size:12px;
	color:#ffffff;
}
header >.header_visual >.upper ul:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
header >.header_visual >.upper li{
	float:left;
	font-size:12px;
}
header >.header_visual >.upper li a{
	color:#fff;
	text-decoration:none
}
header >.header_visual >.upper li.join{
	padding:0 10px 0 0;
}
header >.header_visual >.upper li.login{
	padding:0 10px 0 0;
}
header >.header_visual >.middle img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
header >.header_visual >.middle ul{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}

header >.header_visual >.middle ul:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
header >.header_visual >.middle li{
	float:left;
	padding:5px;
}

/*common*/
header >.header_visual >.middle li .button {
	display:inline-block;
	width:120px;
	height:44px;
	text-align:center;
	text-decoration:none;
	line-height:54px;
	outline:none;
}
header >.header_visual >.middle li .button::before,
header >.header_visual >.middle li .button::after {
	position:absolute;
	z-index:-1;
	display:block;
	content:'';
}
header >.header_visual >.middle li .button,
header >.header_visual >.middle li .button::before,
header >.header_visual >.middle li .button::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .3s;
	transition:all .3s;
}
/*individual*/
header >.header_visual >.middle li .button {
	position:relative;
	-webkit-perspective:300px;
	perspective:300px;
}
header >.header_visual >.middle li .button span {
	display:block;
	position:absolute;
	width:120px;
	height:50px;
	font-size:12px;
	font-weight:bold;
	line-height:46px;
	text-align:center;
	border:2px solid #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .3s;
	transition:all .3s;
	pointer-events:none;
}
header >.header_visual >.middle li .button span:nth-child(1) {
	background-color:#fff;
	color:#ffd015;
	-webkit-transform:rotateX(90deg);
	-moz-transform:rotateX(90deg);
	transform:rotateX(90deg);
	-webkit-transform-origin:50% 50% -25px;
	-moz-transform-origin:50% 50% -25px;
	transform-origin:50% 50% -25px;
}
header >.header_visual >.middle li .button span:nth-child(2) {
	background-color:#ffd015;
	color:#fff;
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	transform:rotateX(0deg);
	-webkit-transform-origin:50% 50% -25px;
	-moz-transform-origin:50% 50% -25px;
	transform-origin:50% 50% -25px;
}
header >.header_visual >.middle li .button:hover span:nth-child(1) {
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	transform:rotateX(0deg);
}
header >.header_visual >.middle li .button:hover span:nth-child(2) {
	background-color:#fff;
	-webkit-transform:rotateX(-90deg);
	-moz-transform:rotateX(-90deg);
	transform:rotateX(-90deg);
}
/*********************************************************************************/
/* footer                                                                        */
/*********************************************************************************/
#footer_wrapper{
	background:#808080;
	margin:40px 0 0 0;
	border-bottom:1px solid #fff;
}
#footer{
	overflow:hidden;
	position:relative;
	color:#fff;
	padding:20px 0;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#footer >.fo_01{
	float:left;
	width:300px;
}
#footer >.fo_02{
	float:left;
	width:250px;
}
#footer >.fo_03{
	float:left;
	width:250px;
}
#footer >.fo_04{
	float:left;
	width:250px;
}
#footer .fo_title{
	font-weight:bold;
	padding:0 0 10px;
}
#footer .fo_link{
	font-size:12px;
	line-height:20px;
}
#footer .copyright{
    clear:both;
    display:block;
	text-align:center;
	font-size:12px;
	padding:20px 0 10px 0;
}
/*********************************************************************************/
/* wideview                                                                    */
/*********************************************************************************/
#wideview{
	padding:10px 0 5px;

}
#wideview>.pan{
    list-style:none;
    overflow:hidden;
    font:12px Helvetica, Arial, Sans-Serif;
}
#wideview>.pan>ul li {
    float:left;
}
#wideview>.pan>ul li a {
    color:white;
    text-decoration:none;
    padding:2px 0 2px 35px;
    background:brown;
    background:hsla(34,85%,35%,1);
    position:relative;
    display:block;
    float:left;
}
#wideview>.pan>ul li a:after {
    content:" ";
    display:block;
    width:0;
    height:0;
    border-top:50px solid transparent;
    border-bottom:50px solid transparent;
    border-left:20px solid hsla(34,85%,35%,1);
    position:absolute;
    top:50%;
    margin-top:-50px;
    left:100%;
    z-index:2;
}
#wideview>.pan>ul li a:before {
    content:" ";
    display:block;
    width:0;
    height:0;
    border-top:50px solid transparent;
    border-bottom:50px solid transparent;
    border-left:20px solid white;
    position:absolute;
    top:50%;
    margin-top:-50px;
    margin-left:1px;
    left:100%;
    z-index:1;
}
#wideview>.pan>ul li:first-child a {
    padding-left:10px;
}
#wideview>.pan>ul li:nth-child(2) a       { background:hsla(34,85%,45%,1); }
#wideview>.pan>ul li:nth-child(2) a:after { border-left-color:hsla(34,85%,45%,1); }
#wideview>.pan>ul li:nth-child(3) a       { background:hsla(34,85%,55%,1); }
#wideview>.pan>ul li:nth-child(3) a:after { border-left-color:hsla(34,85%,55%,1); }
#wideview>.pan>ul li:nth-child(4) a       { background:hsla(34,85%,65%,1); }
#wideview>.pan>ul li:nth-child(4) a:after { border-left-color:hsla(34,85%,65%,1); }
#wideview>.pan>ul li:nth-child(5) a       { background:hsla(34,85%,75%,1); }
#wideview>.pan>ul li:nth-child(5) a:after { border-left-color:hsla(34,85%,75%,1); }
#wideview>.pan>ul li:last-child a {
    background:transparent !important;
    color:black;
    pointer-events:none;
    cursor:default;
}
#wideview>.pan>ul li:last-child a:after {
	border:0;
}
#wideview>.pan>ul li a:hover {
	background:hsla(34,85%,25%,1);
}
#wideview>.pan>ul li a:hover:after {
	border-left-color:hsla(34,85%,25%,1) !important;
}

/*********************************************************************************/
/* 404                                                                        */
/*********************************************************************************/
#c404{
	text-align:center;
	padding:50px 0 110px 0;
}
#c404>.title{
	text-align:center;
	padding:0 0 30px 0;
 }
#c404>.info{
	text-align:center;
 }
#c404>.info>ul{
	display:inline-block;
	margin: 0px auto; /*上下 左右*/
 }
#c404>.info>ul>li{
	float:left;
	padding:0 10px;
 }
#c404>.info>ul>li:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#c404>.info>ul>li>a{
	color:#ffb100;
    text-decoration:none;
	display:inline-block;
	width:150px;
	line-height:40px;
	border:5px solid #fcf4ce;
 }
#c404>.info>ul>li>a:hover{
	background:#fcf4ce;
 }

/*********************************************************************************/
/* main                                                                    */
/*********************************************************************************/

#main:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}

/*********************************************************************************/
/* content                                                                    */
/*********************************************************************************/

#content{
	width:750px;
	float:left;
	padding:20px 0;
}



/*********************************************************************************/
/* right                                                                    */
/*********************************************************************************/

#r_column{

	overflow:hidden;
	width:300px;
	float:right;
	padding:20px 0;
}
#r_column >.box_p1{
	position:relative;
	background:#ffffff;
	width:300px;
	margin:0 auto 30px;
}
#r_column >.box_p1:before{
  z-index:-1;
  position:absolute;
  content:"";
  bottom:15px;
  left:10px;
  width:50%;
  top:80%;
  max-width:300px;
  background:#777;
  -webkit-box-shadow:0 15px 10px #777;
  -moz-box-shadow:0 15px 10px #777;
  box-shadow:0 15px 10px #777;
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  transform:rotate(-3deg);
}
#r_column >.box_p1 .title{
	background:#fefae6;
	border:2px solid #fcf4ce;
	padding:10px;
}
#r_column >.box_p1 .title >span{
	display:block;
	color:#434031;
	font-size:13px;
	font-weight:bold;
	border-left:3px solid #c2bc9a;
	padding:0 0 0 10px;
}
#r_column >.box_p1 .info{
	min-height:60px;
	border-right:2px solid #fcf4ce;
	border-left:2px solid #fcf4ce;
	border-bottom:2px solid #fcf4ce;
	padding:10px;
}
#r_column >.box_p1 .info a{
	display:block;
	width:280px;
	height:80px;
}
#r_column >.box_p1 .info:hover{
	background:#f9f9f9;
}
#r_column >.box_p1 .info:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#r_column >.box_p1 .info img{
	float:left;
	width:80px;
}
#r_column >.box_p1 .info ul{
	float:right;
	width:170px;
}
#r_column >.box_p1 .info ul >.p_title{
	font-size:12px;
	font-weight:bold;
	color:#0000cd;
	padding:0 0 5px 0;
}
#r_column >.box_p1 .info ul >.p_copyright{
	font-size:11px;
	color:#000;
	padding:0 0 5px 0;
}
#r_column >.box_p1 .info ul >.p_info{
	font-size:10px;
	color:#000;
}
#r_column .box_b1{
	position:relative;
	background:#ffffff;
	width:300px;
	margin:0 auto 30px;
}
#r_column .box_b2{
	width:300px;
	margin:30px auto 0;
}
#r_column >.box_t1{
	position:relative;
	background:#ffffff;
	width:300px;
	margin:0 auto 20px;
}
#r_column >.box_t1:before{
  z-index:-1;
  position:absolute;
  content:"";
  bottom:15px;
  right:10px;
  left:auto;
  width:50%;
  top:80%;
  max-width:300px;
  background:#777;
  -webkit-box-shadow:0 15px 10px #777;
  -moz-box-shadow:0 15px 10px #777;
  box-shadow:0 15px 10px #777;
  -webkit-transform:rotate(3deg);
  -moz-transform:rotate(3deg);
  -o-transform:rotate(3deg);
  -ms-transform:rotate(3deg);
  transform:rotate(3deg);
}
#r_column .box_t1 .box_t1_title{
	background:#f0ede6;
	border:2px solid #e2dbd1;
	padding:5px 5px 5px 10px;
}
#r_column .box_t1 .box_t1_title >span{
	display:block;
	color:#434031;
	font-weight:bold;
	border-left:3px solid #c2bc9a;
	padding:0 0 0 10px;
}
#r_column .box_t1 >a{
	text-decoration:none;
	color:#000;
}
#r_column .box_t1 .box_t1_info{
	padding:10px;
	border-right:2px solid #e2dbd1;
	border-left:2px solid #e2dbd1;
	border-bottom:2px solid #e2dbd1;
}
#r_column .box_t1 .box_t1_info >.menu_list {
	overflow:hidden;
	width:100%;
	padding:2px 0;
}
#r_column .box_t1 .box_t1_info >.menu_list:hover{
	background:#fffaf0;
}
#r_column .box_t1 .box_t1_info >.menu_list .menu_image {
	width:100px;
	float:left;
}
#r_column .box_t1 .box_t1_info >.menu_list .menu:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#r_column .box_t1 .box_t1_info >.menu_list .menu {
	max-width:156px;
	float:left;
	padding:0 0 0 5px;
}
#r_column .box_t1 .box_t1_info >.menu_list .menu_title{
	color:#3e8a7f;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 5px 0;
}
#r_column .box_t1 .box_t1_info >.menu_list .menu_info{
	color:#000;
	font-size:12px;
	text-decoration:none;
}
#r_column .box_t1 .box_t1_info >table{
	width:100%;
}
#r_column .box_t1 .box_t1_info >table td{
	width:30%;
	height:25px;
	text-align:center;
}
#r_column .box_t1 .box_t1_info >table td >a{
	color:#000;
	font-size:13px;
}
#r_column .box_t1 .box_t1_info >table td >a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#r_column .box_t1 .box_t1_info >.come_title{
	color:#000;
	font-size:12px;
	font-weight:bold;
}
#r_column .box_t1 .box_t1_info >.come_info{
	font-size:12px;
	line-height:16px;
	padding:10px 0;
}
#r_column .box_t1 .box_t1_info >.come_date{
	font-size:10px;
	text-align:right;
}
#r_column .box_t1 .box_t1_info >.update_info{
	padding:0 0 5px 0;
}
#r_column .box_t1 .box_t1_info >.update_info >a{
	font-size:12px;
	color:#000;
}
#r_column .box_t1 .box_t1_info >.update_date{
	font-size:10px;
	text-align:right;
}

/*********************************************************************************/
/* r_column　　　 box_t1_book                                                                   */
/*********************************************************************************/


#r_column >.box_t1>.box_t1_book{
	padding:10px 0 20px 0;
}
#r_column >.box_t1_book>.list{
	overflow:hidden;
	position: relative;
	background: #fff;
	cursor: pointer;
	margin:0 0 20px 0 ;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0 1px 3px #333;
}
#r_column >.box_t1_book>.list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#r_column >.box_t1_book>.list>a{
	display:inline-block;
	color:#514848;
}
#r_column >.box_t1_book>.list>a>.image{
	width:300px;
	height:200px;
}
#r_column >.box_t1_book>.list>a>.image>img{
	width:300px;
	height:200px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	transition-duration:0.5s;
}
#r_column >.box_t1_book>.list>a>.image>img:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#r_column >.box_t1_book>.list>a>.info{
	position:absolute;
	bottom:0;
	width:280px;
	color: #fff;
	padding:0 10px;
	background: rgba(68, 68, 68, 0.8);
	font-weight: bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#r_column >.box_t1_book>.list>a>.info>.title{
	color: #fff;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	height:50px;
	word-break: break-all;
}
#r_column >.box_t1_book>.list>a>.info>.title:hover{
	text-decoration:underline;
}
#r_column >.box_t1_book>.list>a>.info>.category{
	float:left;
	color: #DADADA;
	font-size:10px;
	text-align:right;
	line-height:24px;
}
#r_column >.box_t1_book>.list>a>.info>.creator{
	float:right;
	color: #DADADA;
	font-size:10px;
	text-align:right;
	line-height:24px;
}

#r_column >.box_t1_book>.list>.ribbon {
	position: absolute;
	width: 100px;
	height: 100px;
	transform: rotateZ(-45deg);
	z-index: 1;
}

#r_column >.box_t1_book>.list>.ribbon>span {
  text-align:center;
  display:block;
  width:100%;
  height:30px;
  line-height:30px;
  color:#fff;
  background:#CBC549;
  font-size:13px;
  text-shadow:1 1 3px #000;
}


/*********************************************************************************/
/* content　　　 pager                                                                   */
/*********************************************************************************/

#content>.pager{
	text-align:center;
}
#content>.pager:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.pager >a{
	display:inline-block;
    color:#717171;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    background:#e9e9e9;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
	height:30px;
	line-height:30px;
    margin-right:10px;
    padding:0px 15px;
}
#content>.pager >a:hover{
    background:#fefefe;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
#content>.pager >span.pager_now{
	display:inline-block;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
    background:#616161;
    text-shadow:0px 0px 3px rgba(0,0,0, .5);
    box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color:#f0f0f0;
	height:30px;
	line-height:30px;
    margin-right:10px;
    padding:0px 15px;
}

/*********************************************************************************/
/* content　　　recommend_book                                                                   */
/*********************************************************************************/

#content>.top_view>.recommend_book{
	padding:10px 0 20px 0;
}
#content>.top_view>.recommend_book>.title{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.top_view>.recommend_book>.title:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.top_view>.recommend_book>.title:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.top_view>.recommend_book>.list{
	position: relative;
	background: #fff;
	cursor: pointer;
	margin:0 0 20px 0 ;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0 1px 3px #333;
}
#content>.top_view>.recommend_book>.list:before {
	content: "人気";
	line-height: 1px;
	display: block;
	position: absolute;
	width: 50px;
	height: 0;
	top: 5px;
	left: -5px;
	font-size: 13px;
	color: #fff;
	z-index: 1;
	border-top: 13px solid #1cd863;
	border-bottom: 13px solid #1cd863;
	border-left: 9px solid #1cd863;
	border-right: 10px solid transparent;
}
#content>.top_view>.recommend_book>.left{
	float:left;
	margin:0 0 20px 5px ;
}
#content>.top_view>.recommend_book>.right{
	float:right;
}
#content>.top_view>.recommend_book>.list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.top_view>.recommend_book>.list>a{
	display:inline-block;
	color:#514848;
}
#content>.top_view>.recommend_book>.list>a>.image{
	width:360px;
	height:270px;
}
#content>.top_view>.recommend_book>.list>a>.image>img{
	width:360px;
	height:270px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	transition-duration:0.5s;
}
#content>.top_view>.recommend_book>.list>a>.image>img:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#content>.top_view>.recommend_book>.list>a>.info{
	position:absolute;
	bottom:0;
	width:340px;
	height:100px;
	color: #fff;
	padding:0 10px;
	border-radius: 0 0 5px 5px;
	background: rgba(68, 68, 68, 0.8);
	font-weight: bold;
	z-index:1;
}
#content>.top_view>.recommend_book>.list>a>.info>.title{
	color: #fff;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	height:60px;
	padding:5px;
}
#content>.top_view>.recommend_book>.list>a>.info>.title:hover{
	text-decoration:underline;
}
#content>.top_view>.recommend_book>.list>a>.info>.content{
	color: #747474;
	font-size:14px;
	line-height:22px;
	height:30px;
}
#content>.top_view>.recommend_book>.list>a>.info>.category{
	float:left;
	display:inline-block;
	bottom:5px;
	left:0px;
	color:#fff;
	background:#6B6A6A;
	font-size:12px;
	text-align:center;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding:3px 5px;
}
#content>.top_view>.recommend_book>.list>a>.info>.creator{
	float:right;
	color: #B8B8B8;
	font-size:12px;
	text-align:right;
	line-height:24px;
}


/*********************************************************************************/
/* content　　　top_book                                                                    */
/*********************************************************************************/

#content>.top_view{
}
#content>.top_view>.top_book{
	padding:10px 0 20px 0;
}
#content>.top_view>.top_book>.title{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.top_view>.top_book>.title:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.top_view>.top_book>.title:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.top_view>.top_book>.list{
	position: relative;
	background: #fff;
	cursor: pointer;
	width:750px;
	height:150px;
	margin:0 0 20px 0 ;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0 1px 3px #333;
	transition-duration:0.5s;
}
#content>.top_view>.top_book>.list:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#content>.top_view>.top_book>.today:before {
  content: "新着記事";
  line-height: 1px;
  display: block;
  position: absolute;
  width: 70px;
  height: 0;
  top: 5px;
  left: -5px;
  font-size: 13px;
  color: #fff;
  z-index: 1;
  border-top: 13px solid #FF6E6E;
  border-bottom: 13px solid #FF6E6E;
  border-left: 9px solid #FF6E6E;
  border-right: 10px solid transparent;
}
#content>.top_view>.top_book>.list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.top_view>.top_book>.list>a{
	display:inline-block;
	color:#514848;
	width:750px;
	height:150px;
}
#content>.top_view>.top_book>.list>a>.image{
	position:relative;
	float:left;
	width:200px;
	height:150px;
	overflow: hidden;
	margin:0 10px 0 0;
    border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
}
#content>.top_view>.top_book>.list>a>.image>img{
	width:200px;
	height:150px;
}
#content>.top_view>.top_book>.list>a>.info{
	position:relative;
	float:left;
	width:530px;
	height:150px;
}
#content>.top_view>.top_book>.list>a>.info>.title{
	color: #3D3D3D;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	padding:6px 0;
}
#content>.top_view>.top_book>.list>a>.info>.content{
	color: #747474;
	font-size:14px;
	line-height:22px;
	height:30px;
}
#content>.top_view>.top_book>.list>a>.info>.category{
	display:inline-block;
	position:absolute;
	bottom:5px;
	left:0px;
	color:#fff;
	background:#6B6A6A;
	font-size:12px;
	text-align:center;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding:3px 5px;
}
#content>.top_view>.top_book>.list>a>.info>.creator{
	position:absolute;
	bottom:7px;
	right:0px;
	color: #6B6A6A;
	font-size:12px;
	text-align:right;
	line-height:24px;
}



#content>.top_view>.top_news{
	padding:10px 0;
}
#content>.top_view>.top_news>.title{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.top_view>.top_news>.title:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.top_view>.top_news>.title:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.top_view>.top_news>ul{
}
#content>.top_view>.top_news>ul>li{
	font-size:12px;
	line-height:25px;
}
#content>.top_view>.top_news>ul>li:hover{
	border-bottom:1px solid #e1e1e1;
}
#content>.top_view>.top_news>ul>li>a{
	text-decoration:none;
}
#content>.top_view>.top_news>ul>li>a>.date{
	color: #666;
	font-size:10px;
	padding:0 10px 0 0;
}
#content>.top_view>.top_news>ul>li>a>.category{
	color: #000;
	padding:0 10px 0 0;
}
#content>.top_view>.top_news>ul>li>a>.info{
	color: #000;
}
#content>.top_view>.top_ranking{
	padding:0 0 20px 0;
}
#content>.top_view>.top_ranking:before{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.top_view>.top_ranking:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.top_view>.top_ranking>.title{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.top_view>.top_ranking>.title:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.top_view>.top_ranking>.title:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.top_view>.top_ranking>.title>strong{
	color: #1dcd00;
	font-weight: bold;
}
#content>.top_view>.top_ranking >.sl_info >a{
	position:relative;
	width:120px;
	height:200px;
	float:left;
	text-align:center;
	padding:20px 15px 0 15px;
	color:#000;
	text-decoration:none;
}
#content>.top_view>.top_ranking >.sl_info >a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_image{
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_image >img{
	width:120px;
	height:120px;
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_title{
	font-size:12px;
	line-height:20px;
	overflow:hidden;
	padding:5px 0;
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_market{
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: auto;
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_ranking{
	position: absolute;
	top:0;
	left:10px;
	width:20px;
	height:auto;
	font-size:12px;
	color: #25831B;
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_info{
	font-size:13px;
	line-height:13px;
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_info >p{
	display:inline-block;
	padding:0 5px;
}
#content>.top_view>.top_ranking >.sl_info >a >.sli_info >img{
	width:13px;
}

/*********************************************************************************/
/* content　　　stamp_search                                                                    */
/*********************************************************************************/

#content>.stamp_search{
	border-top:5px solid #deb81d;
}
#content>.stamp_search >.stamp_search_category{
	width:100%;
	font-size:13px;
	background:#ebebeb;
	padding:10px 0;
}
#content>.stamp_search >.stamp_search_category >h3{
	padding:10px 0;
}
#content>.stamp_search >.stamp_search_category:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.stamp_search >.stamp_search_category >form{
	display:inline-block;
}
#content>.stamp_search >.stamp_search_category >form >select{
	font-size:12px;
	letter-spacing:1px;
	background:#fff;
	border:1px solid #e1e1e1;
	margin:0 10px;
	padding:10px;
}
#content>.stamp_search >.stamp_search_category >form >.stamp_form_text{
	display:inline-block;
	letter-spacing:1px;
	background:#fff;
	border:1px solid #e1e1e1;
	width:250px;
	margin:0 10px;
	padding:10px;
}
#content>.stamp_search >.stamp_search_category >form >.stamp_form_submit{
	display:inline-block;
	color:#333;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	background:#efcd06;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
	border:1px solid #deb81d;
	box-shadow:0 0 7px #ccc;
	border-radius:3px;
	margin:0 10px;
	padding:10px 20px;
}

#content>.stamp_title{
	display:inline-block;
	background:#f9f6f6;
	width:100%;
	font-size:13px;
	margin:0 0 30px 0;
	padding:15px 0;
}
#content>.stamp_title:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.stamp_title >.result{
	float:left;
	color:#333333;
	line-height:20px;
	padding:0 0 0 10px;
}
#content>.stamp_title >.result >.all_stamp{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.stamp_title >.result >.min_stamp{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 5px;
}
#content>.stamp_title >.result >.max_stamp{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.stamp_title >.result >a{
	display:inline-block;
    color:#717171;
    font-size:12px;
	letter-spacing:2px;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    background:#f8f2f2;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    text-decoration:none;
	height:20px;
	line-height:20px;
    margin:0 5px;
    padding:0px 5px;
}
#content>.stamp_title >.result >a:hover{
    background:#fefefe;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
#content>.stamp_title >.result >span.pager_now{
	display:inline-block;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
    background:#616161;
    text-shadow:0px 0px 3px rgba(0,0,0, .5);
    box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color:#f0f0f0;
	height:20px;
	line-height:20px;
    margin-right:10px;
    padding:0px 5px;
}
#content>.stamp_title >.sort{
	float:right;
	padding:0 10px;
}
#content>.stamp_title >.sort >form{
	display:inline-block;
}
#content>.stamp_title >.sort >form >select{
	font-size:12px;
	border-radius:3px;
	padding:2px 5px;
}

/*********************************************************************************/
/* content　　　ranking_top                                                                    */
/*********************************************************************************/

#content>.ranking_search{
	border-top:5px solid #deb81d;
}
#content>.ranking_search >.ranking_search_category{
	display:none;
	width:100%;
	font-size:13px;
	background:#ebebeb;
	padding:10px 0;
}
#content>.ranking_search >.ranking_search_category >h3{
	padding:10px 0;
}
#content>.ranking_search >.ranking_search_category:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.ranking_search >.ranking_search_category >form{
	display:inline-block;
}
#content>.ranking_search >.ranking_search_category >form >select{
	font-size:12px;
	letter-spacing:1px;
	background:#fff;
	border:1px solid #e1e1e1;
	margin:0 10px;
	padding:10px;
}
#content>.ranking_search >.ranking_search_category >form >.ranking_form_text{
	display:inline-block;
	letter-spacing:1px;
	background:#fff;
	border:1px solid #e1e1e1;
	width:450px;
	margin:0 10px;
	padding:10px;
}
#content>.ranking_search >.ranking_search_category >form >.ranking_form_submit{
	display:inline-block;
	color:#333;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	background:#efcd06;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
	border:1px solid #deb81d;
	box-shadow:0 0 7px #ccc;
	border-radius:3px;
	margin:0 10px;
	padding:10px 20px;
}

#content>.ranking_title{
	display:inline-block;
	background:#f9f6f6;
	width:100%;
	font-size:13px;
	margin:0 0 30px 0;
	padding:15px 0;
}
#content>.ranking_title:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.ranking_title >.result{
	float:left;
	color:#333333;
	line-height:20px;
	padding:0 0 0 10px;
}
#content>.ranking_title >.result >.all_ranking{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.ranking_title >.result >.min_ranking{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 5px;
}
#content>.ranking_title >.result >.max_ranking{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.ranking_title >.result >a{
	display:inline-block;
    color:#717171;
    font-size:12px;
	letter-spacing:2px;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    background:#f8f2f2;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    text-decoration:none;
	height:20px;
	line-height:20px;
    margin:0 5px;
    padding:0px 5px;
}
#content>.ranking_title >.result >a:hover{
    background:#fefefe;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
#content>.ranking_title >.result >span.pager_now{
	display:inline-block;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
    background:#616161;
    text-shadow:0px 0px 3px rgba(0,0,0, .5);
    box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color:#f0f0f0;
	height:20px;
	line-height:20px;
    margin-right:10px;
    padding:0px 5px;
}
#content>.ranking_title >.sort{
	float:right;
	padding:0 10px;
}
#content>.ranking_title >.sort >form{
	display:inline-block;
}
#content>.ranking_title >.sort >form >select{
	font-size:12px;
	border-radius:3px;
	padding:2px 5px;
}
#content>.ranking_list{
	padding:20px 0;
}
#content>.ranking_list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.ranking_list>.ranking_info{
	position: relative;
	height:100px;
	border:1px solid #e1e1e1;
	background:#f9f9f9;
	margin:5px;
}
#content>.ranking_list>.ranking_info:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.ranking_list>.ranking_info>a{
	position:absolute;
	background:#ffd015;
	background-image: url("../images/home/rankingbg.png");
	background-repeat: no-repeat;
	background-position: right top;
	width:100%;
	height:100px;
	top:0px;
	left:0px;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
#content>.ranking_list>.ranking_info>a:hover{
	background:#ffd015;
	background-image: url("../images/home/rankingbg.png");
	background-repeat: no-repeat;
	background-position: right 90%;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#content>.ranking_list>.ranking_info>span>a{
	position:absolute;
	width:100%;
	height:100px;
	top:0px;
	left:0px;
}
#content>.ranking_list>.ranking_info>.number{
	float:left;
	width:120px;
	text-align:center;
}
#content>.ranking_list>.ranking_info>.number>.rank{
	color:#000;
	font-size:15px;
	font-weight:bold;
	padding:30px 0 0 0;
}
#content>.ranking_list>.ranking_info>.number>.arrow_up{
	color:#F70000;
}
#content>.ranking_list>.ranking_info>.number>.arrow_down{
	color:#0900F7;
}
#content>.ranking_list>.ranking_info>.number>.arrow_same{
	color:#09752D;
}
#content>.ranking_list>.ranking_info>.runimg{
	float:left;
	padding:0 10px;
}
#content>.ranking_list>.ranking_info>.runimg>img{
	width:100px;
	height:100px;
}
#content>.ranking_list>.ranking_info>.info{
	float:right;
	width:430px;
	padding:0 30px;
}
#content>.ranking_list>.ranking_info>.info>.title{
	color:#000;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding:10px 0 0 0;
}
#content>.ranking_list>.ranking_info>.info>.name{
	color:#000;
	font-size:12px;
	text-align:left;
	padding:5px 0;
}
#content>.ranking_list>.ranking_info>.info>.title>.new{
	display:inline-block;
	color:#fff;
	background:#f00;
	font-size:11px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	margin:0 5px 0 0;
	padding:1px 2px;
}

	padding:0 2px;
}
#content>.ranking_list>.ranking_info>.info>.name{
	color:#000;
	font-size:13px;
	text-align:left;
	padding:5px 0;
}
#content>.ranking_list>.ranking_info>.info>.before{
	color:#000;
	font-size:11px;
	text-align:left;
}
#content>.ranking_list>.ranking_info>.info>.store{
	float:left;
	padding:20px 0 0 0 ;
}
#content>.ranking_list>.ranking_info>.info>.store>a{
	display:inline-block;
	width:190px;
	height:30px;
	line-height:30px;
	background-color:#00c402;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(1,122,2,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:0 20px 0 0;
	transition-duration:0.1s;
}
#content>.ranking_list>.ranking_info>.info>.store>a:hover {
	box-shadow:0 1px 0 rgba(1,122,2,1);
	margin:2px 20px 8px 0;
}
#content>.ranking_list>.ranking_info>.info>.page{
	float:left;
	padding:20px 0 0 0 ;
}
#content>.ranking_list>.ranking_info>.info>.page>a{
	display:inline-block;
	width:190px;
	height:30px;
	line-height:30px;
	background-color:#ffb11e;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(201,142,29,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition-duration:0.1s;
}
#content>.ranking_list>.ranking_info>.info>.page>a:hover {
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:2px 0 8px 0;
}


#content>.ranking_title{
	display:inline-block;
	background:#f9f6f6;
	width:100%;
	font-size:13px;
	margin:0 0 30px 0;
	padding:15px 0;
}
#content>.ranking_title:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.ranking_title >.date{
	float:right;
	color:#333333;
	line-height:20px;
	padding:0 10px 0 0;
}
#content>.ranking_title >.date>a{
	display:inline-block;
    color:#717171;
    font-size:12px;
	letter-spacing:2px;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    background:#f8f2f2;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    text-decoration:none;
	height:20px;
	line-height:20px;
    margin:0 5px;
    padding:0px 5px;
}
#content>.ranking_title >.date>a:hover{
    background:#fefefe;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
#content>.ranking_title >.result{
	float:left;
	color:#333333;
	line-height:20px;
	padding:0 0 0 10px;
}
#content>.ranking_title >.result >.all_stamp{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.ranking_title >.result >.min_stamp{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 5px;
}
#content>.ranking_title >.result >.max_stamp{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.ranking_title >.result >a{
	display:inline-block;
    color:#717171;
    font-size:12px;
	letter-spacing:2px;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    background:#f8f2f2;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    text-decoration:none;
	height:20px;
	line-height:20px;
    margin:0 5px;
    padding:0px 5px;
}
#content>.ranking_title >.result >a:hover{
    background:#fefefe;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
#content>.ranking_title >.result >span.pager_now{
	display:inline-block;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
    background:#616161;
    text-shadow:0px 0px 3px rgba(0,0,0, .5);
    box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color:#f0f0f0;
	height:20px;
	line-height:20px;
    margin-right:10px;
    padding:0px 5px;
}
#content>.ranking_title >.sort{
	float:right;
	padding:0 10px;
}
#content>.ranking_title >.sort >form{
	display:inline-block;
}
#content>.ranking_title >.sort >form >select{
	font-size:12px;
	border-radius:3px;
	padding:2px 5px;
}

/*********************************************************************************/
/* content　　　linestamp                                                                    */
/*********************************************************************************/

#content>.linestamp{
}
#content>.linestamp>.maininfo_f{
	border-left:5px solid #ffd015;
	background:#FFF5E3;
	padding:10px;
}
#content>.linestamp>.maininfo_f:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.maininfo_f>.creator{
	float:left;
}
#content>.linestamp>.maininfo_f>.creator:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.maininfo_f>.creator>a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:2px;
}
#content>.linestamp>.maininfo_f>.creator>a>img{
	float:left;
	width:20px;
	height:20px;
	padding:0 5px 0 0;
}
#content>.linestamp>.maininfo_f>.time{
	float:right;
	color:#b6b6b6;
	font-size:11px;
	line-height:20px;
	letter-spacing:2px;
}
#content>.linestamp>.topinfo{
	padding:20px 0 0 0;
}
#content>.linestamp>.topinfo:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.topinfo>.main_image{
	float:left;
	width:260px;
}
#content>.linestamp>.topinfo>.main_image>img{
}
#content>.linestamp>.topinfo>.main_info{
	float:left;
	width:480px;
}
#content>.linestamp>.topinfo>.main_info:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.topinfo>.main_info>.title{
	color:#333333;
	font-size:27px;
	font-weight:bold;
	letter-spacing:0.5px;
}
#content>.linestamp>.topinfo>.main_info>.title:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.topinfo>.main_info>.title>h2{
	float:left;
	display:inline-block;
	font-weight:bold;
}
#content>.linestamp>.topinfo>.main_info>.description{
	font-size:12px;
	line-height:20px;
	letter-spacing:2px;
	padding:10px 0;
}
#content>.linestamp>.topinfo>.main_info>.ranking{
	height:50px;
	text-align:center;
}
#content>.linestamp>.topinfo>.main_info>.ranking>a{
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	width:480px;
	height:30px;
	line-height:30px;
	background-color:#0081FF;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(0,51,101,1);
	margin:10px auto;
	transition-duration:0.1s;
}
#content>.linestamp>.topinfo>.main_info>.ranking>a:hover {
  box-shadow:0 1px 0 rgba(0,51,101,1);
  margin:12px auto 8px;
}
#content>.linestamp>.topinfo>.main_info>.category{
	padding:10px 0 0 0;
}
#content>.linestamp>.topinfo>.main_info>.category>a{
	color:#4d4d4d;
	display:inline-block;
	font-size:10px;
    border:solid 1px #c0c0c0;
	text-decoration:none;
	margin:0 5px 5px 0;
	padding:2px;
}
#content>.linestamp>.topinfo>.main_info>.category>a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.linestamp>.topinfo>.main_info>.market{
	position: relative;
	left: -50%;
	float:left;
	height:50px;
}
#content>.linestamp>.topinfo>.main_info>.market>a{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#00c402;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(1,122,2,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto;
	transition-duration:0.1s;
}
#content>.linestamp>.topinfo>.main_info>.market>a:hover {
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.linestamp>.topinfo>.main_info>.market>a:active {
	box-shadow:0 1px 0 rgba(1,122,2,1);
	margin:12px auto 8px;
}
#content>.linestamp>.topinfo>.main_info>.market>span.notmarket{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#5faff3;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(57,107,150,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px 30px;
}
#content>.linestamp>.topinfo>.main_info>.counter_content{
	position: relative;
	left: 50%;
	float: left;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.market{
	position: relative;
	left: -50%;
	float:left;
	height:50px;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.market>a{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#00c402;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(1,122,2,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto;
	transition-duration:0.1s;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.market>a:hover {
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.market>a:active {
	box-shadow:0 1px 0 rgba(1,122,2,1);
	margin:12px auto 8px;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.market>span.notmarket{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#5faff3;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(57,107,150,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px 30px;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.marketcnt{
	position: relative;
	left: -50%;
	float:left;
	padding:10px 0 0 4px;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.marketcnt>.marketcnt_info {
	display:inline-block;
	position:relative;
	font-size:13px;
	letter-spacing:2px;
	text-align:center;
	min-width:58px;
	height:45px;
	line-height:45px;
	color:#555555;
	background:#fff;
    border:solid 1px #c0c0c0;
	margin:0 10px;
	padding:0 10px;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.marketcnt>.marketcnt_info:after, .marketcnt_info:before {
	right:100%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.marketcnt>.marketcnt_info:after {
	border-color:rgba(255, 252, 252, 0);
	border-right-color:#fffcfc;
	border-width:5px;
	margin-top:-5px;
}
#content>.linestamp>.topinfo>.main_info>.counter_content>.marketcnt>.marketcnt_info:before {
	border-color:rgba(130, 130, 130, 0);
	border-right-color:#c0c0c0;
	border-width:6px;
	margin-top:-6px;
}



#content>.linestamp>.counter{
	position: relative;
	overflow: hidden;
	padding:10px 0 20px 0;
}
#content>.linestamp>.counter:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.counter>.counter_content{
	position: relative;
	left: 50%;
	float: left;
}
#content>.linestamp>.counter>.counter_content>.market{
	position: relative;
	left: -50%;
	float:left;
	height:50px;
}
#content>.linestamp>.counter>.counter_content>.market>a{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#00c402;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(1,122,2,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto;
	transition-duration:0.1s;
}
#content>.linestamp>.counter>.counter_content>.market>a:hover {
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.linestamp>.counter>.counter_content>.market>a:active {
	box-shadow:0 1px 0 rgba(1,122,2,1);
	margin:12px auto 8px;
}
#content>.linestamp>.counter>.counter_content>.market>span.notmarket{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#5faff3;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(57,107,150,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px 30px;
}
#content>.linestamp>.counter>.counter_content>.marketcnt{
	position: relative;
	left: -50%;
	float:left;
	padding:10px 0 0 4px;
}
#content>.linestamp>.counter>.counter_content>.marketcnt>.marketcnt_info {
	display:inline-block;
	position:relative;
	font-size:13px;
	letter-spacing:2px;
	text-align:center;
	min-width:58px;
	height:45px;
	line-height:45px;
	color:#555555;
	background:#fff;
    border:solid 1px #c0c0c0;
	margin:0 10px;
	padding:0 10px;
}
#content>.linestamp>.counter>.counter_content>.marketcnt>.marketcnt_info:after, .marketcnt_info:before {
	right:100%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
#content>.linestamp>.counter>.counter_content>.marketcnt>.marketcnt_info:after {
	border-color:rgba(255, 252, 252, 0);
	border-right-color:#fffcfc;
	border-width:5px;
	margin-top:-5px;
}
#content>.linestamp>.counter>.counter_content>.marketcnt>.marketcnt_info:before {
	border-color:rgba(130, 130, 130, 0);
	border-right-color:#c0c0c0;
	border-width:6px;
	margin-top:-6px;
}
#content>.linestamp>.counter>.counter_content>.nice{
	position: relative;
	left: -50%;
	float:left;
	height:50px;
}
#content>.linestamp>.counter>.counter_content>.nice>a{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#ffb11e;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(201,142,29,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px 0 10px 20px;
	transition-duration:0.1s;
}
#content>.linestamp>.counter>.counter_content>.nice>a:hover {
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.linestamp>.counter>.counter_content>.nice>a:active {
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:12px 0 8px 20px;
}

#content>.linestamp>.counter>.counter_content>.nice>.niced{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	background-color:#aaaaaa;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(136,136,136,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px 0 10px 20px;
	transition-duration:0.1s;
}
#content>.linestamp>.counter>.counter_content>.nicecnt{
	position: relative;
	left: -50%;
	float:left;
	padding:10px 0 0 4px;
}
#content>.linestamp>.counter>.counter_content>.nicecnt>.nicecnt_info {
	display:inline-block;
	position:relative;
	font-size:13px;
	letter-spacing:2px;
	text-align:center;
	min-width:58px;
	height:45px;
	line-height:45px;
	color:#555555;
	background:#fff;
    border:solid 1px #c0c0c0;
	margin:0 10px;
	padding:0 10px;
}
#content>.linestamp>.counter>.counter_content>.nicecnt>.nicecnt_info:after, .nicecnt_info:before {
	right:100%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
#content>.linestamp>.counter>.counter_content>.nicecnt>.nicecnt_info:after {
	border-color:rgba(255, 252, 252, 0);
	border-right-color:#fffcfc;
	border-width:5px;
	margin-top:-5px;
}
#content>.linestamp>.counter>.counter_content>.nicecnt>.nicecnt_info:before {
	border-color:rgba(130, 130, 130, 0);
	border-right-color:#c0c0c0;
	border-width:6px;
	margin-top:-6px;
}
#content>.linestamp>.collabo_image{
	padding:0 0 30px 0;
}
#content>.linestamp>.collabo_image>.title{
	padding:10px 0;
}
#content>.linestamp>.collabo_image>.title>h2{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
}
#content>.linestamp>.collabo_image>.image{
	text-align:center;
}
#content>.linestamp>.collabo_image>.image>img{
    max-width:620px;
}
#content>.linestamp>.sns{
    position: relative;
    left:50%;
	padding:30px 0;
}
#content>.linestamp>.sns:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.sns>.list{
    position: relative;
    left: -25%;
	float:left;
	padding:0 40px 0 0;

}
#content>.linestamp>.stamp_image{
	padding:0 0 30px 0;
}
#content>.linestamp>.stamp_image:before{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.stamp_image:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.stamp_image>.title{
	padding:10px 0;
}
#content>.linestamp>.stamp_image>.title>h3{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.linestamp>.stamp_image>.title>h3:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.linestamp>.stamp_image>.title>h3:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.linestamp>.stamp_image>.description{
	font-size:13px;
	line-height:25px;
	text-align:center;
	padding:0 30px;
}
#content>.linestamp>.stamp_image>.image1{
	text-align:center;
	padding:10px 0;
}
#content>.linestamp>.stamp_image>.image2{
	padding:0 94px;
}
#content>.linestamp>.stamp_image>.image2>img{
	padding:19px 5px;
}
#content>.linestamp>.stamp_image>.copyright{
	font-size:12px;
	text-align:center;
	padding:10px 0;
}


#content>.linestamp>.top_ranking{
	border-top: 1px solid #DADADA;
	margin:30px 0 0 0;
	padding:30px 0 0 0;
}
#content>.linestamp>.top_ranking:before{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.top_ranking:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.top_ranking>.title{
	padding:10px 0;
}
#content>.linestamp>.top_ranking .sl_info >a{
	position:relative;
	width:120px;
	height:200px;
	float:left;
	text-align:center;
	padding:20px 15px 0 15px;
	color:#000;
	text-decoration:none;
}
#content>.linestamp>.top_ranking .sl_info >a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.linestamp>.top_ranking .sl_info >a >.sli_image{
}
#content>.linestamp>.top_ranking .sl_info >a >.sli_image >img{
	width:120px;
	height:120px;
}
#content>.linestamp>.top_ranking .sl_info >a >.sli_title{
	font-size:12px;
	line-height:20px;
	overflow:hidden;
	padding:5px 0;
}
#content>.linestamp>.top_ranking .sl_info >a >.sli_info{
	font-size:13px;
	line-height:13px;
}
#content>.linestamp>.top_ranking .sl_info >a >.sli_info >p{
	display:inline-block;
	padding:0 5px;
}
#content>.linestamp>.top_ranking .sl_info >a >.sli_info >img{
	width:13px;
	display: inline;
}
#content>.linestamp>.top_ranking .slick-slider{
	    margin-bottom:0px;
}


#content>.linestamp>.stamp_comment{

}
#content>.linestamp>.stamp_comment>.title{
	padding:10px 0;
}
#content>.linestamp>.stamp_comment>.title>h3{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.linestamp>.stamp_comment>.title>h3:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.linestamp>.stamp_comment>.title>h3:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.linestamp>.stamp_comment>.comment{
	border:solid 1px #fbb172;
	margin:5px 0;
	padding:5px 20px;
}
#content>.linestamp>.stamp_comment>.comment>.no{
	font-size:13px;
	padding:5px 0;
}
#content>.linestamp>.stamp_comment>.comment>.data{
	padding:5px 0;
}
#content>.linestamp>.stamp_comment>.comment>.data:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.stamp_comment>.comment>.data>.name{
	display: inline-block;
	float:left;
	font-size:13px;
	font-weight:bold;
}
#content>.linestamp>.stamp_comment>.comment>.data>.time{
	display: inline-block;
	float:right;
	font-size:10px;
}
#content>.linestamp>.stamp_comment>.comment>.info{
	font-size:13px;
	padding:5px 0;
}
#content>.linestamp>.stamp_comment>.comment>.reply{
	position: relative;
	display:inline-block;
	background: #f9f9f9;
	border: 1px solid #d8d8d8;
	padding:5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin:10px auto 0 auto;
}
#content>.linestamp>.stamp_comment>.comment>.reply:after, .reply:before {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#content>.linestamp>.stamp_comment>.comment>.reply:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f9f9f9;
	border-width: 10px;
	margin-left: -10px;
}
#content>.linestamp>.stamp_comment>.comment>.reply:before {
	border-color: rgba(216, 216, 216, 0);
	border-bottom-color: #d8d8d8;
	border-width: 11px;
	margin-left: -11px;
}
#content>.linestamp>.stamp_comment>.comment>.reply>dt{
	color:#a35200;
	font-size:11px;
	cursor:pointer;
	padding:0 5px;
}
#content>.linestamp>.stamp_comment>.comment>.reply>dd{
    display:none;
	color:#000;
	font-size:12px;
	letter-spacing:0.5px;
	line-height:20px;
	padding:5px;
}

#content>.linestamp>.stamp_comment>.comment_error{
	background:#fbffba;
	border:1px solid #ff6347;
	margin:20px 0 0 0;
	padding:10px;
}
#content>.linestamp>.stamp_comment>.comment_error>.title{
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#content>.linestamp>.stamp_comment>.comment_error>.info{
	font-size:13px;
	padding:10px 80px 10px 20px;
}
#content>.linestamp>.stamp_comment>.comment_error>.info>ul>li.replay{
	padding:10px 0;
}
#content>.linestamp>.stamp_comment>.comment_error>.info>ul>li>.account{
	color:red;
	font-weight:bold;
}
#content>.linestamp>.stamp_comment>.form{
	padding:5px 0;
}
#content>.linestamp>.stamp_comment>.form>form{
	display:table;
	padding:15px 0;
}
#content>.linestamp>.stamp_comment>.form>formafter{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.stamp_comment>.form>form>.inputTitle{
	float:left;
	width:60px;
	color:#676767;
	font-size:12px;
	padding:10px 0;
}
#content>.linestamp>.stamp_comment>.form>form>.input{
	float:left;
	width:640px;
	padding:10px 0;
}
#content>.linestamp>.stamp_comment>.form>form>.input>input[type="text"]{
	width:200px;
	border:1px solid #ccc;
}
#content>.linestamp>.stamp_comment>.form>form>.input>textarea{
	width:500px;
	height:100px;
	border:1px solid #ccc;
}
#content>.linestamp>.stamp_comment>.form>form>.submit{
	height:35px;
	padding:10px 0 0 60px;
	float:left;
}
#content>.linestamp>.stamp_comment>.form>form>.submit:before{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.stamp_comment>.form>form>.submit>input:focus{
	outline:0;
}
#content>.linestamp>.stamp_comment>.form>form>.submit>input[type="submit"]{
	background:#727272;
	border:#727272;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(30,30,30,1);
	color:#ffffff;
	font-size:12px;
	letter-spacing:2px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition-duration:0.1s;
	padding:0 15px;

}
#content>.linestamp>.stamp_comment>.form>form>.submit>input[type="submit"]:hover{
	box-shadow:0 1px 0 rgba(30,30,30,1);
	margin:2px 0 0 0;
	cursor:pointer;
}
#content>.linestamp>.stamp_comment>.form>form>.reset{
	height:35px;
	padding:10px 0 0 10px;
	float:left;
}
#content>.linestamp>.stamp_comment>.form>form>.reset>input[type="reset"]{
	border-radius:3px;
	box-shadow:0 3px 0 rgba(103,103,103,1);
	color:#ffffff;
	background:#909090;
	border:#909090;
	font-size:10px;
	letter-spacing:2px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	transition-duration:0.1s;
	padding:0 10px;
}
#content>.linestamp>.stamp_comment>.form>form>.reset>input[type="reset"]:hover{
	box-shadow:0 1px 0 rgba(103,103,103,1);
	margin:2px 0 0 0;
	cursor:pointer;
}
#content>.linestamp>.stamp_ranking{

}
#content>.linestamp>.stamp_ranking>.title{
	padding:10px 0;
}
#content>.linestamp>.stamp_ranking>.title>h3{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.linestamp>.stamp_ranking>.title>h3:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.linestamp>.stamp_ranking>.title>h3:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.linestamp>.stamp_ranking>.info{
	text-align:center;
}
#content>.linestamp>.stamp_ranking>.info:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.stamp_ranking>.info>ul{
    position: relative;
    float: left;
    left: 50%;
}
#content>.linestamp>.stamp_ranking>.info>ul>li{
	display:inline-block;
    position: relative;
    left: -50%;
	float:left;
	width:100px;
	color:#fff;
}
#content>.linestamp>.stamp_ranking>.info>ul>li>a{
	display:inline-block;
	text-align:center;
	color:#96B1DA;
	font-size:13px;
	text-decoration:none;
	padding:2px;
	transition-duration:0.5s;
}
#content>.linestamp>.stamp_ranking>.info>ul>li>a:hover{
	color:#1F437B;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
#content>.linestamp>.stamp_ranking>.info>ul>li.back{
}
#content>.linestamp>.stamp_ranking>.info>ul>li.target{
	width:100px;
	color:#717171;
	font-weight:bold;
}
#content>.linestamp>.stamp_ranking>.info>ul>li.next{
	width:100px;
}
#content>.linestamp>.profile{
	padding:10px 0;

}
#content>.linestamp>.profile>.title{
	padding:10px 0;
}
#content>.linestamp>.profile>.title>h3{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.linestamp>.profile>.title>h3:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.linestamp>.profile>.title>h3:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.linestamp>.profile>.profile_content{
}
#content>.linestamp>.profile>.profile_content:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.linestamp>.profile>.profile_content>.profile_img{
	float:left;
	width:260px;
}
#content>.linestamp>.profile>.profile_content>.profile_img>img{
	width:240px;
	height:240px;
}
#content>.linestamp>.profile>.profile_content>.profile_info{
	float:left;
	width:490px;
}
#content>.linestamp>.profile>.profile_content>.profile_info>.profile_name{
	color: #333333;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#content>.linestamp>.profile>.profile_content>.profile_info>.profile_description{
	color: #333333;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height:20px;
	padding:10px 0;
}
#content>.linestamp>.profile>.profile_content>.profile_info>.profile_link{
	text-align:center;
	padding:10px 0 0 0;
}
#content>.linestamp>.profile>.profile_content>.profile_info>.profile_link>a{
	display:inline-block;
	width:250px;
	height:45px;
	line-height:45px;
	background-color:#ffb11e;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(201,142,29,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto;
	transition-duration:0.1s;
}
#content>.linestamp>.profile>.profile_content>.profile_info>.profile_link>a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.linestamp>.profile>.profile_content>.profile_info>.profile_link>a:active {
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:12px auto 8px;
}




/*********************************************************************************/
/* content　　　creator                                                                    */
/*********************************************************************************/

#content>.creator_search{
	border-top:5px solid #deb81d;
}
#content>.creator_search >.stamp_search_category{
	width:100%;
	font-size:13px;
	background:#ebebeb;
	padding:10px 0;
}
#content>.creator_search >.stamp_search_category >h3{
	padding:10px 0;
}
#content>.creator_search >.stamp_search_category:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.creator_search >.stamp_search_category >form{
	display:inline-block;
}
#content>.creator_search >.stamp_search_category >form >select{
	font-size:12px;
	letter-spacing:1px;
	background:#fff;
	border:1px solid #e1e1e1;
	margin:0 10px;
	padding:10px;
}
#content>.creator_search >.stamp_search_category >form >.stamp_form_text{
	display:inline-block;
	letter-spacing:1px;
	background:#fff;
	border:1px solid #e1e1e1;
	width:450px;
	margin:0 10px;
	padding:10px;
}
#content>.creator_search >.stamp_search_category >form >.stamp_form_submit{
	display:inline-block;
	color:#333;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	background:#efcd06;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
	border:1px solid #deb81d;
	box-shadow:0 0 7px #ccc;
	border-radius:3px;
	margin:0 10px 0 20px;
	padding:10px 20px;
}

#content>.creator_title{
	display:inline-block;
	background:#f9f6f6;
	width:100%;
	font-size:13px;
	margin:0 0 30px 0;
	padding:15px 0;
}
#content>.creator_title:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.creator_title >.result{
	float:left;
	color:#333333;
	line-height:20px;
	padding:0 0 0 10px;
}
#content>.creator_title >.result >.all_stamp{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.creator_title >.result >.min_stamp{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 5px;
}
#content>.creator_title >.result >.max_stamp{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 0;
}
#content>.creator_title >.result >a{
	display:inline-block;
    color:#717171;
    font-size:12px;
	letter-spacing:2px;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    background:#f8f2f2;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    text-decoration:none;
	height:20px;
	line-height:20px;
    margin:0 5px;
    padding:0px 5px;
}
#content>.creator_title >.result >a:hover{
    background:#fefefe;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
#content>.creator_title >.result >span.pager_now{
	display:inline-block;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
    background:#616161;
    text-shadow:0px 0px 3px rgba(0,0,0, .5);
    box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color:#f0f0f0;
	height:20px;
	line-height:20px;
    margin-right:10px;
    padding:0px 5px;
}
#content>.creator_title >.date{
	float:right;
	color:#333333;
	padding:0 10px 0 0;
}
#content>.creator_title >.sort{
	float:right;
	padding:0 10px;
}
#content>.creator_title >.sort >form{
	display:inline-block;
}
#content>.creator_title >.sort >form >select{
	font-size:12px;
	border-radius:3px;
	padding:2px 5px;
}


#content>.stamp_list{
}
#content>.stamp_list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.stamp_list >.sl_info >a{
	position:relative;
	width:120px;
	height:200px;
	float:left;
	text-align:center;
	padding:20px 15px 0 15px;
	color:#000;
	text-decoration:none;
}
#content>.stamp_list >.sl_info >a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.stamp_list >.sl_info >a >.sli_image{
}
#content>.stamp_list >.sl_info >a >.sli_image >img{
	width:120px;
	height:120px;
}
#content>.stamp_list >.sl_info >a >.sli_title{
	font-size:12px;
	line-height:20px;
	overflow:hidden;
	padding:5px 0;
}
#content>.stamp_list >.sl_info >a >.sli_market{
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: auto;
}
#content>.stamp_list >.sl_info >a >.sli_info{
	font-size:13px;
	line-height:13px;
}
#content>.stamp_list >.sl_info >a >.sli_info >p{
	display:inline-block;
	padding:0 5px;
}
#content>.stamp_list >.sl_info >a >.sli_info >img{
	width:13px;
}
#content>.cretor_list{
}
#content>.cretor_list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.cretor_list >.cl_info >a{
	width:120px;
	height:220px;
	float:left;
	text-align:center;
	padding:0 15px;
	color:#000;
	text-decoration:none;
}
#content>.cretor_list >.cl_info >a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
}
#content>.cretor_list >.cl_info >a >.cli_image{
}
#content>.cretor_list >.cl_info >a >.cli_image >img{
	width:120px;
	height:120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#content>.cretor_list >.cl_info >a >.cli_title{
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
}
#content>.cretor_list >.cl_info >a >.cli_info{
	font-size:13px;
	line-height:13px;
}
#content>.cretor_list >.cl_info >a >.cli_info >p{
	display:inline-block;
	padding:0 5px;
}
#content>.cretor_list >.cl_info >a >.cli_info >img{
	width:13px;
}

#content>.creator{
}
#content>.creator>.topinfo{
	padding:50px 0 20px 0;
	text-align:center;
}
#content>.creator>.topinfo>.main_image{
	margin:0 auto;
	width:260px;
	height:240px;
}
#content>.creator>.topinfo>.main_image>img{
	width:240px;
	height:240px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#content>.creator>.topinfo>.main_info{
}
#content>.creator>.topinfo>.main_info>.title{
	color:#333333;
	font-size:27px;
	font-weight:bold;
	letter-spacing:0.5px;
	padding:10px 0 5px 0;
}
#content>.creator>.topinfo>.main_info>.title>h2{
	display:inline-block;
	font-weight:bold;
}
#content>.creator>.topinfo>.main_info>.twitter{
	padding:0 0 10px 0;
}
#content>.creator>.topinfo>.main_info>.twitter>a{
	color:#00acee;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#content>.creator>.topinfo>.main_info>.description{
	font-size:12px;
	line-height:20px;
	letter-spacing:2px;
	padding:10px 0 0 0;
}
#content>.creator>.topinfo>.main_info>.counter{
	display:inline-block;
	margin:0 auto;
	padding:10px 0;
}
#content>.creator>.topinfo>.main_info>.counter:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.creator>.topinfo>.main_info>.counter>.nice{
	float:left;
}
#content>.creator>.topinfo>.main_info>.counter>.nice>span{
	display:inline-block;
	width:150px;
	height:45px;
	line-height:45px;
	background-color:#ffb11e;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(201,142,29,1);
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto 20px;
	transition-duration:0.1s;
}
#content>.creator>.topinfo>.main_info>.counter>.nice>.nicecnt{
}
#content>.creator>.topinfo>.main_info>.counter>.nice>.nicecnt>span{
	display:inline-block;
	position:relative;
	font-size:13px;
	letter-spacing:2px;
	text-align:center;
	min-width:68px;
	height:45px;
	line-height:45px;
	color:#555555;
	background:#fff;
    border:solid 3px #c0c0c0;
	margin:0 0 0 5px;
	padding:0 10px;
}
#content>.creator>.topinfo>.main_info>.counter>.nice>.nicecnt>span:after {
	bottom: 100%;
	left: 50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(255, 252, 252, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
#content>.creator>.topinfo>.main_info>.counter>.nice>.nicecnt>span:before {
	bottom: 100%;
	left: 50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(130, 130, 130, 0);
	border-bottom-color: #c0c0c0;
	border-width: 12px;
	margin-left: -12px;
}



#content>.creator>.topinfo>.main_info>.counter>.comment{
	float:left;
	padding:0 0 0 40px;
}
#content>.creator>.topinfo>.main_info>.counter>.comment>span{
	display:inline-block;
	width:150px;
	height:45px;
	line-height:45px;
	background-color:#ffb11e;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(201,142,29,1);
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto 20px;
	transition-duration:0.1s;
}
#content>.creator>.topinfo>.main_info>.counter>.comment>.commentcnt{
}
#content>.creator>.topinfo>.main_info>.counter>.comment>.commentcnt>span{
	display:inline-block;
	position:relative;
	font-size:13px;
	letter-spacing:2px;
	text-align:center;
	min-width:68px;
	height:45px;
	line-height:45px;
	color:#555555;
	background:#fff;
    border:solid 3px #c0c0c0;
	margin:0 0 0 5px;
	padding:0 10px;
}
#content>.creator>.topinfo>.main_info>.counter>.comment>.commentcnt>span:after {
	bottom: 100%;
	left: 50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(255, 252, 252, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
#content>.creator>.topinfo>.main_info>.counter>.comment>.commentcnt>span:before {
	bottom: 100%;
	left: 50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(130, 130, 130, 0);
	border-bottom-color: #c0c0c0;
	border-width: 12px;
	margin-left: -12px;
}
#content>.creator>.linestamp{
}
#content>.creator>.linestamp:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.creator>.linestamp>.title>h3{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.creator>.linestamp>.title>h3:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.creator>.linestamp>.title>h3:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.creator>.linestamp>a{
    position: relative;
	width:120px;
	height:220px;
	float:left;
	text-align:center;
	padding:0 15px;
	color:#000;
	text-decoration:none;
}
#content>.creator>.linestamp>a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.creator>.linestamp>a >.stamp_img{
}
#content>.creator>.linestamp>a >.stamp_img>img{
	width:120px;
	height:120px;
}
#content>.creator>.linestamp>a >.stamp_title{
	height:45px;
	line-height:20px;
	font-size:13px;
	overflow:hidden;
}
#content>.creator>.linestamp>a >.stamp_market{
    position: absolute;
	top:0;
	right:10px;
}
#content>.creator>.linestamp>a >.stamp_info{
	font-size:13px;
	line-height:13px;
}
#content>.creator>.linestamp>a >.stamp_info >p{
	display:inline-block;
	padding:0 5px;
}
#content>.creator>.linestamp>a >.stamp_info >img{
	width:13px;
}


#content>.creator>.collabo{
}
#content>.creator>.collabo:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.creator>.collabo>.title>h3{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.creator>.collabo>.title>h3:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.creator>.collabo>.title>h3:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

#content>.creator>.collabo>a{
	width:120px;
	height:220px;
	float:left;
	text-align:center;
	padding:0 15px;
	color:#000;
	text-decoration:none;
}
#content>.creator>.collabo>a:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#content>.creator>.collabo>a >.stamp_img{
}
#content>.creator>.collabo>a >.stamp_img>img{
	width:120px;
	height:120px;
}
#content>.creator>.collabo>a >.stamp_title{
	text-align:left;
	height:45px;
	line-height:20px;
	font-size:13px;
	overflow:hidden;
}
#content>.creator>.collabo>a >.stamp_price1{
	font-size:14px;
	line-height:14px;
	padding:5px 0;
	font-weight:bold;
	color:#f01;
}
#content>.creator>.collabo>a >.stamp_price2{
	font-size:11px;
	line-height:14px;
	padding:5px 0;
	color:#1e44ff;
}
#content>.creator>.collabo>a >.stamp_info{
	font-size:13px;
	line-height:13px;
}
#content>.creator>.collabo>a >.stamp_info >p{
	display:inline-block;
	padding:0 5px;
}
#content>.creator>.collabo>a >.stamp_info >img{
	width:13px;
}
/*********************************************************************************/
/* wideview　　　privacy                                                                   */
/*********************************************************************************/

#wideview>.privacy{
	padding:20px 0 0 0;
}
#wideview>.privacy>.contentTitle{
	font-size:15px;
	padding:5px 10px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
}
#wideview>.privacy>.contentInfo{
	font-size:14px;
	line-height:30px;
	padding:10px 20px;
}
/*********************************************************************************/
/* wideview　　　terms                                                                   */
/*********************************************************************************/

#wideview>.terms{
	padding:20px 0 0 0;
}
#wideview>.terms>.contentTitle{
	font-size:15px;
	padding:5px 10px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
}
#wideview>.terms>.contentInfo{
	font-size:14px;
	line-height:30px;
	padding:10px 20px;
}


/*********************************************************************************/
/* wideview　　　terms                                                                   */
/*********************************************************************************/

#wideview>.book_top{
    border:solid 1px #e7e7e7;
	padding:20px 0 20px 20px;
	color:#666;
}
#wideview>.book_top:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#wideview>.book_top>.list{
	float:left;
	width:339px;
	height:310px;
	margin:0 20px 0 0;
}
#wideview>.book_top>.list>a{
	color:#514848;
	text-decoration:none;
}
#wideview>.book_top>.list>a:hover{
	text-decoration:underline;
}
#wideview>.book_top>.list>a>.image{
	width:339px;
	height:190px;
	overflow: hidden;
}
#wideview>.book_top>.list>a>.image>img{
	width:339px;
	height:auto;
}
#wideview>.book_top>.list>a>.title{
	color:#1D1D1D;
	font-size:16px;
	line-height:25px;
	height:45px;
	padding:10px 0;
}
#wideview>.book_top>.list>a>.content{
	font-size:12px;
}
#wideview>.book_top>.list>a>.creator{
	font-size:13px;
	padding:5px 0 0 0;
	text-align:right;
}
/*********************************************************************************/
/* content　　　company                                                                   */
/*********************************************************************************/

#content>.company{
}
#content>.company>.title{
	font-size:15px;
	padding:5px 10px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
	margin:0 0 10px 0;
}
#content>.company>.info{
	padding:10px 20px 30px 20px;
}
#content>.company>.info>p{
	font-size:14px;
	line-height:25px;
}
#content>.company>.about{
}
#content>.company>.about>ul{
	font-size:12px;
	margin:0 0 20px 0;
}
#content>.company>.about>ul:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.company>.about>ul>li.about_left{
	float:left;
	width:178px;
	line-height:30px;
    border:solid 1px #ffb100;
	padding:0 10px;
	margin:0 0 8px 0;
}
#content>.company>.about>ul>li.about_right{
	float:right;
	width:520px;
	line-height:30px;
    border:solid 1px #ffb100;
	padding:0 10px;
	margin:0 0 8px 0;
}
/*********************************************************************************/
/* login                                                                          */
/*********************************************************************************/

#wideview>.logintitle{
	font-size:13px;
	font-weight:bold;
	line-height:40px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
	margin:20px 0 50px;
	padding:5px 10px;
}
#wideview>.login{
	float:left;
	width:320px;
	margin:0 0 50px 0;
}
#wideview>.login>.info>.error{
	font-size:11px;
	text-align:center;
    border:solid 1px #ff3333;
	margin:0 0 10px 0;
	padding:5px;
}
#wideview>.login>.info>form>.loginForm input[type="text"],
#wideview>.login>.info>form>.loginForm input[type="password"]{
	width:300px;
	font-size:13px;
	padding:5px;
	margin:0 0 5px 0;
}
#wideview>.login>.info>form>.loginname{
	font-size:12px;
}
#wideview>.login>.info>form>.loginsubmit{
	height:70px;
}
#wideview>.login>.info>form>.loginsubmit input[type="submit"]{
	display:inline-block;
	width:313px;
	height:45px;
	line-height:45px;
	border:0px;
	background-color:#4faaf2;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(44,103,150,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto;
	transition-duration:0.1s;
}
#wideview>.login>.info>form>.loginsubmit input[type="submit"]:hover {
  box-shadow:0 1px 0 rgba(44,103,150,1);
  margin:12px auto 8px;
}
#wideview>.login>.loginlink{
	text-align:right;
}
#wideview>.login>.loginlink>a{
	color:#000;
	font-size:13px;
	text-decoration:none;
}
#wideview>.login>.loginlink>a:hover{
	text-decoration:underline;
}
#wideview>.loginad{
	float:left;
	display:inline-block;
	width:400px;
    border:solid 3px #4faaf2;
	margin:0 0 50px 150px;
	padding:20px;
}
#wideview>.loginad>.title{
	color:#909090;
	background:#dbefff;
	text-align:center;
	line-height:20px;
	font-size:13px;
}
#wideview>.loginad>.info{
	text-align:center;
	padding:20px 0 0 0;
}

/*********************************************************************************/
/* join                                                                          */
/*********************************************************************************/

#content>.join{
}

#content>.join>.jointitle{
	font-size:13px;
	font-weight:bold;
	line-height:40px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
	margin:0 0 20px 0;
	padding:5px 10px;
}
#content>.join>.note{
	font-size:13px;
	padding:0 10px 20px 10px;
}
#content>.join>.info{
	font-size:12px;
	line-height:20px;
    border:solid 3px #ffb100;
	margin:0 0 20px 0;
	padding:10px 10px;
}
#content>.join>.form{
	width:750px;
}
#content>.join>.form>.error{
	text-align:center;
    border-left:solid 3px #ffb100;
	margin:0 0 20px 0;
	padding:10px;
}
#content>.join>.form>.error>.title{
	font-size:13px;
	font-weight:bold;
}
#content>.join>.form>.error>.list{
	font-size:12px;
}
#content>.join>.form>form>table{
	background:#fff;
}
#content>.join>.form>form>table th{
	width:200px;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #979797;
	background:#fff0b2;
	padding:0 0 0 20px;
}
#content>.join>.form>form>table td{
	width:550px;
	border:1px solid #979797;
	padding:20px;
	font-size:12px;
}
#content>.join>.form>form>table .error{
	background:#ffecec;
}
#content>.join>.form>form>table .creator>input[type="text"]{
	width:200px;
	font-size:12px;
	padding:5px;
	margin:0 5px 0 0;
}
#content>.join>.form>form>table .mail>input[type="text"]{
	width:300px;
	font-size:12px;
	padding:5px;
	margin:0 5px 0 0;
}
#content>.join>.form>form>table .pass{
	font-size:12px;
}
#content>.join>.form>form>table .pass>.info{
	padding:10px 0;
}
#content>.join>.form>form>table .pass>input[type="password"]{
	width:200px;
	font-size:12px;
	padding:5px;
	margin:0 5px 0 0;
}
#content>.join>.form>form>.policy{
	color:#515151;
	text-align:center;
	font-size:13px;
	padding:20px 0 0 0;
}
#content>.join>.form>form>.policy a{
	color:#515151;
}
#content>.join>.form>form>.submit{
	text-align:center;
	font-size:15px;
	padding:20px 0;
}
#content>.join>.form>form>.submit  input[type="submit"]{
	display: inline-block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	border:#ffb11e;
	background-color: #ffb11e;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(201,142,29,1);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	transition-duration: 0.1s;
}
#content>.join>.form>form>.submit  input[type="submit"]:hover{
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:12px auto 8px;
	cursor:pointer;
}
#content>.join>.form>.error{
    border:solid 3px #ff5a6b;
}
#wideview>#join>.jointitle{
	font-size:13px;
	font-weight:bold;
	line-height:40px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
	margin:20px 0;
	padding:5px 10px;
}
#wideview>#join>.jointitle{
	font-size:13px;
	font-weight:bold;
	line-height:40px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
	margin:20px 0;
	padding:5px 10px;
}
#wideview>#join>.info{
	width:700px;
	font-size:12px;
	line-height:20px;
    border:solid 3px #ffb100;
	margin:0 0 20px 0;
	padding:20px;
	background-image: url(../images/home/mainstamptitle.png );
	background-position: right top;
	background-repeat: no-repeat;
}
#wideview>#join>.info>.link{
	text-align: center;
	height:55px;
	padding:20px 0;
}
#wideview>#join>.info>.link>a{
	display: inline-block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	border:#ffb11e;
	background-color: #ffb11e;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(201,142,29,1);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	transition-duration: 0.1s;
}
#wideview>#join>.info>.link>a:hover{
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:12px auto 8px;
	cursor:pointer;
}
#wideview>#join>.ad{
	text-align:center;
	padding:40px 0;
}
/*********************************************************************************/
/* contact                                                                          */
/*********************************************************************************/

#content>.contact{
}

#content>.contact>.title{
	font-size:13px;
	font-weight:bold;
	line-height:40px;
	background:#fffbf2;
    border-left:solid 3px #ffb100;
	margin:0 0 20px 0;
	padding:5px 10px;
}
#content>.contact>.faq{
	font-size:12px;
	line-height:20px;
	margin:0 0 20px 0;
	padding:10px 10px;
}
#content>.contact>.info{
	font-size:12px;
	line-height:20px;
    border:solid 3px #ffb100;
	margin:20px 0;
	padding:10px 10px;
}
#content>.contact>.form{
	width:750px;
}
#content>.contact>.form>.error{
	text-align:center;
    border-left:solid 3px #ffb100;
	margin:0 0 20px 0;
	padding:10px;
}
#content>.contact>.form>.error>.title{
	font-size:13px;
	font-weight:bold;
}
#content>.contact>.form>.error>.list{
	font-size:12px;
}
#content>.contact>.form>form>table{
	background:#fff;
}
#content>.contact>.form>form>table th{
	width:200px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #979797;
	background:#fff0b2;
}
#content>.contact>.form>form>table td{
	width:550px;
	border:1px solid #979797;
	padding:20px;
	font-size:12px;
}
#content>.contact>.form>form>table .error{
	background:#ffecec;
}
#content>.contact>.form>form>table .name>input[type="text"]{
	width:200px;
	font-size:12px;
	padding:5px;
	margin:0 5px 0 0;
}
#content>.contact>.form>form>table .mail>input[type="text"]{
	width:300px;
	font-size:12px;
	padding:5px;
	margin:0 5px 0 0;
}
#content>.contact>.form>form>table .message>textarea{
	width:500px;
	max-width:500px;
	height:200px;
	padding:5px;
}
#content>.contact>.form>form>table .pass{
	font-size:12px;
}
#content>.contact>.form>form>table .pass>.info{
	padding:10px 0;
}
#content>.contact>.form>form>table .pass>input[type="password"]{
	width:200px;
	font-size:12px;
	padding:5px;
	margin:0 5px 0 0;
}
#content>.contact>.form>form>.policy{
	color:#515151;
	text-align:center;
	font-size:13px;
	padding:20px 0 0 0;
}
#content>.contact>.form>form>.policy a{
	color:#515151;
}
#content>.contact>.form>form>.submit{
	text-align:center;
	font-size:15px;
	padding:20px 0 0 0;
}
#content>.contact>.form>form>.submit>ul{
	position: relative;
	left: 50%;
	float: left;
}
#content>.contact>.form>form>.submit>ul:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.contact>.form>form>.submit>ul>li{
	position: relative;
	left: -50%;
	float: left;
	padding:0 10px;
}
#content>.contact>.form>form>.submit  input[type="submit"]{
	display: inline-block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	border:#ffb11e;
	background-color: #ffb11e;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(201,142,29,1);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	transition-duration: 0.1s;
}
#content>.contact>.form>form>.submit  input[type="submit"]:hover{
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:12px auto 8px;
	cursor:pointer;
}
#content>.contact>.form>form>.submit  a{
	display: inline-block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	border:#ffce72;
	background-color: #ffce72;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(201,142,29,1);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	transition-duration: 0.1s;
}
#content>.contact>.form>form>.submit  a:hover{
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:12px auto 8px;
	cursor:pointer;
}

/*********************************************************************************/
/* book                                                                          */
/*********************************************************************************/


#content>.book{
}
#content>.book>.info{
	border-bottom:2px solid #FFF1A7;
	padding:10px 0;
}
#content>.book>.info:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.info>.date{
	float:right;
	color:#666;
	font-size:12px;
	padding:0 10px 0 0;
}
#content>.book>.info>.name{
	float:right;
	color:#666;
	font-size:12px;
	padding:0 10px;
}
#content>.book>.title{
	color: #272121;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 3px;
}
#content>.book>.image{
	text-align:center;
	padding:40px 0 20px;
}
#content>.book>.context{
	font-size:14px;
	padding:20px 0;
}
#content>.book>.context a{
	color:#303030;
	text-decoration:underline;
	margin:0 5px 0 0;
}
#content>.book>.context a:hover{
	color:#666666;
	text-decoration:none;
}
#content>.book>.context h2{
	color: #3e3939;
	border-bottom:2px solid #B1B2B3;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 5px 0;
}
#content>.book>.context img{
	max-width:730px;
	height:auto;
}
#content>.book>.context b{
	font-weight:bold;
}
#content>.book>.context span.booklink{
	color:#2031FF;
}
#content>.book>.context span.booklink>a{
	color:#2031FF;
	font-weight:bold;
	text-decoration:none;
	transition-duration: 0.3s;
}
#content>.book>.context span.booklink>a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#content>.book>.context .stampDisplayImg{
	text-align:center;
}
#content>.book>.context .stampDisplayImg>img{
}
#content>.book>.context .stampDisplay{
	border: 2px solid #384452;
	text-align:left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url("../images/home/rankingbg.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin:20px;
	padding:20px 0;
}
#content>.book>.context .stampDisplay:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.context .stampDisplay>.image{
	float:left;
	width:180px;
	text-align:center;
}
#content>.book>.context .stampDisplay>.image>img{
	width:120px;
	height:120px;
}
#content>.book>.context .stampDisplay>.info{
	float:left;
	width: 500px;
}
#content>.book>.context .stampDisplay>.info>.title{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	padding:5px 0 0 0;
}
#content>.book>.context .stampDisplay>.info>.creator{
	font-size:13px;
	letter-spacing:1px;
	padding:5px 0 0 0;
}
#content>.book>.context .stampDisplay>.info>.description{
	font-size:11px;
	letter-spacing:1px;
	padding:5px 0;
}
#content>.book>.context .stampDisplay>.info>.copyright{
	font-size:10px;
	letter-spacing:1px;
	padding:5px 0;
}
#content>.book>.context .stampDisplay>.info>.menu{
}
#content>.book>.context .stampDisplay>.info>.menu:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.context .stampDisplay>.info>.menu>.store{
	float:left;
	padding:0 30px 0 0;
}
#content>.book>.context .stampDisplay>.info>.menu>.store>a{
	display: inline-block;
	width: 190px;
	height: 30px;
	line-height: 30px;
	background-color: #00c402;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(1,122,2,1);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	transition-duration: 0.1s;
}
#content>.book>.context .stampDisplay>.info>.menu>.store>a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.book>.context .stampDisplay>.info>.menu>.stamp{
	float:left;
}
#content>.book>.context .stampDisplay>.info>.menu>.stamp>a{
	display: inline-block;
	width: 190px;
	height: 30px;
	line-height: 30px;
	background-color: #ffb11e;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(201,142,29,1);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	transition-duration: 0.1s;
}
#content>.book>.context .stampDisplay>.info>.menu>.stamp>a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.book>.sns{
    position: relative;
    left:50%;
	padding:30px 0;
}
#content>.book>.sns:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.sns>.list{
    position: relative;
    left: -25%;
	float:left;
	padding:0 40px 0 0;
}
#content>.book>.creator{
	padding:0 0 30px 0;
}
#content>.book>.creator:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.creator>.title{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.book>.creator>.title:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.book>.creator>.title:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.book>.creator>.img{
	float:left;
	padding:0 38px;
}
#content>.book>.creator>.img>img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#content>.book>.creator>.info{
	float:left;
	width:500px;
	padding:0px 10px;
}
#content>.book>.creator>.info>.name{
	color:#272121;
	font-size:16px;
	letter-spacing: 2px;
	font-weight:bold;
	padding:0 0 10px 0;
}
#content>.book>.creator>.info>.description{
	font-size:12px;
	line-height:20px;
	padding:0 0 10px 0;
}
#content>.book>.creator>.info>.profile_link{
	text-align:center;
	padding:10px 0 0 0;
}
#content>.book>.creator>.info>.profile_link>a{
	display:inline-block;
	width:250px;
	height:45px;
	line-height:45px;
	background-color:#ffb11e;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(201,142,29,1);
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px auto;
	transition-duration:0.1s;
}
#content>.book>.creator>.info>.profile_link>a:hover{
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
#content>.book>.creator>.info>.profile_link>a:active {
	box-shadow:0 1px 0 rgba(201,142,29,1);
	margin:12px auto 8px;
}
#content>.book>.creator>.other{
	padding:0 0 20px 0;
}
#content>.book>.creator>.other:before{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.creator>.other>.list{
	padding:10px 0;
	border-bottom: 1px dotted #E7E7E7;
}
#content>.book>.creator>.other>.list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.creator>.other>.list>a{
	color:#514848;
}
#content>.book>.creator>.other>.list>a>.image{
	float:left;
	position:relative;
	width:80px;
	height:80px;
	overflow: hidden;
	margin:0 10px 0 0;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
#content>.book>.creator>.other>.list>a>.image>img{
	position:absolute;
	height:80px;
	left:-30px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#content>.book>.creator>.other>.list>a>.info{
	float:left;
	width:650px;
}
#content>.book>.creator>.other>.list>a>.info>.title{
	color: #1D1D1D;
	font-size:18px;
	line-height:30px;
}
#content>.book>.creator>.other>.list>a>.info>.content{
	color: #747474;
	font-size:12px;
	line-height:15px;
	height:30px;
}
#content>.book>.creator>.other>.list>a>.info>.creator{
	color: #6B6A6A;
	font-size:12px;
	text-align:right;
	padding:5px 0 0 0;
}
#content>.book>.box_b1{
	position:relative;
	text-align:center;
	background:#e5e5e5;
	margin:0 0 40px 0;
	padding:11px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#content>.book>.box_b1:before{
  z-index:-1;
  position:absolute;
  content:"";
  bottom:15px;
  left:10px;
  width:50%;
  top:80%;
  max-width:300px;
  background:#777;
  -webkit-box-shadow:0 15px 10px #777;
  -moz-box-shadow:0 15px 10px #777;
  box-shadow:0 15px 10px #777;
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  transform:rotate(-3deg);
}
#content>.book>.recommend>.title{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.book>.recommend>.title:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.book>.recommend>.title:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.book>.recommend>.compare{
	font-size:12px;
    text-align:right;
	padding:0 0 20px 0;
}

#content>.book>.recommend>.list{
	padding:10px 0;
	border-bottom: 1px dotted #E7E7E7;
}
#content>.book>.recommend>.list:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.recommend>.list>a{
	color:#514848;
}
#content>.book>.recommend>.list>a>.image{
	float:left;
	position:relative;
	width:80px;
	height:80px;
	overflow: hidden;
	margin:0 10px 0 0;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
#content>.book>.recommend>.list>a>.image>img{
	position:absolute;
	height:80px;
	left:-30px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#content>.book>.recommend>.list>a>.info{
	float:left;
	width:650px;
}
#content>.book>.recommend>.list>a>.info>.title{
	color: #1D1D1D;
	font-size:18px;
	line-height:30px;
}
#content>.book>.recommend>.list>a>.info>.content{
	color: #747474;
	font-size:12px;
	line-height:15px;
	height:30px;
}
#content>.book>.recommend>.list>a>.info>.creator{
	color: #6B6A6A;
	font-size:12px;
	text-align:right;
	padding:5px 0 0 0;
}






#content>.book>.comment{

}
#content>.book>.comment>.title{
	padding:10px 0;
}
#content>.book>.comment>.title>h3{
	position: relative;
	color: #312d2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 8px 8px 3px 27px;
	border-bottom: 3px solid #ffd015;
}
#content>.book>.comment>.title>h3:before{
    content: "";
    position: absolute;
    background: #ff9a00;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#content>.book>.comment>.title>h3:after{
    content: "";
    position: absolute;
    background:#ffc47a;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#content>.book>.comment>.comment{
	border:solid 1px #fbb172;
	margin:5px 0;
	padding:5px 20px;
}
#content>.book>.comment>.comment>.no{
	font-size:13px;
	padding:5px 0;
}
#content>.book>.comment>.comment>.data{
	padding:5px 0;
}
#content>.book>.comment>.comment>.data:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.comment>.comment>.data>.name{
	display: inline-block;
	float:left;
	font-size:13px;
	font-weight:bold;
}
#content>.book>.comment>.comment>.data>.time{
	display: inline-block;
	float:right;
	font-size:10px;
}
#content>.book>.comment>.comment>.info{
	font-size:13px;
	padding:5px 0;
}
#content>.book>.comment>.comment>.reply{
	position: relative;
	display:inline-block;
	background: #f9f9f9;
	border: 1px solid #d8d8d8;
	padding:5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin:10px auto 0 auto;
}
#content>.book>.comment>.comment>.reply:after, .reply:before {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#content>.book>.comment>.comment>.reply:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f9f9f9;
	border-width: 10px;
	margin-left: -10px;
}
#content>.book>.comment>.comment>.reply:before {
	border-color: rgba(216, 216, 216, 0);
	border-bottom-color: #d8d8d8;
	border-width: 11px;
	margin-left: -11px;
}
#content>.book>.comment>.comment>.reply>dt{
	color:#a35200;
	font-size:11px;
	cursor:pointer;
	padding:0 5px;
}
#content>.book>.comment>.comment>.reply>dd{
    display:none;
	color:#000;
	font-size:12px;
	letter-spacing:0.5px;
	line-height:20px;
	padding:5px;
}

#content>.book>.comment>.comment_error{
	background:#fbffba;
	border:1px solid #ff6347;
	margin:20px 0 0 0;
	padding:10px;
}
#content>.book>.comment>.comment_error>.title{
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#content>.book>.comment>.comment_error>.info{
	font-size:13px;
	padding:10px 80px 10px 20px;
}
#content>.book>.comment>.comment_error>.info>ul>li.replay{
	padding:10px 0;
}
#content>.book>.comment>.comment_error>.info>ul>li>.account{
	color:red;
	font-weight:bold;
}
#content>.book>.comment>.form{
	padding:5px 0;
}
#content>.book>.comment>.form>form{
	display:table;
	padding:15px 0;
}
#content>.book>.comment>.form>formafter{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.comment>.form>form>.inputTitle{
	float:left;
	width:60px;
	color:#676767;
	font-size:12px;
	padding:10px 0;
}
#content>.book>.comment>.form>form>.input{
	float:left;
	width:640px;
	padding:10px 0;
}
#content>.book>.comment>.form>form>.input>input[type="text"]{
	width:200px;
	border:1px solid #ccc;
}
#content>.book>.comment>.form>form>.input>textarea{
	width:500px;
	height:100px;
	border:1px solid #ccc;
}
#content>.book>.comment>.form>form>.submit{
	height:35px;
	padding:10px 0 0 60px;
	float:left;
}
#content>.book>.comment>.form>form>.submit:before{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
#content>.book>.comment>.form>form>.submit>input:focus{
	outline:0;
}
#content>.book>.comment>.form>form>.submit>input[type="submit"]{
	background:#727272;
	border:#727272;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(30,30,30,1);
	color:#ffffff;
	font-size:12px;
	letter-spacing:2px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	transition-duration:0.1s;
	padding:0 15px;

}
#content>.book>.comment>.form>form>.submit>input[type="submit"]:hover{
	box-shadow:0 1px 0 rgba(30,30,30,1);
	margin:2px 0 0 0;
	cursor:pointer;
}
#content>.book>.comment>.form>form>.reset{
	height:35px;
	padding:10px 0 0 10px;
	float:left;
}
#content>.book>.comment>.form>form>.reset>input[type="reset"]{
	border-radius:3px;
	box-shadow:0 3px 0 rgba(103,103,103,1);
	color:#ffffff;
	background:#909090;
	border:#909090;
	font-size:10px;
	letter-spacing:2px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	transition-duration:0.1s;
	padding:0 10px;
}
#content>.book>.comment>.form>form>.reset>input[type="reset"]:hover{
	box-shadow:0 1px 0 rgba(103,103,103,1);
	margin:2px 0 0 0;
	cursor:pointer;
}
#c404>.title {
  text-align: center;
  font-size: 200%;
  font-weight: bold;
}
#c404>.time {
	max-width: 500px;
  margin: 0 auto;
  border: 1px solid #717171;
}
#c404>.time>.date {
	border-bottom : 1px solid #717171;
	padding: 10px;
}
#c404>.time>.info {
  text-align: left;
	padding: 10px;
}
#c404>.desc {
	padding: 20px 0;
}
