@charset "utf-8";
/*--------------------------------------------------
RESET CSS
---------------------------------------------------*/
html, body, header, hgroup, nav, section, menu, article, aside, /*footer,*/ h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, ol, ul, li, iframe, img, figure, figcaption, audio, video, canvas, details, time, mark, table, thead, tbody, tfoot, tr, th, td, caption, fieldset, form, label, legend, summary, em, span, object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd, q, samp, small, strong, sub, sup, var, b {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 13px;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
	line-height: 1.45;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
body > img {
	position: absolute;
}
header, hgroup, nav, section, menu, article, aside, footer, figure, figcaption, details, form {
	display: block;
}
html {
	width: 100%;
}
body {
	width: 100%;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	vertical-align: bottom;
}
a {
	color: #0087cc;
}
a:hover {
	color: #b80120;
}
.clear {
	clear: both;
}
/*-----topicpath-----*/
.pc.topicpath {
	list-style: none;
	max-width: 950px;
	margin: 15px auto;
}
.pc.topicpath li {
	display: inline;
	background: url(../img/common/ar002_br_r.png) left 50% no-repeat;
	padding-left: 14px;
	padding-right: 4px;
 *zoom: 1;
}
.pc.topicpath li.first {
	background: none;
	padding-left: 0;
}
.pc.topicpath li a {
	text-decoration: none;
}
.pc.topicpath li a span {
	font-size: 12px;
}
.pc.topicpath li a:hover span {
	color: #df2b22 !important;
	text-decoration: underline;
}
.sp.topicpath_Wrap {
	background: #88756f;
	background: -moz-linear-gradient(top, #88756f 0%, #77645e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88756f), color-stop(100%, #77645e));
	background: -webkit-linear-gradient(top, #88756f 0%, #77645e 100%);
	background: -o-linear-gradient(top, #88756f 0%, #77645e 100%);
	background: -ms-linear-gradient(top, #88756f 0%, #77645e 100%);
	background: linear-gradient(top, #88756f 0%, #77645e 100%);
	border-top: 1px solid #ab8e7e;
	margin: 0;
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.sp .topicpath {
	margin: 0;
}
.sp .topicpath * {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.sp .topicpath li {
	box-sizing: border-box;
	float: left;
	height: 28px;
	padding-top: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sp .topicpath a {
	position: relative;
}
.sp .topicpath a, .sp .topicpath li > span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 3px 2px 4px 3px;
	tap-highlight-color: transparent;
	text-shadow: 0 -1px 0 #665752;
	touch-callout: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.sp .topicpath li > span {
	padding: 5px 9px 5px 5px;
}
.sp .topicpath li:first-child a {
	padding-left: 5px;
}
.sp .topicpath a > span {
	border-radius: 4px;
	display: inline-block;
	font-size: 100%;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
}
.sp .topicpath li a:after {
	content: '';
	display: block;
	display: inline-block;
	background-image: url(../img/common/ico_base_01.png);
	background-repeat: no-repeat;
	background-size: 290px 85px;
	-moz-background-size: 290px 85px;
	-webkit-background-size: 290px 85px;
	background-position: -68px 0;
	height: 28px;
	right: 0;
	top: 0px;
	width: 13px;
	margin-top: -4px;
	vertical-align: top;
}
.sp .topicpath li:last-child a:after {
	display: none;
}
/*--------------------------------------------------
COMMON PARTS CSS
---------------------------------------------------*/
.tr {
	text-align: right;
}
.pc {
	display: block;
}
.sp,.ssi-tokusyu-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	.sp{
		display: block;
	}
	.pc {
		display: none;
	}
}
.logo {
	max-width: 950px;
	margin: 16px auto 21px auto;
}
header section {
	width: 100%;
	clear: both;
}

@media screen and (max-width: 600px) {
header section {
	border-top: none;
}
}
header div {
	max-width: 950px;
	margin: 0 auto 0 auto;
	position: relative;
}
header #catchPC {
	display: block;
}
header #catchSP {
	display: none;
}

@media screen and (max-width: 600px) {
.logo {
	width: 90%;
	margin: 16px 0 21px 0;
}
header div {
	width: 100%;
	margin: 0 auto 0 auto;
}
}
header #socialButton li {
	float: left;
	margin-left: 10px;
}
header #socialButton li:first-child {
	margin-left: 0;
}
header #socialButton li.tw {
	max-width: 90px;
}
header #socialButtonSp {
	display: none;
}
#contentWrap #wrap {
	max-width: 950px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#contentWrap #wrap section.pointList {
	margin-bottom: 30px;
}
#contentWrap #wrap section.pointList section {
	border-color: #E9F0F8;
	border-style: solid;
	border-width: 6px;
	-webkit-border-image: url(../img/border.png) 6;
	border-image: url(../img/border.png) 6;
	margin-bottom: 20px;
	padding: 8px 18px 18px;
}
#contentWrap #wrap section.pointList section p.lead {
	line-height: 180%;
	margin-bottom: 20px;
}
#contentWrap #wrap section.pointList section .clearfix:before, #contentWrap #wrap section.pointList section .clearfix:after {
	content: "";
	display: table;
}
#contentWrap #wrap section.pointList section .clearfix:after {
	clear: both;
}
#contentWrap #wrap section.pointList section .clearfix {
	zoom: 1;
}
#contentWrap #wrap section.pointList section dl {
	float: left;
	width: 395px;
	padding: 20px;
	background: url(../img/bg_box.png);
}
#contentWrap #wrap section.pointList section dl dt {
	background: url(../img/box_dt_bg.png);
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#26000000,Positive=true)";
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#26000000, Positive=true);
}
#contentWrap #wrap section.pointList section dl dd {
	min-height: 80px;
}
#contentWrap #wrap section.pointList section.h206 dl dd {
	min-height: 120px;
}
#contentWrap #wrap section.pointList section dl dd, #contentWrap #wrap section.pointList section dl dd p {
	font-size: 11px;
}
#contentWrap #wrap section.pointList section dl dd p.linkBtn {
	text-align: center;
	margin-top: 20px;
}
#contentWrap #wrap section.pointList section dl dd p.linkBtn img.pc {
	display: inline;
}
#contentWrap #wrap section.pointList section dl.first {
	margin-right: 20px;
}
#contentWrap #wrap section.pointList section.h201 {
	background: #f8fafa url(../img/bg_h201.jpg) no-repeat 100% 0;
}
#contentWrap #wrap section.pointList section.h202 {
	background: #f8fafa url(../img/bg_h202.jpg) no-repeat 100% 0;
}
#contentWrap #wrap section.pointList section.h203 {
	background: #f8fafa url(../img/bg_h203.jpg) no-repeat 100% 0;
}
#contentWrap #wrap section.pointList section.h204 {
	background: #f8fafa url(../img/bg_h204.jpg) no-repeat 100% 0;
}
#contentWrap #wrap section.pointList section.h205 {
	background: #f8fafa url(../img/bg_h205.jpg) no-repeat 100% 0;
}
#contentWrap #wrap section.pointList section.h206 {
	background: #f8fafa url(../img/bg_h206.jpg) no-repeat 100% 0;
}
#contentWrap #wrap section.pointList section.h207 {
	background: #f8fafa url(../img/bg_h207.jpg) no-repeat 100% 0;
}
#contentWrap #wrap section.link {
	background: #fff1d9 url(../img/bg_h301.png) no-repeat;
	border-color: #FFF1D9;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 30px;
	-webkit-border-image: url(../img/border02.png) 1 repeat;
	border-image: url(../img/border02.png) 1 repeat;
	padding: 32px 0 0;
}
#contentWrap #wrap section.link h3 {
	text-align: center;
	margin-bottom: 23px;
}
#contentWrap #wrap section.link p.lead {
	text-align: center;
	margin-bottom: 40px;
}
#contentWrap #wrap section.link ul.linkArea:before, #contentWrap #wrap section.link ul.linkArea:after {
	content: "";
	display: table;
}
#contentWrap #wrap section.link ul.linkArea:after {
	clear: both;
}
#contentWrap #wrap section.link ul.linkArea {
	zoom: 1;
	margin: 0 0 25px 30px;
}
#contentWrap #wrap section.link ul.linkArea li {
	background: #fff;
	border: 5px solid #F4DDDD;
	padding: 1px;
	width: 428px;
	float: left;
	margin: 0 10px 10px 0;
}
#contentWrap #wrap section.link ul.linkArea li a {
	display: block;
	border: 1px solid #F4DDDD;
	padding: 10px 10px 10px 190px;
	text-decoration: none;
}
#contentWrap #wrap section.link ul.linkArea li.li01 a {
	background: url(../img/h301_fig_01.jpg) no-repeat 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li.li02 a {
	background: url(../img/h301_fig_02.jpg) no-repeat 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li.li03 a {
	background: url(../img/h301_fig_03.jpg) no-repeat 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li.li04 a {
	background: url(../img/h301_fig_04.jpg) no-repeat 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li.li05 a {
	background: url(../img/h301_fig_05.jpg) no-repeat 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li.li06 a {
	background: url(../img/h301_fig_06.jpg) no-repeat 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li.li07 a {
	background: url(../img/h301_fig_07.jpg) no-repeat 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li a:hover * {
	text-decoration: underline;
}
#contentWrap #wrap section.link ul.linkArea li span {
	display: block;
	position: relative;
	height: 148px;
}
#contentWrap #wrap section.link ul.linkArea li span h4 {
	font-size: 20px;
	font-weight: bold;
	color: #F15550;
}
#contentWrap #wrap section.link ul.linkArea li span p {
	background: url(../img/icon01.png) no-repeat 0 3px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #F15550;
	padding-left: 15px;
}
#contentWrap #wrap section.link dl {
	position: relative;
	margin: 0 0 30px 25px;
}
#contentWrap #wrap section.link dl dd {
	position: absolute;
	right: 29px;
	top: 29px;
}
#contentWrap #wrap section.link dl dd ul:before, #contentWrap #wrap section.link dl dd ul:after {
	content: "";
	display: table;
}
#contentWrap #wrap section.link dl dd ul:after {
	clear: both;
}
#contentWrap #wrap section.link dl dd ul {
	zoom: 1;
}
#contentWrap #wrap section.link dl dd ul li {
	float: left;
	margin-left: 10px;
}
#contentWrap #wrap section.link dl dd ul li.tw {
	width: 80px;
}

