@charset "UTF-8";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
/*
==================================================
基本スタイル
==================================================
*/
html{
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body{
margin:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
display:block;
}
audio,
canvas,
progress,
video{
display:inline-block;
}
audio:not([controls]){
display:none;
height:0;
}
progress{
vertical-align:baseline;
}
template,
[hidden]{
display:none;
}
a{
background-color:transparent;
-webkit-text-decoration-skip:objects;
}
a:active,
a:hover{
outline-width:0;
}
abbr[title]{
border-bottom:none;
text-decoration:underline;
text-decoration:underline dotted;
}
b,
strong{
font-weight:inherit;
}
b,
strong{
font-weight:bolder;
}
dfn{
font-style:italic;
}
h1{
font-size:2em;
margin:0.67em 0;
}
mark{
background-color:#ff0;
color:#000;
}
small{
font-size:80%;
}
sub,
sup{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sub{
bottom:-0.25em;
}
sup{
top:-0.5em;
}
img{
border-style:none;
}
/* イメージ角丸 影*/
img {
	 -moz-box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px; 
}
svg:not(:root){
overflow:hidden;
}
code,
kbd,
pre,
samp{
font-family:monospace, monospace;
font-size:1em;
}
figure{
margin:1em 40px;
}
hr{
box-sizing:content-box;
height:0;
overflow:visible;
}
button,
input,
select,
textarea{
font:inherit;
margin:0;
}
optgroup{
font-weight:bold;
}
button,
input{
overflow:visible;
}
button,
select{
text-transform:none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"]{
-webkit-appearance:button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
border-style:none;
padding:0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
outline:1px dotted ButtonText;
}
fieldset{
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em;
}
legend{
box-sizing:border-box;
color:inherit;
display:table;
max-width:100%;
padding:0;
white-space:normal;
}
textarea{
overflow:auto;
}
[type="checkbox"],
[type="radio"]{
box-sizing:border-box;
padding:0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
height:auto;
}
[type="search"]{
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
-webkit-appearance:none;
}
::-webkit-input-placeholder{
color:inherit;
opacity:0.54;
}
::-webkit-file-upload-button{
-webkit-appearance:button;
font:inherit;
}
/*
==================================================
基本スタイル
==================================================
*/
body{
background-color:#f9f6ee;
color:#131313;
font-family:'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
font-size:16px;
line-height:1.8;
text-align:center;
-webkit-text-size-adjust:100%;
padding:0 5px;
}
h1, h2, h3, h4, h5, h6, .title, dt{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
font-weight:bold;
}
h2,h3,h4,h5,h6{
	overflow:hidden;
}
.clear{
clear:both;
font-size:1px;
line-height:0;
}
p{
margin:0;
}
img{
height:auto;
max-width:100%;
vertical-align:middle;
}
/* リスト
==================================================
*/
#main ul{
list-style:outside none none;
margin:10px 0 10px 10px;
padding:0;
}
#main ul > li{
background-image:url(img/ul.png);
background-position:left 3px;
background-repeat:no-repeat;
line-height:1.7;
margin:13px 0;
padding:0 0 0 28px;
position:relative;
}
#main table ul li{
background-position:left 1px;
}
#main ol{
counter-reset:number;
list-style:outside none none;
margin:10px 0 10px 10px;
padding:0;
}
#main ol > li{
line-height:1.7;
margin:13px 0;
padding:0 0 0 32px;
position:relative;
}
#main ol > li::before{
background-color:#b2252e;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#fff;
content:counter(number,decimal);
counter-increment:number;
font-style:italic;
height:22px;
left:0;
line-height:22px;
position:absolute;
text-align:center;
top:2px;
width:22px;
font-size:13px;
}
#main table ul,#main table ol{
margin:10px 0;
}
#whatsnew ul li{
background-image:none;
}
/* 口コミ用リスト */
#main .user1 li{
background-position:left top;	
line-height:1.25;
}
#main .user1 li:before{
line-height:20px;
height:18px;
top:0;
left:3px;
width:18px;
}
/* 口コミ用見出し */
#main .user1 p,#main .user2 p{
	padding:0 5px;
}
#main .user1 h4, #main .user2 h4{
font-size:17px;
margin:0px;
padding:0px 10px;
line-height:32px;
border-radius:0;
}
#main .user1 h5, #main .user2 h5, #main .user1 h6, #main .user2 h6{
font-size:16px;
margin:0px;
padding:0px 10px;
line-height:32px;
}
/* リンク
==================================================
*/
a{
color:#00a1b3;
}
a img{background:none;}
@media screen and (min-width:1000px){
a:hover{
	color:#4cbdc9;
	text-decoration:none;
}
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover{
	left:1px;
	position:relative;
	top:1px;
}
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
box-shadow:0px 3px 6px rgba(0,0,0,0.2);
max-width: 1000px;
margin:0 auto 30px;
padding:0;
overflow:hidden;
width:100%;
}
#contents{
background-color:#fff;
border-radius:0 0 20px 20px;
padding:10px 0;
max-width:1000px;
width:100%;
margin:0 auto 15px;
}
#layoutbox{
margin:auto;
padding:0;
width:100%;
}
#siteNavi{
color:#a78a88;
font-size:11px;
line-height:1.7;
margin:2px 5px;
padding:4px 5px;
}
#siteNavi a{
color:#a78a88;
}
@media screen and (min-width:768px){
#contents{
}
#contents::after{
	clear:both;
	content:"";
	display:block;
}
#siteNavi{
	font-size:10px;
	margin:0 10px 8px;
	padding:2px 5px 0;
}
}
@media screen and (min-width:1000px){
#contents{
	padding:10px 0;
	width:1000px;
}
#siteNavi span a:hover{
	color:#c1adab;
	text-decoration:none;
}
#siteNavi span a:hover::before{
	border-color:transparent transparent #d6c7c4 transparent;
}
#siteNavi span a:hover::after{
	border-color:#d6c7c4 #d6c7c4 transparent #d6c7c4;
}
}
/* ページ上部へ戻る
==================================================
*/
#pagetop{
overflow:hidden;
position:absolute;
right:5px;
z-index:5;
}
#pagetop a{
background-color:#fff;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
display:block;
height:38px;
overflow:hidden;
position:relative;
text-indent:200%;
white-space:nowrap;
width:38px;
}
#pagetop a::before, #pagetop a::after{
border-top:1px solid #886061;
content:"";
height:10px;
left:14px;
margin-top:-2px;
position:absolute;
top:50%;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:10px;
}
#pagetop a::after{
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
@media screen and (min-width:768px){
#pagetop{
	margin:0 auto 10px;
	padding:0 10px;
	overflow:visible;
	position:static;
}
#pagetop::after{
	clear:both;
	content:"";
	display:block;
}
#pagetop a{
	float:right;
}
}
@media screen and (min-width:1000px){
#pagetop{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto 20px;
	padding:0 5px;
	width:1000px;
}
#pagetop a{
	height:58px;
	-moz-transition:background-color 0.15s ease-out 0s;
	-o-transition:background-color 0.15s ease-out 0s;
	-webkit-transition:background-color 0.15s ease-out;
	-webkit-transition-delay:0s;
	transition:background-color 0.15s ease-out 0s;
	width:58px;
}
#pagetop a::before, #pagetop a::after{
	border-top:2px solid #886061;
	height:12px;
	left:23px;
	margin-top:-3px;
	width:12px;
}
#pagetop a::after{
	left:24px;
}
#pagetop a:hover{
	background-color:#f0e8de;
}
}
/* 検索ボックス
==================================================
*/
#searchbox{
line-height:1;
}
#searchbox + #topmenu{
margin-top:5px;
}
#searchbox form{
position:relative;
margin:auto;
top:0;
left:0;
right:0;
}
#searchbox input{
-webkit-appearance:none;
}
#searchbox input[type="text"], #searchbox input[type="search"]{
border:2px solid #f7f4ef;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#5b2426;
cursor:auto;
font-size:12px;
line-height:18px;
padding:10px 40px 10px 10px;
width:100%;
}
#searchbox input[type="submit"]{
background-color:#6c3a3b;
background-image:url(img/searchbutton.png);
background-position:center center;
background-repeat:no-repeat;
border:medium none;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
cursor:pointer;
height:30px;
overflow:hidden;
padding:0;
position:absolute;
right:7px;
text-indent:200%;
top:6px;
white-space:nowrap;
width:30px;
}
@media screen and (min-width:768px){
#searchbox{
	float:right;
	margin:10px auto;
	max-width: 1000px;
	position:absolute;
	top:0;
	width:100%;
}
#searchbox form{
	position:absolute;
	width: 240px;
	margin:auto;
	top:0;
	right:0;
	left:auto;
}
#searchbox + #topmenu{
	margin-top:3px;
}
#searchbox input[type="text"], #searchbox input[type="search"]{
	background-color:#fff;
	border:2px solid #f4efe6;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	height:26px;
	line-height:26px;
	padding:0 25px 0 10px;
}
#searchbox input[type="submit"]{
	background-position:center 4px;
	background-size:11px auto;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	height:20px;
	right:4px;
	top:3px;
	width:20px;
}
}
@media screen and (min-width:1000px){
#searchbox input[type="text"], #searchbox input[type="search"]{
	-moz-transition:border 0.15s ease-out 0s;
	-o-transition:border 0.15s ease-out 0s;
	-webkit-transition:border 0.15s ease-out;
	-webkit-transition-delay:0s;
	transition:border 0.15s ease-out 0s;
}
#searchbox input[type="text"]:focus, #searchbox input[type="search"]:focus{
	border:2px solid #d9d2c6;
	outline:0;
}
#searchbox input[type="submit"]:hover{
	background-color:#987575;
}
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img img{
margin:0 8px 8px 8px;
}
.center{
margin:5px 0;
text-align:center;
}
.float-l{
float:left;
}
.float-r{
float:right;
}
.float-l img,
.float-r img{
margin-bottom:20px;
}
.float-l img{
margin-right:20px;
}
.float-r img{
margin-left:20px;
}
.clear, .FloatEnd{
clear:both;
font-size:1px;
height:0;
line-height:0;
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top{
text-align:left;
}
#top h1{
font-size:14px;
line-height:1.75;
margin:0;
padding:12px 46px 12px 5px;
}
#top h1 a{
color:#b2252e;
font-weight:bold;
text-decoration:none;
}
@media screen and (min-width:768px){
#top::after{
	clear:both;
	content:"";
	display:block;
}
#top .inner{
	margin:0 0 10px;
	overflow:hidden;
	padding:4px 10px 0;
}
#top h1{
	float:left;
	padding:7px 0 0;
	width:68%;
}
}
@media screen and (min-width:1000px){
#top .inner{
	margin:0 auto 10px;
	padding:4px 0 0;
	width:1000px;
}
#top h1{
	width:75%;
}
#top h1 a:hover{
	color:#ecabaa;
}
}
/* ヘッダー
==================================================
*/
#header{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
height:auto !important;
margin:0 auto 15px;
padding:10px 10px 0;
position:relative;
}
#header > img{
-moz-border-radius:20px 20px 0 0;
-webkit-border-radius:20px 20px 0 0;
border-radius:10px 10px 0 0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
height:auto;
margin-bottom:10px;
width:100%;
}
#header #headertxt{
margin-bottom:10px;
overflow:hidden;
text-align:left;
}
#header .title,
#header .desc{
margin:0;
padding:0 10px;
}
#header .title{
font-size:1em;
line-height:1.5;
position:absolute;
top:20%;
left:2%;
width:75%;
letter-spacing:3px;
overflow:hidden;
text-overflow:ellipsis;
max-height:4.5em;
}
#header .title a{
color:#76484a;
text-decoration:none;
}
#header .desc{
color:#76484a;
font-size:12px;
line-height:1.5;
max-height:4.5em;
overflow:auto;
}
#header .title img,#header .desc img{
width:auto;
}
@media screen and (min-width:480px){
	#header .title{
		font-size:1.25em;
	}
}
@media screen and (min-width:768px){
#header{
	overflow:hidden;
	z-index:0;
}
#header > img{
	margin-bottom:0;
}
#header #headertxt{
	left:0;
	margin:0;
	position:absolute;
	right:0;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#header #headertxt div:nth-child(2){
	margin-top:8px;
}
#header .title,
#header .desc{
	left:5%;
	padding:0;
	position:relative;
	width:90%;
	max-height:100%;
	overflow:visible;
}
#header .title{
	font-size:28px;
	line-height:1.4;
	max-height:100%;
}
}
@media screen and (min-width:1000px){
#header{
	overflow:visible;
	width:1000px;
}
#header .title{
	font-size:36px;
	width:90%;
}
#header .title a:hover{
	color:#9f7e80;
}
#header .desc{
	font-size:13px;
	line-height:140%;
}
}
/* トップメニュー
==================================================
*/
#topmenubtn{
background-color:#fff;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#85685f;
cursor:pointer;
display:block;
font-size:8px;
height:36px;
letter-spacing:0;
padding:18px 0 0;
position:absolute;
right:5px;
text-align:center;
top:5px;
width:36px;
}
#topmenubtn::before{
border-bottom:2px solid #85685f;
border-top:2px solid #85685f;
content:"";
height:2px;
left:11px;
position:absolute;
top:8px;
width:14px;
}
#topmenubtn::after{
border-top:2px solid #85685f;
content:"";
height:0;
left:11px;
position:absolute;
top:16px;
width:14px;
}
#topmenubox{
-moz-transition:opacity 0.05s ease 0s;
-o-transition:opacity 0.05s ease 0s;
-webkit-transition:opacity 0.05s ease;
-webkit-transition-delay:0s;
transition:opacity 0.05s ease 0s;
}
#topmenubox #topmenubox-inner{
background-color:#eee8df;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:block;
padding:10px 5px;
position:absolute;
width:100%;
}
input#panel[type="checkbox"]{
display:none;
}
input#panel[type="checkbox"] ~ #topmenubox{
opacity:0;
position:relative;
z-index:-1;
}
input#panel[type="checkbox"] ~ #topmenubox #topmenubox-inner{
z-index:-1;
}
input#panel[type="checkbox"]:checked + #topmenubtn::before{
border-bottom:none;
border-top:2px solid #85685f;
height:0;
top:12px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}
input#panel[type="checkbox"]:checked + #topmenubtn::after{
border-top:2px solid #85685f;
top:12px;
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
input#panel[type="checkbox"]:checked + #topmenubtn span{
display:block;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
}
input#panel[type="checkbox"]:checked + #topmenubtn span::after{
content:'CLOSE';
left:6px;
position:absolute;
text-indent:0;
top:18px;
}
input#panel[type="checkbox"]:checked ~ #topmenubox{
opacity:1;
z-index:100;
left:0;
position:absolute;
box-sizing:border-box;
top:48px;
left:0;
background-color:rgba(0, 0, 0, 0.3);
z-index:100;
width:100%;
height:100%;
}
input#panel[type="checkbox"]:checked ~ #topmenubox #topmenubox-inner{
top:0;
}
#topmenu ul{
background-color:#f8f7ec;
margin:auto;
padding:0;
}
#topmenu ul li{
border-bottom:1px solid #e6dcd7;
position:relative;
}
#topmenu ul li:last-child{
border-bottom:none;
}
#topmenu ul a{
color:#333;
display:block;
font-size:14px;
line-height:1.75;
padding:12px 5px 12px 30px;
position:relative;
text-align:left;
text-decoration:none;
}
#topmenu ul a::before{
content:"";
background-color:#b2252e;
border-radius:50%;
width:12px;
height:12px;
position:absolute;
top:0;
bottom:0;
left:12px;
margin:auto -5px auto 0;
}
#topmenu ul a::after{
content:"";
border-top:3px solid transparent;
border-right:3px solid transparent;
border-bottom:3px solid transparent;
border-left:5px solid #fff;
position:absolute;
top:0;
left:16px;
bottom:0;
margin:auto;
width:0;
height:0;
}
@media screen and (min-width:768px){
#topmenubtn{
	display:none;
}
#topmenubox{
	opacity:1 !important;
	position:static !important;
}
#searchbox form{
	position:absolute;
}
#topmenubox::after{
	display:none;
}
#topmenubox #topmenubox-inner{
	background-color:transparent;
	display:inline;
	padding:0;
	position:static;
}
#topmenu{
	background:none;
}
#topmenu ul{
	background-color:#fff;
	padding:0 5px 15px 5px;
}
#topmenu ul li{
	border-bottom:none;
	display:block;
	letter-spacing:normal;
	margin:auto;
	padding:5px 0;
	position:relative;
	font-size:14px;
	float:left;
	text-align:center;
	
	box-sizing:border-box;
	padding:0 3px;
}
#topmenu ul li::before{
	left:0;
	margin:auto;
	height:24px;
	z-index:1;
}
#topmenu ul li:first-child:before{
	border-left:none;
}
#topmenu ul a{
	border-bottom:3px solid #ECCACC;
	border-radius:4px;
	color:#333;
	display:block;
	font-size:13px;
	font-weight:700;
	line-height:1.35;
	margin:8px auto;
	padding:10px 10px 10px 25px;
	position:relative;
	text-align:center;
	background-color:#F3DEDF;
	border-radius:6px;
}
#topmenu ul a:hover{
	transition-property:all;
	transition-duration:0.3s;
	border-bottom:3px solid #b2252e;
	border-radius:4px 4px 0 0;
	color:#888;
 }
}
/* トップメニュー分岐 */
@media screen and (min-width:768px){
	#topmenu ul a{padding:10px 6px;}
	#topmenu ul a:before,#topmenu ul a:after{display:none;}
}
@media screen and (min-width:1000px){
	#topmenu ul a{padding:10px 10px 10px 25px;}
	#topmenu ul a:before,#topmenu ul a:after{display:block;}
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main{
text-align:left;
margin:auto;
padding:0;
width:100%;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2{
background-color:#ffffff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:10px auto 20px;
//overflow:hidden;
padding:10px 0;
position:relative;
width:95%;
z-index:0;
}
@media screen and (min-width:768px){
#main{
	float:right;
	width:75%;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2{
	padding:15px;
}
}
@media screen and (min-width:1000px){
#main{
	width:750px;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2{
	margin-bottom:20px;
}
}
/* 見出し
==================================================
*/
#main h2,
#main h3{
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
line-height:1;
margin:auto 10px;
padding:11px 0;
position:relative;
z-index:1;
clear:both;
}
#main h2,#main h3,#main h2 a,#main h3 a{color:#FFF;}
#main h2::before,
#main h3::before{
background-color:#b2252e;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.03) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.03) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.03) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-size:34px 34px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
bottom:2px;
content:"";
left:2px;
position:absolute;
right:2px;
top:2px;
z-index:-1;
}
#main h2 span,
#main h3 span{
color:#fff;
display:block;
font-size:18px;
font-weight:bold;
padding:0 15px;
line-height:1.4;
text-shadow:0 1px 1px #f7605e;
}
#main .text h3, #main #text1 h2, #main #text2 h2, #main #text3 h2, #main #text4 h2, #main #text5 h2, #main #text6 h2, #main #text7 h2, #main #text8 h2, #main #text9 h2, #main #text10 h2, #main #space1 h2, #main #space2 h2,
#main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3{
margin:15px -3px;
width:auto;
}
#main h2 a,#main h3 a{color:#FFF;}
#main h2 a:not([href]),#main h3 a:not([href]){text-decoration:none;}
#main h4{
background-color:#f5f0e9;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
color:#693638;
font-size:18px;
font-weight:bold;
line-height:1.4;
margin:20px 0 12px;
padding:11px 15px;
position:relative;
clear:both;
}
#main h5{
color:#693638;
font-size:18px;
font-weight:bold;
line-height:1.4;
margin:20px 0 10px;
padding:2px 0 2px 16px;
position:relative;
overflow:hidden;
}
#main h5::before{
background-color:#e4dbdc;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
bottom:0;
content:"";
left:0;
position:absolute;
top:0;
width:4px;
}
#main h6{
color:#693638;
font-size:17px;
font-weight:bold;
line-height:1.5;
margin:10px auto;
padding:0 0 0 23px;
position:relative;
overflow:hidden;
}
#main h6::before{
border:3px solid #b2252e;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
content:"";
height:14px;
left:0;
position:absolute;
top:5px;
width:14px;
}
#main h6::after{
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-shadow:1px 3px 3px rgba(255, 255, 255, 0.4) inset;
-webkit-box-shadow:1px 3px 3px rgba(255, 255, 255, 0.4) inset;
box-shadow:1px 3px 3px rgba(255, 255, 255, 0.4) inset;
content:"";
height:14px;
left:0;
position:absolute;
top:5px;
width:14px;
}
#main blockquote{
background-color:#fcf9eb;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:none;
color:#693638;
font-size:16px;
line-height:1.8;
margin:25px 0;
//padding:12px 15px 12px 38px;
padding:12px 15px 12px 15px;
position:relative;
}
#main blockquote::before{
/*
color:#693638;
content:'\203b';
font-size:18px;
line-height:1;
margin:0 8px 0 -26px;
*/
}
@media screen and (min-width:768px){
#main h2,
#main h3{
	margin:0 15px 10px;
	padding:16px 0;
}
#main h2::before,
#main h3::before{
	bottom:4px;
	left:4px;
	right:4px;
	top:4px;
}
#main h2 span,
#main h3 span{
	font-size:22px;
}
#main h4{
	font-size:20px;
	padding:12px 22px;
}
#main h5{
	font-size:18px;
	padding:4px 0 4px 20px;
}
#main h6{
	font-size:17px;
}
#main blockquote{
	padding:17px 20px;
}
}
/*
==================================================
画像付きボックス
==================================================
*/
.alert, .accept, .attention, .thint{
background-repeat:no-repeat;
border:none;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-size:16px;
line-height:1.8;
margin:15px 0;
padding:12px 15px 12px 48px;
position:relative;
}
.alert.noimage, .accept.noimage, .attention.noimage, .thint.noimage{
background-image:none;
margin:15px 0;
padding:12px 20px;
}
.attention{
background-color:#fbeccc;
background-image:url(img/attention.png);
background-position:13px 16px;
border:1px dashed #e9d276;
color:#643c18;
}
.accept{
background-color:#f9feeb;
background-image:url(img/accept.png);
background-position:15px 17px;
border:1px dashed #b6d94c;
color:#303c0e;
}
.alert{
background-color:#fff5f5;
background-image:url(img/alert.png);
background-position:15px 18px;
border:1px dashed #f9b5b5;
color:#7a2828;
}
.thint{
background-color:#f4fbfd;
background-image:url(img/thint.png);
background-position:12px 9px;
border:1px dashed #bddde5;
color:#204351;
}
@media screen and (min-width:768px){
.alert, .accept, .attention, .thint{
	margin:20px 0;
	padding:16px 15px 16px 55px;
}
.alert.noimage, .accept.noimage, .attention.noimage, .thint.noimage{
	margin:20px 0;
	padding:16px 20px;
}
.attention {
	background-position:17px 20px;
}
.accept{
	background-position:19px 21px;
}
.alert{
	background-position:19px 22px;
}
.thint{
	background-position:16px 13px;
}
}
.user1,
.user2{
background-color:transparent;
background-position:left top;
background-repeat:no-repeat;
background-size:94px auto;
border:none;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#443d23;
font-size:16px;
line-height:1.8;
margin:15px 0;
min-height:85px;
overflow:visible;
position:relative;
padding:15px 10px 15px 90px;
_height:auto;
}
.user1::before,
.user2::before{
bottom:2px;
-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
content:"";
height:20px;
position:absolute;
right:5px;
transform:rotate(3deg);
width:100px;
z-index:-1;
}
.user1::after,
.user2::after{
background-color:#fffbeb;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-size:12px 12px;
bottom:0;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
.user1 .user_inner,
.user2 .user_inner{
background-image:url("img/p_bg.png");
background-position:left top;
background-repeat:repeat;
display:block;
font-size:16px;
line-height:32px;
padding:0 0 1px;
}
.user1 .user_inner,
.user2 .user_inner{
background-image:url("img/p_bg.png");
background-position:left top;
background-repeat:repeat;
display:block;
font-size:16px;
line-height:32px;
padding:0 0 1px;
}
.user1.noimage,
.user2.noimage{
background-image:none;
min-height:0;
padding:15px;
}
.user1{
background-image:url(img/user1.png);
}
.user2{
background-image:url(img/user2.png);
}
@media screen and (min-width:768px){
.user1,
.user2{
	background-position:5px top;
	background-size:158px auto;
	margin:20px 0;
	min-height:145px;
	padding:28px 25px 28px 168px;
}
.user1.noimage,
.user2.noimage{
	min-height:0;
	padding:25px;
}
}
/*
==================================================
FAQ
==================================================
*/
.question1,
.answer1{
font-weight:normal;
line-height:2;
position:relative;
}
.question1{
background-color:#fefdf3;
background-image:url(img/q1.png);
background-position:17px 15px;
background-repeat:no-repeat;
background-size:22px auto;
border:1px solid #fdf6e8;
border-bottom:none;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px;
border-radius:5px 5px 0 0;
color:#f89d28;
font-size:17px;
line-height:1.8;
margin:15px 0 0;
padding:14px 15px 12px 52px;
}
.answer1{
background-color:#fefdf3;
background-image:none;
border:1px solid #fdf6e8;
border-top:none;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0;
border-radius:0 0 5px 5px;
font-size:16px;
margin:0 0 15px;
padding:12px 15px 16px 52px;
position:relative;
z-index:0;
}
.answer1::before{
background-color:#fff;
background-image:url(img/a1.png);
background-position:14px 14px;
background-repeat:no-repeat;
background-size:19px auto;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #fce4be;
bottom:4px;
content:"";
left:4px;
position:absolute;
right:4px;
top:0;
z-index:-1;
}
@media screen and (min-width:768px){
.question1{
	background-position:26px 17px;
	background-size:auto auto;
	font-size:19px;
	line-height:1.7;
	margin-top:20px;
	padding:17px 15px 15px 74px;
}
.answer1{
	margin-bottom:20px;
	padding:12px 15px 21px 75px;
}
.answer1::before{
	background-position:19px 12px;
	background-size:auto auto;
	bottom:9px;
	left:9px;
	right:9px;
}
}
.question2,
.answer2{
background-repeat:no-repeat;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-weight:normal;
line-height:2;
min-height:40px;
position:relative;
}
.question2{
background-image:url(img/q2.png);
background-position:0 3px;
background-size:38px auto;
color:#f89d28;
font-size:19px;
line-height:1.7;
margin:12px 0;
padding:6px 0 17px 48px;
position:relative;
}
.question2::before{
background-image:url(img/q2_bg.png);
background-position:left bottom;
background-repeat:repeat-x;
background-size:6px auto;
bottom:0;
content:"";
height:6px;
left:0;
position:absolute;
right:0;
}
.answer2{
background-image:url(img/a2.png);
background-position:left top;
background-size:38px auto;
border:none;
font-size:16px;
margin-bottom:10px;
padding:3px 0 0 48px;
}
@media screen and (min-width:768px){
.question2,
.answer2{
	min-height:50px;
}
.question2{
	background-size:48px auto;
	margin:20px 0 10px;
	padding:10px 0 21px 60px;
}
.answer2{
	background-size:46px auto;
	margin-bottom:20px;
	padding:9px 0 6px 61px;
}
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu,
#rmenu{
text-align:left;
}
#menu h4,
#menu .title,
#rmenu h4,
#rmenu .title{
background-color:#fff;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px;
border-radius:10px 10px 0 0;
color:#5f3e3d;
font-weight:700;
font-size:18px;
line-height:1.4;
margin:0;
padding:14px 10px 14px 40px;
overflow:hidden;
position:relative;
}
#menu h4:before, #menu .title:before, #rmenu h4:before, #rmenu .title:before{
content:"";
background-image:url(img/menu_title.png);
background-repeat:no-repeat;
background-position:left top;
position:absolute;
top:12px;
left:15px;
width:41px;
height:41px;
}
#menu h4:after, #menu .title:after, #rmenu h4:after, #rmenu .title:after{
content:"";
border-bottom:1px dashed #ae9e9b;
display:block;
margin:auto;
padding:0;
position:absolute;
right:0;
bottom:5px;
left:0;
width:96%;
height:1px;
}
#menu .title span::before,
#rmenu .title span::before{
background-image:url(img/menu_title.png);
}
#menu .menubox,
#rmenu .menubox{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin-bottom:10px;
overflow:hidden;
}
#menu .menulist ul,
#rmenu .menulist ul, #submenu li{
list-style:outside none none;
margin:0;
padding:0 2px;
}
#menu .menulist li,
#rmenu .menulist li{
border-bottom:1px dashed #ede8e0;
}
#menu .menulist li:last-child,
#rmenu .menulist li:last-child{
border-bottom:none;
}
#menu .menulist li a,
#rmenu .menulist li a{
color:#333;
display:block;
font-size:14px;
line-height:1.75;
padding:12px 35px 12px 15px;
position:relative;
text-decoration:none;
}
#menu .menulist li a::after,
#rmenu .menulist li a::after{
border:4px solid transparent;
border-left:6px solid #A8374D;
content:"";
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
}
#menu .menulist .l2 a,
#menu .menulist .l3 a,
#rmenu .menulist .l2 a,
#rmenu .menulist .l3 a{
background-color:#fbf9f7;
font-size:13px;
line-height:1.8;
padding:11px 35px 11px 15px;
}
#menu .menulist .l2 a::after,
#menu .menulist .l3 a::after,
#rmenu .menulist .l2 a::after,
#rmenu .menulist .l3 a::after{
border:none;
border-right:2px solid #A8374D;
border-top:2px solid #A8374D;
height:4px;
margin-top:-3px;
right:21px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:4px;
}
#menu .menulist .l3 a,
#rmenu .menulist .l3 a{
padding-left:34px;
}
#menu .menulist .l3 a::before,
#rmenu .menulist .l3 a::before{
background-color:#ded3d2;
content:"";
height:2px;
left:19px;
margin:0 8px 0 0;
position:absolute;
top:21px;
width:5px;
}
#menu .rankbox,
#rmenu .rankbox{
border-bottom:1px dashed #ede8e0;
margin:0 0 10px;
padding:0 0 10px;
}
@media screen and (min-width:768px){
#menu{
	float:left;
	width:25%;
}
#menu h4:after, #menu .title:after, #rmenu h4:after, #rmenu .title:after{
width:90%;
}
#menu .menulist ul,
#rmenu .menulist ul{
	padding:10px;
}
#menu .menulist li,
#rmenu .menulist li{
	border-bottom:none;
}
#menu .menulist li a,
#rmenu .menulist li a{
	margin-bottom:5px;
	padding:2px 4px 2px 22px;
}
#menu .menulist li a::after,
#rmenu .menulist li a::after{
	left:9px;
	margin-top:0;
	right:auto;
	top:10px;
}
#menu .menulist li:last-child a,
#rmenu .menulist li:last-child a{
	margin-bottom:0;
}
#menu .menulist .l2 a,
#menu .menulist .l3 a,
#rmenu .menulist .l2 a,
#rmenu .menulist .l3 a{
	padding:2px 4px 2px 22px;
}
#menu .menulist .l2,
#rmenu .menulist .l2{
	margin:0 0 0 16px;
}
#menu .menulist .l2 a,
#rmenu .menulist .l2 a{
	background-color:transparent;
}
#menu .menulist .l2 a::after,
#rmenu .menulist .l2 a::after{
	top:13px;
}
#menu .menulist .l3,
#rmenu .menulist .l3{
	margin:0 0 0 28px;
}
#menu .menulist .l3 a,
#rmenu .menulist .l3 a{
	background-color:transparent;
	padding-left:30px;
}
#menu .menulist .l3 a::before,
#rmenu .menulist .l3 a::before{
	left:11px;
	top:13px;
	width:10px;
}
#menu .menulist .l3 a::after,
#rmenu .menulist .l3 a::after{
	display:none;
}
#menu .grayline,#menu .graybg,#rmenu .grayline,#rmenu .graybg{
	margin:0 10px;
}
}
@media screen and (min-width:1000px){
#menu{
	width:250px;
}
#menu .menubox,
#rmenu .menubox{
	margin-bottom:20px;
}
}
#submenu{margin-bottom:15px;}
/* バナー領域
==================================================
*/
.bannerbox{
position:relative;
}
.bannerbox ul{
list-style:outside none none;
margin:0;
padding:0;
}
.bannerbox li{
margin-bottom:10px;
text-align:center;
}
.bannerbox li a img{
vertical-align:bottom;
}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry, ul#entryarchive{
list-style:outside none none;
margin:0;
padding:0 2px;
}
ul#newEntry li, ul#entryarchive li{
border-bottom:1px dashed #ede8e0;
font-size:13px;
line-height:1.8;
padding:14px 35px 14px 15px;
position:relative;
}
ul#newEntry li:last-child, ul#entryarchive li:last-child{
border-bottom:none;
}
ul#newEntry li:nth-child(even), ul#entryarchive li:nth-child(even){
background-color:#fefdfd;
}
ul#newEntry li::after, ul#entryarchive li::after{
border:4px solid transparent;
border-left:6px solid #00a1b3;
content:"";
margin-top:-4px;
position:absolute;
right:12px;
top:50%;
}
@media screen and (min-width:768px){
ul#newEntry, ul#entryarchive{
	padding:10px;
}
ul#newEntry li, ul#entryarchive li{
	border:none;
	margin-bottom:8px;
	padding:0 0 0 22px;
}
ul#newEntry li:nth-child(even), ul#entryarchive li:nth-child(even){
	background-color:transparent;
}
ul#newEntry li:last-child, ul#entryarchive li:last-child{
	margin-bottom:0;
}
ul#newEntry li::after, ul#entryarchive li::after{
	left:9px;
	margin-top:0;
	right:auto;
	top:7px;
}
}
/*
==================================================
フッター
==================================================
*/
#footer{
background-color:#eee8df;
overflow:hidden;
padding:10px 0 0;
position:relative;
}
#footer #footermenu,
#footer #footsub{
margin:0 -2px 0 0;
padding:0;
position:relative;
}
#footer #footermenu span,
#footer #footsub span{
border-left:1px solid #dbd6d4;
border-right:1px solid #dbd6d4;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin:5px 0 5px -1px;
width:50%;
}
#footer #footermenu a,
#footer #footsub a{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#5b2426;
display:block;
font-size:14px;
line-height:1.75;
padding:3px 5px;
position:relative;
text-align:center;
text-decoration:none;
}
#footer small{
clear:both;
display:block;
margin:-10px 0 0;
}
#footer small span{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#ad918d;
display:table-cell;
font-size:9px;
height:56px;
padding:10px 48px 10px 5px;
text-align:left;
vertical-align:middle;
}
@media screen and (min-width:768px){
#footer{
	padding:15px 10px;
}
#footer #footermenu,
#footer #footsub{
	display:inline;
	letter-spacing:-.40em;
	margin:0;
}
#footer #footermenu span,
#footer #footsub span{
	border:none;
	display:inline-block;
	float:none;
	letter-spacing:normal;
	margin:0 0 5px;
	position:relative;
	width:auto;
}
#footer #footermenu span:nth-child(n+2),
#footer #footsub span:nth-child(n+2){
	margin-left:40px;
}
#footer #footermenu span::before,
#footer #footsub span::before{
	background-color:#6c3a3b;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	content:"";
	height:13px;
	left:0;
	position:absolute;
	top:6px;
	width:13px;
}
#footer #footermenu a,
#footer #footsub a{
	padding:0 0 0 19px;
	text-align:left;
}
#footer #footermenu a::before,
#footer #footsub a::before{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	content:"";
	height:4px;
	left:4px;
	position:absolute;
	top:10px;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:4px;
}
#footer #footermenu a::after,
#footer #footsub a::after{
	border-top:1px solid #fff;
	content:"";
	height:0;
	left:2px;
	position:absolute;
	top:12px;
	width:8px;
}
#footer #footermenu + #footsub{
	margin-left:40px;
}
#footer small{
	margin:0;
}
#footer small span{
	display:block;
	font-size:11px;
	height:auto;
	padding:10px;
	text-align:center;
}
}
@media screen and (min-width:1000px){
#footer{
	overflow:visible;
	padding:21px 0;
}
#footer .inner{
	margin:0 auto;
	width:1000px;
}
#footer #footermenu span,
#footer #footsub span{
	margin:0 0 10px;
}
#footer #footermenu span:hover::before,
#footer #footsub span:hover::before{
	background-color:#987575;
}
#footer #footermenu a:hover,
#footer #footsub a:hover{
	color:#8c6567;
	text-decoration:underline;
}
#footer small span{
	font-size:12px;
	padding:6px 10px;
}
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:1px solid #dbd6cb;
overflow:hidden;
margin:0 auto 10px;
padding:2px;
width:97%;
}
#whatsnew .title{
background-color:#f3efe9;
border-bottom:1px dotted #dbd6cb;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px;
border-radius:10px 10px 0 0;
}
#whatsnew .title span{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#6c393b;
display:block;
font-size:18px;
font-weight:normal;
line-height:1.7;
min-height:30px;
padding:8px 5px 8px 55px;
position:relative;
}
#whatsnew .title span::before{
background-color:#fff;
background-image:url(img/whatsnew_title.png);
background-position:center 8px;
background-repeat:no-repeat;
-moz-border-radius:21px;
-webkit-border-radius:21px;
border-radius:21px;
-moz-box-shadow:1px 2px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow:1px 2px 1px rgba(0, 0, 0, 0.15);
box-shadow:1px 2px 1px rgba(0, 0, 0, 0.15);
content:"";
height:41px;
left:5px;
position:absolute;
top:2px;
width:41px;
}
#whatsnew ul{
list-style:outside none none;
margin:auto;
padding:0;
width:97%;
}
#whatsnew ul li{
border-bottom:1px dashed #dbd6cb;
font-size:14px;
line-height:1.7;
margin:0;
padding:14px 0;
}
#whatsnew ul li:last-child{
border:none;
}
#whatsnew ul li:nth-child(even){
background-color:#fefdfd;
}
#whatsnew ul li span{
display:block;
}
#whatsnew ul li span:first-of-type{
line-height:1.5;
margin:0 0 8px;
padding:6px 0;
}
#whatsnew ul li span b{
background-color:#f09512;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#fff;
display:inline-block;
font-size:13px;
font-weight:normal;
letter-spacing:0;
padding:4px 5px;
}
@media screen and (min-width:768px){
#whatsnew .title span{
	padding:8px 5px 8px 70px;
}
#whatsnew .title span::before{
	left:18px;
}
#whatsnew ul{
	border-collapse:collapse;
	display:table;
}
#whatsnew ul li{
	display:table-row;
	padding:0;
}
#whatsnew ul li span{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:table-cell;
	padding:16px 20px;
}
#whatsnew ul li span:first-of-type{
	padding-right:0;
	white-space:nowrap;
	width:1%;
}
#whatsnew ul li span b{
	padding:4px 7px;
}
#whatsnew ul li:last-child span{
	border:none;
}
}
@media screen and (min-width:1000px){
#whatsnew{
	margin-bottom:20px;
}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist .catbox{
background-color:#f8f3ec;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-size:8px 8px;
border:1px solid #ede6dd;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
margin:0 auto 10px;
overflow:hidden;
padding:0;
position:relative;
text-align:center;
width:97%;
z-index:0;
}
#categorylist .catbox:first-of-type{
margin-top:10px;
}
#categorylist .catbox::before{
background-color:#fff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
bottom:3px;
content:"";
left:3px;
position:absolute;
right:3px;
top:3px;
z-index:-1;
}
#categorylist .title{
background-color:#fbf5e7;
border:1px solid #e8dcc0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
line-height:0;
margin:15px auto;
padding:8px 0;
position:relative;
text-align:left;
width:94%;
z-index:0;
}
#categorylist .title::before{
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-size:12px 12px;
border:1px solid #fff;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#categorylist .title::after{
background-color:#9a7674;
bottom:-1px;
content:"";
left:-1px;
position:absolute;
top:-1px;
width:3px;
}
#categorylist .title a{
color:#693638;
font-size:19px;
font-weight:bold;
line-height:1.5;
padding:0 15px;
text-decoration:none;
display:block;
}
#categorylist .body{
padding:0 5px;
text-align:center;
}
#categorylist .body::after{
clear:both;
content:"";
display:block;
}
#categorylist .thumb{
display:inline-block;
margin:10px 0 12px;
position:relative;
text-align:center;
}
#categorylist .thumb img{
display:block;
margin:0 auto 10px auto;
}
#categorylist p{
background-image:url("img/category_p.png");
background-position:left top;
background-repeat:repeat;
color:#636363;
font-size:12px;
line-height:25px;
margin:auto;
padding:0 0 1px;
text-align:left;
width:96%;
}
#categorylist .more{
float:right;
line-height:1;
margin:10px 0 6px;
position:relative;
right:10px;
text-align:right;
z-index:0;
}
#categorylist .more::before{
background-color:#b2252e;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
content:"";
height:15px;
margin-top:-9px;
position:absolute;
left:6px;
top:50%;
width:15px;
}
#categorylist .more::after{
background-color:#f4d4da;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-size:12px 12px;
bottom:0;
content:"";
left:0;
position:absolute;
top:40%;
width:100%;
z-index:-1;
}
#categorylist .more a{
color:#cc8492;
display:block;
font-size:17px;
font-weight:500;
padding:0 8px 4px 30px;
position:relative;
text-decoration:none;
text-shadow:0 2px 0 #fff,2px 0 0 #fff,-2px 0 0 #fff;
}
#categorylist .more a::before{
border-right:1px solid #fff;
border-top:1px solid #fff;
content:"";
height:4px;
left:11px;
margin-top:-4px;
position:absolute;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
top:50%;
width:4px;
}
#categorylist .more a::after{
border-top:1px solid #fff;
content:"";
height:0;
left:9px;
margin-top:-2px;
position:absolute;
top:50%;
width:8px;
}
#main #pagelist{
margin:15px 0 5px;
text-align:center;
}
#main #pagelist ul{
letter-spacing:-.40em;
list-style:outside none none;
margin:0;
padding:0;
}
#main #pagelist li{
background-image:none !important;
display:inline-block;
letter-spacing:normal;
margin:0 5px 10px !important;
padding:0 !important;
}
#main #pagelist a{
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#70706f;
display:inline-block;
font-size:17px;
padding:2px 14px;
text-align:center;
text-decoration:none;
}
@media screen and (min-width:768px){
#categorylist .catbox{
	padding:21px 0;
}
#categorylist .catbox::before{
	bottom:5px;
	left:5px;
	right:5px;
	top:5px;
}
#categorylist .title{
	margin:0 auto 16px;
	padding:10px 0;
	width:95%;
}
#categorylist p{
	width:auto;
}
#categorylist .more{
	right:auto;
}
#categorylist .title a{
	font-size:21px;
}
}
@media screen and (min-width:1000px){
#categorylist .catbox{
	margin-bottom:30px;
}
#categorylist .catbox:first-of-type{
	margin-top:15px;
}
#categorylist .title a:hover{
	color:#967273;
	text-decoration:underline;
}
#categorylist .thumb img{
	max-width:250px;
}
#categorylist .more:hover::before{
	background-color:#de768a;
	left:7px;
	margin-top:-8px;
}
#categorylist .more a:hover{
	color:#cc8492;
}
#main #pagelist{
	margin:25px 0 15px;
}
#main #pagelist a{
	-moz-transition:background-color 0.15s ease-out 0s;
	-o-transition:background-color 0.15s ease-out 0s;
	-webkit-transition:background-color 0.15s ease-out;
	-webkit-transition-delay:0s;
	transition:background-color 0.15s ease-out 0s;
}
#main #pagelist a:hover{
	background-color:#b2252e;
	color:#fff;
}
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist{
border:1px solid #ccc;
border-radius:10px;
margin:0 auto 10px;
width:97%;
}
#entrylist h4{
background-color:#b2252e;
border-radius:10px 10px 0 0;
margin:auto;
padding:0;
position:relative;
top:2px;
width:99.4%;
}
#entrylist h4 span{
background-image:linear-gradient(-45deg, #b72d3a 25%, #b2252e 25%, #b2252e 50%, #b72d3a 50%, #b72d3a 75%, #b2252e 75%, #b2252e);
background-size:50px 50px;
border-radius:10px 10px 0 0;
color:#fff;
display:block;
font-size:20px;
font-weight:500;
line-height:1.6;
padding:11px 15px;
position:relative;
top:0;
margin:0;
height:100%;
}
#entrylist dl{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:auto;
padding:5px 0;
width:95%;
}
#entrylist div{
border-top:1px dashed #bbb;
line-height:1.5;
padding:7px 0 8px;
overflow:hidden;
}
#entrylist div:first-of-type{
border-top:none;
}
#entrylist dt a{
font-size:14px;
font-weight:normal;
}
#entrylist dd{
color:#535353;
font-size:12px;
line-height:1.4;
margin:-4px 0 0;
padding:0 0 12px;
}
#entrylist dd:after{
content:"";
clear:both;
display: block;
}
#entrylist dd:last-of-type{
border-bottom:none;
}
/*
#entrylist dt a::after{
background-color:#fbf5e7;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
color:#9b7879;
content:'MORE >';
display:inline-block;
font-size:10px;
margin-left:4px;
padding:1px 6px;
}
*/
#relNavigate{
margin:10px 0;
overflow:hidden;
text-align:center;
}
#relNavigate a{
background-color:#fff;
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:50px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:inline-block;
font-size:14px;
padding:10px;
vertical-align:top;
width:43%;
}
#relNavigate a:last-child{
margin:0 0 0 5px;
}
@media screen and (min-width:768px){
#entrylist h4{
	overflow:hidden;
	}
