@charset "Shift_JIS";


*{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 170%;
}


body{
	background: #fbfbf7;
	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: #07d;
}


a:visited{
	color: #07d;
}


a:hover{
	color: #39f;
}


a:hover img {
	opacity: 0.7;
}


@media screen and (min-width: 531px){


/*======================================

	++ layout

======================================*/


#header{
	background: #7bbdb1;
	min-width: 980px;
	text-align: center;
}


#header-in{
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 80px;
	text-align: left;
}


h1{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}


#header h2{
	position: absolute;
	top: 17px;
	left: 0;
}


#main{
	margin: 0 auto;
	padding: 0 0 20px;
	background: #fbfbf7;
	width: 980px;
	text-align: left;
}


#left{
	float: left;
	margin-top: 25px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	width: 650px;
	text-align: left;
}


#right{
	float: right;
	margin: 25px 0 0 20px;
	width: 310px;
	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;
	min-width: 980px;
	background: #fbfbf7;
}


#bottom p{
	margin: 0;
	padding: 10px;
	background: #ecece6;
	color: #666;
}


#bottom p a{
	color: #666;
	text-decoration: none;
}


#footer{
	margin: 0 auto;
	padding: 20px 0;
	min-width: 980px;
	color: #666;
	background: #fbfbf7;
	border-top: #bbb 1px solid;
}


#footer a{
	color: #666;
	text-decoration: none;
}


/*======================================

	++ content

======================================*/


.content{
	padding: 15px 15px 50px;
}


.content p#tp{
	margin: 0 0 15px 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 25px;
	padding: 5px 15px;
	background: #ecece6;
	color: #333;
	font-size: 24px;
	text-shadow: 1px 1px 0 #fff;
}


.content h3{
	clear: both;
	margin: 0 15px 25px;
	padding: 5px 10px 5px 15px;
	border-left: #a5a592 5px solid;
	color: #333;
	font-size: 20px;
}


#home .content h3{
	clear: both;
	margin: 0 0 25px;
	padding: 5px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 24px;
	text-shadow: 1px 1px 0 #fff;
}


.content h4{
	clear: both;
	margin: 0 15px 25px;
	padding: 5px 10px 5px 15px;
	border-left: #a5a592 5px solid;
	color: #333;
	font-size: 20px;
}


.content p,
.content ul,
.content ol,
.content dl{
	margin: 0 15px 25px;
}


.content blockquote{
	margin: 0 15px 25px;
	padding: 10px 5px;
	background-color: #f3f3e9;
}


.content blockquote p{
	margin-bottom: 0;
}


.content p a{
	font-size: 16px;
}


.content p .b a{
	font-size: 17px;
}


.content p.big a{
	float: right;
	margin-bottom: 30px;
	padding-left: 27px;
	background: url("images/big-a.png") left center no-repeat;
	font-size: 20px;
	font-weight: bold;
}


#home .img-frame img{
	float: left;
	margin: 0 15px 20px 0;
	border: #ccc 1px solid;
	border-radius: 5px;
}


#home .img-frame img.list-mr{
	float: left;
	margin: 0 35px 25px 0;
	border: #ccc 1px solid;
	border-radius: 5px;
}


/*.img-frame{
	float:left;
	margin: 0 15px 20px 0;
	border: #aaa 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: 16px;
	list-style-type: circle;
}


.content ul.b li{
	font-size: 17px;
}


.content ol li{
	margin-left: 20px;
	font-size: 16px;
}


.content ul.ranking{
	margin-left: 200px;
	padding-left: 15px;
}


.content ul.ranking li{
	padding-left: 20px;
	list-style-type: none;
	background: url("images/list-r.png") left center no-repeat;
	font-weight: bold;
}


.content dl.sec{
	float: right;
	margin: 0 15px 20px 0;
	width: 370px;
	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;
}


.content dl.sec dt{
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-top: 1px solid #999;
	width: 120px;
}


.content dl.sec dt#dt-top{
	border-top: none;
}


.content dl.sec dd{
	margin: 0 0 0 135px;
	padding: 5px 15px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}


.content dl.sec dd#dd-top{
	border-top: none;
}


/*======================================

	++ menu

======================================*/


#right dl{
	margin: 0;
}


#right dl dt{
	padding: 5px 10px;
	background: #ecece6;
	font-weight: bold;
}


#right dl dd{
	margin-bottom: 10px;
	padding: 15px 5px 10px;
}


#right dl dd ul{
	list-style-type: none;
}


#right dl dd ul li{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url("images/br-s.gif") left center no-repeat;
}


#right dl dd ul li a{
	font-size: 15px;
}


#right dl dd p{
	color: #666;
	font-size: 15px;
}


/*======================================

	++ class

======================================*/


.f-l{
	float: left;
}


.f-r{
	float: right;
}


.f-c{
	clear: both;
}


.p-t-30{
	border-top: #999 1px solid;
	padding-top: 30px;
}


/*p.ad{
	border-bottom: #999 2px dotted;
}*/

p.ad a{
	display: block;
	margin: 30px auto 40px;
	padding: 10px;
	width: 380px;
	background-color: #a8bc43;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.ad a:hover{
	background-color: #b4c660;
}

.b{
	font-size: 17px;
	font-weight: bold;
}

.red{
	padding-left: 2px;
	padding-right: 2px;
	color: #d93300;
}

.line{
	padding-left: 2px;
	padding-right: 2px;
	background: #f3f399;
}

