@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");
/*
==================================================
スタイルの初期化
==================================================
*/
*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	background: transparent;
	border: 0;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
	_zoom: 1;
	display: block;
	text-align: left;
}
img {
	border: 0;
}
@media screen and (max-width: 899px) {
	img {
		font-size: 0;
		height: auto;
		line-height: 0;
		max-width: 100%;
		vertical-align: top;
	}
}
@media screen and (max-width: 640px) {
	img {
		float: none !important;
	}
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #f9f6f1;
	color: #5b544f;
	font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
h1, h2, h3, h4, h5, h6, .title, dt {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}
/* リスト
==================================================
*/
ul {
	padding: 15px 0;
}
ul li {
	background-image: url(img/li.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding: 6px 0 8px 30px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	ul li {
		background-image: url(img/li@2x.png);
		-webkit-background-size: 24px 16px;
		background-size: 22px 16px;
	}
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
/* リンク
==================================================
*/
a { color: #3d9abb; }
a:hover {
	color: #9eccdd;
	text-decoration: none;
}
a:hover img {
	background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
}
@media screen and (max-width: 640px) {
	#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
		left: 0;
		top: 0;
	}
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#wrapper .inner {
	background-image: url(img/bg.gif);
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
	width: 100%;
}
#contents {
	background-image: url(img/main_bg_l.png);
	background-position: 210px top;
	background-repeat: repeat-y;
	margin: 0 auto 56px auto;
	padding-top: 6px;
	position: relative;
	text-align: center;
	width: 900px;
}
#layoutbox {
	background-image: url(img/main_bg_r.png);
	background-position: right top;
	background-repeat: repeat-y;
	margin-right: -30px;
	padding-right: 30px;
	position: relative;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper .inner {
		background-image: url(img/bg@2x.gif);
		-webkit-background-size: 410px 306px;
		background-size: 410px 306px;
	}
	#contents {
		background-image: url(img/main_bg_l@2x.png);
		-webkit-background-size: 38px 240px;
		background-size: 38px 240px;
	}
	#layoutbox {
		background-image: url(img/main_bg_r@2x.png);
		-webkit-background-size: 38px 240px;
		background-size: 38px 240px;
	}
}
#siteNavi {
	font-size: 12px;
	margin-bottom: 15px;
	padding-top: 10px;
	position: relative;
}
@media screen and (max-width: 899px) {
	#contents {
		background-position: 23.3333333333% top;
		padding: 0 10px;
		width: auto;
	}
	#layoutbox {
		background-image: none;
		margin-right: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 640px) {
	#contents {
		background-image: none;
		margin: 0;
		padding: 0;
	}
	#siteNavi {
		font-size: 11px;
	}
}
/* ページ上部へ戻る
==================================================
*/
#pagetop {
	bottom: -43px;
	clear: both;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 144px;
}
@media screen and (max-width: 899px) {
	#pagetop {
		right: 0;
	}
	#pagetop:before,
	#pagetop:after {
		background-color: #e8e1db;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		content: "";
		display: block;
		height: 4px;
		left: 50%;
		position: absolute;
		top: -8px;
		width: 4px;
	}
	#pagetop:after {
		top: -16px;
	}
	#pagetop a {
		background-color: #e8e1db;
		background-image: none;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #9e9080;
		font-size: 12px;
		height: 25px;
		letter-spacing: 0.1em;
		line-height: 25px;
		padding-left: 46px;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
	}
	#pagetop a:before {
		border-bottom: 7px solid #ffffff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid transparent;
		content: "";
		height: 0;
		left: 20px;
		position: absolute;
		top: -2px;
		width: 0;
	}
	#pagetop a:after {
		background-color: #ffffff;
		content: "";
		display: block;
		height: 5px;
		left: 25px;
		position: absolute;
		top: 13px;
		width: 6px;
	}
}
@media screen and (max-width: 640px) {
	#pagetop {
		bottom: -62px;
		right: auto;
		width: 100%;
	}
	#pagetop:before,
	#pagetop:after {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: inline;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	#pagetop a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f4ef), color-stop(100%,#e6dfd9));
		background: linear-gradient(to bottom, #f7f4ef 0%,#e6dfd9 100%);
		font-size: 13px;
		height: 38px;
		line-height: 38px;
		margin: 0 10px;
		padding-left: 0;
		text-align: center;
		width: auto;
	}
	#pagetop a:before {
		border: none;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	#pagetop a:after {
		background-color: transparent;
		display: block;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
}
/* 検索ボックス
==================================================
*/
#searchbox form {
	background-image: url(img/search_input.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	height: 24px;
	left: 50%;
	margin-left: 201px;
	position: absolute;
	text-align: left;
	top: 22px;
	width: 200px;
	z-index: 1;
}
#searchbox input {
	background-color: transparent;
	background-image: url(img/searchbutton.png);
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	color: #5b544f;
	cursor: pointer;
	font-size: 0;
	height: 24px;
	left: 205px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 200%;
	top: 0;
	white-space: nowrap;
	width: 44px;
	-webkit-appearance: none;
}
#searchbox .skwd {
	background-image: none;
	cursor: auto;
	font-size: 12px;
	height: 20px;
	left: 20px;
	line-height: 20px;
	text-indent: 0;
	top: 2px;
	width: 180px;
}
@media screen and (max-width: 899px) {
	#searchbox form {
		background: none repeat scroll 0 0 transparent;
		left: auto;
		margin-left: 0;
		right: 65px;
		width: 22.2222222222%;
	}
	#searchbox form:before {
		border: 2px solid #d1d1d1;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		content: "";
		height: 8px;
		left: 0;
		position: absolute;
		top: 4px;
		width: 8px;
	}
	#searchbox form:after {
		background-color: #d1d1d1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		content: "";
		height: 9px;
		left: 11px;
		position: absolute;
		top: 12px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 2px;
	}
	#searchbox input {
		background-image: none;
		color: #a09291;
		font-size: 14px;
		left: auto;
		line-height: 24px;
		right: -55px;
		text-indent: 0;
		width: 50px;
	}
	#searchbox .skwd {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #5b544f;
		font-size: 12px;
		left: 0;
		line-height: 20px;
		padding-left: 22px;
		right: auto;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#searchbox {
		padding: 10px 10px 0 10px;
	}
	#searchbox form {
		border-bottom: none;
		height: 36px;
		margin-bottom: 10px;
		position: relative;
		right: auto;
		top: auto !important;
		width: 100%;
	}
	#searchbox form:before {
		left: 9px;
		top: 10px;
	}
	#searchbox form:after {
		left: 20px;
		top: 18px;
	}
	#searchbox input {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f4ef), color-stop(100%,#e6dfd9));
		background: linear-gradient(to bottom, #f7f4ef 0%,#e6dfd9 100%);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		right: 0;
		text-indent: 0;
		white-space: normal;
		width: 22%;
	}
	#searchbox .skwd {
		border: 1px solid #efecec;
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding-left: 32px;
		top: 0;
		width: 77%;
	}
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
	margin: 0 8px 8px 8px;
}
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	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;
}
/* (スマホ用)画像の中央揃え処理 */
@media screen and (max-width: 640px) {
	.txt-img{
		padding: 0 10px;
		text-align: center !important;
	}
	.txt-img,.txt-img img{
		float:none !important;
	}
	.float-l p,.float-l{
		text-align:center;
		float:none;
	}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
	background-color: #ffffff;
	background-image: url(img/top_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 9px;
	width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#top {
		background-image: url(img/top_bg@2x.png);
		-webkit-background-size: 42px 9px;
		background-size: 42px 9px;
	} 
}
#top h1 {
	left: 50%;
	margin-left: -450px;
	padding: 15px 0;
	position: relative;
	width: 600px;
}
#top h1 a {
	color: #f095a4;
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
}
#top h1 a img {
	vertical-align: middle;
}
@media screen and (max-width: 899px) {
	#top {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	#top h1 {
		left: auto;
		margin-left: 0;
		width: 66.6666666667%;
	}
}
@media screen and (max-width: 640px) {
	#top {
		background-image: none;
		padding: 0;
	}
	#top h1 {
		padding: 15px 68px 15px 10px;
		width: auto;
	}
}
/* ヘッダー
==================================================
*/
#headerbox {
	background-image: url(img/headerbox.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}
#headerbox .inner {
	background-image: url(img/lace_t.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0 0 25px;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#headerbox .inner {
		background-image: url(img/lace_t@2x.png);
		-webkit-background-size: 21px 15px;
		background-size: 21px 15px;
	}
}
#header {
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 900px;
}
#header img {
	left: 0;
	position: absolute;
	top: 0;
}
#header #headertxt {
	left: 140px;
	position: absolute;
	top: 80px;
	width: 45%;
}
#header .title a,
#header .desc {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#header .title a {
	color: #f095a4;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	word-wrap: break-word;
}
#header .desc {
	color: #574845;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 5px;
	word-wrap: break-word;
}
@media screen and (max-width: 899px) {
	#headerbox {
		background: none repeat scroll 0 0 transparent;
	}
	#headerbox .inner {
		padding:0 0 0;
		width: auto;
	}
	#headerbox #header {
		height: auto !important;
		margin: 0;
		width: auto;
	}
	#header img {
		position: static;
	}
	#header #headertxt {
		left: 115px;
		top: 60px;
		
		
	}
	#header .title a {
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	#header #headertxt {
		left: auto;
		overflow: hidden;
		padding: 10px 10px 0 10px;
		position: relative;
		top: auto;
		width: auto;
	}
	#header .title {
		text-align: center;
	}
	#header .title a {
		font-size: 22px;
	}
}

