@charset "Shift_JIS";


*{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 170%;
}


body{
	background: #eee;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", sans-serif;
	text-align: center;
}


img{
	border: none;
}


sup{
	font-size: 12px;
}


.re-sup{
	color: #666;
	font-size: 12px;
}


/*======================================

	++ anchor

======================================*/


a:link{
	color: #05d;
}


a:visited{
	color: #05d;
}


a:hover{
	color: #39f;
}


@media screen and (min-width: 451px){


/*======================================

	++ layout

======================================*/


#container{
	margin: 15px auto;
	width: 970px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}


#header{
	position: relative;
	height: 110px;
	background: #fff url("images/logo-b.png") 0 0 repeat-x;
	border-bottom: #eee 5px solid;
	border-radius: 10px 10px 0 0;
	text-align: left;
}


h1{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #aaa;
	font-weight: normal;
	font-size: 13px;
}


#header h2{
	position: absolute;
	top: 12px;
	left: 12px;
}


#header h2 a{

}


/*#header p{
	position: absolute;
	top: 100px;
	right: 10px;
	color: #bbb;
	font-size: 13px;
}*/


#header p{
	position: absolute;
	top: 120px;
	left: 10px;
	padding: 5px 10px;
	width: 924px;
	background: #fff;
	color: #690;
	border: #ccc 1px solid;
	border-radius: 5px;
	font-size: 13px;
}


/*#main{
	margin: 0 auto;
	padding: 0 0 20px;
	background: #fff;
	text-align: left;
}*/


#left{
	float: left;
	padding: 10px 0 0;
	width: 640px;
	text-align: left;
}


#right{
	float: right;
	margin: 42px 10px 10px 0;
	padding: 10px 10px 0;
	width: 300px;
	background: #eee;
	border-radius: 5px;
	text-align: left;
}


#pagetop{
	clear: both;
	margin: 0 15px 0 0;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: right;
}


#bottom{
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
}


#bottom p{
	margin: 0 10px;
	padding: 10px;
	background: #eee;
	color: #666;
	border-top: #bbb 1px solid;
	border-radius: 0 0 5px 5px;
}


#bottom p a{
	color: #666;
	text-decoration: none;
}


#footer{
	margin: 0 auto;
	padding: 20px 0 20px;
	color: #666;
/*	background: #fff url("images/footer.gif") 0 0 repeat-x;*/
	background: #fff;
	border-top: #bbb 1px solid;
	border-radius: 0 0 10px 10px;
}


#footer a{
	color: #666;
	text-decoration: none;
}


/*======================================

	++ content

======================================*/


.content{
	padding: 0 10px;
}


.content p#tp{
	margin: 0 0 10px 5px;
	color: #666;
	font-size: 13px;
}


.content p#tp a{
	color: #666;
	text-decoration: none;
	font-size: 13px;
}


.content h2{
	clear: both;
	margin: 0 0 20px;
	padding: 5px 15px;
	background: #eee;
	border-radius: 5px;
	color: #333;
	font-size: 24px;
}


.content h3{
	clear: both;
	margin: 0 15px 20px;
	padding: 0 10px 0 25px;
	background: url("images/h3.png") left center no-repeat;
	border-bottom: #999 1px solid;
	color: #333;
	font-size: 20px;
}


#home .content h3{
	clear: both;
	margin: 0 0 20px;
	padding: 5px 15px;
	background: #eee;
	border-bottom: none;
	border-radius: 5px;
	color: #333;
	font-size: 24px;
}


.content h4{
	clear: both;
	margin: 0 15px 20px;
	padding: 0 10px 0 25px;
	background: url("images/h3.png") left center no-repeat;
	border-bottom: #999 1px solid;
	color: #333;
	font-size: 20px;
}


.content p,
.content ul,
.content ol,
.content dl{
	margin: 0 15px 20px;
}


