@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
html {overflow-y: scroll;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

body {font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;line-height: 1;background: #fff;color: #000;

background-image: url(img/bg.jpg);
}
/*----------------------------------------------------
	PC（パソコン）
----------------------------------------------------*/
header {
	width: 960px;
	background: #fff;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #dcdcdc;
}
#pannavi {
	width: 960px;
	height: 30px;
	background: #ffffff;
	margin: 5px auto;
	float: left;
}
#pannavi nav {
	width: 100%;
	height: 20px;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}
#pannavi nav a {
	color: #555;
	text-decoration: none;
}
#pannavi nav div {
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: left;
	font-size: 12px;
	margin: 2px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
header#globalHeader {
	background: #fff;
}
header#globalHeader h1, h2 {
	padding: 5px 10px;
	font-size: 14px;
}
header#globalHeader img {
	width: 100%;
	height: 100%;
}
header#globalHeader nav ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
nav ul li {
	width: 25%;
	margin: 10px 0 0 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: #7960b9;
	text-indent: 10px;
	line-height: 15px;
	float: right;
}
nav ul li a {
	padding: 10px 0;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
nav ul li a:hover {
	background-color: #b96060;
}
/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	background: #eee;
	box-sizing: border-box;
	font-size: 100%;
}
#page h1 {
	font-size: 16px;
	padding: 5px 0 10px 0;
}
#page h2 {
	font-size: 14px;
	padding:10px;
}
#contents .pageTop{clear:both;margin:0;text-align:right;}
/*----------------------------------------------------
	#main（メインコンテンツ）
----------------------------------------------------*/
#main {
	float: left;
	padding: 10px;
	box-sizing: border-box;
	width: 640px;
	background: #fff;
}
h1 {
	padding: 5px 0 10px 0;
}
#main h2 {
	border-bottom: 3px solid #d7605e;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px 0 10px 0;
}
#main h3 {
	border-bottom: 3px dotted #d7605e;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.button {
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	height:40px;
	line-height: 25px;
	outline: none;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}

.button:hover {
	color: #fff;
}

.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	color: #fff;
	content: '';
}
.button:hover::after {
	top: 0;
	background-color: #b96060;
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.area{width:250px;padding: 13px 0 10px 10px;background: #ddd;font-weight:400;text-align:left;}
.telno{width:380px;padding: 13px 0 10px 10px;background: #fff;font-weight:400;text-align:left;}
/*----------------------------------------------------
	Ranking（ランキング）
----------------------------------------------------*/
.rank-box {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	float: left;
	box-sizing: border-box;
	border-bottom: 2px solid #dcdcdc;
}
.sitename {
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.sitename a {
	text-decoration: none;
	color: #7a52df;
}
.rank-img {
	width:250px;
	height: auto;
	margin: 5px;
	float: left;
	margin:0px;
	padding: 10px 0 10px 10px;
}

.rank-img img {width:100%;}


.kutikomi-mae {
	width: 130px;
	height: 20px;
	background-color: #efefef;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 10px 0 0 20px;
	padding: 10px 0 5px 3px;
}
.kutikomi-ushiro {
	width: 190px;
	height: 20px;
	border: 1px solid #dcdcdc;
	color: #a589ff;
	float: right;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 3px;
}
.kutikomi-mae2 {
	width: 130px;
	height: 20px;
	background-color: #efefef;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 5px 0 0 20px;
	padding: 10px 0 5px 3px;
}
.kutikomi-ushiro2 {
	width: 190px;
	height: 20px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #ff0000;
	float: right;
	font-size: 16px;
	margin: 5px 0 0 0;
	padding: 10px 0 5px 3px;
}
.come {
	box-sizing: border-box;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	clear:both;
}
.btn-left {
	width: 290px;
	height: auto;
	float: left;
	margin: 0 0 10px 10px;
	text-align: center;
	clear: both;
}
.btn-right {
	width: 290px;
	height: auto;
	float: left;
	margin: 0 0 10px 10px;
	text-align: center;
}
.btn-left a {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	background-color: #7960b9;
	text-decoration: none;
}
.btn-right a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	font-weight: bold;
	background-color: #7960b9;
	text-decoration: none;
}
.btn-right a:hover {
	background-color: #b96060;
}
.btn-left a:hover {
	background-color: #7960b9;
}
/*----------------------------------------------------
	#reviewsite（レビュー）
----------------------------------------------------*/
.adding{width:100%;float:left;border-collapse:collapse;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.adding1{
	text-align:center;
	font-size:16px;
	font-weight:600;
	height:30px;
	color:#ff4411;
	line-height:30px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
.adding2{width:100%;text-indent:5px;font-size:16px;height:200px;color:#666666;line-height:30px;margin:0px 0px 10px 0px;padding:0px 0px 0px 0px;}
.adding3{clear:both;text-align:center;color:#333333;line-height:40px;margin:10px auto 0px auto;padding:0px 0px 0px 0px;}
#reviewsite {
	width: 100%;
	float: left;
	margin:0;
	padding: 0px 0px 0px 0px;
	box-sizing:border-box;
}
#reviewsite caption {
	width: 100%x;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
	color: #333333;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #efefef;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing:border-box;
}
#reviewsite table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	float: left;
	background-color: #ffffff;
	margin:0;
	padding: 0px 0px 0px 0px;
	box-sizing:border-box;
}
#reviewsite table th.reviewt1 {
	width: 90px;
	height: 30px;
	border: solid 1px #cccccc;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#reviewsite table th.reviewt2 {
	width: 100%x;
	height: 30px;
	border: solid 1px #cccccc;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#reviewsite table td.reviewt2 {
	width: 100%;
	height: 30px;
	border: solid 1px #cccccc;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#reviewsite table td.reviewt3 {
	width: 100%;
	height: 30px;
	border: solid 1px #cccccc;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.comment_box{width:100%;float:left;clear:both;margin:0px 0px 0px 0;padding:10px 0px 10px 0px;}
.comment_boxkakunin{border-top:dotted 2px #ccc;width:100%;float:left;clear:both;margin:10px 0px 10px 0;padding:10px 0px 10px 10;}
.site_day{border-bottom:dotted 2px #ccc;text-align:right;font-size:12px;color:#333333;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
input[type=button]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:200px;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}
input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:200px;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}
/*----------------------------------------------------
	#side（サイドバー）
----------------------------------------------------*/
#side {
	float: right;
	width: 310px;
	margin: 0 0 0 0;
	background: #fff;
}
#side nav ul li {
	margin: 0 0 0 0;
}
#side nav ul li {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
}
#side nav ul li a {
	padding: 15px 0px 15px 0px;
	font-weight: normal;
	display: block;
	color: #000;
	text-decoration: none;
}
#side nav ul li a:hover {
	background-color: #eee8ff;
}
#side h3 {
	background-color: #b96060;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	text-indent: 5px;
	clear: both;
}
.side-waku {
	margin: 10px 0;
}
/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
#globalFooter {
	clear: both;
	background: #F5F3FC;
}
#globalFooter p.copyright {
	text-align: center;
}
/*----------------------------------------------------
	smart（モバイル）
----------------------------------------------------*/
@media screen and (max-width:640px){

header {
	width: 100%;
	background: #fff;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #dcdcdc;
}
#pannavi {
	display:none;
}
/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
	width:100%;
	margin: 0 auto;
	padding:0 10px;
	background: #eee;
        box-sizing:border-box;
	font-size: 100%;
}
/*----------------------------------------------------
	#main（メインコンテンツ）
----------------------------------------------------*/
#main {
	float: left;
	padding:10px;
	box-sizing: border-box;
	width:100%;
	background: #fff;
}
#main h2 {
	border-bottom: 3px solid #d7605e;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#main h3 {
	border-bottom: 3px dotted #d7605e;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 15px;
}
/*----------------------------------------------------
	#side（サイドバー）
----------------------------------------------------*/
#side {
	float: right;
	width: 100%;
	background: #fff;
}
nav ul li {
	margin:2 0 0 0;
}
nav ul li {
	width: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: #7960b9;
	text-align: center;
}
nav ul li a {
	padding: 10px 0;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
nav ul li a:hover {
	background-color: #b96060;
}
#side nav ul li {
	margin: 0 0 0 0;
}
#side nav ul li {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
}
#side nav ul li a {
	padding: 10px;
	font-weight: normal;
	display: block;
	color: #000;
	text-decoration: none;
}
#side nav ul li a:hover {
	background-color: #eee8ff;
}
#side h3 {
	background-color: #b96060;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
}
.side-waku {
	margin: 10px 0;
}
.rank-box {
	width: 100%;
	height: auto;
	border: 2px solid #dcdcdc;
	margin: 0 0 10px 0;
        padding:0 10px 10px 10px;
	float: left;
	box-sizing: border-box;
}
.rank-img {
	margin: 10px 0 0 1px;
        padding:0 0 0 0;
	text-align: center;
	width:99%;
	clear:both;
}