/* トップメニュー
==================================================
*/
#topmenubtn {
	display: none;
}
#topmenubox {
	text-align: center;
}
#topmenu {
	position: relative;
	text-align: center;
}
#topmenu ul {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 10px;
	position: relative;
	width: 900px;
	*margin: 0;
}
#topmenu li {
	background-image: none;
	float: left;
	padding: 0;
	text-align: center;
	width: 180px;
}
#topmenu li a {
	background-image: url(img/topmenu_li.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #877273;
	font-size: 14px;
	padding: 0 10px 0 15px;
	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#topmenu li a {
		background-image: url(img/topmenu_li@2x.png);
		-webkit-background-size: 8px 9px;
		background-size: 8px 9px;
	}
}
#topmenu li a:hover {
	color: #c3b8b9;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#topmenu ul {
		display: table;
		margin: 0;
		padding: 0 0 5px;
		table-layout: fixed;
		width: 100%;
	}
	#topmenu li {
		display: table-cell;
		float: none;
		width: auto;
	}
	#topmenu li a {
		background-position: left 2px;
		font-size: 13px;
	}
}
@media screen and (max-width: 640px) {
	#topmenubtn {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #f095a4;
		cursor: pointer;
		font-size: 10px;
		height: 44px;
		padding-top: 21px;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 54px;
		z-index: 0;
	}
	#topmenubtn:before {
		border-bottom: 8px solid transparent;
		border-left: 27px solid #fde3e5;
		border-right: 27px solid #fde3e5;
		border-top: 44px solid #fde3e5;
		content: "";
		height: 0;
		left: 0;
		position: absolute;
		top: 0;
		width: 0;
		z-index: -1;
	}
	#topmenubtn:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef1f2), color-stop(100%,#fde3e5));
		background: linear-gradient(to bottom, #fef1f2 0%,#fde3e5 100%);
		content: "";
		height: 44px;
		left: 0;
		position: absolute;
		top: 0;
		width: 54px;
		z-index: -1;
	}
	#topmenubtn span {
		display: block;
		position: relative;
		z-index: 0;
	}
	#topmenubtn span:before,
	#topmenubtn span:after {
		content: "";
		height: 4px;
		position: absolute;
		right: 14px;
		top: -13px;
		width: 26px;
	}
	#topmenubtn span:before {
		border-bottom: 3px solid #f095a4;
		border-top: 3px solid #f095a4;
		height: 3px;
	}
	#topmenubtn span:after {
		border-top: 3px solid #f095a4;
		height: 0;
		margin-top: 12px;
	}
	.topmenubtnOn {
		display: block !important;
	}
	#topmenubox {
		background-color: #ffffff;
		display: none;
		overflow: hidden;
	}
	.menuon {
		display: block !important;
	}
	#topmenu ul {
		display: block;
		padding: 0;
	}
	#topmenu li {
		border-bottom: 1px solid #efecec;
		display: block;
	}
	#topmenu li:last-child {
		border-bottom: none;
	}
	#topmenu li a {
		background-image: none;
		display: block;
		padding: 8px 30px 8px 10px;
		position: relative;
		text-align: left;
	}
	#topmenu li a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #a99a9b;
		border-top: 2px solid #a99a9b;
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
}

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	background-image: url(img/lace_b.png);
	background-position: left top;
	background-repeat: repeat-x;
	float: right;
	padding-top: 14px;
	position: relative;
	width: 660px;
}
#main #main_inner {
	background-image: url(img/lace_t.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main {
		background-image: url(img/lace_b@2x.png);
		-webkit-background-size: 21px 14px;
		background-size: 21px 14px;
	}
	#main #main_inner {
		background-image: url(img/lace_t@2x.png);
		-webkit-background-size: 21px 15px;
		background-size: 21px 15px;
	}
}
#main .inner {
	background-color: #ffffff;
	background-image: none;
	padding: 1px 15px 10px 15px;
	position: relative;
	width: auto;
	*zoom: 1;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 20px !important;
	position: relative;
	*zoom: 1;
}
@media screen and (max-width: 899px) {
	#main {
		width: 73.3333333333%;
	}
}
@media screen and (max-width: 640px) {
	#main {
		float: none !important;
		margin: 0 0 10px 0;
		position: static;
		width: 100%;
	}
	#main .inner {
		padding: 1px 10px 10px 10px;
	}
}