.content blockquote{
	margin: 0 15px 20px;
	padding: 10px 5px;
	background-color: #f3f3e9;
}


.content blockquote p{
	margin-bottom: 0;
}


.content p a{
	font-size: 15px;
}


.content p .b a{
	font-size: 16px;
}


.content p .big a{
	font-size: 20px;
	font-weight: bold;
}


.content p.ad-btm{
	clear: both;
	margin: 0 15px 20px;
	padding: 0 10px 0 25px;
	background: url("images/h3.png") left center no-repeat;
	border-bottom: #999 1px solid;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}


.content p.kanren{
	clear: both;
	margin: 0 15px 20px;
	padding: 0 10px 0 25px;
	background: url("images/h3.png") left center no-repeat;
	border-bottom: #999 1px solid;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}


.img-frame img{
	float:left;
	margin: 0 15px 20px 0;
	border: #ccc 1px solid;
	border-radius: 5px;
}


#home .img-frame img{
	float:left;
	margin: 0 15px 20px 0;
	border: #ccc 1px solid;
	border-radius: 5px;
}


.img-frame-b{
	border: #eee 5px solid;
}


.check{
	padding: 15px 15px 15px 45px;
	background: url("images/check.png") 15px center no-repeat;
	border: #ccc 1px solid;
	border-radius: 5px;
}


.content ul li{
	margin-left: 20px;
	font-size: 15px;
	list-style-type: circle;
}


.content ul.b li{
	font-size: 16px;
}


.content ol li{
	margin-left: 20px;
	font-size: 15px;
}


.content ul.ranking{
	margin-left: 200px;
	padding-left: 15px;
}


.content ul.ranking li{
	margin-left: 15px;
	padding-left: 20px;
	list-style-type: none;
	background: url("images/list.png") left center no-repeat;
	font-weight: bold;
	font-size: 16px;
}


.content dl.spec{
	margin: 0 15px 20px;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 5px;
	background: #fbfbfb;
}


.content dl.spec dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 105px;
}


.content dl.spec dt#dt-top{
	border-top: none;
}


.content dl.spec dd{
	margin: 0 0 0 135px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-radius: 0 0 5px 0;
	background: #fff;
}


.content dl.spec dd#dd-top{
	border-top: none;
	border-radius: 0 5px 0 0;
}


/*======================================

	++ menu

======================================*/


#right dl{
	margin: 0 0 10px;
	border: #ace 1px solid;
	border-radius: 5px;
	background: #fff;
/*	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
}


/*#right dl dt{
	padding: 3px 10px;
	background: #def;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	border-bottom: #ace 1px solid;
	border-left: #fff 1px solid;
	border-radius: 5px 5px 0 0;
}*/


#right dl dt{
	padding: 3px 10px;
	background: #def;
	border-bottom: #ace 1px solid;
	border-radius: 5px 5px 0 0;
}


#right dl dd{
	padding: 10px 10px 5px 10px;
}


#right dl dd ul{
	list-style-type: none;
}


#right dl dd ul li{
	margin: 0 5px 5px;
	padding: 0 0 0 10px;
	background: url("images/br-s.gif") left center no-repeat;
}


#right dl dd ul li.t-r{
	background: none;
}


#right dl dd p{
	color: #666;
}


/*======================================

	++ class

======================================*/


.f-l{
	float: left;
}


.f-r{
	float: right;
}


.f-c{
	clear: both;
}


.t-r{
	text-align: right;
}


.p-t-30{
	border-top: #999 1px solid;
	padding-top: 30px;
}

/*p.ad{
	border-bottom: #999 2px dotted;
}*/

p.ad, p.ad2{
	margin-bottom: 30px;
}

p.ad a{
	display: block;
	margin: 0 auto 10px;
	padding: 10px;
	width: 380px;
	background-color: #f93;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad a:hover{
	background-color: #fa4;
}

