/* ----------------------------------------
toppage only!!　.to_〇〇で統一
---------------------------------------- */

/* ----------------------------------------
	to_block
---------------------------------------- */
.to_block {
	width: 680px;
	overflow: hidden;
	margin-bottom: 20px;
}
.to_box {
}

.t_display_none {	display: none;}
.t_display_block {	display: block;}

/* to_quick　クイック検索
---------------------------------------- */
.to_quick {
	width: 460px;
	height: 208px;
	float: right;
	padding: 9px;
	border: 1px solid #999;
	background: #fff;
	border-top: 3px solid #006600;
	overflow: hidden;
	position: relative;
}
.to_quick i,
.to_member i {
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
	position:relative;
}
.to_quick_tl {
	overflow: hidden;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.to_quick_tl h3 {
	float: left;
}
.to_quick_tl a {
	display: block;
	float: right;
	color: #006600;
	font-weight: bold;
}

.to_quick_select {
	background: #E8EFE2;
	padding: 15px;
}
.to_quick_select ul {
	overflow: hidden;
}
.to_quick_select li {
	float: left;
	width: 205px;
}
.to_quick_select li:nth-child(2n-1) {
	margin-right: 20px;
}
.to_quick_select li:nth-child(1),
.to_quick_select li:nth-child(1) {
	margin-bottom: 10px;
}
.to_quick_select span {
	display: block;
	float: left;
	margin-right: 5px;
	width: 55px;
}
.to_quick_select select {
	float: left;
	cursor: pointer;
	width: 145px;
	padding: 5px;
}
.to_quick_select select:hover {
	background: #FFEFDF;
}
.to_quick_btm {
	overflow: hidden;
	padding-top: 15px;
}

.to_quick_btmlink {
	float: left;
	width: 220px;
}
.to_quick_btmlink a {
	display: block;
	line-height: 22px;
	font-size: 12px;
}

.to_quick_submit {
	float: right;
	width: 200px;
}
.to_quick_submit input {
	display: block;
	cursor: pointer;
	width: 200px;
	height: 45px;
	line-height: 45px;
	background: #EE7701;
	color: #fff;
	border-radius: 3px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;
}
.to_quick_submit input:hover {
	background: #DF6800;
}

.to_member {
	width: 160px;
	float: left;
	padding: 9px;
	border: 1px solid #999;
	background: #fff;
	border-top: 3px solid #006600;
	overflow: hidden;
	position: relative;
	height: 208px;
}
.to_member_name {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.to_member_name span {
	background: #eee;
	font-weight: bold;
	font-size: 11px;
	padding: 0 5px;
	display: block;
	float: left;
	line-height: 20px;
}

.to_member_btn {
}
.to_member_btn li {
	margin-bottom: 7px;
}
.to_member_login span {	background: url(/img/index/icon_login.png) no-repeat 0 50%;}
.to_member_regist span {	background: url(/img/index/icon_first.png) no-repeat 0 50%;}
.to_member_btn span {
	padding-left: 25px;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	display: block;
	background-size: 20px auto;
}

.to_member_login {
}
.to_member_regist {
}
.to_member_btn a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.to_member_btn a:hover {	color: #fff;}

.to_member_login a {	background: #98B03E;}
.to_member_regist a {	background: #EE7701;}
.to_member_login a:hover {	background: #89A12F;}
.to_member_regist a:hover {	background: #DF6800;}

.to_member_link {
	padding-top: 5px;
	border-top: 1px solid #999;
}
.to_member_link a {
	display: block;
	line-height: 22px;
	font-size: 12px;
}
.to_member_chara {
	position:absolute;
	bottom: 10px;
	right: 10px;
}
.to_member_chara img {
	width: 45px;
}

/* to_article　購入&売却の記事表示
---------------------------------------- */
.to_article {
}
.to_article > div {
	width: 328px;
	border: 2px solid #006600;
	border-top: 5px solid #006600;
	background: #fff;
	padding-bottom: 8px;
}
.to_buy {
	float: left;
}
.to_sell {
	float: right;
}
.to_ar_tl {
	background:#f5f5f5;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 15px;
	font-size: 15px;
	margin-bottom: 8px;
}
.to_ar_w,
.to_ar_s {
	width: 290px;
	padding: 10px;
	position:relative;
	overflow: hidden;
	margin: 0 auto;
}
.to_ar_w {
	padding-bottom: 55px;
}
.to_ar_s {
	border-top: 1px solid #999;
}
.to_ar_w:hover,
.to_ar_s:hover {
	background: #f5f5f5;
}
.to_article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: #fff\9;
	filter: alpha(opacity=0);
}
.to_article a p {
	position: absolute;
	text-align: left;
	font-weight: bold;
	line-height: 22px;
}
.to_ar_w a p {
	top: 215px;
	left: 10px;
	width: 290px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 45px;
}
.to_ar_s a p {
	top: 18px;
	left: 105px;
	width: 195px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 45px;
}
.to_ar_img {
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
}
.to_ar_w .to_ar_img img {	width: 196px;}
.to_ar_s .to_ar_img img {	width: 82px;}

.to_ar_tag {
	float: right;
	overflow: hidden;
}

.to_ar_genre {
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.to_buy .to_ar_genre {
	background: #F56306;
}
.to_sell .to_ar_genre {
	background: #00468C;
}

.to_ar_reading {
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	overflow: hidden;
}
.to_ar_reading span {
	font-size: 11px;
	background: #f5f5f5;
	display: block;
	height: 23px;
	line-height: 23px;
}
.to_ar_reading p {
	color: #F56306;
	font-size: 15px;
	background: #fff;
}
.to_ar_w .to_ar_reading {
	width: 78px;
}
.to_ar_s .to_ar_reading {
	margin-top: 61px;
}
.to_ar_s .to_ar_reading span {
	float: left;
	padding: 0 10px;
}
.to_ar_s .to_ar_reading p {
	float: left;
	padding: 0 20px;
	line-height: 23px;
}
.to_ar_chara {
	text-align: center;
	padding-top: 10px;
}

/* to_study　勉強しようのまとめ記事表示
---------------------------------------- */
.to_study {
}
.to_study ul {
	overflow: hidden;
}
.to_study li {
	float: left;
	margin-right: 10px;/* -- 4つ以上に増えたら修正します -- */
	border: 1px solid #ccc;
	width: 218px;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	padding-bottom: 3px;
}
.to_study li:nth-child(3n) {
	margin-right: 0;
}
.to_study li:hover {
	background: #E2F5CD;
}
.to_study a {
	display: block;
	height: 72px;
	padding: 4px;
	box-shadow: 0 3px 0 #ccc;
	text-decoration: none;
}
.to_study a img,
.to_study a span {
	display: inline-block;
	vertical-align: middle;
}
.to_study a img {
	width: 70px;
	margin-right: 5px;
}
.to_study a span {
	width: 125px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
}
.to_study p {
	background: #f5f5f5;
	color: #999;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 72px;
	padding: 4px;
	box-shadow: 0 3px 0 #ccc;
	line-height: 72px;
}

/* to_search　条件から一発検索
---------------------------------------- */
.to_search_tl {
	font-weight: bold;
	background: #eee;
	padding: 5px 15px;
	font-size: 14px;
}
.to_search {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.to_search:last-child {
	border-bottom: none;
}
.to_se_item,
.to_se_li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.to_se_item {
	width: 100px;
	text-align: center;
	font-weight: bold;
}
.to_se_li {
	border-left: 3px solid #ddd;
	width: 520px;
	padding-left: 15px;
}
.to_se_li ul {
	overflow: hidden;
}
.to_se_li li {
	float: left;
}
.to_se_li a {
	line-height: 22px;
	display: block;
	padding: 2px 12px;
	border: 1px dotted #ccc;
	border-radius: 3px;
	margin: 3px;
	background: #faf7f3;
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
.to_se_li a:hover {
	background: #3EB3DA;
	border: 1px solid #2499C0;
	color: #fff;
}

/* to_seminar　セミナー情報
---------------------------------------- */
.to_seminar_li {
	border-top: 1px solid #999;
}
.to_seminar_li ul {
	overflow: hidden;
	padding: 5px;
}
.to_seminar_li li {
	float: left;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}
.to_seminar_li p {
	background: #eee;
}
.to_seminar_li p,
.to_seminar_li a {
	display: block;
	border: 1px solid #ccc;
	box-shadow: 0 3px 0 #ccc;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	padding: 5px 15px;
}
.to_seminar_li a:hover {
	background: #eee;
	color: #333;
}

/* to_resistbnr　会員登録バナー
---------------------------------------- */
.to_resistbnr {
}
.to_resistbnr a {
	display: block;
	background: url(/img/common/registbnr_680_on.png) no-repeat 0 0;
}
.to_resistbnr a:hover img {
	visibility: hidden;
}


/* to_kiji_pickup　記事ピックアップ
---------------------------------------- */
.to_kiji_pickup {
	padding-bottom:15px;
}
.to_kiji_pickup ul {
	padding: 10px;
	overflow: hidden;
}
.to_kiji_pickup li {
	float: left;
	width: 200px;
	padding: 8px 5px;
	margin: 0 3px;
}
.to_kiji_pickup li:nth-of-type(n+4) {
	border-top: 1px solid #ccc;
}
.to_kiji_pickup a {
	display: block;
	position:relative;
}
.to_kiji_pickup a span {
	height: 95px;
	display: block;
}
.to_kiji_pickup a span img {
	display: block;
}
.to_kiji_pickup a p {
	height: 60px;
	line-height: 20px;
	font-size: 13px;
}
.to_kiji_pickup i {
	position:absolute;
	top: 8px;
	right: 8px;
	color: gold;
	font-size: 15px;
	text-shadow: 
        #333 1px 1px 0, #333 -1px -1px 0,/*右下、左上*/
        #333 -1px 1px 0, #333 1px -1px 0,/*右上、左下*/
        #333 0px 1px 0, #333  0-1px 0,/*右、左*/
        #333 -1px 0 0, #333 1px 0 0;/*上、下*/
}

.top_kiji_btn{
	width:250px;
	margin:0 auto;
}

.top_kiji_btn a{
	background-color:#006600;
	color:#fff;
	width:250px;
	height:35px;
	border-radius:3px;
	font-size:15px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
}

.top_kiji_btn a:hover{
	background-color:#005500;
	color:#fff;
}