/* 見出し
==================================================
*/
h2, h3 {
	text-shadow: 1px 1px 2px rgba(77, 8, 18, 0.2);
}
#main h2,
#main h3 {
	background-color: #ffd8d8;
	background-image: url(img/h3_bg.gif);
	background-position: left 2px;
	background-repeat: repeat;
	margin: 0 -15px 20px;
	padding-top: 1px;
	position: relative;
	top: 5px;
	*zoom: 1;
}
#main h2 span,
#main h3 span {
	background-image: url(img/h3.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin: -28px 0 0 -10px;
	position: relative;
	top: 8px;
	*zoom: 1;
}
#main h2 span span,
#main h3 span span {
	background-image: url(img/h3_r.png);
	background-position: right 12px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 -8px 0 0;
	padding: 35px 75px 20px 64px;
	top: 0;
	*zoom: 1;
}
#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-bottom: 35px;
	margin-left: 0;
	margin-right: 0;
	top: 20px;
}
#main h4 {
	background-image: url(img/h4_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #564243;
	margin-bottom: 30px;
	padding: 0 36px 8px 0;
	position: relative;
	top: 20px;
	width: auto;
}
#main h4 span {
	background-image: url(img/h4.gif);
	background-position: left top;
	background-repeat: repeat-y;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius: 3px 3px 0 3px;
	border-radius: 3px 3px 0 3px;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 20px;
	position: relative;
	*zoom: 1;
}
#main h5 {
	background-image: url(img/h5.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #564243;
	font-size: 15px;
	line-height: 1.5;
	margin: 20px auto 5px;
	padding: 2px 0 9px 22px;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #564243;
	line-height: 1.5;
	margin: 5px auto;
	padding-left: 22px;
}
#main .atn02 {
	background-color: #fdfbef;
	-webkit-box-shadow: 0px 1px 3px #f5efc5;
	-moz-box-shadow: 0px 1px 3px #f5efc5;
	box-shadow: 0px 1px 3px #f5efc5;
	margin-bottom: 48px;
	padding-top: 1px;
	position: relative;
	top: 28px;
}
#main .atn02 span {
	background-image: url(img/atn_02.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #F4979C;
	display: block;
	margin-left: -9px;
	margin-top: -18px;
	padding: 30px 15px 12px 30px;
	position: relative;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h2,
	#main h3 {
		background-image: url(img/h3_bg@2x.png);
		-webkit-background-size: 10px 10px;
		background-size: 10px 10px;
	}
	#main h4 {
		background-image: url(img/h4_bg@2x.png);
		-webkit-background-size: 50px 43px;
		background-size: 50px 43px;
	}
	#main h4 span {
		background-image: url(img/h4@2x.gif);
		-webkit-background-size: 900px 6px;
		background-size: 900px 6px;
	}
	#main h5 {
		background-image: url(img/h5@2x.png);
		-webkit-background-size: 900px 33px;
		background-size: 900px 33px;
	}
	#main .atn02 span {
		background-image: url(img/atn_02@2x.png);
		-webkit-background-size: 900px 30px;
		background-size: 900px 30px;
	} 
}
@media screen and (max-width: 899px) {
	#main h2:before,
	#main h3:before {
		background-color: #ffb5b7;
		background-image: url(img/h3_bg_t.png);
		background-position: left top;
		background-repeat: repeat;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#main h2,
	#main h3 {
		background-image: url(img/h3_bg_b.png), url(img/h3.gif);
		background-position: left 2px, left 3px;
		background-repeat: repeat, no-repeat;
	}
	#main h2 span,
	#main h3 span {
		background-image: url(img/h3_l.png);
	}
	#main h6 {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h6:before {
		border: 3px solid #fccfd1;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		content: "";
		display: block;
		height: 8px;
		left: 0;
		position: absolute;
		top: 3px;
		width: 8px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h2,
	#main h3 {
		background-image: url(img/h3_bg_b@2x.png), url(img/h3@2x.gif);
		-webkit-background-size: 10px 10px, 900px 50px;
		background-size: 10px 10px, 900px 50px;
	}
	#main h2:before,
	#main h3:before {
		background-image: url(img/h3_bg_t@2x.png);
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	#main h2 span,
	#main h3 span {
		background-image: url(img/h3_l@2x.png);
		-webkit-background-size: 62px 58px;
		background-size: 62px 58px;
	}
	#main h2 span span,
	#main h3 span span {
		background-image: url(img/h3_r@2x.png);
		-webkit-background-size: 70px 67px;
		background-size: 70px 67px;
	}
}
@media screen and (max-width: 640px) {
	#main h2,
	#main h3 {
		background-color: transparent;
		z-index: 0;
	}
	#main h2:before,
	#main h3:before {
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcdce), color-stop(100%,#ffb5b7));
		background-image: linear-gradient(to bottom, #ffcdce 0%,#ffb5b7 100%);
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: 0;
		height: auto;
		z-index: -1;
	}
	#main h2:after,
	#main h3:after {
		background-image: url(img/h3_bg_b.png);
		background-position: left top;
		background-repeat: repeat;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main h2 span,
	#main h3 span {
		margin: -28px 0 0 0;
	}
	#main h2 span span,
	#main h3 span span {
		margin: 0;
		padding: 35px 75px 23px 64px;
	}
	#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-left: -15px;
		margin-right: -15px;
	}
	#main h4 {
		background-image: none;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		margin: 0 20px 30px 0;
		overflow: visible;
		padding: 0;
		z-index: 0;
	}
	#main h4:before {
		border-bottom: 22px solid #fcedf0;
		border-right: 10px solid transparent;
		border-top: 22px solid #fcedf0;
		bottom: -3px;
		content: "";
		position: absolute;
		right: -20px;
		width: 20px;
		z-index: -1;
	}
	#main h4:after {
		border-right: 12px solid transparent;
		border-top: 3px solid #fcdde0;
		bottom: -3px;
		content: "";
		position: absolute;
		right: -2px;
		width: 0;
		z-index: -1;
	}
	#main h4 span {
		background-color: #fcedf0;
		background-image: none;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#main h4 span:before {
		background-color: #fcdde0;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 7px;
	}
	#main h5 {
		background-image: none;
		border-bottom: 2px dotted #ede9dd;
		padding: 1px 0 8px 22px;
		position: relative;
	}
	#main h5:before {
		border-bottom: 4px solid transparent;
		border-left: 5px solid #cddce3;
		border-right: 5px solid #cddce3;
		border-top: 21px solid #cddce3;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 0;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h2:after,
	#main h3:after {
		background-image: url(img/h3_bg_b@2x.png);
		-webkit-background-size: 10px 10px;
		background-size: 10px 10px;
	}
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu img{
	max-width:100%;
	height:auto;
}
#menu {
	float: left;
	line-height: 1.8;
	width: 210px;
}
#menu .rankbox {
	border-bottom: 1px dashed #f0eae3;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#menu .rankbox img {
	width: 185px;
}
.menubox {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.menubox ul,
.menulist ul {
	overflow: hidden;
	padding: 0;
}
.menulist ul {
	border-top: 1px dashed #f0eae3;
}
.menulist li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-bottom: 1px dashed #f0eae3;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 1px 0;
	position: relative;
	*zoom: 1;
}
.menulist li a {
	background-color: #fdfcfb;
	background-image: url(img/menu_bg.png);
	background-position: 14px 15px;
	background-repeat: no-repeat;
	color: #614e32;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	*zoom: 1;
}
.menulist li a:hover {
	color: #f095a4;
	text-decoration: underline;
}
.menulist .l2 a,
.menulist .l3 a {
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
}
.menulist .l2 a {
	background-image: url(img/menu_bg2.png);
	background-position: 16px 15px;
}
.menulist .l3 a {
	background-image: url(img/menu_bg3.png);
	background-position: 30px 14px;
	padding-left: 45px;
}
#menu h4, #rmenu h4, #menu .title, #rmenu .title {
	background-image: url(img/menu_title_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: -10px;
	padding-top: 23px;
	position: relative;
	text-shadow: none;
}
#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
	background-image: url(img/menu_h4_r.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	padding: 0 3px 0 0;
	position: relative;
}
#menu h4 span.innerbox, #rmenu h4 span.innerbox, #menu .title span.innerbox, #rmenu .title span.innerbox {
	background-image: url(img/menu_h4.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
}
#menu h4 span.title_inner, #rmenu h4 span.title_inner, #menu .title span.title_inner, #rmenu .title span.title_inner {
	background-color: #ffffff;
	background-image: url(img/menu_h4_t.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #564243;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 -3px 0 0;
	overflow: hidden;
	padding: 13px 10px 10px 10px;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu h4, #rmenu h4, #menu .title, #rmenu .title {
		background-image: url(img/menu_title_bg@2x.png);
		-webkit-background-size: 100px 23px;
		background-size: 100px 23px;
	}
	#menu h4 span.title_inner, #rmenu h4 span.title_inner, #menu .title span.title_inner, #rmenu .title span.title_inner {
		background-image: url(img/menu_h4_t@2x.png);
		-webkit-background-size: 10px 3px;
		background-size: 10px 3px;
	}
}
@media screen and (max-width: 899px) {
	#menu {
		width: 23.3333333333%;
	}
	#menu .rankbox img {
		width: auto;
	}
	.menubox {
		margin-bottom: 15px;
		padding: 5px;
	}
	.menulist li a,
	.menulist .l2 a,
	.menulist .l3 a {
		background-image: none;
		position: relative;
	}
	.menulist li a:before {
		background-color: #fddadb;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		content: "";
		display: block;
		height: 9px;
		left: 14px;
		position: absolute;
		top: 15px;
		width: 9px;
	}
	.menulist li a:after {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #ffffff;
		border-right: 3px solid transparent;
		border-top: 2px solid transparent;
		content: "";
		height: 0;
		left: 17px;
		position: absolute;
		top: 17px;
		width: 0;
	}
	.menulist .l2 a:before,
	.menulist .l3 a:before {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: inline;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	.menulist .l2 a:after {
		border-left: 3px solid #ffbfcb;
		top: 15px;
	}
	.menulist .l3 a:after {
		border-bottom: 1px solid #ffbfcb;
		border-left: 1px solid #ffbfcb;
		border-right: none;
		border-top: none;
		content: "";
		height: 4px;
		left: 30px;
		position: absolute;
		top: 14px;
		width: 6px;
	}
	#menu h4, #rmenu h4, #menu .title, #rmenu .title {
		margin-bottom: -5px;
	}
	#menu h4:before, #rmenu h4:before, #menu .title:before, #rmenu .title:before {
		background-color: #c3bbb1;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		content: "";
		display: block;
		height: 5px;
		left: 0;
		position: absolute;
		top: 23px;
		width: 100%;
	}
	#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
		background-image: none;
		padding: 0;
	}
	#menu h4 span.innerbox, #rmenu h4 span.innerbox, #menu .title span.innerbox, #rmenu .title span.innerbox {
		background-image: none;
	}
	#menu h4 span.title_inner, #rmenu h4 span.title_inner, #menu .title span.title_inner, #rmenu .title span.title_inner {
		margin: 0;
		padding: 13px 5px 10px 5px;
	}
}
@media screen and (max-width: 640px) {
	#menu {
		float: none !important;
		padding: 0 10px;
		width: auto;
	}
	.menubox {
		margin-bottom: 10px;
		padding: 0;
	}
	.menulist ul {
		border-top: none;
	}
	.menulist li {
		border-bottom: 1px solid #f6f6f6;
		padding: 0;
	}
	.menulist li:last-child {
		border-bottom: none;
		padding: 0;
	}
	.menulist .l2,
	.menulist .l3 {
		display: none;
	}
	.menulist li a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbf8f4));
		background: linear-gradient(to bottom, #ffffff 0%,#fbf8f4 100%);
		padding: 14px 10px 14px 30px;
	}
	.menulist li a:before {
		top: 19px;
	}
	.menulist li a:after {
		top: 21px;
	}
	#menu h4, #rmenu h4, #menu .title, #rmenu .title {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf5f0), color-stop(100%,#e0d9d1));
		background: linear-gradient(to bottom, #faf5f0 0%,#e0d9d1 100%);
		-webkit-background-size: auto auto;
		background-size: auto auto;
		border: 1px solid #e0dad2;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		margin-bottom: 0;
		overflow: hidden;
		padding-top: 0;
	}
	#menu h4:before, #rmenu h4:before, #menu .title:before, #rmenu .title:before {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: inline;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto%;
	}
	#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
	}
	#menu h4 span.innerbox, #rmenu h4 span.innerbox, #menu .title span.innerbox, #rmenu .title span.innerbox {
		padding: 0;
	}
	#menu h4 span.title_inner, #rmenu h4 span.title_inner, #menu .title span.title_inner, #rmenu .title span.title_inner {
		background-color: transparent;
		background-image: url(img/menu_h4_bg.png);
		background-repeat: repeat;
		padding: 13px 10px 13px 10px;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu h4 span.title_inner, #rmenu h4 span.title_inner, #menu .title span.title_inner, #rmenu .title span.title_inner {
		background-image: url(img/menu_h4_bg@2x.png);
		-webkit-background-size: 10px 10px;
		background-size: 10px 10px;
	}
}
/* バナー領域
==================================================
*/
.bannerbox {
	margin-bottom: 10px;
	overflow: hidden;
}
.bannerbox ul {
	padding: 0;
}
.bannerbox li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.bannerbox li a img {
	vertical-align: bottom; 
}
@media screen and (max-width: 899px) {
	.bannerbox li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.bannerbox li {
		text-align: center;
	}
}
/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	border-top: 1px dashed #f0eae3;
}
ul#newEntry li, ul#entryarchive li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-bottom: 1px dashed #f0eae3;
	font-size: 12px;
	line-height: 1.4;
	padding: 12px 10px;
}
@media screen and (max-width: 899px) {
	ul#newEntry li, ul#entryarchive li {
		padding: 8px;
	}
}
@media screen and (max-width: 640px) {
	#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
		border-top: none;
	}
	ul#newEntry li, ul#entryarchive li {
		padding: 15px 10px;
		border-bottom: 1px solid #f6f6f6;
	}
	ul#newEntry li:last-child, ul#entryarchive li:last-child {
		border-bottom: none;
	}
}
/*
==================================================
フッター
==================================================
*/
#footer {
	background-image: url(img/lace_b.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.8;
	overflow: hidden;
	padding-top: 14px;
	text-align: center;
}
#footer .inner {
	background-color: #ffffff;
	background-image: none;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
	text-align: center;
}
#footer a {
	color: #938182;
}
#footer p {
	background-color: #e0d6cd;
	background-image: url(img/footer_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	color: #a79a8b;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#footer {
		background-image: url(img/lace_b@2x.png);
		-webkit-background-size: 21px 14px;
		background-size: 21px 14px;
	}
	#footer p {
		background-image: url(img/footer_bg@2x.gif);
		-webkit-background-size: 23px 6px;
		background-size: 23px 6px;
	}
}
#footer p span {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	width: 900px;
}
#footermenu,
#footer p#footsub {
	background-color: transparent;
	background-image: none;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin: 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
	text-align: center;
	width: 880px;
}
#footermenu span,
#footer p#footsub span {
	display: inline-block;
	margin-bottom: 5px;
	*display: inline;
	*zoom: 1;
}
#footer p#footsub span {
	width: auto;
}
#footermenu a,
#footer p#footsub a {
	background-image: url(img/footer_menu_bg.png);
	background-position: 10px 3px;
	background-repeat: no-repeat;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1.4;
	padding: 0 25px;
	text-decoration: none;
}
#footermenu a:hover,
#footer p#footsub a:hover {
	color: #c9c0c0;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#footer .inner {
		padding-top: 15px;
	}
	#footermenu,
	#footer p#footsub {
		padding: 0 10px 10px 10px;
		width: auto;
	}
	#footermenu a,
	#footer p#footsub a {
		background-image: none;
		padding: 0 20px;
		position: relative;
	}
	#footermenu a:before,
	#footer p#footsub a:before {
		background-color: #eae4e4;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		content: "";
		display: block;
		height: 9px;
		left: 5px;
		position: absolute;
		top: 3px;
		width: 9px;
	}
	#footermenu a:after,
	#footer p#footsub a:after {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #ffffff;
		border-right: 3px solid transparent;
		border-top: 2px solid transparent;
		content: "";
		height: 0;
		left: 8px;
		position: absolute;
		top: 5px;
		width: 0;
	}
	#footer p {
		padding: 15px 10px;
	}
	#footer p span {
		font-size: 11px;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#footer .inner {
		padding-top: 58px;
	}
	#footermenu,
	#footer p#footsub {
		padding: 0;
		text-align: left;
	}
	#footermenu span,
	#footer p#footsub span {
		border-bottom: 1px solid #efecec;
		display: block;
		margin-bottom: 0;
	}
	#footermenu a,
	#footer p#footsub a {
		display: block;
		font-size: 13px;
		line-height: 1.8;
		padding: 8px 30px 8px 10px;
		position: relative;
		text-align: left;
	}
	#footermenu a:before,
	#footer p#footsub a:before {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: inline;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	#footermenu a:after,
	#footer p#footsub a:after {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #a99a9b;
		border-top: 2px solid #a99a9b;
		height: 5px;
		left: auto;
		margin-top: -4px;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#footer p {
		background-image: none;
	}
	#footer p span {
		font-size: 10px;
	}
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	overflow: hidden;
}
#whatsnew .title {
	background-image: url(img/whatsnew_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	position: relative;
	width: 100%;
}
#whatsnew .title span {
	background-color: #fcfaf5;
	background-image: url(img/whatsnew_tit.png);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	color: #a08266;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 15px 10px 48px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#whatsnew .title {
		background-image: url(img/whatsnew_bg@2x.png);
		-webkit-background-size: 14px 8px;
		background-size: 14px 8px;
	}
	#whatsnew .title span {
		background-image: url(img/whatsnew_tit@2x.png);
		-webkit-background-size: 32px 29px;
		background-size: 32px 29px;
	}
}
#whatsnew ul {
	overflow: hidden;
	padding: 0;
}
#whatsnew ul li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-bottom: 1px dashed #f0eae3;
	font-size: 12px;
	line-height: 1.6;
	padding: 12px 15px;
	*zoom: 1;
}
#whatsnew ul li span {
	padding-right: 15px;
}
@media screen and (max-width: 640px) {
	#whatsnew .title {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfaf5), color-stop(100%,#f2ebde));
		background: linear-gradient(to bottom, #fcfaf5 0%,#f2ebde 100%);
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		padding-bottom: 0;
	}
	#whatsnew .title span {
		background-color: transparent;
		border: none;
		font-size: 18px;
	}
	#whatsnew ul {
		background-color: #fbf7f0;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		padding: 0 2px 2px 2px;
	}
	#whatsnew ul li {
		background-color: #ffffff;
		padding: 12px 10px;
	}
	#whatsnew ul li:last-child {
		border-bottom: none;
	}
	#whatsnew ul li span {
		display: block;
		padding-right: 0;
	}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	padding-top: 10px;
}
#categorylist .catbox {
	background-color: #fdfcfb;
	border: 1px solid #f8f5f1;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}