.rank-img img {width:90%;}

.kutikomi-mae {
	width: 100%;
	height: auto;
	background-color: #efefef;
	border: 0px solid #dcdcdc;
	float: left;
	margin:0;
	color: #000;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 0 5px 0;
}
.kutikomi-ushiro {
	width: 100%;
	height: auto;
	background-color: #fffff5;
	border:0px solid #dcdcdc;
	color: #a589ff;
	float: left;
	font-size: 18px;
	margin:0;
	box-sizing: border-box;
	padding: 2px 0 2px 0;
}
.kutikomi-mae2 {
	width: 100%;
	height: auto;
	background-color: #efefef;
	border:0px solid #dcdcdc;
	float: left;
	margin:0;
	color: #000;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 0 5px 0;
}
.kutikomi-ushiro2 {
	width: 100%;
	height: auto;
	border:0px solid #dcdcdc;
	background-color: #fff;
	color: #ff0000;
	float: left;
	font-size: 18px;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
.come {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 5px;
	margin: 10px 0 0 0;
}
.come2 {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #dcdcdc;
	float: left;
	padding: 10px 10px 0 10px;
	margin: 0 0 15px 0;
}
.btn-left {
	width: 100%;
	height: auto;
	float: left;
        box-sizing:border-box;
	margin: 0 0 10px 0;
	text-align: center;
	clear: both;
}
.btn-right {
	width: 100%;
	height: auto;
	float: left;
        box-sizing:border-box;
	margin: 0 0 5px 0;
	text-align: center;
}
.btn-left a {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	background-color: #7960b9;
	text-decoration: none;
}
.btn-right a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	font-weight: bold;
	background-color: #7960b9;
	text-decoration: none;
}
.btn-right a:hover {
	background-color: #b96060;
}
.btn-left a:hover {
	background-color: #b96060;
}
.btn-kutikomi {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	text-align: center;
}
.btn-kutikomi a {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	background-color: #b96060;
	text-decoration: none;
}
.btn-kutikomi a:hover {
	background-color: #7960b9;
}
.sitename {
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.sitename a {
	text-decoration: none;
	color: #7a52df;
}
}