#entrylist h4 span{
	font-size:18px;
	font-weight:700;
	padding:12px 10px 10px 6px;
	text-indent:20px;
}
#entrylist h4 span::before{
	content:"";
	background-color:#fff;
	border-radius:50%;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:12px;
	width:8px;
	height:8px;
	}
#entrylist dl{
	padding:9px 0;
}
#entrylist dt{
	padding:16px 0 17px;
}
#entrylist dt .entry_title{
	display:block;
	position:relative;
	overflow:hidden;
}
#entrylist dt .entry_title::before{
	background-color:#00a1b3;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	content:"";
	height:13px;
	left:0;
	position:absolute;
	top:6px;
	width:13px;
}
#entrylist dt .entry_title a{
	display:block;
	font-size:16px;
	padding:0 0 0 18px;
	position:relative;
}
#entrylist dt .entry_title a::before{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	content:"";
	height:4px;
	left:4px;
	position:absolute;
	top:10px;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:4px;
}
#entrylist dt .entry_title a::after{
	border-top:1px solid #fff;
	content:"";
	height:0;
	left:2px;
	position:absolute;
	top:12px;
	width:8px;
}
#entrylist dd{
	color:#535353;
	font-size:14px;
	line-height:1.7;
	margin:-12px 0 0;
	padding:0 0 17px;
}
#relNavigate a:last-child{
	margin:0 0 0 10px;
}
}
@media screen and (min-width:1000px){
#entrylist{
}
#entrylist dt span:hover::before{
	background-color:#4cbdc9;
	left:1px;
	top:7px;
}
#entrylist dt a:hover{
	color:#4cbdc9;
}
#relNavigate a{
	-moz-transition:background-color 0.15s ease-out 0s;
	-o-transition:background-color 0.15s ease-out 0s;
	-webkit-transition:background-color 0.15s ease-out;
	-webkit-transition-delay:0s;
	transition:background-color 0.15s ease-out 0s;
}
#relNavigate a:hover{
	background-color:#b2252e;
	color:#fff;
}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin-bottom:10px;
overflow:hidden;
}
#sitemaps ul{
list-style:outside none none;
margin:0;
padding:0 2px;
}
#sitemaps ul li{
background-image:none;
margin:0;
padding:0;
border-bottom:1px dashed #ede8e0;
}
#sitemaps li:last-child{
border-bottom:none;
}
#sitemaps li a{
color:#A8374D;
display:block;
font-size:14px;
line-height:1.75;
padding:12px 35px 12px 15px;
position:relative;
text-align:left;
text-decoration:none;
}
#sitemaps li a::after{
border:4px solid transparent;
border-left:6px solid #A8374D;
content:"";
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
}
#sitemaps .l2 a,
#sitemaps .l3 a{
background-color:#fbf9f7;
font-size:13px;
line-height:1.8;
padding:11px 35px 11px 15px;
}
#sitemaps .l2 a::after,
#sitemaps .l3 a::after{
border:none;
border-right:2px solid #A8374D;
border-top:2px solid #A8374D;
height:4px;
margin-top:-3px;
right:21px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:4px;
}
#sitemaps .l3 a{
padding-left:34px;
}
#sitemaps .l3 a::before{
background-color:#ded3d2;
content:"";
height:2px;
left:19px;
margin:0 8px 0 0;
position:absolute;
top:21px;
width:5px;
}
#sitemaps br{
display:none;
}
@media screen and (min-width:768px){
#sitemaps ul{
	padding:25px;
}
#sitemaps li{
	border-bottom:none;
	margin-bottom:1px;
}
#sitemaps li a{
	display:inline-block;
	font-size:16px;
	line-height:1.5;
	padding:2px 4px 2px 22px;
}
#sitemaps li a::after{
	left:9px;
	margin-top:0;
	right:auto;
	top:10px;
}
#sitemaps li:last-child{
	margin-bottom:0;
}
#sitemaps .l1{
	margin-top:15px;
}
#sitemaps .l1:first-child{
	margin-top:0;
}
#sitemaps .l2 a,
#sitemaps .l3 a{
	font-size:14px;
	line-height:1.75;
	padding:2px 4px 2px 22px;
}
#sitemaps .l2{
	margin-left:16px;
}
#sitemaps .l2 a{
	background-color:transparent;
}
#sitemaps .l2 a::after{
	top:14px;
}
#sitemaps .l3{
	margin-left:28px;
}
#sitemaps .l3 a{
	background-color:transparent;
	padding-left:30px;
}
#sitemaps .l3 a::before{
	left:11px;
	top:14px;
	width:10px;
}
#sitemaps .l3 a::after{
	display:none;
}
}
@media screen and (min-width:1000px){
#sitemaps{
	margin-bottom:20px;
}
#sitemaps li a:hover{
	color:#ca7e7c;
	text-decoration:underline;
}
}
/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6{
overflow:hidden;
padding:10px;
}
#main .grayline ol, #main .graybg ol{
margin:0 0 0 10px;
padding:0;
}
/*
==================================================
ブログモード
==================================================
*/
.blog{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:0 auto 10px;
overflow:hidden;
padding:15px;
width:95%;
box-sizing:border-box;
border:1px solid #ede6dd;
box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
}
.blog .thumb{
float:left;
margin-right:15px;
}
.blog .thumb img{
max-width:100px;
}
.blog .title{
font-size:18px;
font-weight:bold;
line-height:1.6;
margin-bottom:5px;
}
.blog .info{
color:#886061;
font-size:13px;
line-height:1.8;
margin-bottom:5px;
}
.blog .info a{
color:#886061;
}
.blog .body{
clear:both;
padding:10px 0;
}
.blog .more{
text-align:right;
}
.blog .plist{padding:0 5px;}
.blog .plist a{margin:0 2px;}
.blog .plist::before{content:" | ";}
@media screen and (min-width:768px){
.blog{
	padding:25px;
}
.blog .thumb{
	margin:0 25px 25px 0;
}
.blog .thumb img{
	max-width:200px;
}
.blog .title{
	font-size:20px;
	line-height:1.5;
	margin-bottom:10px;
}
.blog .info{
	font-size:14px;
	line-height:1.75;
	margin-bottom:10px;
}
.blog .body{
	overflow:hidden;
	clear:none;
}
}
@media screen and (min-width:1000px){
.blog{
	margin:0 auto 20px;
}
.blog .info a:hover{
	color:#ab8f90;
}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:0 0 10px;
padding:10px;
}
#searchresult dl{
margin:-10px 0;
padding:0;
}
#searchresult dt{
font-size:18px;
font-weight:normal;
line-height:1.6;
padding:15px 0 0;
}
#searchresult dd{
border-bottom:1px dashed #ede8e0;
margin:0;
padding:0 0 15px;
}
#searchresult dd:last-of-type{
border-bottom:none;
}
#searchresult b{
color:#b2252e;
}
@media screen and (min-width:768px){
#searchresult{
	padding:25px;
}
#searchresult dl{
	margin:-25px 0;
}
#searchresult dt{
	padding:20px 0 0;
}
#searchresult dd{
	padding:0 0 20px;
}
}
@media screen and (min-width:1000px){
#searchresult{
	margin:0 0 20px;
}
}
/*
==================================================
リンク集
==================================================
*/
#linklist{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:0 0 10px;
padding:0 10px;
}
#linklist dt{
font-size:18px;
font-weight:normal;
line-height:1.6;
padding:15px 0 0;
}
#linklist dd{
border-bottom:1px dashed #ede8e0;
margin:0;
padding:0 0 15px;
}
#linklist dd:last-of-type{
border-bottom:none;
}
@media screen and (min-width:768px){
#linklist{
	padding:0 25px;
}
#linklist dt{
	padding:20px 0 0;
}
#linklist dd{
	padding:0 0 20px;
}
}
@media screen and (min-width:1000px){
#linklist{
	margin:0 0 20px;
}
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10{
border:none;
}
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10{
background-position:left top;
background-repeat:no-repeat;
background-size:34px auto;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#874241;
font-size:18px;
font-weight:bold;
line-height:1.7;
height:auto;
margin:9px 0;
min-height:38px;
padding:5px 0 0 38px;
}
#menu .point1, #rmenu .point1, #menu .point2, #rmenu .point2, #menu .point3, #rmenu .point3, #menu .point4, #rmenu .point4, #menu .point5, #rmenu .point5, #menu .point6, #rmenu .point6, #menu .point7, #rmenu .point7, #menu .point8, #rmenu .point8, #menu .point9, #rmenu .point9, #menu .point10, #rmenu .point10{
border:none;
background-size:30px auto;
background-position:center left;
height:auto;
padding-left:35px;
}
@media screen and (min-width:768px){
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10{
	background-position:left top;
	background-size:auto auto;
	font-size:22px;
	line-height:1.65;
	margin:12px 0;
	min-height:44px;
	padding:5px 0 0 46px;
}
}
.point1{
background-image:url(img/point1.png);
}
.point2{
background-image:url(img/point2.png);
}
.point3{
background-image:url(img/point3.png);
}
.point4{
background-image:url(img/point4.png);
}
.point5{
background-image:url(img/point5.png);
}
.point6{
background-image:url(img/point6.png);
}
.point7{
background-image:url(img/point7.png);
}
.point8{
background-image:url(img/point8.png);
}
.point9{
background-image:url(img/point9.png);
}
.point10{
background-image:url(img/point10.png);
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10{
border:none;
height:auto;
}
.rank{
background-color:#f6f2e6;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-size:6px 6px;
border-top:2px solid #ceb14d;
margin:15px 0 10px;
padding:5px;
}
.rank .rank-container{
padding:10px 0 0;
position:relative;
}
.rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10{
background-position:left top;
font-size:22px;
font-weight:bold;
line-height:1.5;
margin:0 0 10px;
min-height:0;
}
.rank .rank1 a, .rank .rank2 a, .rank .rank3 a, .rank .rank4 a, .rank .rank5 a, .rank .rank6 a, .rank .rank7 a, .rank .rank8 a, .rank .rank9 a, .rank .rank10 a{
color:#7f6d3f;
//text-decoration:none;
}
.rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10{
background-position:5px top;
}
.rank .rank1, .rank .rank2, .rank .rank3{
background-size:auto 36px;
padding:6px 0 0 65px;
min-height:40px;
}
.rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10{
background-size:auto 36px;
padding:6px 0 0 50px;
min-height:40px;
}
.rank .rank-inner{
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
padding:13px;
position:relative;
z-index:0;
}
.rank .rank-inner::before{
border:1px solid #ebe7d5;
bottom:5px;
content:"";
left:5px;
position:absolute;
right:5px;
top:5px;
z-index:-1;
}
.rank .float-l,
.rank .float-r{
float:none;
max-width:100%;
margin:0 auto;
text-align:center;
}
.rank .float-l img,
.rank .float-r img{
margin:0;
}
.rank .rankbox{
margin-bottom:10px;
overflow:hidden;
}
.rank .feature{
color:#8b7e54;
font-size:19px;
line-height:1.7;
margin-bottom:7px;
padding:0 0 12px;
position:relative;
}
.rank .feature::before{
background-color:#f7f2e3;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
background-size:17px 17px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
bottom:0;
content:"";
height:6px;
left:0;
position:absolute;
width:100%;
}
.rank .rankbox .rnkbody{
color:#8b7e54;
}
.rank .rank-table table{
border:1px solid #b69c3b;
border-collapse:separate;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border-spacing:0;
font-size:16px;
margin:10px 0;
overflow:hidden;
width:100%;
}
.rank .rank-table table tr:first-child th{
-moz-border-radius:5px 0 0 0;
-webkit-border-radius:5px;
border-radius:5px 0 0 0;
}
.rank .rank-table table tr:first-child td{
-moz-border-radius:0 5px 0 0;
-webkit-border-radius:0;
border-radius:0 5px 0 0;
}
.rank .rank-table table tr:last-child th, .rank .rank-table table tr:last-child td{
border-bottom:none;
}
.rank .rank-table table tr:last-child th{
-moz-border-radius:0 0 0 5px;
-webkit-border-radius:0;
border-radius:0 0 0 5px;
}
.rank .rank-table table tr:last-child td{
-moz-border-radius:0 0 5px 0;
-webkit-border-radius:0;
border-radius:0 0 5px 0;
}
.rank .rank-table table th, .rank .rank-table table td{
border:none;
border-bottom:1px solid #b69c3b;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#8b772c;
font-weight:normal;
padding:12px 15px;
text-align:left;
vertical-align:top;
}
.rank .rank-table table th{
background-color:#fbf3dc;
border-right:1px solid #b69c3b;
text-align:center;
width:80px;
}
.rank .rank-table table td{
background-color:#fffdf6;
vertical-align:baseline;
}
.rank .rank-table .rank-price{
display:inline-block;
font-size:28px;
line-height:1;
margin:3px 3px 0 0;
color:#ff8f00;
}
.rank .rank-table table img{
vertical-align:middle;
}
.rank .comment{
background-color:#fdfbef;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
margin:10px 0;
}
.rank .comment .comment-inner{
padding:12px 10px;
}
.rank .comment .comment-tit{
margin:0 0 10px;
}
.rank .comment .comment-tit span{
background-image:url(img/comment-tit.png);
background-position:left top;
background-repeat:no-repeat;
background-size:30px auto;
color:#da7471;
display:block;
font-size:19px;
font-weight:bold;
line-height:1.4;
min-height:26px;
padding:0 0 0 40px;
}
.rank .comment .comment-body{
background-image:url("img/p_bg.png");
background-position:left top;
background-repeat:repeat;
color:#443d23;
font-size:16px;
line-height:32px;
padding:0 0 1px;
}
.rank .more{
margin:12px 0 0;
position:relative;
text-align:center;
clear:both;
}
.rank .more span{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:block;
margin-bottom:12px;
position:relative;
z-index:0;
}
.rank .more span.official a{
background-color:#97d3d2;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3ZDNkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwYmZiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97d3d2), color-stop(100%, #80bfbd));
background-image:-moz-linear-gradient(top, #97d3d2, #80bfbd);
background-image:-webkit-linear-gradient(top, #97d3d2, #80bfbd);
background-image:linear-gradient(to bottom, #97d3d2, #80bfbd);
-moz-box-shadow:0 2px 0 #6e968e;
-webkit-box-shadow:0 2px 0 #6e968e;
box-shadow:0 2px 0 #6e968e;
text-shadow:0 0 5px rgba(75, 156, 154, 0.3);
}
.rank .more span.official a::before{
background-image:url(img/button_official.png);
background-position:left 5px;
}
.rank .more a{
background-color:#ecb4bf;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYjRiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2OTdhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ecb4bf), color-stop(100%, #e697a8));
background-image:-moz-linear-gradient(top, #ecb4bf, #e697a8);
background-image:-webkit-linear-gradient(top, #ecb4bf, #e697a8);
background-image:linear-gradient(to bottom, #ecb4bf, #e697a8);
-moz-border-radius:100px;
-webkit-border-radius:100px;
border-radius:100px;
-moz-box-shadow:0 2px 0 #aa7275;
-webkit-box-shadow:0 2px 0 #aa7275;
box-shadow:0 2px 0 #aa7275;
color:#fff;
display:block;
font-size:20px;
font-weight:bold;
letter-spacing:0;
padding:10px 0 10px 25px;
position:relative;
text-decoration:none;
text-shadow:0 0 5px rgba(211, 113, 131, 0.3);
}
.rank .more a::before{
background-image:url(img/button_more.png);
background-position:left 3px;
background-repeat:no-repeat;
bottom:0;
content:"";
left:22px;
position:absolute;
right:0;
top:16px;
}
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10{
background-repeat:no-repeat;
border:none;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-size:20px;
height:auto;
line-height:1.5;
margin:12px 0;
}
.rank1, .rank2, .rank3{
background-position:left top;
background-size:61px auto;
min-height:39px;
padding:7px 0 0 72px;
}
.rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10{
background-position:5px top;
background-size:35px auto;
min-height:33px;
padding:5px 0 0 49px;
}
.rank1{
background-image:url(img/rank1.png);
}
.rank2{
background-image:url(img/rank2.png);
}
.rank3{
background-image:url(img/rank3.png);
}
.rank4{
background-image:url(img/rank4.png);
}
.rank5{
background-image:url(img/rank5.png);
}
.rank6{
background-image:url(img/rank6.png);
}
.rank7{
background-image:url(img/rank7.png);
}
.rank8{
background-image:url(img/rank8.png);
}
.rank9{
background-image:url(img/rank9.png);
}
.rank10{
background-image:url(img/rank10.png);
}
@media screen and (min-width:768px){
.rank{
	margin:20px 0;
	padding:10px;
}
.rank .float-l,
.rank .float-r{
	max-width:30%;
}
.rank .float-l img,
.rank .float-r img{
	margin:0 10px 25px;
}
.rank .feature{
	font-size:20px;
	line-height:1.4;
	margin-bottom:15px;
	padding:0 0 17px;
}
.rank .rank-table table th, .rank .rank-table table td{
	padding:14px 30px;
}
.rank .rank-table table th{
	width:25%;
}
.rank .comment .comment-inner{
	padding:20px;
}
.rank .comment .comment-tit{
	margin:0 0 8px;
}
.rank .comment .comment-tit span{
	background-size:37px auto;
	font-size:20px;
	min-height:33px;
	padding:2px 0 1px 48px;
}
.rank .comment .comment-body{
	margin:0 0 3px;
}
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10{
	font-size:22px;
	margin:20px 0;
}
.rank1, .rank2, .rank3{
	padding:5px 0 0 72px;
}
.rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10{
	background-position:13px top;
	min-height:33px;
	padding:1px 0 0 72px;
}
}
@media screen and (min-width:1000px){
.rank{
	margin:20px 0;
}
.rank .rank1 a:hover, .rank .rank2 a:hover, .rank .rank3 a:hover, .rank .rank4 a:hover, .rank .rank5 a:hover, .rank .rank6 a:hover, .rank .rank7 a:hover, .rank .rank8 a:hover, .rank .rank9 a:hover, .rank .rank10 a:hover{
	color:#a59878;
	text-decoration:underline;
}
.rank .float-l{
	float:left;
	max-width:30%;
}
.rank .float-l{
	padding:0 20px 25px 0;
}
.rank .float-l img{
	margin:0 20px 25px 0;
}
.rank .more a{
	padding:12px 0 12px 12px;
}
.rank .more span{
	 width:46%;
	 margin-left:2%;
	 margin-right:2%;
}
#main .rank .more{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.rank .more a::before{
	left:34px;
	top:18px;
}
.rank .more a::after{
	border:5px solid transparent;
	border-left:8px solid #fff;
	content:"";
	margin-top:-4px;
	position:absolute;
	right:22px;
	top:50%;
}
.rank .more a:hover{
	background-image:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	left:0;
	top:2px;
}
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1, #rmenu .rank1, #menu .rank2, #rmenu .rank2, #menu .rank3, #rmenu .rank3, #menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5, #menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10{
background-repeat:no-repeat;
border:none;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-size:18px;
font-weight:bold;
height:auto;
line-height:1.5;
margin:0 0 10px;
}
#menu .rank1, #rmenu .rank1, #menu .rank2, #rmenu .rank2, #menu .rank3, #rmenu .rank3{
background-position:left top;
background-size:46px auto;
min-height:24px;
padding:8px 0 5px 53px;
}
#menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5, #menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10{
background-position:1px top;
background-size:30px auto;
min-height:26px;
padding:8px 0 0px 44px;
}
#menu .rank1{
background-image:url(img/rank1.png);
}
#menu .rank2{
background-image:url(img/rank2.png);
}
#menu .rank3{
background-image:url(img/rank3.png);
}
#menu .rank4{
background-image:url(img/rank4.png);
}
#menu .rank5{
background-image:url(img/rank5.png);
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 #menu,
#column1 #main{
float:none;
width:100%;
box-sizing:border-box;
}
@media screen and (min-width:768px){
#column1 #main{
padding-left:16px;
padding-right:16px;
 }
