@charset "UTF-8";

/* 共通 */
#shinritest_top{
	text-align:center;
	margin-bottom: 10px;
}

#shinritest_top_read{
	padding: 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:130%;
}

.love {
	color: #ff5fc8;
}

.chara {
	color: #73be23;
}

.work {
	color: #5f96ff;
}

.action {
	color: #ff8c00;
}

.oneclick {
	color: #9000ff;
}

.love_bg{
	background-color:#ff5fc8;
}

.chara_bg{
	background-color:#73be23;
}

.work_bg{
	background-color:#5f96ff;
}

.action_bg{
	background-color:#ff8c00;
}

.oneclick_bg{
	background-color:#9000ff;
}

.shinritest_cotegory{
	margin-top: 10px;
}

.shinritest_cotegory li{
	list-style:none !important;
}

.shinritest_koshin{
	float:left;
	display:block;
	width:318px;
	border:#999 1px solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:5px;
	margin:2px 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shinritest_koshin_oneclick{
	display:block;
	width:646px;
	border:#999 1px solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:5px;
	margin:2px 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow: auto;
	float: left;
}

.shinritest_koshin_img{
	float:left;
	margin-right:3px;
	border: #999 1px solid;
}

.shinritest_koshin_title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight: bold;
}

.shinritest_koshin_title_oneclick{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color: #9000ff;
}

.contents_re_btn_part{
	height:40px;
	text-align: center;
	margin: 20px 0 10px;
}

.contents_re_btn{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	font-weight:normal;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-decoration:none;
	width:155px;
	padding:5px;
	display:inline-block;
	-moz-box-shadow: 0px 2px 3px #000000;
    -webkit-box-shadow: 0px 2px 3px #000000;
    box-shadow: 0px 2px 3px #000000;
	border:1px solid #999;
	margin:0 4px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contents_re_btn a{
	display: block;
	text-decoration: none;
	color:#FFF;
}

.contents_re_btn_part .top_bg{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c7c7c7), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #c7c7c7);
	background: -ms-linear-gradient(#fff, #c7c7c7);
	background: linear-gradient(#fff, #c7c7c7);
}

.contents_re_btn_part .top_bg a{
	color: #4d4d4d;
}

/* ＴＯＰ */
#shinritest_newest{
	padding:5px;
	overflow:auto;	
}

.shinritest_cotegory_icon{
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#fff;
	font-weight:normal;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-decoration:none;
	width:50px;
	padding:0 5px;
}

.shinritest_cotegory .cotegory_select{
	overflow:hidden;
}

.shinritest_cotegory .cotegory_select li{
	width:117px;
	background:rgba(255,95,200,0.7);
	padding:10px 5px 8px;
	float:left;
	margin-left:5px;
	cursor:pointer;
	border-radius:5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.shinritest_cotegory .cotegory_select li:nth-child(2){
	background:rgba(115,190,35,0.7);
	
}
.shinritest_cotegory .cotegory_select li:nth-child(3){
	background:rgba(255,140,0,0.7);
}
.shinritest_cotegory .cotegory_select li:nth-child(4){
	background:rgba(95,150,255,0.7);
}
.shinritest_cotegory .cotegory_select li:nth-child(5){
	background:rgba(144,0,255,0.7);
}

.shinritest_cotegory .cotegory_select li.cotegory_now {
	background:#ff5fc8;
}
.shinritest_cotegory .cotegory_select li.cotegory_now:nth-child(2){
	background:#73be23;
}
.shinritest_cotegory .cotegory_select li.cotegory_now:nth-child(3){
	background:#ff8c00;
}
.shinritest_cotegory .cotegory_select li.cotegory_now:nth-child(4){
	background:#5f96ff;
}
.shinritest_cotegory .cotegory_select li.cotegory_now:nth-child(5){
	background:#9000ff;
}

.shinritest_cotegory_name{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:100%;
}

.shinritest_cotegory .hide {
	display:none;
}

.shinritest_cotegory .cotegory_content li{
	background:#fff;
	padding:5px 5px 10px;
	border:#999999 1px solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow:auto;
	
}

.shinritest_cotegory_read{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#333;
	font-weight:normal;
	line-height:130%;
	margin:10px;
}

.shinritest_cotegory_index{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:right;
	margin:5px 10px 0 0;
	clear:both;
}

#shinritest_curator{
	margin:20px 0 10px;
	padding:5px;
	border: 1px dashed #999;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow:auto;	
}

#shinritest_curator_read{
	padding: 2px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:135%;
}

.shinritest_midashi_txt{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}

/* カテゴリＴＯＰ */
.shinritest_cotegory_title{
	padding:10px 5px 8px;
	border-radius:5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

/*(アコーディオン)*/

.triger_top {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 3px solid #d2d2d2;
	padding: 5px 0 3px;
	text-align: center;
	margin: 0 0 15px;
	color: #333;
	font-size: 12px;
	height:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor: pointer;
	cursor: hand;
}

.close_top {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 3px solid #d2d2d2;
	padding: 5px 0 3px ;
	text-align: center;
	margin: 0 0 15px;
	color: #333;
	font-size: 12px;
	height:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor: pointer;
	cursor: hand;
}
/*(アコーディオン)　ここまで*/

/* 各回 */
.shinritest_center{
	text-align: center;
}

.shinritest_start_description{
	padding: 0 40px;
	text-align: left;
}

.shinritest_center img{
	margin-bottom: 10px;
	padding: 4px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.shinritest_q{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.shinritest_answer{
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: auto;
}

.shinritest_answer img{
	padding: 4px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
	float: left;
}