#categorylist .catbox .top {
	background-image: url(img/catbox_bg_tl.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: 3px;
	position: absolute;
	top: -17px;
	width: 100%;
}
#categorylist .catbox .top span {
	background-image: url(img/catbox_bg_tr.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 115px;
	overflow: hidden;
	position: relative;
	right: -1px;
	top: 24px;
}
#categorylist .catbox .bottom {
	background-image: url(img/catbox_bg_br.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	bottom: -9px;
	left: -2px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#categorylist .catbox .bottom span {
	background-image: url(img/catbox_bg_bl.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	bottom: 16px;
	display: block;
	height: 115px;
	left: -2px;
	overflow: hidden;
	position: relative;
}
#categorylist .thumb {
	float: left;
	padding: 0 20px 10px 0;
}
#categorylist .thumb img {
	vertical-align: bottom;
}
#categorylist .body {
	background-image: url(img/catbox_body_bg.png);
	background-position: left top;
	background-repeat: repeat;
	margin: 5px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	_height: 1%;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .catbox .top {
		background-image: url(img/catbox_bg_tl@2x.png);
		-webkit-background-size: 300px 36px;
		background-size: 300px 36px;
	}
	#categorylist .catbox .top span {
		background-image: url(img/catbox_bg_tr@2x.png);
		-webkit-background-size: 3px 115px;
		background-size: 3px 115px;
	}
	#categorylist .catbox .bottom {
		background-image: url(img/catbox_bg_br@2x.png);
		-webkit-background-size: 300px 8px;
		background-size: 300px 8px;
	}
	#categorylist .catbox .bottom span {
		background-image: url(img/catbox_bg_bl@2x.png);
		-webkit-background-size: 3px 115px;
		background-size: 3px 115px;
	}
	#categorylist .body {
		background-image: url(img/catbox_body_bg@2x.png);
		-webkit-background-size: 36px 30px;
		background-size: 36px 30px;
	}
}
#categorylist .title {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 0;
}
#categorylist .title a {
	background-image: url(img/catbox_title.gif);
	background-position: left -2px;
	background-repeat: repeat;
	color: #f095a4;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
}
#categorylist p {
	color: #7a755d;
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
}
#categorylist .more {
	float: right;
	margin-top: 10px;
	position: relative;
	z-index: 0;
	_height: 1%;
}
#categorylist .more a {
	background-image: url(img/button_more2.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 143px;
}
#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#pagelist ul {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#pagelist li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 5px 5px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#pagelist a {
	background-color: #fdfcfb;
	border: 1px solid #f8f5f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #a29e8d;
	display: inline-block;
	padding: 6px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	*display: inline;
	*zoom: 1;
}
#pagelist a:hover {
	background-color: #ffd8d8;
	border: 1px solid #ffd8d8;
	color: #f095a4;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#categorylist .body {
		padding: 15px;
	}
	#categorylist .title {
		margin-bottom: 5px;
	}
	#categorylist .thumb {
		padding: 0 15px 10px 0;
	}
	#categorylist .more a {
		background: url(img/button_more2_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4c4), color-stop(100%,#ffe889));
		background: url(img/button_more2_bg.png), linear-gradient(to bottom, #fff4c4 0%,#ffe889 100%);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #564243;
		font-size: 13px;
		height: auto;
		letter-spacing: 0.05em;
		overflow: visible;
		padding: 5px 35px 5px 30px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
		width: auto;
	}
	#categorylist .more a:before {
		background-color: #ece7e0;
		bottom: -3px;
		content: "";
		height: 100%;
		position: absolute;
		right: -2px;
		-webkit-transform: rotate(2deg);
   		transform: rotate(2deg);
		width: 100%;
		z-index: -1;
	}
	#categorylist .more a:after {
		border-bottom: 4px solid transparent;
		border-left: 4px solid #564243;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		content: "";
		display: block;
		margin-top: -4px;
		position: absolute;
		right: 18px;
		top: 50%;
	}
	#pagelist a {
		padding: 8px 14px;
	}	
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .more a {
		background: url(img/button_more2_bg@2x.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4c4), color-stop(100%,#ffe889));
		background: url(img/button_more2_bg@2x.png), linear-gradient(to bottom, #fff4c4 0%,#ffe889 100%);
		-webkit-background-size: 20px 20px, auto auto;
		background-size: 20px 20px, auto auto;
	}
}
@media screen and (max-width: 640px) {
	#categorylist {
		background-color: #f0f7fa;
		background-image: url(img/categorylist_bg.gif);
		background-position: left top;
		background-repeat: repeat;
		margin: -15px -10px -10px -10px;
		padding: 5px;
	}
	#categorylist .catbox {
		background-color: #ffffff;
		border: none;
		margin-bottom: 10px;
	}
	#categorylist .catbox .top,
	#categorylist .catbox .top span,
	#categorylist .catbox .bottom,
	#categorylist .catbox .bottom span {
		background: none repeat scroll 0 0 transparent;
		display: none;
	}
	#categorylist .title a {
		background-image: none;
		border-bottom: 1px solid #fff28a;
		font-size: 16px;
	}
	#categorylist .thumb {
		padding: 0 10px 10px 0;
	}
	#categorylist .thumb img {
		max-width: 100px;
	}
	#categorylist .body {
		background: none repeat scroll 0 0 transparent;
		margin: 0;
	}
	#categorylist p {
		font-size: 11px;
	}
	#categorylist .more a {
		background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4c4), color-stop(100%,#ffe889));
		background: none, linear-gradient(to bottom, #fff4c4 0%,#ffe889 100%);
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	}
	#categorylist .more a:before {
		background-color: transparent;
		bottom: auto;
		height: auto;
		position: static;
		right: auto;
		-webkit-transform: none;
   		transform: none;
		width: auto;
		z-index: auto;
	}
	#pagelist a {
		background-color: #ffffff;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist {
		background-image: url(img/categorylist_bg@2x.gif);
		-webkit-background-size: 26px 27px;
		background-size: 26px 27px;
	}
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	background-color: #f0f7fa;
	background-image: url(img/entry_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	padding: 7px;
}
#entrylist .entry_inner {
	background-color: #ffffff;
	background-image: url(img/catbox_body_bg.png);
	background-position: left top;
	background-repeat: repeat;
	border: 5px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