@media screen and (max-width: 600px) {
header h2 {
	margin: 0 10px 20px;
}
header section {
	background: url(../img/sp_bg_header.png);
	-webkit-background-size: 100px 100px;
	background-size: 100px 100px;
	padding-bottom: 1px;
}
header #socialButton {
	position: relative;
	right: auto;
	top: auto;
	margin-bottom: 25px;
}
header p.sp {
	font-size: 13px;
	margin: 0 20px 20px;
}
#contentWrap #wrap {
	width: 100%;
	margin: 0;
}
#contentWrap #wrap section.pointList {
	margin-bottom: 0;
	padding-bottom: 1px;
	background: #E9F0F8;
}
#contentWrap #wrap section.pointList section {
	border: none;
	padding: 0;
	margin-bottom: 10px;
	background: none !important;
}
#contentWrap #wrap section.pointList section figure {
	margin-bottom: 17px;
}
#contentWrap #wrap section.pointList section h2 {
	margin: 0 20px 17px;
}
#contentWrap #wrap section.pointList section p.lead {
	margin: 0 20px 20px;
	color: #4FAB0A;
}
#contentWrap #wrap section.pointList section .clearfix {
	padding: 0 20px;
}
#contentWrap #wrap section.pointList section dl {
	float: none;
	width: 100%;
	padding: 20px;
	background: url(../img/bg_box.png);
	margin: 0 0 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contentWrap #wrap section.pointList section dl dt {