p.ad2 a{
	display: block;
	margin: 0 auto 10px;
	padding: 10px;
	width: 380px;
	background-color: #76ae00;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad2 a:hover{
	background-color: #80bd00;
}

.b{
	font-size: 16px;
	font-weight: bold;
}

.red{
	padding-left: 2px;
	padding-right: 2px;
	color: #f30;
}

.line{
	padding-left: 2px;
	padding-right: 2px;
	background: #fe9;
}

.big{
	font-size: 20px;
	font-weight: bold;
}

.mrg-btm{
	margin-bottom: 10px !important;
}


}


@media screen and (max-width: 450px){


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


#header,
#left,
#right{
	width: 100%;
}


#container{
/*	margin: 5px;*/
	background: #fff;
}


#header{
	position: relative;
	width: 100%;
	background: #fff url("images/logo-b.png") 0 0 repeat-x;
	border-bottom: #eee 5px solid;
	border-radius: 10px 10px 0 0;
	text-align: left;
}


h1{
	margin-left: 10px;
	color: #aaa;
	font-weight: normal;
	font-size: 13px;
}


#header h2{
	padding-bottom: 5px;
}


#header h2 img{
	width: 100%;
}


#left{
	padding: 10px 0 0;
	text-align: left;
}


#right{
	margin-top: 30px;
	text-align: left;
}


#pagetop{
	clear: both;
	margin: 0 5px 0 0;
	padding-top: 5px;
	text-align: right;
}


#bottom{
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
}


#bottom p{
	margin: 0 5px;
	padding: 10px 5px;
	background: #eee;
	color: #666;
	border-top: #bbb 1px solid;
	border-radius: 0 0 5px 5px;
}


#bottom p a{
	color: #666;
	text-decoration: none;
}


#footer{
	margin: 0 auto;
	padding: 10px 5px;
	color: #666;
	background: #fff;
	border-top: #bbb 1px solid;
	border-radius: 0 0 10px 10px;
}


#footer a{
	color: #666;
	text-decoration: none;
}


/*======================================

	++ content

======================================*/


.content{
	padding: 0 5px;
}


.content p#tp{
	margin: 0 0 10px 5px;
	color: #666;
	font-size: 13px;
}


.content p#tp a{
	color: #666;
	text-decoration: none;
	font-size: 13px;
}


/*.content h3{
	margin: 0 0 20px;
	padding: 5px 10px;
	background: #d5e6f7 url("images/h3.png") repeat-x;
	font-size: 18px;
}*/


.content h2{
	clear: both;
	margin: 0 0 20px;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
	color: #333;
	font-size: 24px;
	line-height: 140%;
}


.content h3{
	clear: both;
	margin: 0 10px 20px;
	padding: 0 0 5px;
	border-bottom: #ace 3px solid;
	color: #333;
	font-size: 20px;
	line-height: 140%;
}


#home .content h3{
	clear: both;
	margin: 0 0 20px;
	padding: 10px;
	background: #eee;
	border-bottom: none;
	border-radius: 5px;
	color: #333;
	font-size: 24px;
	line-height: 140%;
}


.content h4{
	clear: both;
	margin: 0 10px 20px;
	padding: 0 0 5px;
	border-bottom: #ace 3px solid;
	color: #333;
	font-size: 20px;
	line-height: 140%;
}


.content p,
.content ul,
.content ol,
.content dl{
	clear: both;
	margin: 0 10px 20px;
}


.content blockquote{
	margin: 0 10px 20px;
	padding: 10px 5px;
	background-color: #f3f3e9;
}


.content blockquote p{
	margin-bottom: 0;
}


.content p a{
	font-size: 15px;
}


.content p .b a{
	font-size: 16px;
}


.content p .big a{
	font-size: 20px;
	font-weight: bold;
}


