@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセット
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
img {
	border: 0;
	vertical-align: text-bottom;
}
ul {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
	color: #373737;
	font-family: 'Hiragino Kaku Gothic Pro', "Helvetica";
	line-height: 1.6;
	font-size: 14px;
}
a {
	color: #A04200;
	text-decoration: underline;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
em {
	font-style: normal;
}
input {
	padding: 5px;
	font-size: 14px;
}
.right {
	float: right;
}
.right:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.Clear {
	clear: both;
	font-size: 1px;
}
/*=================================================
 *  サイトヘッダー
 * ================================================= */
.global-header {
	margin: 0px;
	text-align:center;
	padding: 8px;
	background:url(../img/header.jpg) no-repeat left top,-moz-linear-gradient(top, #B9E9ED, #B9E9ED);
	background:url(../img/header.jpg) no-repeat left top,-webkit-gradient(linear, left top, left bottom, from(#B9E9ED), to(#B9E9ED));
	border-bottom: 4px solid #DBE3D6;

}
.header-area {
	text-align:center;
	padding: 6px 4px 12px 4px;

}
.global-header a {
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.1;
}
.global-header p {
	font-size: 12px;
	padding: 0px;
	color: #333;
	margin: 2px 0px 0px 0px;
	text-align: center;
	line-height: 1.2;
}
/*=================================================
 *  セクション、見出し、コンテンツエリア
 * ================================================= */

section.contents-area {
	margin-bottom: 1em;
}
.block:after {
	content: '';
	display: block;
	clear: both;
}
.contents-area h2 {
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
	padding: 12px 10px 12px 44px;
	line-height: 1.2em;
	background:url(../img/h2_line.gif) repeat-x left top,-moz-linear-gradient(top, #E8F8F5, #E8F8F5);
	background:url(../img/h2_line.gif) repeat-x left top,-webkit-gradient(linear, left top, left bottom, from(#E8F8F5), to(#E8F8F5));
}
.contents-area h3 {
	font-size:16px;
	font-weight: bold;
	color: #1ABC9C;
	display: block;
	padding: 8px 10px 8px 38px;
	background: url(../img/h2.gif) no-repeat 3px center, -moz-linear-gradient(top, #FFF, #FFF);
	background: url(../img/h2.gif) no-repeat 3px center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
	margin-bottom: 8px;
	border-bottom: 1px solid #1ABC9C;
	border-top: 1px solid #1ABC9C;
	line-height: 1.2em;
}
.contents-area h4 {
	font-size: 15px;
	color: #0071BC;
	margin-bottom: 8px;
	padding: 10px 10px 10px 10px;
	line-height: 1.2em;
	border-bottom: 2px solid #0071BC;
	background-color: #FFFFF;
}
.contents-area p {
	padding: 5px 10px 0px;
}
.contents-area p img {
	display: block;
	margin: 0 auto 6px;
}
.contents-area ol {
	list-style-type: decimal;
	margin: 0 10px;
}
.contents-area ol li {
	margin: 0 20px;
	padding: 5px 0 1em;
}

.contents-area ul {
	margin: 5px 10px 20px 10px;
	list-style-type: none;
}

.contents-area ul li {
	margin: 5px 0px 0 5px;
	padding: 0px 0 3px 23px;
	list-style-type: none;
	background: url(../img/list2.gif) no-repeat top left,#FFF;
	font-weight: bold;
	color: #444;
}

.inner {
	display:block;
	padding: 5px;
	background-color: #FFF;
	margin: 6px auto;
	width: 90%;
	border-radius:4px;
	border:3px solid #A17C52;
}

.inner ul {
	margin: 10px 10px 5px 10px;
	list-style-type: none;
}

.inner ul li {
	margin: 5px 0px 0 0px;
	padding: 0px 0 2px 22px;
	list-style-type: none;
	background: url(../img/list3.gif) no-repeat top left,#FFF;
}

.label {
	display:block;
	font-size:14px;
	font-weight: bold;
	color: #666;
	padding: 8px;
	background-color: #EEE;
	margin: 5px auto;
	width: 90%;
	border-radius:2px;
	border:1px solid #CCC;
}

.site_note {
	display:block;
	padding: 8px;
	background-color: #EEE;
	margin: 10px auto;
	width: 90%;
	font-size:13px;
}

/*=================================================
 *  下層ページ
 * ================================================= */

.contents-area2 h1 {
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
	padding: 12px 10px 12px 44px;
	line-height: 1.2em;
	background:url(../img/h2_line.gif) repeat-x left top,-moz-linear-gradient(top, #E8F8F5, #E8F8F5);
	background:url(../img/h2_line.gif) repeat-x left top,-webkit-gradient(linear, left top, left bottom, from(#E8F8F5), to(#E8F8F5));
}

.contents-area2 h2 {
	font-size:16px;
	font-weight: bold;
	color: #1ABC9C;
	display: block;
	padding: 8px 10px 8px 38px;
	background: url(../img/h2.gif) no-repeat 3px center, -moz-linear-gradient(top, #FFF, #FFF);
	background: url(../img/h2.gif) no-repeat 3px center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
	margin: 20px 0px 8px 0px;
	border-bottom: 1px solid #1ABC9C;
	border-top: 1px solid #1ABC9C;
	line-height: 1.2em;
}

.contents-area2 h3 {
	font-size:15px;
	font-weight: bold;
	color: #666;
	border-top: 3px solid #1ABC9C;
	border-bottom: 1px solid #DDD;
	padding: 10px 10px 9px 10px;
	background-color: #FFF;
	margin: 20px 0px 8px 0px;
}

.contents-area2 h4 {
	font-size:14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 6px 10px 4px 10px;
	background-color: #FFF;
	margin: 25px 0px 6px 0px;
}

.contents-area2 p {
	padding: 3px 10px 0px;
}

.contents-area2 p img {
	display: block;
	margin: 0 auto 3px;
}
.contents-area2 ol {
	list-style-type: decimal;
	margin: 0px;
}
.contents-area2 ol li {
margin: 0 0 0 15px;
	padding: 5px 0 0.4em;
}
.contents-area2 ol li.plusmgn_30 {
    margin-left: 30px;
}
.contents-area2 ul {
	margin: 0px;
}
.contents-area2 ul li {
	margin: 8px 0px 0 0px;
	padding: 0px 5px 5px 24px;
	list-style-type: none;
	background: url(../img/fukidashi.gif) no-repeat top left;
	border-bottom: 1px dotted #1ABC9C;
}
.contents-area2 li p {
    padding: 0px;
}

/*=================================================
 *  画像のスタイル
 * ================================================= */

.image-frame {
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.image-right, .image-left {
	font-size: 12px;
	text-align: center;
}
.image-right {
	margin: 0px 0px 6px 6px;
	float:right;
}
.image-left {
	margin: 0px 5px 0px 0px;
	float: left;
}
.image-center {
	margin: 0 auto 6px auto;
	display: block;
}
.MainBodyImgRight {
	float: right;
	margin: 4px 0 6px 6px;
}
.MainBodyImgLeft {
	float: left;
	margin: 4px 6px 6px 0px;
}
/*=================================================
 * figure設定
 * ================================================= */

.figure-left {
	margin: 0px 10px 10px 0px;
	float: left;
	text-align: center;
}
.figure-left img {
	margin-bottom: 0.5em;
}
.figure-right {
	margin: 0px 0px 10px 10px;
	float: right;
	text-align: center;
}
.figure-right img {
	margin-bottom: 0.5em;
}
/*=================================================
 *  カテゴリーメニュー
 * ================================================= */

.subcontents {
	margin: 30px 0 0 0;
}
.subcontents h2 {
	font-size: 16px;
	margin: 0px;
	line-height: 1.2em;
}
.subcontents h2 a {
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
}

.subcontents li a {
	text-decoration: none;
	padding: 15px 35px 13px 34px;
	display: block;
	overflow: hidden;
	color: #666;
	line-height: 1.2em;
}

.subcontents li:first-child {
	border-top: none;
}
.subcontents li:last-child {
	border-bottom: none;
}


#list01 a {
  background: #47C9AF;
}
#list02 {
  background: #F5AF41;
}
#list03 {
  background: #5399C7;
}
#list04 {
  background: #F29DA3;
}
#list01 + ul li {
  background: url(../img/pen01.png) no-repeat top left;
  background-position-y: 6px;
  border-bottom: 1px dotted #555555;
}
#list02 + ul li {
  background: url(../img/pen02.png) no-repeat top left;
  background-position-y: 6px;
  border-bottom: 1px dotted #555555;
}
#list03 + ul li {
  background: url(../img/pen03.png) no-repeat top left;
  background-position-y: 6px;
  border-bottom: 1px dotted #555555;
}
#list04 + ul li {
  background: url(../img/pen04.png) no-repeat top left;
  background-position-y: 6px;
  border-bottom: 1px dotted #555555;
}




/*=================================================
 *  サイトフッター
 * ================================================= */

.global-footer {
	font-size: 14px;
	margin:0;
}
.global-footer h2 {
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background: #C1E7DF;
}
.global-footer h2:before {
	content: "◆ ";
}
.global-footer nav {
	background: -moz-linear-gradient(top, #C1E7DF, #C1E7DF);
	background: -webkit-gradient(linear, left top, left bottom, from(#C1E7DF), to(#C1E7DF));
	padding: 10px 0px 1.5em;
}
.global-footer ul {
	margin: 0px 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
.global-footer ul li {
	border-bottom: 1px solid #CCCCCC;
}
.global-footer ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #1ABC9C;
	display: block;
	padding: 12px 10px 12px 30px;
	background-color: #FFF;
	background-image: url("../img/footnav.gif");
	background-position: 8px center;
	background-repeat: no-repeat;
	text-decoration: none;
}
.global-footer li:last-child {
	border-bottom: none;
}
.copyright {
	padding: 10px 10px 10px;
	text-align: center;
	margin: 0px;
	background-color: #1ABC9C;
	font-weight: bold;
	line-height:1em;
	border-top: 1px solid #fff;
}

.copyright a {
	text-decoration: none;
	padding: 8px 20px 8px 20px;
	display: block;
	overflow: hidden;
	color: #FFF;
	line-height: 1.2em;
}

/*=================================================
 * ランキングページ
 * ================================================= */
/*-- ranking --*/
.ranking {
	clear: both;
	overflow: hidden;
	background-color: #FFF;
}

#no1 {
	color: #FFFFFF;
	font-size: 15px;
	padding: 11px 20px 9px 45px;
	margin: 15px 0 10px 0;
	line-height: 1.3;
	background: url(../img/rank1.png) no-repeat 5px center,#F0AD40;
	background-size:33px 29px;
	font-weight: bold;
}
#no2, #no3 {
	color: #FFF;
	font-size: 15px;
	padding: 11px 20px 9px 45px;
	margin: 20px 0 10px 0;
	line-height: 1.3;
	background: url(../img/rank2.png) no-repeat 5px center,#AAA;
	background-size:33px 29px;
	font-weight: bold;
}
#no4, #no5 {
	color: #333;
	font-size: 15px;
	padding: 11px 20px 9px 40px;
	margin: 20px 0 10px 0;
	line-height: 1.3;
	background: url(../img/rank45.png) no-repeat 5px center,#EEE;
	background-size:33px 29px;
	font-weight: bold;
}

/*-- table --*/

.contents-area table, .MainBodyPage table {
	background: none repeat scroll 0 0 #FFFFFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin:15px auto 1.5em;
	padding: 0;
	width:95%;
}
.contents-area table th, .MainBodyPage table th {
	background: none repeat scroll 0 0 #EEE;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #666;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px;
	width:30%;
	font-size: 12px;
}
.contents-area table td, .MainBodyPage table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 1.5em;
	padding: 5px;
	width:70%;
	text-align:left;
}

.waku {
	padding: 2px 7px 2px 7px;
	background: #DDD;
	width:90%;
	margin:15px auto 1.5em;
}

.contents-area2  p span {
    color: #006800;
}

.contents-area2 table, .MainBodyPage table {
	background: none repeat scroll 0 0 #FFFFFF;
	border-left: 2px solid #DDD;
	border-top: 2px solid #DDD;
	margin:5px auto 5px;
	padding: 0;
	width:100%;
}
.contents-area2 table th, .MainBodyPage table th {
	background: none repeat scroll 0 0 #FFF;
	border-bottom: 2px solid #DDD;
	border-right: 2px solid #DDD;
	color: #666;
	font-weight: bold;
	line-height: 1.5em;
	padding: 7px;
	width:15%;
	font-size: 13px;
}
.contents-area2 table td, .MainBodyPage table td {
	border-bottom: 2px solid #DDD;
	border-right: 2px solid #DDD;
	color: #666;
	line-height: 1.5em;
	padding: 7px;
	width:85%;
	text-align:left;
}

.price {
white-space: nowrap;
}


/*=================================================
 * ボタン
 * ================================================= */
.btn01 a {
    background: #35c0ca url("../img/sp-btn-bg.png") no-repeat scroll right center;
    -moz-background-size: 40px auto;
    background-size: 40px auto;
    border-radius: 5px;
    box-shadow: 0 5px 0 #22848d;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0.5em 1em 1em;
    padding: 10px 40px 10px 3px;
    text-align: center;
    text-decoration: none;
}
.btn02 a {
	color:#fff;
	display:block;
	border:1px solid #C6800F;
	border-radius:6px;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#F39C12), to(#C6800F));
	background: -moz-linear-gradient(top, #F39C12, #C6800F);
	margin: 10px auto;
	width: 65%;
	text-align: center;
	line-height: 1.4em;
	font-size:14px;
}
.btn03 a {
	color:#fff;
	display:block;
	border:1px solid #666666;
	border-radius:6px;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666));
	background: -moz-linear-gradient(top, #999999, #666666);
	margin: 10px auto;
	width: 65%;
	text-align: center;
	line-height: 1.4em;
	font-size:14px;

}
.btn04 a {
	color:#fff;
	display:block;
	border:6px solid #864F00;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	background: url(../img/kokuban.gif) no-repeat 0px center,#005A42;
	margin: 10px auto;
	width: 85%;
	text-align: center;
	line-height: 1.45em;
	font-size:15px;
}
.btn05 a {
	color:#fff;
	display:block;
	border:1px solid #666666;
	border-radius:6px;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666));
	background: -moz-linear-gradient(top, #999999, #666666);
	margin: 10px auto;
	width: 90%;
	text-align: center;
	line-height: 1.4em;
	font-size:15px;

}
.btn_tel a {
	color:#fff;
	display:block;
	border:1px solid #FF7373;
	border-radius:6px;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9999), to(#FF7373));
	background: -moz-linear-gradient(top, #FF9999, #FF7373);
	margin: 10px auto;
	width: 90%;
	text-align: center;
	line-height: 1.4em;
	font-size:15px;
}

/*=================================================
 * 追加ベスト３
 * ================================================= */

.pickup {
	display:block;
	padding: 6px;
	background-color: #FEFCF3;
	margin: 6px auto;
	width: 90%;
	border-radius:2px;
	border:1px solid #CCC;
}

.p_logo {
	padding: 5px 5px 0px 5px;
	text-align:center;
}

#a_no1 {
	display:block;
    color: #FFFFFF;
	font-size: 14px;
	padding: 11px 20px 9px 45px;
	margin: 0px 0 10px 0;
	line-height: 1.3;
	background: url(../img/rank1.png) no-repeat 5px center,#F0AD40;
	background-size:33px 29px;
	font-weight: bold;
	border-radius:2px;
	border:1px solid #CCC;
}

#a_no2, #a_no3 {
	display:block;
    color: #FFF;
	font-size: 14px;
	padding: 11px 20px 9px 45px;
	margin: 0px 0 10px 0;
	line-height: 1.3;
	background: url(../img/rank2.png) no-repeat 5px center,#AAA;
	background-size:33px 29px;
	font-weight: bold;
	border-radius:2px;
	border:1px solid #CCC;
}

.close {
	padding: 5px 5px 10px 5px;
	text-align:center;
}

/*=================================================
 * スタイル
 * ================================================= */

.center {
	text-align: center;
}
.center p {
	text-align: center;
}
.text-right {
	text-align: right;
}
img.center{
	display: block;
	width: 90%;
	height: auto;
	margin: 10px auto;
	padding: 0;
}
img.right{
	float: right;
	width: 40%;
	height: auto;
	margin: 0 0 4px 4px;
}
img.left{
	float: left;
	width: 40%;
	height: auto;
	margin: 0 4px 4px 0;
}
/*=================================================
 * 文字色
 * ================================================= */


.blue {
	color: rgb(0, 0, 255);
}

.blue_b {
	font-weight: bold;
	font-size: 16px;
	color: rgb(0, 0, 255);
}

.green {
	color: #1ABC9C;
	font-weight: bold;
}

.bold {
	font-weight:bold;
}

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

.bg_blue{
	background-color: rgb(204, 255, 255);
}

.orange{
	color: rgb(255, 102, 0);
}



.center{
	text-align: center;
}

/*新規追加*/
/*共通*/

/*list*/
.navi{
	text-align:center;
}

.navi a{
	border-bottom: solid thick #25868D;
	border-right: solid 20px #25868D;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #35C0CA;
	font-weight: bold;
	color: #FFFFFF;
}

.list p span{
	color:#006800;
}

.list .waku table th{
	color:#64BC9C;
  font-size: small;
  font-weight: bold;
  text-align: center;
  width:50%;
}

.list .waku table td{
	font-size:small;
	width:50%;
	text-align: left;
	padding:5px;
}

.list .waku table td span{
  font-weight: bold;
}

.wr_img_right{
    position: relative;
    margin-bottom: 20px;
}
.wr_img_right:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_right .wr_img.fr{
    float: none;
    margin-right: 0;
    width: 100%;
}
.wr_img_right .wr_img.fr img{
    width: 80%;
    max-width:100%;
    display: block;
    margin: 0 auto 5px;
    border: 1px solid #aaa;	
}
.wr_img_right .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
}