/*display: inline;*/
}
#contentWrap #wrap section.pointList section dl dd {
	font-size: 13px;
}
#contentWrap #wrap section.pointList section dl dd p.linkBtn img.pc {
	display: none;
}
#contentWrap #wrap section.pointList section dl dd p.linkBtn img.sp {
	display: inline;
}
#contentWrap #wrap section.link {
	background: #fff1d9 url(../img/bg_h301.png) no-repeat;
	border: none;
	padding: 20px 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#contentWrap #wrap section.link h3 {
	margin-bottom: 15px;
}
#contentWrap #wrap section.link h3 img {
	height: 38px;
	width: 250px;
}
#contentWrap #wrap section.link p.lead {
	margin-bottom: 20px;
}
#contentWrap #wrap section.link ul.linkArea {
	margin: 0 10px 10px;
}
#contentWrap #wrap section.link ul.linkArea li {
	float: none;
	margin: 0 0 10px;
	width: auto;
}
#contentWrap #wrap section.link ul.linkArea li a {
	-webkit-background-size: 107px 82px !important;
	background-size: 107px 82px !important;
	padding-left: 130px;
}
#contentWrap #wrap section.link ul.linkArea li a span {
	height: auto;
	min-height: 82px;
}
#contentWrap #wrap section.link ul.linkArea li a span h4 {
	font-size: 14px;
}
#contentWrap #wrap section.link ul.linkArea li a span p {
	bottom: 0;
	-webkit-background-size: 3px 5px;
	background-size: 3px 5px;
	background-position: 0 50%;
	padding-left: 10px;
}
#contentWrap #wrap section.link dl {
	position: relative;
	margin: 0 10px 25px;
	background: #E7D7AE;
	padding: 12px 0;
}
#contentWrap #wrap section.link dl dt {
	margin: 0 18px 10px;
}
#contentWrap #wrap section.link dl dd {
	position: relative;
	top: auto;
	right: auto;
}
#contentWrap #wrap section.link dl dd ul {
	text-align: center;
	margin: 0 18px;
}
#contentWrap #wrap section.link dl dd ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
}
footer {
/*	width: 100%;*/
	background: #FDFCF7;
	border-top: #FDF9EE 1px solid;
	padding: 0 10px;
}
footer div {
	max-width: 950px;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px;
}