#column1 #text1, #column1 #text2, #column1 #text3, #column1 #text4, #column1 #text5, #column1 #text6, #column1 #text7, #column1 #text8, #column1 #text9, #column1 #text10, #column1 #space1, #column1 #space2{padding:16px 24px;}
#column1 #menu h4, #column1 #menu .title, #column1 #rmenu h4, #column1 #rmenu .title{
	padding:14px 10px 14px 40px;
}
#column1 #menu h4:after, #column1 #menu .title:after, #column1 #rmenu h4:after, #column1 #rmenu .title:after{
width:97%;
}
#column1 #menu .menubox,
#column1 #rmenu .menubox{
	padding:10px 25px;
}
#column1 #menu .menulist,
#column1 #rmenu .menulist{
	padding:10px 25px 5px 25px;
}
#column1 #menu .menulist ul,
#column1 #rmenu .menulist ul{
	overflow:hidden;
	padding:0;
}
#column1 #menu .menulist li,
#column1 #rmenu .menulist li{
	float:left;
	margin:0 15px 0 0;
}
#column1 #menu .menulist li a:hover,
#column1 #rmenu .menulist li a:hover{
	text-decoration:underline;
}
#column1 #menu .menulist .l2 a,
#column1 #menu .menulist .l3 a,
#column1 #rmenu .menulist .l2 a,
#column1 #rmenu .menulist .l3 a{
	font-size:14px;
	line-height:1.75;
}
#column1 #menu .menulist .l2 a::after,
#column1 #menu .menulist .l3 a::after,
#column1 #rmenu .menulist .l2 a::after,
#column1 #rmenu .menulist .l3 a::after{
	border:4px solid transparent;
	border-left:6px solid #A8374D;
	height:auto;
	left:9px;
	margin-top:0;
	right:auto;
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	-webkit-transform:rotate(0);
	transform:rotate(0);
	top:10px;
	width:auto;
}
#column1 #menu .menulist .l3 a,
#column1 #rmenu .menulist .l3 a{
	padding-left:22px;
}
#column1 #menu .menulist .l3 a::before,
#column1 #rmenu .menulist .l3 a::before{
	display:none;
}
#column1 #menu .menulist .l3 a::after,
#column1 #rmenu .menulist .l3 a::after{
	display:block;
}
#column1 ul#newEntry, #column1 ul#entryarchive{
	padding:0;
}
#column1 ul#newEntry li, #column1 ul#entryarchive li{
	display:inline-block;
	margin-right:10px;
}
#column1 #categorylist .body{
	background-image:url("img/category_bg.png");
	background-position:left top;
	background-repeat:repeat;
	color:#4e4e4e;
	padding:0;
	text-align:left;
	width:95%;
	margin:0 auto;
}
#column1 #categorylist .thumb{
	float:left;
	margin:0 15px 5px 0;
}
#column1 #categorylist .thumb img{
	display:block;
	max-width:200px;
}
#column1 #categorylist p{
	background-image:none;
	font-size:14px;
	line-height:30px;
	overflow:hidden;
	padding:0;
}
#column1 #categorylist p::before{
	display:none;
}
#column1 #categorylist .more{
	margin:7px 5px 10px 0;
}
#column1 .rank .rank-container{
	padding:0;
	position:relative;
}
#column1 .rank .rank-container::before{
	height:70px;
	margin:0 0 -25px;
	max-height:70px;
	top:-36px;
}
#column1 .rank .rank1, #column1 .rank .rank2, #column1 .rank .rank3, #column1 .rank .rank4, #column1 .rank .rank5, #column1 .rank .rank6, #column1 .rank .rank7, #column1 .rank .rank8, #column1 .rank .rank9, #column1 .rank .rank10{
	background-position:left top;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:22px;
	line-height:1.5;
	margin:10px 0 8px 12px;
}
#column1 .rank .rank1, #column1 .rank .rank2, #column1 .rank .rank3{
	background-size:96px auto;
	min-height:69px;
	padding:18px 0 0 112px;
}
#column1 .rank .rank4, #column1 .rank .rank5, #column1 .rank .rank6, #column1 .rank .rank7, #column1 .rank .rank8, #column1 .rank .rank9, #column1 .rank .rank10{
	background-size:auto auto;
	min-height:61px;
	padding:12px 0 0 80px;
}
#column1 .rank .rank-inner{
	padding:35px;
}
#column1 .rank .rankbox{
	margin-bottom:25px;
}
#column1 .rank .rank-table table{
	margin:25px 0;
}
#column1 .rank .comment{
	margin:25px 0;
}
#column1 .rank .more{
	margin:25px 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