#entrylist h4 {
	background-image: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	top: 0;
}
#entrylist h4 span {
	background-image: url(img/entry_title.png);
	background-position: 5px top;
	background-repeat: no-repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #564243;
	display: block;
	padding: 15px 10px 5px 45px;
	top: -5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#entrylist {
		background-image: url(img/entry_bg@2x.png);
		-webkit-background-size: 10px 14px;
		background-size: 10px 14px;
	}
	#entrylist .entry_inner {
		background-image: url(img/catbox_body_bg@2x.png);
		-webkit-background-size: 36px 30px;
		background-size: 36px 30px;
	}
	#entrylist h4 span {
		background-image: url(img/entry_title@2x.png);
		-webkit-background-size: 25px 46px;
		background-size: 25px 46px;
	}
}
#entrylist dl {
	overflow: hidden;
	position: relative;
	*height: 1%;
}
#entrylist dt {
	padding: 10px;
	position: relative;
	*height: 1%;
}
#entrylist dt a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
#entrylist dd {
	font-size: 12px;
	line-height: 1.4;
	margin-top: -5px;
	padding: 0 10px 10px;
	position: relative;
}
#relNavigate {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#relNavigate a {
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 899px) {
	#relNavigate {
		font-size: 0;
		letter-spacing: -.40em;
		line-height: 0;
		margin-bottom: 10px;
	}
	#relNavigate a {
		background-color: #ebf5f8;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: inline-block;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: normal;
		line-height: normal;
		overflow: hidden;
		padding: 8px 15px;
		position: relative;
		text-decoration: none;
	}
}
@media screen and (max-width: 640px) {
	#entrylist {
		background-image: none;
		margin: 0 -10px;
		padding: 10px;
	}
	#entrylist .entry_inner {
		background-image: none;
	}
	#main h4 {
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#entrylist h4:before {
		border: none;
		bottom: auto;
		position: static;
		right: auto;
		width: auto;
		z-index: auto;
	}
	#entrylist h4:after {
		border: none;
		bottom: auto;
		position: static;
		right: auto;
		width: auto;
		z-index: auto;
	}
	#entrylist h4 span:before {
		background-color: transparent;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		bottom: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	#entrylist h4 span {
		background-color: transparent;
		background-image: none;
		font-size: 18px;
	}
	#entrylist h4 span:before {
		border-bottom: 10px solid transparent;
		border-left: 12px solid #d2dfe5;
		border-right: 12px solid #d2dfe5;
		border-top: 36px solid #d2dfe5;
		content: "";
		left: 5px;
		position: absolute;
		top: 0;
		width: 0;
	}
	#entrylist dt {
		border-top: 1px dashed #f0eae3;
	}
	#entrylist dt:first-child {
		border-top: none;
		padding: 5px 10px;
	}
	#entrylist dd {
		font-size: 11px;
		line-height: 1.8;
	}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
	padding-bottom: 10px;
}
#sitemaps ul {
	padding: 0px;
}
#sitemaps li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#sitemaps .l1 {
	margin-top: 15px;
}
#sitemaps .l2 {
	margin-left: 10px;
	margin-top: 5px;
}
#sitemaps .l3 {
	margin-left: 20px;
	margin-top: 5px;
}
#sitemaps li a {
	background-image: url(img/menu_bg.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.8;
	padding-left: 16px;
	*display: inline;
	*zoom:1;
}
#sitemaps .l1 a {
	font-size: 16px;
	font-weight: 700;
}
#sitemaps .l2 a  {
	background-image: url(img/menu_bg2.png);
	padding-left: 14px;
}
#sitemaps .l3 a  {
	background-image: url(img/menu_bg3.png);
	padding-left: 15px;
}
#sitemaps .l2 a,
#sitemaps .l3 a  {
	font-size: 14px;
}
@media screen and (max-width: 899px) {
	#sitemaps li a,
	#sitemaps .l2 a,
	#sitemaps .l3 a {
		background-image: none;
		position: relative;
	}
	#sitemaps li a:before {
		background-color: #fddadb;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		content: "";
		display: block;
		height: 9px;
		left: 0;
		position: absolute;
		top: 8px;
		width: 9px;
	}
	#sitemaps li a:after {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #ffffff;
		border-right: 3px solid transparent;
		border-top: 2px solid transparent;
		content: "";
		height: 0;
		left: 3px;
		position: absolute;
		top: 10px;
		width: 0;
	}
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: inline;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	#sitemaps .l2 a:after {
		border-left: 3px solid #ffbfcb;
		top: 8px;
	}
	#sitemaps .l3 a:after {
		border-bottom: 1px solid #ffbfcb;
		border-left: 1px solid #ffbfcb;
		border-right: none;
		border-top: none;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		top: 8px;
		width: 6px;
	}
}
@media screen and (max-width: 640px) {
	#sitemaps ul {
		margin: 0 -10px;
	}
	#sitemaps ul:first-child {
		border-top: 1px solid #f6f6f6;
	}
	#sitemaps li {
		border-bottom: 1px solid #f6f6f6;
	}
	#sitemaps li,
	#sitemaps .l1,
	#sitemaps .l2,
	#sitemaps .l3 {
		margin-left: 0;
		margin-top: 0;
	}
	#sitemaps li a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbf8f4));
		background: linear-gradient(to bottom, #ffffff 0%,#fbf8f4 100%);
		display: block;
		font-size: 14px;
		line-height: 1.5;
		padding: 14px 10px 14px 30px;
		text-decoration: none;
	}
	#sitemaps .l1 a {
		font-size: 14px;
	}
	#sitemaps .l2 a {
		padding-left: 40px;
	}
	#sitemaps .l3 a {
		padding-left: 50px;
	}
	#sitemaps .l1 a:before {
		left: 14px;
		top: 19px;
	}
	#sitemaps .l1 a:after {
		left: 17px;
		top: 21px;
	}
	#sitemaps .l2 a:after {
		left: 27px;
		top: 21px;
	}
	#sitemaps .l3 a:after {
		left: 37px;
		top: 20px;
	}
}
/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 {
	margin-top: 15px;
}
#space2 { 
	margin-bottom: 15px;
}
#space3, #space4, #space5, #space6 {
	line-height: 1.4;
}
.grayline{
	border: 1px solid #CCC;
	margin: 10px 0;
}
#main .grayline{
	padding:10px;
	margin-bottom:15px;
}
#menu .grayline{
	background-color:#FFF;
	font-size:90%;
	padding:8px;
	margin-bottom:15px;
}
@media screen and (max-width: 640px) {
	#space3, #space4, #space5, #space6 {
		padding: 10px;
	}
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	border-bottom: 1px dashed #f0eae3;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px 0;
}
.blog .thumb {
	float: left;
	margin-right: 15px;
}
.blog .thumb img { width: 125px; }
.blog .title {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.blog .title a { color: #564243; }
.blog .info {
	color: #9d9895;
	margin-bottom: 10px;
}
.blog .info a { color: #9d9895; }
.blog .body {
	line-height: 1.6;
	overflow: hidden;
}
.blog .more {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.blog {
		padding: 0;
	}
	.blog:last-child {
		margin-bottom: 0;
	}
	.blog .thumb {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
	overflow: hidden;
	padding: 10px 0;
}
#searchresult dl {
	margin: -10px 0;
}
#searchresult dt {
	font-size: 15px;
	padding: 5px;
}
#searchresult dd {
	border-bottom: 1px dashed #f0eae3;
	line-height: 1.6;
	margin: 0 0 15px;
	padding: 0 5px 15px;
}
#searchresult b {
	color: #f095a4;
}
@media screen and (max-width: 899px) {
	#searchresult dd {
		margin: 0 0 10px;
		padding: 0 5px 10px;
	}
}
@media screen and (max-width: 640px) {
	#searchresult {
		padding: 0;
	}
	#searchresult dl {
		margin: 0;
	}
	#searchresult dt {
		padding: 5px 0;
	}
	#searchresult dd {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 0 0 5px;
	}
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
	overflow: hidden;
	text-align: left;
}
#linklist dt {
	font-size: 15px;
	padding: 5px;
}
#linklist dd {
	border-bottom: 1px dashed #f0eae3;
	line-height: 1.6;
	margin: 0 0 15px;
	padding: 0 5px 15px;
}
@media screen and (max-width: 899px) {
	#linklist dd {
		margin: 0 0 10px;
		padding: 0 5px 10px;
	}
}
@media screen and (max-width: 640px) {
	#linklist dt {
		padding: 5px 0;
	}
	#linklist dd {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 0 0 5px;
	}
}
/*
==================================================
ポイント
==================================================
*/
#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;
	color: #f095a4;
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 20px 0 12px 70px;
	*zoom: 1;
}
#main .point1 { background-image: url(img/point1.png); }
#main .point2 { background-image: url(img/point2.png); }
#main .point3 { background-image: url(img/point3.png); }
#main .point4 { background-image: url(img/point4.png); }
#main .point5 { background-image: url(img/point5.png); }
#main .point6 { background-image: url(img/point6.png); }
#main .point7 { background-image: url(img/point7.png); }
#main .point8 { background-image: url(img/point8.png); }
#main .point9 { background-image: url(img/point9.png); }
#main .point10 { background-image: url(img/point10.png); }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .point1 { background-image: url(img/point1@2x.png); }
	#main .point2 { background-image: url(img/point2@2x.png); }
	#main .point3 { background-image: url(img/point3@2x.png); }
	#main .point4 { background-image: url(img/point4@2x.png); }
	#main .point5 { background-image: url(img/point5@2x.png); }
	#main .point6 { background-image: url(img/point6@2x.png); }
	#main .point7 { background-image: url(img/point7@2x.png); }
	#main .point8 { background-image: url(img/point8@2x.png); }
	#main .point9 { background-image: url(img/point9@2x.png); }
	#main .point10 { background-image: url(img/point10@2x.png); }
	#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
		-webkit-background-size: 60px 60px;
		background-size: 60px 60px;
	}
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 { border: none; }
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { border: none; height: auto; }
#main .rank {
	background-color: #fbedec;
	background-image: url(img/rank_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}