@media screen and (max-width: 600px) {
footer div {
	width: 100%;
	-webkit-background-size: contain;
	background-size: contain;
}
footer #searchingArea dl dd {
	float: left;
}
}
footer h4 {
	margin: 0 0 18px;
}
footer ul {
	overflow: hidden;
	margin: 0 0 16px;
}
footer ul li.footTitle {
	background: none;
	font-weight: bold;
	color: #666;
	padding: 0 12px 0 0;
}
footer ul li {
	display: inline;
	padding: 0 12px 0 12px;
	background: transparent url(../img/footer_line.gif) 0 1px no-repeat;
}
footer ul li a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
footer #footMenu li {
	background: none;
	padding: 0 12px 0 0;
}
footer p {
	border: solid #F6F5F3;
	border-width: 1px 0 0;
	padding: 25px 0 30px;
	text-align: center;
}
footer p small {
	color: #858585;
	font-size: 10px;
}

@media screen and (max-width: 600px) {
footer ul li.footTitle {
	border: 0;
	margin: 0 0 5px;
	color: #fff;
}
footer ul li {
	padding: 0;
	display: block;
	border: solid #ccc;
	border-width: 1px 1px 0 1px;
	/* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef));/* Safari,Google Chrome */
}
footer ul {
	width: 90%;
	margin: 0 auto 20px auto;
}
footer ul li a {
	padding: 10px;
	display: inline-block;
	color: #999;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}
footer ul li a:hover {
	text-decoration: none;
}
footer #footMenu {
	display: none;
}
footer h4 {
	display: none;
}
}
footer #searchingArea {
	background: none;
	padding: 0;
	overflow: hidden;
	line-height: 1.2;
	padding: 20px 0 70px;
}
footer #searchingArea .categoryBottom {
	border-bottom: 1px solid #F6F5F3;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
	position: relative;
	padding-top: 0;
}
footer #searchingArea div.map100, 
footer #searchingArea div.style, 
footer #searchingArea div.popular {
	background: none;
	float: left;
	padding: 0;
	width: 300px;
}
footer div.boxRight {
	margin-right: 25px;
}
footer #searchingArea p {
	color: #999;
	border-bottom: 1px solid #F6F5F3;
	border-top: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 8px;
	text-align: left;
	margin-bottom: 8px;
}
footer #searchingArea dl dt, footer #searchingArea dl ul, footer #searchingArea dl li {
	float: left;
}
footer #searchingArea dl dt {
	clear: both;
	font-weight: bold;
	line-height: 140%;
	width: 60px;
}
footer #searchingArea dl dt a {
	color: #999;
	text-decoration: none;
}
footer #searchingArea dl ul {
	width: 240px;
	margin: 0 0 8px;
}
footer #searchingArea ul li {
	margin-right: 13px;
	padding: 0;
	background: none;
	line-height: 1.2;
	border: none;
}
body footer #searchingArea a {
	border-left: medium none;
	padding: 1px 0;
}

body footer #searchingArea .style a {
	padding: 5px 0;
}

body footer #searchingArea a:hover {
	color: #999;
}
footer #searchingArea .style ul {
	width: auto;
}

footer #searchingArea .style li {
	display: block;
	margin: 0 0 8px;
	width: auto;
}

@media screen and (max-width: 600px) {
footer #searchingArea .style li {
	margin: 0;
}
}


.left {
	float: left;
}
.right {
	float: right;
}
footer #searchingArea .popular li {
	font-size: 12px;
	line-height: 1.3;
	width: 100px;
}
#ftInr .box dt {
	color: #666;
}
#ftInr .box dd {
	line-height: 140%;
}
/* a */
#ftInr .box a {
	color: #8b3d0e;
	text-decoration: none;
}
#ftInr .box a:hover {
	color: #df2b22;
	text-decoration: underline;
}
#ftInr .box a:visited {
	/*color: #ab4cab;*/
	text-decoration: none;
}
#fLinkList a {
	color: #8b3d0e;
	text-decoration: none;
}
#fLinkList a:hover {
	color: #df2b22;
	text-decoration: underline;
}
#fLinkList a:visited {
	/*color: #ab4cab;*/
	text-decoration: none;
}
#ftInr #fLinkList li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.topicpath li {
	background: none;
	display: inline;
	padding-left: 0;
	padding-right: 0;
}
#fLinkList .clearfix li {
	float: left;
	margin-left: 7px;
	padding-left: 7px;
	border-left: #CCCCCC 1px solid;
	font-size: 77% !important;
}
/*facebookのコメントが切れるので対処*/
.fb-like iframe, .item-facebook-like iframe {
	overflow: visible !important;/*こちらを優先*/
}
/*--------------------------------------------------
PAGE CSS
---------------------------------------------------*/
.ie8, ie7 {
	min-width: 950px;
	margin: auto;
}
.logo a img {
	height: auto;
}

.sitelogo a img {
	line-height: 5px;
	position: absolute;
	top: -35px;
	left: 195px;
}