#column1 .rank .more span{
	width:46%;
	margin-left:2%;
	margin-right:2%;
}
}
@media screen and (min-width:1000px){
#column1 #menu .menulist li a:hover,
#column1 #rmenu .menulist li a:hover{
	color:#ca7e7c;
	text-decoration:underline;
}
#column1 #categorylist .thumb img{
	max-width:250px;
}
#column1 .rank .rank-container::before{
	height:96px;
	margin:0 0 -30px;
	max-height:96px;
	top:-46px;
}
#column1 .rank .more::after{
	clear:both;
	content:"";
	display:block;
}
#column1 .rank .more span.official a:hover{
	background-image:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
}
/*
==================================================
２カラムレイアウト
==================================================
*/
@media screen and (min-width:768px){
#column2 #menu h4,
#column2 #menu .title,
#column2 #rmenu h4,
#column2 #rmenu .title{
	padding:14px 10px 14px 40px;
	font-size:16px;
	}
#column2 #menu .title span::before,
#column2 #rmenu .title span::before{
	background-position:3px 11px;
}
#column2 #categorylist .body{
	background-image:url("img/category_bg.png");
	background-position:left top;
	background-repeat:repeat;
	margin:auto;
	color:#4e4e4e;
	padding:0;
	text-align:left;
	width:95%;
}
#column2 #categorylist .thumb{
	float:left;
	margin:0 15px 10px 0;
}
#column2 #categorylist .thumb img{
	display:block;
	max-width:200px;
}
#column2 #categorylist p{
	background-image:none;
	font-size:14px;
	line-height:30px;
	overflow:hidden;
	padding:0;
}
#column2 #categorylist p::before{
	display:none;
}
#column2 #categorylist .more{
	margin:7px 5px 10px 0;
}
#column2 .rank .rank-container{
	padding:0;
	position:relative;
}
#column2 .rank .rank-container::before{
	height:70px;
	margin:0 0 -25px;
	max-height:70px;
	top:-36px;
}
#column2 .rank .rank1, #column2 .rank .rank2, #column2 .rank .rank3, #column2 .rank .rank4, #column2 .rank .rank5, #column2 .rank .rank6, #column2 .rank .rank7, #column2 .rank .rank8, #column2 .rank .rank9, #column2 .rank .rank10{
	background-position:left top;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:22px;
	line-height:1.5;
	margin:10px 0 8px 12px;
}
#column2 .rank .rank1, #column2 .rank .rank2, #column2 .rank .rank3{
	background-size:96px auto;
	min-height:69px;
	padding:18px 0 0 112px;
}
#column2 .rank .rank4, #column2 .rank .rank5, #column2 .rank .rank6, #column2 .rank .rank7, #column2 .rank .rank8, #column2 .rank .rank9, #column2 .rank .rank10{
	background-size:auto auto;
	min-height:61px;
	padding:12px 0 0 80px;
}
#column2 .rank .rank-inner{
	padding:35px;
}
#column2 .rank .rankbox{
	margin-bottom:25px;
}
#column2 .rank .rank-table table{
	margin:25px 0;
}
#column2 .rank .comment{
	margin:25px 0;
}
#column2 .rank .more{
	margin:25px 0 0;
}
}
@media screen and (min-width:1000px){
#column2 #menu .menulist li a{
	-moz-transition:background-color 0.15s ease-out 0s;
	-o-transition:background-color 0.15s ease-out 0s;
	-webkit-transition:background-color 0.15s ease-out;
	-webkit-transition-delay:0s;
	transition:background-color 0.15s ease-out 0s;
}
#column2 #menu .menulist li a:hover{
	background-color:#fbe9e8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#column2 #categorylist .thumb img{
	max-width:250px;
}
#column2 .rank .rank-container::before{
	height:96px;
	margin:0 0 -30px;
	max-height:96px;
	top:-46px;
}
#column2 .rank .more::after{
	clear:both;
	content:"";
	display:block;
}
#column2 .rank .more span.official a:hover{
	background-image:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
}
/*
==================================================
メニュー用ランキング調整スタイル
==================================================
*/
@media screen and (min-width:768px){
	#menu .rank,#rmenu .rank{
		padding:5px 0;
		margin:10px 0;
	}
	#menu .rank .rank1, #menu .rank .rank2, #menu .rank .rank3{
		background-color:transparent;
	}
	#menu .rankbox, #rmenu .rankbox{
		padding:5px !important;
	}
	#menu .rank .float-l,
	#rmenu .rank .float-l{
		width:100%;
		text-align:center;
		float:none;
		padding:5px 0;
		max-width:100%;
	}
	#menu .rank td,
	#rmenu .rank td,
	#menu .rank th,
	#rmenu .rank th{
		padding:8px 5px!important;
		font-size:14px;
	}
	#menu .rank .rank-price,
	#rmenu .rank .rank-price{
		font-size:22px;
	}
	#menu .rank .float-l img,
	#rmenu .rank .float-l img{
		display:block;
		margin:auto;
	}
	#menu .rank .rank-inner,
	#rmenu .rank .rank-inner{
		padding:5px;
	}
	#menu .rank .comment .comment-inner,
	#rmenu .rank .comment .comment-inner{
		padding:10px;
	}
	#menu .rank .rankbox .rnkbody,
	#rmenu .rank .rankbox .rnkbody{
		font-size:14px;
	}
	#menu .rank .comment .comment-body,
	#rmenu .rank .comment .comment-body{
		padding:0px;
		font-size:14px;
		line-height:32px;
	}
	#menu .rank .more a,
	#rmenu .rank .more a{
		font-size:14px;
		padding:8px;
	}
	#menu .rank .more span,
	#rmenu .rank .more span{
		width:100%;
		margin:8px 0 !important;
		float:none;
	}
	#menu .rank .comment .comment-tit span,
	#rmenu .rank .comment .comment-tit span{
		font-size:16px;
		min-height:16px;
	}
	#menu .rank .rank-inner::before,
	#rmenu .rank .rank-inner::before,
	#menu .rank .more a::before,
	#rmenu .rank .more a::before{
		display:none;
	}
	#menu .rank .more a::after,
	#rmenu .rank .more a::after{
		left:8%;
	}
	#column3 #menu .rank .more a:after,
	#column3 #rmenu .rank .more a:after{
		display:none;
	}
	#menu .rank .comment .comment-tit span,
	#rmenu .rank .comment .comment-tit span{
		padding:5px;
		background-image:none;
	}
	#menu .rank .rank1,#menu .rank .rank2,#menu .rank .rank3,
	#rmenu .rank .rank1,#rmenu .rank .rank2,#rmenu .rank .rank3{
		background-size:auto 36px;
		padding:5px 0 0 64px;
		font-size:1rem;
		min-height:36px;
	}
	#menu .rank .rank4,#menu .rank .rank5,#menu .rank .rank6,#menu .rank .rank7,#menu .rank .rank8,#menu .rank .rank9,#menu .rank .rank10,
	#rmenu .rank .rank4,#rmenu .rank .rank5,#rmenu .rank .rank6,#rmenu .rank .rank7,#rmenu .rank .rank8,#rmenu .rank .rank9,#rmenu .rank .rank10{
		background-size:auto 36px;
		padding:10px 0 0 44px;
		font-size:1rem;
		min-height:36px;
	}
}
/*
==================================================
レイアウト切り替え用スタイル
==================================================
*/
#headerbox{
height:auto !important;
}
@media screen and (max-width:767px){
#top h1{
	padding:12px 5px;
	
	
	padding:12px 46px 12px 5px;
	
}
#topmenubtn{
	display:none;
	
	
	display:block;
	
}
#main,
#menu,
#rmenu,
#layoutbox{
	float:none !important;
}
}
#topmenubox{
	display:none;
	
	
	display:block;
	
}
#contents #main .txt-border{
background-position:left 10px;
margin-left:0;
margin-right:0;
margin-top:0;
padding:10px !important;
}
#contents #main .txt-border::before{
border:10px solid #fff;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#contents #main .txt-grayback,
#contents #main .txt-colorback{
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
#contents #main .txt-frame,
#contents #main .txt-colorframe{
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
#contents #main .txt-rndbox{
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
}
#contents #main .txt-decbox1,
#contents #main .txt-decbox2{
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
overflow:hidden;
}
#contents #main .txt-decbox1 .top h3,
#contents #main .txt-decbox2 .top h3{
box-shadow:none;
}
#contents #main .txt-decbox1 .top h3 span,
#contents #main .txt-decbox2 .top h3 span{
display:block;
text-shadow:none;
}
@media screen and (min-width:768px){
#contents #main .txt-border{
	background-position:left 25px;
	padding:25px !important;
}
#contents #main .txt-decbox1 .body h3,
#contents #main .txt-decbox2 .body h3{
	margin:0 0 15px;
	padding:16px 0;
}
#contents #main .txt-decbox1 .body h3::before,
#contents #main .txt-decbox2 .body h3::before{
	bottom:4px;
	left:4px;
	right:4px;
	top:4px;
}
#contents #main .txt-frame .top{
	background-image:url("img/frame_t.gif"), url("img/frame_t.gif"), url("img/frame_t.gif");
	background-position:left top, 893px top, 1786px top;
}
#contents #main .txt-frame .bottom{
	background-image:url("img/frame_b.gif"), url("img/frame_b.gif"), url("img/frame_b.gif");
	background-position:left top, 893px top, 1786px top;
}
#contents #main .txt-colorframe .top{
	background-image:url("img/colorframe_t.gif"), url("img/colorframe_t.gif"), url("img/colorframe_t.gif");
	background-position:left top, 893px top, 1786px top;
}
#contents #main .txt-colorframe .bottom{
	background-image:url("img/colorframe_b.gif"), url("img/colorframe_b.gif"), url("img/colorframe_b.gif");
	background-position:left top, 893px top, 1786px top;
}
#contents #main .txt-rndbox .top{
	background-image:url("img/round_t.gif"), url("img/round_t.gif"), url("img/round_t.gif");
	background-position:left top, 885px top, 1770px top;
}
#contents #main .txt-rndbox .bottom{
	background-image:url("img/round_b.gif"), url("img/round_b.gif"), url("img/round_b.gif");
	background-position:left top, 885px top, 1770px top;
}
#contents #main .txt-decbox1 .top{
	background-image:url("img/decbox_t.gif"), url("img/decbox_t.gif"), url("img/decbox_t.gif");
	background-position:left top, 850px top, 1700px top;
}
#contents #main .txt-decbox1 .bottom{
	background-image:url("img/decbox_b.gif"), url("img/decbox_b.gif"), url("img/decbox_b.gif");
	background-position:left top, 850px top, 1700px top;
}
.txt-decbox2{
	position:relative;
	z-index:0;
}
.txt-decbox2::before, .txt-decbox2::after{
	background-image:url("img/decbox2_r.gif");
	background-position:left bottom;
	background-repeat:repeat-y;
	bottom:0;
	content:"";
	position:absolute;
	top:0;
	width:880px;
	z-index:-2;
}
.txt-decbox2::before{
	right:900px;
}
.txt-decbox2::after{
	right:1780px;
}
.txt-decbox2 .body{
	z-index:1;
}
.txt-decbox2 .top,
.txt-decbox2 .bottom{
	position:relative;
}
.txt-decbox2 .top::before, .txt-decbox2 .top::after,
.txt-decbox2 .bottom::before,
.txt-decbox2 .bottom::after{
	background-repeat:no-repeat;
	content:"";
	height:16px;
	position:absolute;
	z-index:-1;
}
.txt-decbox2 .top::before,
.txt-decbox2 .bottom::before{
	right:900px;
}
.txt-decbox2 .top::before, .txt-decbox2 .top::after{
	background-image:url("img/decbox2_tr.gif");
	background-position:left top;
	top:0;
	width:890px;
}
.txt-decbox2 .top::after{
	right:1790px;
}
.txt-decbox2 .bottom::before, .txt-decbox2 .bottom::after{
	background-image:url("img/decbox2_br.gif");
	background-position:left bottom;
	bottom:0;
	width:730px;
}
.txt-decbox2 .bottom::after{
	right:1630px;
}
}
#main .txt-frame, #main .txt-colorframe,#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
	padding:0 !important;
}
body{
background-repeat:no-repeat;
}
#header{ height:200px; }
#headerbox{height:200px; }
#header h2 ,#header .title{
text-shadow:-1px -1px #FFF,1px -1px #FFF,-1px1px #FFF,1px1px #FFF,0 1px 5px rgba(0, 0, 0, 0.2);
}
#header h2 a, #header h2 a:visited,#header h2 a:hover,#header .title a,#header .title a:visited{}
#headertext ,#header .desc{
}
@media screen and (min-width:768px){
#header h2 ,#header .title{
left:30%;width:65%;
}
#headertext ,#header .desc{
left:30%;width:65%;
}
#main{ float:right; }
#column2 #menu,#column3 #menu{ float:left; }
#column3 #rmenu{ float:right; }
#column3 #layoutbox{ float:left; }
#column3 #main{ float:right; }
}
@media screen and (max-width:640px){#header .desc{width:auto;}}
body,footer,#footer,#footer > div{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
h1,h2,h3,h4,h5,h6,.title,dt,h3 > span,h4 > span,h5 > span,h6 > span,.title > span,div[id$="menu"] h4,div[id$="menu"] .title,#indexlist .title{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif !important;font-weight:bold;}
#entrylist h4,#entrylist h4::before{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif !important;font-weight:bold;}
#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