#main .rank-container {
	background-color: #ffffff;
	background-image: url(img/rank_bg_t.png);
	background-position: left top;
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
#main .rank-inner {
	background-image: url(img/rank_bg_b.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 31px 20px 26px 20px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank {
		background-image: url(img/rank_bg@2x.gif);
		-webkit-background-size: 41px 63px;
		background-size: 41px 63px;
	}
	#main .rank-container {
		background-image: url(img/rank_bg_t@2x.png);
		-webkit-background-size: 43px 21px;
		background-size: 43px 21px;
	}
	#main .rank-inner {
		background-image: url(img/rank_bg_b@2x.png);
		-webkit-background-size: 43px 26px;
		background-size: 43px 26px;
	}
}
#main .rankbox {
	padding-top: 10px;
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-repeat: no-repeat;
	border: medium none;
	color: #f095a4;
	font-size: 28px;
	height: auto;
	line-height: 1.3;
	margin-bottom: 6px;
	margin-top: 6px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	*zoom: 1;
}
#main .rank1,#main .rank2,#main .rank3{
	background-position: left top;
	padding: 22px 0 20px 86px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-position: 12px top;
	padding: 14px 0 14px 86px;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3,#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10 {
	margin: 0;
}
#main .rank .rank1 a,#main .rank .rank2 a,#main .rank .rank3 a,#main .rank .rank4 a,#main .rank .rank5 a,#main .rank .rank6 a,#main .rank .rank7 a,#main .rank .rank8 a,#main .rank .rank9 a,#main .rank .rank10 a {
	color: #f095a4;
	text-decoration: none;
}
#main .rank .rank1 a:hover,#main .rank .rank2 :hover,#main .rank .rank3 a:hover,#main .rank .rank4 a:hover,#main .rank .rank5 a:hover,#main .rank .rank6 a:hover,#main .rank .rank7 a:hover,#main .rank .rank8 a:hover,#main .rank .rank9 a:hover,#main .rank .rank10 a:hover {
	text-decoration: underline;
}
#main .rank1 { background-image: url(img/rank1.png); }
#main .rank2 { background-image: url(img/rank2.png); }
#main .rank3 { background-image: url(img/rank3.png); }
#main .rank4 { background-image: url(img/rank4.png); }
#main .rank5 { background-image: url(img/rank5.png); }
#main .rank6 { background-image: url(img/rank6.png); }
#main .rank7 { background-image: url(img/rank7.png); }
#main .rank8 { background-image: url(img/rank8.png); }
#main .rank9 { background-image: url(img/rank9.png); }
#main .rank10 { background-image: url(img/rank10.png); }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank1 { background-image: url(img/rank1@2x.png); }
	#main .rank2 { background-image: url(img/rank2@2x.png); }
	#main .rank3 { background-image: url(img/rank3@2x.png); }
	#main .rank4 { background-image: url(img/rank4@2x.png); }
	#main .rank5 { background-image: url(img/rank5@2x.png); }
	#main .rank6 { background-image: url(img/rank6@2x.png); }
	#main .rank7 { background-image: url(img/rank7@2x.png); }
	#main .rank8 { background-image: url(img/rank8@2x.png); }
	#main .rank9 { background-image: url(img/rank9@2x.png); }
	#main .rank10 { background-image: url(img/rank10@2x.png); }
	#main .rank1,#main .rank2,#main .rank3 {
		-webkit-background-size: 76px 72px;
		background-size: 76px 72px;
	}
	#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10 {
		-webkit-background-size: 56px 53px;
		background-size: 56px 53px;
	}
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
}
#main .rankbox .feature {
	background-color: #fcfae8;
	background-image: url(img/feature_title.gif);
	background-position: left top;
	background-repeat: repeat;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rankbox .feature {
		background-image: url(img/feature_title@2x.gif);
		-webkit-background-size: 6px 6px;
		background-size: 6px 6px;
	} 
}
#main .rankbox .feature span {
	color: #94bed2;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
	margin: 0 30px 30px 0;
	padding: 0;
}
#main .rankbox .rankbox-inner p {
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	padding-bottom: 30px;
}
#main .rankbox .rank-table {
	clear: both;
	margin: 0;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	border: 1px solid #e6d2ac;
	padding: 8px 10px;
	text-align: left;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #fcf9e9;
	background-image: url(img/ranktable_th_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #705846;
}
#main .rankbox .rank-table td {
	background-color: #ffffff;
	color: #e26477;
}
#main .rank .comment {
	border: 2px solid #fbf7ef;
	margin-top: 20px;
}
#main .rank .comment .comment-inner {
	background-color: #fdfaf5;
	background-image: url(img/comment_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 2px solid #fddbd7;
}
#main .rank .comment .comment-tit {
	background-image: url(img/comment_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: -19px;
	margin-right: -4px;
	padding: 30px 0 0px 142px;
	position: relative;
	top: -12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rankbox .rank-table th {
		background-image: url(img/ranktable_th_bg@2x.gif);
		-webkit-background-size: 1px 3px;
		background-size: 1px 3px;
	}
	#main .rank .comment .comment-inner {
		background-image: url(img/comment_bg@2x.gif);
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
	}
	#main .rank .comment .comment-tit {
		background-image: url(img/comment_tit@2x.png);
		-webkit-background-size: 130px 60px;
		background-size: 130px 60px;
	}
}
#main .rank .comment .comment-tit span {
	color: #e99296;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#main .rank .comment p {
	color: #8d5922;
	font-size: 13px;
	line-height: 1.8;
	padding: 0 15px 15px;
}
#main .rank .more {
	font-size: 0;
	letter-spacing: -.40em;
	padding: 20px 0 15px;
	position: relative;
	text-align: center;
}
#main .rank .more span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	margin-right: 20px;
	vertical-align: bottom;
	*display: inline;
	*zoom:1;
}
#main .rank .more span a {
	background-image: url(img/button_more.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 246px;
}
#main .rank .more span.official {
	margin-right: 0;
}
#main .rank .more span.official a {
	background-image: url(img/button_official.png);
}
@media screen and (max-width: 899px) {
	#main .rank {
		padding: 10px;
	}
	#main .rank-inner {
		padding: 31px 15px 26px;
	}
	#main .rankbox .float-l img, #main .rankbox .float-r img {
		margin: 0 20px 20px 0;
		padding: 0;
	}
	#main .rankbox .rankbox-inner p {
		padding-bottom: 20px;
	}
	#main .rank .more {
		padding-top: 15px;
	}
	#main .rank .more span {
		display: block;
		margin: 0 auto 15px;
		width: 80%;
	}
	#main .rank .more span:last-child {
		margin: 0 auto;
	}
	#main .rank .more span a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8dfd8), color-stop(100%,#8acabf));
		background: linear-gradient(to bottom, #b8dfd8 0%,#8acabf 100%);
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		color: #ffffff;
		line-height: 45px;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		text-shadow: 0 0 3px #7ec1b5;
		white-space: normal;
		width: auto;
		z-index: 0;
	}
	#main .rank .more span.official a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fadf6a), color-stop(100%,#f5c732));
		background: linear-gradient(to bottom, #fadf6a 0%,#f5c732 100%);
		text-shadow: 0 0 3px #ecbe2b;
	}
}
@media screen and (max-width: 640px) {
	#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { font-size:20px; }
	#main .rankbox .rankbox-inner .float-l,
	#main .rankbox .rankbox-inner .float-r {
		float: none;
		overflow: hidden;
		padding-bottom: 10px;
		text-align: center;
	}
	#main .rankbox .float-l img, #main .rankbox .float-r img {
		margin: 0 0 10px 0;
	}
	#main .rankbox .rankbox-inner p {
		padding-bottom: 10px;
	}
	#main .rank .comment {
		margin-top: 15px;
	}
	#main .rank .more span {
		width: 100%;
	}
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5 {
	background-position: left 5px;
	background-repeat: no-repeat;
	border: medium none;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin: 0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
	padding: 30px 0 28px 82px;
}
#menu .rank4,#menu .rank5{
	padding: 24px 0 16px 64px;
}
#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); }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu .rank1 { background-image: url(img/rank1@2x.png); }
	#menu .rank2 { background-image: url(img/rank2@2x.png); }
	#menu .rank3 { background-image: url(img/rank3@2x.png); }
	#menu .rank4 { background-image: url(img/rank4@2x.png); }
	#menu .rank5 { background-image: url(img/rank5@2x.png); }
	#menu .rank1,#menu .rank2,#menu .rank3 {
		-webkit-background-size: 76px 72px;
		background-size: 76px 72px;
	}
	#menu .rank4,#menu .rank5 {
		-webkit-background-size: 56px 53px;
		background-size: 56px 53px;
	}
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
#column1 #contents {
	background-position: left top;
	margin-left: -30px;
	padding-left: 30px;
	width: auto;
	*zoom: 1;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #main {
	margin-bottom: 20px;
	position: static;
}
#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
	letter-spacing: -0.4em;
	line-height: 0;
	margin: 0;
	padding: 10px 5px 0;
}
#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	border: none;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.5;
	overflow: hidden;
	padding: 3px 0;
	*display: inline;
	*zoom: 1;
}
#column1 #menu .menulist li a {
	background-color: transparent;
	background-image: url(img/menu_bg.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 400;
	margin: 0 15px 0 5px;
	padding: 0 0 0 16px;
	text-decoration: underline;
	*zoom: normal;
}
#column1 #menu .menulist li a:hover {
	text-decoration: none;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	margin: 0 5px;
	padding: 5px;
}
#column1 #pagetop {
	margin-right: -57px;
	right: 50%;
}
#column1 #pagetop a {
	background-position: left bottom;
	height: 25px;
}
@media screen and (max-width: 899px) {
	#column1 {
		margin: 0;
		width: auto;
	}
	#column1 #contents {
		background-image: none;
		margin-left: 0;
		padding: 0 10px;
	}
	#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
		padding: 10px 5px 5px;
	}
	#column1 #menu .menulist li a {
		background-image: none;
	}
	#column1 #menu .menulist li a:before {
		left: 0;
		top: 6px;
	}
	#column1 #menu .menulist li a:after {
		left: 3px;
		top: 8px;
	}
	#column1 #menu .menulist .l2 a:before,
	#column1 #menu .menulist .l3 a:before {
		background-color: #fddadb;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		display: block;
		height: 9px;
		position: absolute;
		width: 9px;
	}
	#column1 #menu .menulist .l2 a:after {
		border-left: 3px solid #ffffff;
		top: 8px;
	}
	#column1 #menu .menulist .l3 a:after {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #ffffff;
		border-right: 3px solid transparent;
		border-top: 2px solid transparent;
		height: 0;
		left: 3px;
		top: 8px;
		width: 0;
	}
	#column1 #pagetop {
		margin-right: -72px;
	}
	#column1 #pagetop:before,
	#column1 #pagetop:after {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: inline;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#column1 #contents {
		padding: 0;
	}
	#column1 #main {
		margin-bottom: 10px;
	}
	#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
		padding: 0;
	}
	#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
		border-bottom: 1px solid #f6f6f6;
		display: block;
		padding: 0;
	}
	#column1 #menu .menulist li:last-child, #column1 #menu ul#newEntry li:last-child, #column1 #menu ul#entryarchive li:last-child  {
		border-bottom: none;
	}
	#column1 #menu .menulist li a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbf8f4));
		background: linear-gradient(to bottom, #ffffff 0%,#fbf8f4 100%);
		margin: 0;
		padding: 14px 10px 14px 30px;
		text-decoration: none;
	}
	#column1 #menu .menulist li a:before {
		left: 14px;
		top: 19px;
	}
	#column1 #menu .menulist li a:after,
	#column1 #menu .menulist .l2 a:after,
	#column1 #menu .menulist .l3 a:after {
		left: 17px;
		top: 21px;
	}
	#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
		margin: 0;
		padding: 15px 10px;
	}
	#column1 #pagetop {
		margin-right: 0;
		right: auto;
	}
	#column1 #pagetop a {
		height: 38px;
	}
}
/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
	text-align: center;
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none; }
#wrapper #headerbox { height: auto !important; }
#header .desc {

}
.topAreaOff #top h1 {
	width: 900px;
}
@media screen and (max-width: 899px) {
	.topAreaOff #top h1 {
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	.topmenubtnOff #top h1 {
		padding: 15px 10px 0 10px;
	}
}
/* 記事スタイル修正 */
#wrapper #main .txt-decbox1 .top h2,
#wrapper #main .txt-decbox1 .top h3,
#wrapper #main .txt-decbox1 .top h2 span,
#wrapper #main .txt-decbox1 .top h3 span,
#wrapper #main .txt-decbox2 .top h2,
#wrapper #main .txt-decbox2 .top h3,
#wrapper #main .txt-decbox2 .top h2 span,
#wrapper #main .txt-decbox2 .top h3 span {
	position: static;
	top: auto;
}
#wrapper #main .txt-decbox2 .top h2 span span,
#wrapper #main .txt-decbox2 .top h3 span span {
	padding: 0 !important;
}
#wrapper #main .txt-border h3,
#wrapper #main .txt-grayback h3,
#wrapper #main .txt-colorback h3,
#wrapper #main .txt-frame h3,
#wrapper #main .txt-colorframe h3,
#wrapper #main .txt-rndbox h3 {
	margin-left: 0;
	margin-right: 0;
}
#wrapper #main .txt-border h3 span,
#wrapper #main .txt-grayback h3 span,
#wrapper #main .txt-colorback h3 span,
#wrapper #main .txt-frame h3 span,
#wrapper #main .txt-colorframe h3 span,
#wrapper #main .txt-rndbox h3 span {
	margin: -28px 0 0 -10px;
}
#wrapper #main .txt-border h3 span span,
#wrapper #main .txt-grayback h3 span span,
#wrapper #main .txt-colorback h3 span span,
#wrapper #main .txt-frame h3 span span,
#wrapper #main .txt-colorframe h3 span span,
#wrapper #main .txt-rndbox h3 span span {
	margin: 0 -8px 0 0;
}
#wrapper #main .txt-decbox1 .body h3,
#wrapper #main .txt-decbox2 .body h3 {
	background-color: #ffd8d8;
	background-image: url(img/h3_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	margin: 0 0 35px !important;
	padding: 1px 0 0 0;
	position: relative;
	top: 20px;
	*zoom: 1;
}
#wrapper #main .txt-decbox1 .body h3 span,
#wrapper #main .txt-decbox2 .body h3 span {
	background-image: url(img/h3.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin: -28px 0 0 -10px !important;
	padding: 0;
	position: relative;
	top: 8px;
	*zoom: 1;
}
#wrapper #main .txt-decbox1 .body h3 span span,
#wrapper #main .txt-decbox2 .body h3 span span {
	background-image: url(img/h3_r.png);
	background-position: right 12px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 -8px 0 0 !important;
	padding: 35px 75px 20px 64px;
	text-align: left;
	top: 0;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper #main .txt-decbox1 .body h3,
	#wrapper #main .txt-decbox2 .body h3 {
		background-image: url(img/h3_bg@2x.png);
		-webkit-background-size: 10px 10px;
		background-size: 10px 10px;
	} 
}
@media screen and (max-width: 899px) {
	#wrapper #main .txt-decbox1 .body h3:before,
	#wrapper #main .txt-decbox2 .body h3:before {
		background-color: #ffb5b7;
		background-image: url(img/h3_bg_t.png);
		background-position: left top;
		background-repeat: repeat;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute !important;
		right: 0;
		top: 0;
		z-index: 0;
	}
	#wrapper #main .txt-decbox1 .body h3,
	#wrapper #main .txt-decbox2 .body h3 {
		background-image: url(img/h3_bg_b.png), url(img/h3.gif);
		background-position: left 2px, left 3px;
		background-repeat: repeat, no-repeat;
	}
	#wrapper #main .txt-decbox1 .body h3 span,
	#wrapper #main .txt-decbox2 .body h3 span {
		background-image: url(img/h3_l.png);
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper #main .txt-decbox1 .body h3,
	#wrapper #main .txt-decbox2 .body h3 {
		background-image: url(img/h3_bg_b@2x.png), url(img/h3@2x.gif);
		-webkit-background-size: 10px 10px, 900px 50px;
		background-size: 10px 10px, 900px 50px;
	}
	#wrapper #main .txt-decbox1 .body h3:before,
	#wrapper #main .txt-decbox2 .body h3:before {
		background-image: url(img/h3_bg_t@2x.png);
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	#wrapper #main .txt-decbox1 .body h3 span,
	#wrapper #main .txt-decbox2 .body h3 span {
		background-image: url(img/h3_l@2x.png);
		-webkit-background-size: 62px 58px;
		background-size: 62px 58px;
	}
	#wrapper #main .txt-decbox1 .body h3 span span,
	#wrapper #main .txt-decbox2 .body h3 span span {
		background-image: url(img/h3_r@2x.png);
		-webkit-background-size: 70px 67px;
		background-size: 70px 67px;
	}
}
@media screen and (max-width: 640px) {
	#wrapper #main .txt-decbox1 .body h3,
	#wrapper #main .txt-decbox2 .body h3 {
		background-color: transparent;
		z-index: 0;
	}
	#wrapper #main .txt-decbox1 .body h3:before,
	#wrapper #main .txt-decbox2 .body h3:before {
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcdce), color-stop(100%,#ffb5b7));
		background-image: linear-gradient(to bottom, #ffcdce 0%,#ffb5b7 100%);
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: 0;
		height: auto;
		z-index: -1;
	}
	#wrapper #main .txt-decbox1 .body h3:after,
	#wrapper #main .txt-decbox2 .body h3:after {
		background-color: transparent;
		background-image: url(img/h3_bg_b.png);
		background-position: left top;
		background-repeat: repeat;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		position: absolute !important;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#wrapper #main .txt-decbox1 .body h3 span span,
	#wrapper #main .txt-decbox2 .body h3 span span {
		padding: 35px 75px 23px 64px;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper #main .txt-decbox1 .body h3:after,
	#wrapper #main .txt-decbox2 .body h3:after {
		background-image: url(img/h3_bg_b@2x.png);
		-webkit-background-size: 10px 10px;
		background-size: 10px 10px;
	}
}body{

font-size: 16px;
}
#header{ height: 400px; }
#headerbox {height:400px; }
#header h2 ,#header .title, #header .title a{
}
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited{}
#header #headertxt {

}
#main{ float: left; }
#column2 #menu,#column3 #menu{ float: right; }
#column3 #rmenu { float: left; }
#column3 #layoutbox { float: left; }
#column3 #main { float: right; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/
/* スマホ用画像最大化処理 */
#header img{min-width:100%;,height:auto;}
#header #headertxt img{min-width:0;,height: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;}