@media screen and (max-width: 970px) {
header .logo {
	padding: 0 0 0 10px;
}
header .topicpath {
	padding-left: 10px;
	width: auto;
}
header #socialButton li:first-child {
	margin-left: 10px;
}
body .article_inner {
	margin-left: 10px;
	margin-right: 10px;
}
}
header section .topicpath {
	max-width: 950px;
	width: auto;
}
.article_inner {
	max-width: 950px;
	margin: auto;
}
.article_inner * {
	line-height: 1;
}
.article_inner p {
	line-height: 1.4em;
}
.article_inner #main_visual {
	margin-top: 20px;
	background: url(../img/common/visual_bg.jpg) repeat;
	margin-left: 7px;
	margin-bottom: 25px;
}
.article_inner #main_visual .main_visual_inner {
	display: table;
}
.article_inner #main_visual .main_visual_inner .left_box {
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}
.article_inner #main_visual .main_visual_inner .illust_box {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 30px;
}
.article_inner #main_visual .sub_ttl {
	background: url(../img/page/page_subttl01.png) no-repeat;
	height: 60px;
	position: relative;
	left: 18px;
}
.article_inner #main_visual .main_subTxt {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
	padding: 7px;
}
.article_inner #main_visual h1 {
	margin-left: 20px;
	margin-bottom: 5px;
}
.article_inner #main_visual h1.mainTxt {
	color: #6d4d30;
	font-size: 30px;
	line-height: 1.6;
}
.article_inner #main_visual h1.mainTxt span {
	color: #6d4d30;
	font-size: 35px;
}
.article_inner #main_visual p {
	margin-left: 20px;
}
.article_inner #main_visual > div {
	background: url(../img/common/visual_daiya.png) 8px 3px repeat-x;
}
.article_inner #main_visual > div > div {
	background: url(../img/common/visual_daiya.png) 8px bottom repeat-x;
}
.article_inner #main_visual > div > div > div:first-child {
	width: 58%;
}
.article_inner #main_visual > div > div > div:first-child img {
	width: 100%;
}
.article_inner #main_visual > div > div > div:first-child + div {
	margin-left: 0;
	width: 42%;
}
.article_inner #main_visual > div > div > div:first-child + div img {
	width: 100%;
	height: auto;
}
.article_inner section {
	margin-bottom: 50px;
}
.article_inner .red_ribbon {
	background: #80b8d9;
	padding: 2px;
	margin-bottom: 20px;
}
.article_inner .red_ribbon span {
	display: block;
	border: 1px solid #a6cde4;
	padding-top: 6px;
	padding-bottom: 5px;
	color: white;
	font-size: 23px;
	font-weight: bold;
	background: url(../img/common/bar_white.png) 10px center no-repeat;
	padding-left: 24px;
	text-shadow: 1px 1px 1px #338dc2;
}
.article_inner .two_box_wrapper {
	display: table;
	margin-top: 30px;
}
.article_inner .box_ranking_wrapper {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.article_inner .box_ranking {
	border: 2px solid #d7cbb4;
	padding: 2px;
	background: #fcfbf7;
}
.article_inner .box_ranking ul {
	border: 1px solid #d7cbb4;
}
.article_inner .box_ranking ul .bomb div {
	background: url(../img/common/icon_check.png) no-repeat;
	height: 42px;
	width: 49px;
	padding-top: 13px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-shadow: -1px -1px 1px #b0945c;
	padding-right: 10px;
}
.article_inner .box_ranking ul .bomb div span {
	font-size: 22px;
	color: white;
}
.article_inner .box_ranking ul li p.text_inbox {
	height: 42px;
	padding-top: 13px;
	padding-right: 30px;
}
.article_inner .box_ranking ul li {
	border-bottom: 1px dotted #d7cbb4;
	background: url(../img/common/icon_check.png) no-repeat;
	background-position: 25px;
	text-align: center;
}
.article_inner .box_ranking ul li a {
	display: table;
	width: 100%;
	background: url(../img/common/arrow_gold_down.png) 99% center no-repeat;
}
.article_inner .box_ranking ul li a > div {
	display: table-cell;
	vertical-align: middle;
	width: 49px;
	padding: 10px;
	padding-right: 0;
}
.article_inner .box_ranking ul li a > p {
	padding: 10px;
	padding-left: 75px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	text-decoration: underline;
	padding-right: 25px;
}
.article_inner .box_ranking ul li a:hover {
	text-decoration: none;
}
.article_inner .box_ranking ul li a:hover p {
	color: #bf9f62;
}
.article_inner .box_1_wrapper {
	display: table-cell;
	width: 300px;
	vertical-align: top;
}
.article_inner .box_1_wrapper .t_center{
	text-align:center !important;
}
.article_inner .box_1 {
	width: 300px;
	background: url(../img/common/box_1_head.png) top no-repeat;
	padding-top: 15px;
	position: relative;
}
.article_inner .box_1 > img {
	position: absolute;
	top: -8px;
	right: -1px;
}
.article_inner .box_1 > div {
	background: url(../img/common/box_1_foot.png) bottom no-repeat;
	padding-bottom: 27px;
}
.article_inner .box_1 > div > div {
	background: url(../img/common/box_1_body.png) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.article_inner .box_1 .graph {
	text-align: center;
	margin-bottom: 10px;
}
.article_inner .box_1 .graph img {
	width: 71%;
	height: auto;
}
.article_inner .box_1 .box_1_ttl {
	background: url(../img/common/tail_gold.png) center bottom no-repeat;
	padding-bottom: 7px;
}
.article_inner .box_1 .box_1_ttl div {
	background: #bf9f62;
	font-size: 14px;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	padding-bottom: 5px;
}
.article_inner .box_1 .box_1_ttl + p {
	color: #6d4d30;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article_inner .bule_ribbon2 {
	border-bottom: 2px solid #70b2da;
	border-top: 2px solid #70b2da;
	background: #ecf8ff;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 25px;
}
.article_inner .bule_ribbon2 > span {
	display: block;
	border-bottom: 1px solid #70b2da;
	border-top: 1px solid #70b2da;
	padding-top: 8px;
	padding-bottom: 8px;
	display: table;
	width: 100%;
	vertical-align: top;
}
.article_inner .bule_ribbon2 > span > span:first-child {
	display: table-cell;
	margin-left: 10px;
	background: #6d4d30;
	color: white;
	font-weight: bold;
	font-size: 20px;
	height: 20px;
	width: 22px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	padding-top: 3px;
}
.article_inner .bule_ribbon2 > span > span:first-child + span {
	color: #6d4d30;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	vertical-align: top;
}
.article_inner .copybox {
	margin-bottom: 15px;
	overflow: hidden;
}
.article_inner .copy1 {
	color: #6d4d30;
	font-weight: bold;
	margin-top: 4px;
	float: left;
}
.article_inner .yajibox {
	background: url(../img/common/yaji_box.png) left 2px no-repeat;
	color: #fff;
	font-weight: bold;
	width: 176px;
	height: 17px;
	float: left;
	padding: 10px 0 0 10px;
}
.article_inner .box_2_wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
.article_inner .box_2_wrapper > div:first-child {
	width: 47.5%;
	float: left;
}
.article_inner .box_2_wrapper > div:first-child + div {
	width: 47.5%;
	float: right;
}
.article_inner .box_2 {
	border: 1px solid #d5cdcb;
	background: #f2f0f1;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.07843) 0px 1px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.07843) 0px 1px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.07843) 0px 1px 1px 1px;
}
.article_inner .box_2 > .box_2_inner {
	border: 1px solid #d7cbb4;
	background: white;
	padding: 20px 20px;
}
.article_inner .box_2 > .box_2_inner .mark_bar_gold {
	color: #6d4d30;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/common/icon_check_s.png) left center no-repeat;
	padding-left: 28px;
	line-height: 1.3em;
}
.article_inner .box_2 > .box_2_inner .mark_bar_gold + p {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #d7cbb4;
}
.article_inner .box_2 > .box_2_inner .mark_bar_gold + p > .img_wrapper {
	float: right;
	border: 1px solid #d7cbb4;
	display: block;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 47%;
}
.article_inner .box_2 > .box_2_inner .mark_bar_gold + p > .img_wrapper > img {
	width: 100%;
	height: auto;
}
.article_inner .btn_container {
	text-align: center;
	margin-top: 25px;
	background: url(../img/common/bule_triangle.png) top center no-repeat;
	padding-top: 55px;
}
.box_2_inner .adjustment {
	padding-bottom: 20px;
}
.article_inner .btn_red {
	background: #fb7373;
	background: -moz-linear-gradient(top center, #fb8686 0%, #fb7373 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fb8686), to(#fb7373));
	background: linear-gradient(top center, #fb8686 0%, #fb7373 100%);
	background: -ms-linear-gradient(top, #fb8686, #fb7373);
	border: 1px solid #f57772;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	display: inline-block;
	padding: 0 90px;
	text-shadow: 0px -1px 0px #e17474;
	box-shadow: #fbb7b7 0px 1px 0px 0px inset;
	-webkit-box-shadow: #fbb7b7 0px 1px 0px 0px inset;
	-moz-box-shadow: #fbb7b7 0px 1px 0px 0px inset;
}
.article_inner .btn_red:hover {
	background: #fb7373;
	background: -moz-linear-gradient(top center, #fb7373 0%, #fb8686 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fb7373), to(#fb8686));
	background: linear-gradient(top center, #fb8686 0%, #fb8686 100%);
	background: -ms-linear-gradient(top, #fb7373, #fb8686);
	text-decoration: none;
}
.article_inner .box_page_btn {
	text-align: center;
	margin-bottom: 50px;
}
.article_inner .box_page_btn p {
	color: #6d4d30;
	font-size: 18px;
	font-weight: bold;
}
.article_inner .box_page_btn .btn_container_gold {
	background: #fcfbf7;
	border: 1px solid #d7cbb4;
	padding: 20px;
	margin-top: 10px;
}
.article_inner .box_page_btn .btn_container_gold .btn_gold {
	background: #b69154;
	background: -moz-linear-gradient(top center, #c8ad70 0%, #b69154 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#c8ad70), to(#b69154));
	background: linear-gradient(top center, #c8ad70 0%, #b69154 100%);
	background: -ms-linear-gradient(top, #c8ad70, #b69154);
	border: 1px solid #bf9f62;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	padding: 0 20px;
	text-shadow: 0px -1px 0px #b4985f;
	box-shadow: #dbcaa2 0px 1px 0px 0px inset;
	-webkit-box-shadow: #dbcaa2 0px 1px 0px 0px inset;
	-moz-box-shadow: #dbcaa2 0px 1px 0px 0px inset;
}
.article_inner .box_page_btn .btn_container_gold .btn_gold:hover {
	background: #b69154;
	background: -moz-linear-gradient(top center, #b69154 0%, #c8ad70 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#b69154), to(#c8ad70));
	background: linear-gradient(top center, #b69154 0%, #c8ad70 100%);
	background: -ms-linear-gradient(top, #b69154, #c8ad70);
	text-decoration: none;
}

@media screen and (max-width: 600px) {
.article_inner #main_visual {
	margin-top: 0;
}
.article_inner #main_visual .main_visual_inner {
	display: block;
}
.article_inner #main_visual .main_visual_inner .left_box {
	display: block;
	padding-bottom: 10px;
}
.article_inner #main_visual .main_visual_inner .illust_box {
	display: block;
	padding-bottom: 20px;
	padding-top: 0;
}
.article_inner #main_visual > div > div > div:first-child {
	float: none;
	width: 95%;
}
.article_inner #main_visual > div > div > div:first-child p {
	padding-bottom: 0;
}
.article_inner #main_visual > div > div > div:first-child + div {
	float: none;
	width: 50%;
	margin: auto;
}
.article_inner .red_ribbon div {
	font-size: 16px;
}
.article_inner .bule_ribbon2 div > span:first-child + span {
	font-size: 15px;
	line-height: 1.2em;
}
.article_inner .box_page_btn .btn_container_gold .btn_gold {
	font-size: 15px;
}
.article_inner .btn_red {
	font-size: 15px;
	padding:0 60px;
}
.article_inner .box_ranking ul li {
	background: url(../img/common/icon_check2x.png) no-repeat;
	background-position: 10px;
	background-size:9%;
	text-align: center;
}
.article_inner .box_ranking ul li a > p {
	padding-left: 50px;
}
.article_inner .box_2 > .box_2_inner {
	padding: 20px 15px;
}
.article_inner #main_visual h1.mainTxt {
	font-size: 15px;
	font-weight: bold;
}
.article_inner #main_visual h1.mainTxt span {
	font-size: 20px;
}
}

@media screen and (max-width: 700px) {
.article_inner .box_ranking_wrapper {
	display: block;
	padding-right: 0;
}
.article_inner .box_1_wrapper {
	display: block;
	text-align: center;
	width: auto;
	margin-top: 30px;
}
.article_inner .box_1_wrapper > .box_1 {
	margin: auto;
}
.article_inner .box_2_wrapper > div:first-child {
	float: none;
	width: auto;
}
.article_inner .box_2_wrapper > div:first-child + div {
	float: none;
	width: auto;
	margin-top: 20px;
}
.article_inner .box_2 {
	float: none;
}
.article_inner .bule_ribbon2 > span > span:first-child + span {
	display: table-cell;
}
.article_inner #main_visual .sub_ttl {
	background-size: 100%;
}
.article_inner #main_visual .main_subTxt {
	font-size: 13px;
	letter-spacing: -1px;
	margin-left: 5px;
	padding: 5px 0;
}
}

@media screen and (max-width: 400px) {
.logo a img {
	height: auto;
}
.article_inner #main_visual > div > div > div:first-child + div {
	width: 80%;
}
.article_inner #main_visual .sub_ttl {
	height: 35px;
	left: 10px;
	width: 100%;
}
.article_inner .box_2 > .box_2_inner .mark_bar_gold + p > .img_wrapper {
	float: none;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
.article_inner .box_page_btn .btn_container_gold .btn_gold {
	font-size: 15px;
}
.article_inner .btn_red {
	font-size: 15px;
	padding:0 60px;
}
.article_inner .bule_ribbon2 > span > span:first-child + span {
	display: table-cell;
}
.article_inner .box_1 .graph img {
	width: 90%;
	height: auto;
}
.article_inner .box_ranking ul li {
	background: url(../img/common/icon_check2x.png) no-repeat;
	background-position: 10px;
	background-size:9%;
	text-align: center;
}
.article_inner .box_ranking ul li a > p {
	padding-left: 48px;
}
.article_inner .box_2 > .box_2_inner {
	padding: 20px 15px;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
.article_inner .red_ribbon div {
	background: url(../img/common/bar_white2x.png) 10px center no-repeat;
	background-size: 6px auto;
	-moz-background-size: 6px auto;
	-webkit-background-size: 6px auto;
}
.article_inner .box_ranking ul li a {
	background: url(../img/common/arrow_gold_down2x.png) 99% center no-repeat;
	background-size: 19px auto;
	-moz-background-size: 19px auto;
	-webkit-background-size: 19px auto;
}
.article_inner .box_1 {
	background: url(../img/common/box_1_head2x.png) top no-repeat;
	background-size: 300px auto;
	-moz-background-size: 300px auto;
	-webkit-background-size: 300px auto;
}
.article_inner .box_1 > div {
	background: url(../img/common/box_1_foot2x.png) bottom no-repeat;
	background-size: 300px auto;
	-moz-background-size: 300px auto;
	-webkit-background-size: 300px auto;
}
.article_inner .box_1 > div > div {
	background: url(../img/common/box_1_body2x.png) repeat-y;
	backgrozund-size: 300px auto;
	-moz-background-size: 300px auto;
	-webkit-background-size: 300px auto;
}
.article_inner .box_1 .box_1_ttl {
	background: url(../img/common/tail_gold2x.png) center bottom no-repeat;
	background-size: 10px auto;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
}
.article_inner .copy1 {
	background: url(../img/common/ivy2x.png) left 2px no-repeat;
	background-size: 66px auto;
	-moz-background-size: 66px auto;
	-webkit-background-size: 66px auto;
}
.article_inner .box_2 > .box_2_inner .mark_bar_gold {
	background: url(../img/common/icon_check2x.png) left top no-repeat;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
}
.article_inner .btn_container {
	background: url(../img/common/bule_triangle2x.png) top center no-repeat;
	background-size: 280px auto;
	-moz-background-size: 280px auto;
	-webkit-background-size: 280px auto;
}
}
/**********************************************************
ie7対応
**********************************************************/
.ie7 .article_inner #main_visual .main_visual_inner{
	height: 270px;
}
.ie7 .article_inner #main_visual .main_visual_inner .left_box {
	display: block;
	float: left;
	width:524px;
}
.ie7 .article_inner #main_visual .main_visual_inner .illust_box {
	display: block;
	float: left;
	width:355px;
}
.ie7 .article_inner .box_ranking_wrapper {
	float: left;
	width: 620px;
}
.ie7 .article_inner .box_ranking ul li a > div {
	display: block;
	float: left;
}
.ie7 .article_inner .box_ranking ul li a > p {
	display: block;
	float: left;
	width: 490px;
	margin-left: 10px;
}
.ie7 .article_inner .box_1_wrapper {
	float: right;
}
.ie7 .article_inner .story_box {
	display: table;
}
.ie7 .article_inner .story_box > div:first-child {
	display: block;
	float: left;
}
.ie7 .article_inner .story_box > div:first-child + div {
	float: right;
	display: block;
	width: 755px;
	margin-left: 10px;
}

footer #searchingArea div.style div {
  padding: 0 0 30px;
}
footer div.style .propose p{
	padding:0;
}
footer div.style .propose ul{
	width: auto !important;
}
footer div.style .propose li{
	float: left;
    padding: 0 12px 0 10px;
    width: auto !important;
	display:block;
}
.wdlogo {
  width: 950px;
  margin: 16px auto 21px auto;
}

.wdlogo a img {
  width: 390px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .wdlogo {
    width: 95%;
    margin: 5px 0 21px 0;
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .wdlogo a img {
    width: 80%;
    height: auto;
    margin: 6px 0 -10px 0;
  }
}

/* ページ改修_201607 */

.btn_container_planSearch {
    text-align: center;
    margin: 10px;
}

.article_inner .btn_container_planSearch a.btn_plan {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    width: 250px;
}

.article_inner .oneLine a.btn_plan {
	padding: 20px;
}

#lessmoreArea a span {
  color: #8b3d0f;
}

#lessmoreArea a span:hover {
    color: #df2b22;
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
  #lessmoreArea {
    display: none;
  }
}

@media screen and (max-width: 400px) {
	.article_inner .oneLine a.btn_plan,
	.article_inner .btn_container_planSearch a.btn_plan {
		width: 200px;
	}
}
