@charset "utf-8";

#mc-upperline{
	margin:0px;
	padding:0px;
	width:650px;
	height:5px;
	text-indent:-1000em;
	background-image:url(/common/images/v1/article/upperline.gif);
	background-repeat:no-repeat;
}
#mc-underline{
	clear:both;
	margin:0px;
	padding:0px;
	width:650px;
	height:5px;
	text-indent:-1000em;
	background-image:url(/common/images/v1/article/underline.gif);
	background-repeat:no-repeat;
}
* html #mc-upperline,* html #mc-underline{
	font-size:1px;
	line-height:1px;
}
#main-contents{
	clear:both;
	float:left;
	width:610px;
	margin:0px;
	padding:15px 20px 20px 20px;
	background-color:#fff;
}
* html #main-contents{
	width:650px;
	margin:0px;
}
#main-contents p{
	font-size:0.9em;
	line-height:1.6em;
	letter-spacing: 0.1em;
	margin-bottom:25px;
	color:#333;
}

#main-contents p a,
#main-contents p a:active{
	color:#666;
}
#main-contents p a:visited{
	color:#660000;
}
#main-contents p a:hover{
	border-bottom:solid 1px #ff0000;
}

#backtotop{
	font-size:14px;
	clear:both;
}
#backtotop .site-top{float:left;}
#backtotop .site-top a{
	font-size:12px;
	color:#800000;
}
#backtotop .page-top{float:right;}
#backtotop .page-top a{
	font-size:12px;
	color:#800000;
}


#main-contents .figure{
	float:right;
	margin:0px 0px 10px 10px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	border-width:5px;
	border:solid #eee;
	background-color:#eee;

}
#main-contents .figure span{
	padding:5px;
	display:block;
}
#main-contents .central{
	text-align:center!important;
	clear:both;
}
#main-contents .figure-center{
	text-align: left;
	margin:0 auto 10px auto;
	padding:0px;
	border-width:5px;
	border:solid #eee;
	background-color:#eee;
	font-size:12px;
	line-height:18px;
}
#main-contents .figure-center span{
	padding:5px;
	display:block;
}
#main-contents .figure-left{
	clear:left;
	float:left;
	margin:0 10px 10px 0;
	padding:0px;
	border-width:5px;
	border:solid #eee;
	background-color:#eee;
	font-size:12px;
	line-height:18px;
}
#main-contents .figure-left span{
	padding:5px;
	display:block;
}

#main-contents img.border{
	border-style:solid;
	border-color:#666;
	border-width:1px;
}


/* 本文中の囲み記事 */
#main-contents .frame{
 display:block;
 margin-top:0px;
 padding:5px;
 font-size:13px;
 line-height:18px;
 color:#333;
 background-color:#f6f6f6;
 border-style:dotted;
 border-color:#ccc;
 border-width:1px;
 margin-bottom:20px;
}


#main-contents .godframe{
 display:block;
 margin-top:0px;
 padding:5px;
 font-size:15px;
 line-height:17px;
 color:#000;
 background-color:#f6f6f6;
 border-color:#ff0000;
 border-width:1px;
 margin-bottom:20px;
}

#main-contents .question{
 color:#333;
 font-weight:bold;
}

/* 小見出し　バージョン1 */
#main-contents .h5{
	font-size:1.0em;
	font-weight:bold;
        color:#000;
	padding:5px 3px 3px 5px;
	border-bottom:dotted #ff0000;
	border-width:2px;
	margin-bottom:25px;
	margin-right:200px;
}

#main-contents h4{
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:25px;
	padding-left:10px;
	border-left: 18px solid #ff0000;
	border-bottom: 1px dashed #666;
	margin-top: 20px;
}

#main-contents .credit{
	display:block;
	clear:both;
	float:right;
	text-align:right;
	font-size:11px;
	font-weight:normal;
	color:#666;
}
#main-contents .credit-note{
	display:block;
	clear:both;
	font-size:11px;
	float:right;
	color:#666;
	font-weight:normal;
}

/* 記事下誘導 */
#main-contents .article-next-info{
	clear:both;
	margin:40px auto 30px;
	font-size:15px;
	background-color:#c7b79c;
	font-weight:bold;
	line-height:30px;
	padding:0 6px;
	overflow:hidden;
	text-align:center;
}
#main-contents .article-next-info a{display:block;color:#000;}
#main-contents .article-next-info .next-page{font-weight:bold;margin-right:10px;}
#main-contents .article-next-info a .next-page{
	color:#000;
	background-image:url(/common/images/v1/article/arrow-next-right.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:13px 20px;
	-webkit-background-size:13px 20px;
	-moz-background-size:13px 20px;
	padding-right:20px;
}

/*************
映像用
*************/
.movie{
	width:320px;
	height:304px;
	clear:left;
	float:left;
	margin:0 20px 10px 0;
	padding:5px;
	display:block;
}


/*▼table▼*/
#main-contents table.table-450 {
    width: 450px;
    border:solid 1px #C7C7C7;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom:15px;
}

#main-contents table.table-450 th {
    padding: 5px;
    border: #C7C7C7 solid;
    background: #0e0201;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#main-contents table.table-450 td {
    width: 260px;
    padding: 5px;
    background: #F7F7F7;
    border: 1px #C7C7C7 solid;
    border-width: 0 0 1px 1px;
    font-size: 12px;
    line-height: 14px;
}



#main-contents table.line{
	border:solid 1px #ccc;
	border-collapse: collapse;
	margin-bottom:15px;
	float:right;
	margin:0 0 10px 10px;
}

#main-contents table.line td,
#main-contents table.line th{
	border:solid 1px #ccc;
	margin:0;
	color:#333;
	padding:3px;
	margin:0;
	font-size:12px;
	line-height:14px;
}

/*地域ランキングteble用色*/
#main-contents table.line tr.title td{
	background-color:#df690a;
	color:#fff;
}
#main-contents table.line tr.even td{
	background-color:#f4e8d0;
}
#main-contents table.line td.order{
	font-weight:bold;
	text-align:center;
}