/* 蛍光ペン(定型) */
span[class^="mky_"],font[class^="mky_"]{font-weight:bold;padding:0 2px;line-height:1.8;}
.mky_yellow{background:linear-gradient(transparent 70%, #FFEE9F 70%);}
.mky_yellow_a{background-color:#FFEE9F;}
.mky_red{background:linear-gradient(transparent 70%, #FFBFC8 70%);}
.mky_red_a{background-color:#FFBFC8;}
.mky_cyan{background:linear-gradient(transparent 70%, #C4E1E3 70%);}
.mky_cyan_a{background-color:#C4E1E3;}
.mky_green{background:linear-gradient(transparent 70%, #C5E0CA 70%);}
.mky_green_a{background-color:#C5E0CA;}
.mky_blue{background:linear-gradient(transparent 70%, #BAD3EB 70%);}
.mky_blue_a{background-color:#BAD3EB;}
.mky_pink{background:linear-gradient(transparent 70%, #FFDFEF 70%);}
.mky_pink_a{background-color:#FFDFEF;}
.mky_orange{background:linear-gradient(transparent 70%, #F8DBA7 70%);}
.mky_orange_a{background-color:#F8DBA7;}
.mky_gray{background:linear-gradient(transparent 70%, #D9D9D9 70%);}
.mky_gray_a{background-color:#D9D9D9;}

.cpbox {
    position: relative;
    margin: 2em 0 1em 0;
    padding: 0.5em 0.7em;
    border: solid 3px #62c1ce;
    background: #f3fff8;
}
.cpbox .cpbox-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -3px;
    padding: 0 9px;
    height: 30px;
    line-height: 32px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.box-content p {
	margin: 0.7em 0;
}
.box-content ul {
  padding: 0 1em 0 2.3em;
  position: relative;
}
.box-content ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}
.box-content ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
.box-content ul li {
	background-image: none;
}
@media screen and (max-width: 899px) {
	.box-content ul li:before {
		background: none;
		top: auto;
	}
}

/* アニメーションボタン */
.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 10px;
/* ? border-radius: 12px; */
  border-radius: 50px; 
/*  box-shadow: 1px 1px 10px 0 #a1a1a1;*/
  box-shadow: 0 0 0 1px #999, 10px 10px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
/*  font-size: 1.6em;*/
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.5em auto;
/*  padding: 1em 2em .8em;*/
  padding: 1em 0 .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 80%;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}
 
/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
 
/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}
 
/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
/*   background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);*/
  background: -webkit-linear-gradient(#77e83a, #39900a);
  background: linear-gradient(#77e83a, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}
 
/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
 
/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
 
/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
 
/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@keyframes horizontal {
    0% { transform:translateX( -5px); }
  100% { transform:translateX(  0px); }
}
.yurayura {
  animation: horizontal 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 1050px) {
  .btn-cv a {
  width: 85%;
}
}
@media screen and (max-width: 500px) {
  .btn-cv a {
  font-size: 1.4em;
  border: solid #fff 7px;
}
}
@media screen and (max-width: 360px) {
  .btn-cv a {
  font-size: 1.2em;
}
/*	.btn-cv a:before {
  content: none;
}*/
}
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;}

.pc-only {
	display: none;
}
	#wrapper #headerbox {
/*	height: 120px !important; */
/*	height: 200px !important ;*/
}
/*　テープ　枠　1 */
.kakomi-tape1 {
 position: relative;
 margin: 2.5em auto;
 padding: 15px;
 color: #555555; /* 文字色 */
 background-color:#fffaf0 ; /*背景色*/
 box-shadow: 0 2px 2px #ccc; /* 影 */
}
.kakomi-tape1::before {
 position: absolute;
 top: -1.2em;
 left: 17%;
 height: 35px;
 width: 145px; /*テープの幅*/
 content: "";
 border: 1px solid #ccc; /*枠太さ・色*/
 background-color: #fffbea; /*テープ色*/
 opacity: 0.3; /*テープ透明度0〜1*/
 transform: rotate( -5deg ); /*テープ角度*/
}
.freespaceno {
  position: relative;
  padding-top: 5px;
/*  padding-bottom: .5em;
*/}
.freespaceno::before,
.freespaceno::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
.freespaceno::before {
  z-index: 2;
  width: 38%;
  background-color: #444;
}
.freespaceno::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
/*クレジットで追加*/
.rank_box1 {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	border: 7px solid #fee32c;
}
.rank_box1 .box-title{
	border-bottom: 2px solid #fee32c;
}
.rank_box2 {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	border: 7px solid #e0e0e0;
}
.rank_box2 .box-title{
	border-bottom: 2px solid #e0e0e0;
}
.rank_box3 {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	border: 7px solid #ec9b74;
}
.rank_box3 .box-title{
	border-bottom: 2px solid #ec9b74;
}
.rank_box4 {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	border: 7px solid #b8e883;
}
.rank_box4 .box-title{
	border-bottom: 2px solid #b8e883;
}
.box-content{
	margin: 20px 10px;
/*	margin :10px;*/	
}
.pc-only-form {
	display: inline !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*こだわり検索フォームエリア*/
.search-form form{display: table; padding: 0!important; width: 100%; }
.search-item {float: inherit!important; width: 100%; margin: 0; margin-right: 0!important; padding: 0; border-bottom: 1px #ccc solid; }
.search-item-name {padding: 10px 0 !important; display: table-cell!important; width: 110px; text-align: center; background-color: #ffe6e6; border-right: 1px #ccc solid; }
.search-item-value{display: table-cell!important; padding-left: 6px; }
.search-item.checkbox-item{width: 100%; }
.search-button {float: inherit!important; text-align: center; padding: 10px 0 !important; margin: 0 !important;}
.search-button input {width: 70%!important; padding: 10px 0; font-size: 20px; letter-spacing: 20px; text-indent: 20px; }

/*こだわり検索フォームエリア----------------------------------------------------------*/
.search-button{float: left; padding: 0; width: 100%; text-align: center; margin: 30px 0; }
.search-button input{width: 70%!important; padding: 20px 0; background-color: #95BE35; border: none; color: #FFF; font-weight: bold; text-align: center; border-radius: 5px; box-shadow: 0 2px 5px #555; cursor: pointer; font-size: 20px; letter-spacing: 15px; }
.search-item-value label span{margin-right: 10px; width: 70%; }
#search-result table td{position: relative; }
#search-result table span.send_money, table#sorter td span.set{font-size: 12px; color: #aaa; position: absolute; width: 100%; left: 0; display: inline-block; text-align: center; bottom: 25%; }
#search-result table span.flavor, .review_table span.flavor, #search-result table span.gender, .review_table span.gender{width: 100%; display: block; text-align: center; border-radius: 3px; } .review_table span.flavor, .review_table span.gender{margin-top: 5px; padding: 3px 0; }
#search-result table span.flavor.weak, .review_table span.flavor.weak, #search-result table span.gender.man, .review_table span.gender.man{background-color: #c1fbfa; }
#search-result table span.flavor.normal, .review_table span.flavor.normal, #search-result table span.gender.both, .review_table span.gender.both{background-color: #fbe8c1; }
#search-result table span.flavor.strong, .review_table span.flavor.strong, #search-result table span.gender.woman, .review_table span.gender.woman{background-color: #fbc1c1; }
#search-result table p.score img{width: 100px;}

/*ボタン設定------------------------------------------------*/
.btn-cv {padding: .5em 0; overflow: hidden; position: relative; } .btn-cv a {border: solid #fff 10px; /* ? border-radius: 12px; */ border-radius: 50px; /*  box-shadow: 1px 1px 10px 0 #a1a1a1;*/ box-shadow: 0 0 0 1px #999, 3px 3px 5px 0 #a1a1a1; color: #fff; display: block; /*  font-size: 1.6em;*/ font-size: 1.7em; font-weight: bold; line-height: 1.3; margin: 0.5em auto; /*  padding: 1em 2em .8em;*/ padding: 1em 0 .8em; position: relative; text-align: center; text-decoration: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; vertical-align: middle; width: 85%; } .btn-cv.is-fz20 a {font-size: 20px; } .btn-cv a img {vertical-align: middle; } .btn-cv a:after {content: ' ' !important; } /* ボタン内のアイコン */ .btn-cv a:before {content: "\f138"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; right: 15px; top: 50%; } .btn-cv a:hover {box-shadow: 1px 1px 2px 0 #a1a1a1; filter: alpha(opacity=70); opacity: .7; } /* 2つ連続で並べる場合の余白 */ .btn-cv + .btn-cv a {margin-top: 0; } /* 緑ボタン */ .btn-cv a {background: #00a23f; /*   background: -webkit-linear-gradient(#00a23f, #39900a); background: linear-gradient(#00a23f, #39900a);*/ background: -webkit-linear-gradient(#77e83a, #39900a); background: linear-gradient(#77e83a, #39900a); text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1); } /* ボタンの光沢 */ .is-reflection a {overflow: hidden; } .is-reflection a:after {-moz-animation: is-reflection 4s ease-in-out infinite; -moz-transform: rotate(45deg); -ms-animation: is-reflection 4s ease-in-out infinite; -ms-transform: rotate(45deg); -o-animation: is-reflection 4s ease-in-out infinite; -o-transform: rotate(45deg); -webkit-animation: is-reflection 4s ease-in-out infinite; -webkit-transform: rotate(45deg); animation: is-reflection 4s ease-in-out infinite; background-color: #fff; content: " "; height: 100%; left: 0; opacity: 0; position: absolute; top: -180px; transform: rotate(45deg); width: 30px; } /* アニメーションを遅延させる */ .is-reflection + .is-reflection a:after {-webkit-animation-delay: .3s; animation-delay: .3s; } @keyframes is-reflection {0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; } 80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; } 81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; } 100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; } } @-webkit-keyframes is-reflection {0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; } 80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; } 81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; } 100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; } } /* CVボタン矢印揺れ */ .is-trembling a:before {-webkit-animation-name:is-trembling; -webkit-animation-duration:.8s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:ease; -moz-animation-name:is-trembling; -moz-animation-duration:1s; -moz-animation-iteration-count:infinite; -moz-animation-timing-function:ease; } @-webkit-keyframes is-trembling {0% {-webkit-transform:translate(-3px, 0);} 100% {-webkit-transform:translate(0, 0);} } /* ボタンをバウンドさせる */ .is-bounce {animation: bounce 4s infinite; -moz-animation: bounce 4s infinite; -webkit-animation: bounce 4s infinite; -webkit-animation-delay: 4s; animation-delay: 4s; } @-webkit-keyframes bounce {0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);} 5% {-webkit-transform: translateY(-6px);} 12% {-webkit-transform: translateY(-4px);} } @keyframes bounce {20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);} 25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);} 32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);} } /* アニメーションを遅延させる */ .is-bounce + .is-bounce {-webkit-animation-delay: .5s; animation-delay: .5s; } /* ぷるるるるん！ */ .is-purun {-webkit-animation: is-purun 5s infinite; -moz-animation: is-purun 5s infinite; animation: is-purun 5s infinite; } @-webkit-keyframes is-purun {0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); } 4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); } 8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); } 12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); } 18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); } 25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); } } @keyframes is-purun {0% { transform: scale(1.0, 1.0) translate(0%, 0%); } 4% { transform: scale(0.9, 0.9) translate(0%, 3%); } 8% { transform: scale(1.1, 0.8) translate(0%, 7%); } 12% { transform: scale(0.9, 0.9) translate(0%, -7%); } 18% { transform: scale(1.1, 0.9) translate(0%, 3%); } 25% { transform: scale(1.0, 1.0) translate(0%, 0%); } } /* アニメーションを遅延させる */ .is-purun + .is-purun {-webkit-animation-delay: .5s; animation-delay: .5s; } @keyframes horizontal {0% { transform:translateX( -5px); } 100% { transform:translateX(  0px); } } .yurayura {animation: horizontal 1s ease-in-out infinite alternate; } @media screen and (max-width: 1050px) {.btn-cv a {width: 94%; } } @media screen and (max-width: 500px) {.btn-cv a {font-size: 1.4em; border: solid #fff 7px; } } @media screen and (max-width: 360px) {.btn-cv a {font-size: 1.2em; } /*  .btn-cv a:before {content: none; } */ } /*
/*
==================================================
ポイント
==================================================
*/
#main .point1_ysd, #main .point2_ysd, #main .point3_ysd, #main .point4_ysd, #main .point5_ysd, #main .point6_ysd, #main .point7_ysd, #main .point8_ysd, #main .point9_ysd, #main .point10_ysd, #menu .point1_ysd, #rmenu .point1_ysd, #menu .point2_ysd, #rmenu .point2_ysd, #menu .point3_ysd, #rmenu .point3_ysd, #menu .point4_ysd, #rmenu .point4_ysd, #menu .point5_ysd, #rmenu .point5_ysd, #menu .point6_ysd, #rmenu .point6_ysd, #menu .point7_ysd, #rmenu .point7_ysd, #menu .point8_ysd, #rmenu .point8_ysd, #menu .point9_ysd, #rmenu .point9_ysd, #menu .point10_ysd, #rmenu .point10_ysd {
  border: none;
}
#main .point1_ysd, #main .point2_ysd, #main .point3_ysd, #main .point4_ysd, #main .point5_ysd, #main .point6_ysd, #main .point7_ysd, #main .point8_ysd, #main .point9_ysd, #main .point10_ysd {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 48px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 15px 0 5px;
  min-height: 32px;
  padding: 2px 0 0 56px;
}
#menu .point1_ysd, #rmenu .point1_ysd, #menu .point2_ysd, #rmenu .point2_ysd, #menu .point3_ysd, #rmenu .point3_ysd, #menu .point4_ysd, #rmenu .point4_ysd, #menu .point5_ysd, #rmenu .point5_ysd, #menu .point6_ysd, #rmenu .point6_ysd, #menu .point7_ysd, #rmenu .point7_ysd, #menu .point8_ysd, #rmenu .point8_ysd, #menu .point9_ysd, #rmenu .point9_ysd, #menu .point10_ysd, #rmenu .point10_ysd {
  padding: 0 2px 0 40px;
  background-position:  left top;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main .point1_ysd, #main .point2_ysd, #main .point3_ysd, #main .point4_ysd, #main .point5_ysd, #main .point6_ysd, #main .point7_ysd, #main .point8_ysd, #main .point9_ysd, #main .point10_ysd {
	background-size: auto auto;
	font-size: 20px;
	margin: 20px 0 10px;
	min-height: 40px;
	padding: 4px 0 0 70px;
  }
}
.point1_ysd {
  background-image: url(img/point1_ysd.png);
}
.point2_ysd {
  background-image: url(img/point2_ysd.png);
}
.point3_ysd {
  background-image: url(img/point3_ysd.png);
}
.point4_ysd {
  background-image: url(img/point4_ysd.png);
}
.point5_ysd {
  background-image: url(img/point5_ysd.png);
}
.point6_ysd {
  background-image: url(img/point6_ysd.png);
}
.point7_ysd {
  background-image: url(img/point7_ysd.png);
}
.point8_ysd {
  background-image: url(img/point8_ysd.png);
}
.point9_ysd {
  background-image: url(img/point9_ysd.png);
}
.point10_ysd {
  background-image: url(img/point10_ysd.png);
}

/* 埋め込み動画の幅をレスポンシブ対応にする */
video {
  width: 100%;
  max-width: 400px; /* 最大でも400px以下に */
}


/* 文字を点滅させる */
.blinking{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* 埋め込み動画の幅をレスポンシブ対応にする */
video {
  width: 100%;
  max-width: 400px; /* 最大でも400px以下に */
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* スマートフォン用の画像が、画面から飛び出てしまって上手く調節できない・・・そんなときの追加CSS  */
@media only screen and (max-width: 750px) {
img { max-width: 100%; }

/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@keyframes horizontal {
    0% { transform:translateX( -5px); }
  100% { transform:translateX(  0px); }
}