.big{
	font-size: 20px;
	font-weight: bold;
}


}


@media screen and (max-width: 530px){


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


#header,
#left,
#right{
	width: 100%;
}


#header{
	width: 100%;
	background: #7bbdb1;
	text-align: left;
}


#header-in{
	position: relative;
	margin: 0 auto;
	height: 80px;
	text-align: left;
}


#header-in h2{
	padding: 5px 10px 0;
}


h1{
	margin-left: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}


#main{
	margin: 0 auto;
	padding: 0 5px;
	background: #fbfbf7;
	text-align: left;
}


#left{
	margin: 20px 0;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 3px 2px -3px rgba(0,0,0,0.3), 0 -3px 2px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.3), 0 -3px 2px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.3), 0 -3px 2px -3px rgba(0,0,0,0.3);
	text-align: left;
}


#right{
	margin-top: 30px;
	clear: both;
}


#pagetop{
	clear: both;
	margin: 0 5px 0 0;
	padding-top: 5px;
	text-align: right;
}


#bottom{
	margin: 0 auto;
	padding: 20px 0;
}


#bottom p{
	margin: 0;
	padding: 10px 5px;
	background: #ecece6;
	color: #666;
}


#bottom p a{
	color: #666;
	text-decoration: none;
	font-size: 15px;
}


#footer{
	margin: 0 auto;
	padding: 20px 5px;
	color: #666;
	border-top: #bbb 1px solid;
	font-size: 15px;
}


#footer a{
	color: #666;
	text-decoration: none;
	font-size: 15px;
}


/*======================================

	++ content

======================================*/


.content{
	padding: 0;
}


.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 25px;
	padding: 10px 15px;
	background: #ecece6;
	color: #333;
	font-size: 20px;
	line-height: 140%;
	text-shadow: 1px 1px 0 #fff;
}


.content h3{
	clear: both;
	margin: 0 15px 25px;
	padding: 10px 10px 10px 15px;
	border-left: #a5a592 5px solid;
	color: #333;
	font-size: 18px;
	line-height: 140%;
}


#home .content h3{
	clear: both;
	margin: 0 0 25px;
	padding: 10px 15px;
	background: #ecece6;
	border-left: none;
	color: #333;
	font-size: 20px;
	line-height: 140%;
	text-shadow: 1px 1px 0 #fff;
}


.content h4{
	clear: both;
	margin: 0 15px 25px;
	padding: 10px 10px 10px 15px;
	color: #333;
	font-size: 18px;
	line-height: 140%;
	border-left: #a5a592 5px solid;
}


.content p,
.content ul,
.content ol,
.content dl{
	clear: both;
	margin: 0 15px 25px;
	line-height: 180%;
}


.content blockquote{
	margin: 0 15px 25px;
	padding: 10px 5px;
	background-color: #f3f3e9;
}


.content blockquote p{
	margin-bottom: 0;
}


.content p a{
	font-size: 16px;
}


.content p .b a{
	font-size: 17px;
}


.content p.big a{
	float: right;
	margin-bottom: 25px;
	padding-left: 27px;
	background: url("images/big-a.png") left center no-repeat;
	font-size: 20px;
	font-weight: bold;
}


#home .img-frame img{
	border: #ccc 1px solid;
	border-radius: 5px;
}


.img-frame img{
	margin: 0 15px 0 0;
	border: #aaa 1px solid;
	border-radius: 5px;
	text-align: center;
}


.img-frame{
	text-align: center;
}


/*.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: 16px;
	list-style-type: circle;
}


.content ul.b li{
	font-size: 17px;
}


.content ol li{
	margin-left: 20px;
	font-size: 16px;
}


.content ul.ranking li{
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
	background: url("images/list-r.png") left center no-repeat;
	font-weight: bold;
}


.content dl.sec{
	float: right;
	margin: 0 5px 25px;
	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;
}


.content dl.sec dt{
	float: left;
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #999;
	width: 120px;
}


.content dl.sec dt#dt-top{
	border-top: none;
}


.content dl.sec dd{
	margin: 0 0 0 130px;
	padding: 5px 10px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}


.content dl.sec dd#dd-top{
	border-top: none;
}


/*======================================

	++ menu

======================================*/


#right dl{
	margin: 0 0 5px;
	text-align: left;
}


#right dl dt{
	padding: 5px 10px;
	background: #ecece6;
	font-weight: bold;
}


#right dl dd{
	margin-bottom: 10px;
	padding: 15px 5px 10px;
}


#right dl dd ul{
	list-style-type: none;
}


#right dl dd ul li{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url("images/br-s.gif") left center no-repeat;
}


#right dl dd ul li a{
	font-size: 15px;
}


#right dl dd p{
	color: #666;
	font-size: 15px;
}


/*======================================

	++ class

======================================*/


.f-l{
	float: left;
}


.f-r{
	float: right;
}


.f-c{
	clear: both;
}

p.ad a{
	display: block;
	margin: 30px auto 45px;
	padding: 10px;
	background-color: #a8bc43;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(143,162,57,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}


.b{
	font-size: 17px;
	font-weight: bold;
}

.red{
	padding-left: 2px;
	padding-right: 2px;
	color: #d93300;
}

.line{
	padding-left: 2px;
	padding-right: 2px;
	background: #f3f399;
}

.big{
	font-size: 20px;
	font-weight: bold;
}


}