.content p.ad-btm{
	clear: both;
	margin: 0 10px 20px;
	padding: 0 0 5px;
	border-bottom: #ace 3px solid;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}


.content p.kanren{
	clear: both;
	margin: 0 10px 20px;
	padding: 0 0 5px;
	border-bottom: #ace 3px solid;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}


.img-frame{
	text-align: center;
}


.img-frame img{
	margin: 0 15px 0 0;
	border: #ccc 1px solid;
	border-radius: 5px;
	text-align: center;
}


#home .img-frame img{
	border: #ccc 1px solid;
	border-radius: 5px;
}


.img-frame-b{
	width: 96%;
	border: #eee 5px solid;
}


.check{
	padding: 10px 10px 10px 40px;
	background: url("images/check.png") 10px center no-repeat;
	border: #ccc 1px solid;
	border-radius: 5px;
}


.content ul li{
	margin-left: 20px;
	font-size: 15px;
	list-style-type: circle;
}


.content ol li{
	margin-left: 20px;
	font-size: 15px;
}


.content ul.ranking li{
	margin-left: 5px;
	padding-left: 20px;
	list-style-type: none;
	background: url("images/list.png") left center no-repeat;
	font-weight: bold;
	font-size: 16px;
}


.content dl.spec{
	margin: 0 10px 20px;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 5px;
	background: #fbfbfb;
}


.content dl.spec dt{
	float: left;
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #999;
	width: 110px;
}


.content dl.spec dt#dt-top{
	border-top: none;
}


.content dl.spec dd{
	margin: 0 0 0 130px;
	padding: 5px 10px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-radius: 0 0 5px 0;
	background: #fff;
}


.content dl.spec dd#dd-top{
	border-top: none;
	border-radius: 0 5px 0 0;
}


.content p iframe{
	width: 100%;
	height: auto;
}


/*======================================

	++ menu

======================================*/


#right dl{
	margin: 0 5px 5px;
	border: #ace 1px solid;
	border-radius: 5px;
	background: #fff;
}


/*#right dl dt{
	padding: 3px 10px;
	background: #def;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	border-bottom: #ace 1px solid;
	border-left: #fff 1px solid;
	border-radius: 5px 5px 0 0;
}*/


#right dl dt{
	padding: 3px 10px;
	background: #def;
	border-bottom: #ace 1px solid;
	border-radius: 5px 5px 0 0;
}


#right dl dd{
	padding: 10px 10px 5px 10px;
}


#right dl dd ul{
	list-style-type: none;
}


#right dl dd ul li{
	margin: 0 5px 5px;
	padding: 0 0 0 10px;
	background: url("images/br-s.gif") left center no-repeat;
}


#right dl dd ul li.t-r{
	background: none;
}


#right dl dd p{
	color: #666;
}


/*======================================

	++ class

======================================*/


.f-l{
	text-align: center;
}


.f-r{
	float: right;
}


.f-c{
	clear: both;
}


.t-r{
	text-align: right;
}


p.ad, p.ad2{
	margin-bottom: 30px;
}

p.ad a{
	display: block;
	margin: 0 auto 15px;
	padding: 10px;
	background-color: #f93;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(221,119,17,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}

/*p.ad a:hover{
	margin: 2px auto 15px;
	box-shadow: 0 1px 0 rgba(221,119,17,1);
}*/

p.ad2 a{
	display: block;
	margin: 0 auto 15px;
	padding: 10px;
	background-color: #76ae00;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(99,147,0,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}

/*p.ad2 a:hover{
	margin: 2px auto 15px;
	box-shadow: 0 1px 0 rgba(99,147,0,1);
}*/

.b{
	font-size: 16px;
	font-weight: bold;
}

.red{
	padding-left: 2px;
	padding-right: 2px;
	color: #f30;
}

.line{
	padding-left: 2px;
	padding-right: 2px;
	background: #fe9;
}

.big{
	font-size: 20px;
	font-weight: bold;
}

.mrg-btm{
	margin-bottom: 15px !important;
}


}