@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:99%;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:99%;
	background:#fff;
}

nav {
	width:100%;
	background:#fff;
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:979px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:1px solid #710000;
	border-bottom:1px dotted #710000;
}

h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	color:#fff;
	font-size:16px;
	background:#333;
}

h4 {
	margin-bottom:0.25em;
	font-size:15px;
	color:#710000;
	border-bottom:3px solid #710000;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}
h5:before {
	content:"";
	margin-top:-7px;
	position:absolute;
	top:50%;
	left:0;
	width:5px;
	height:14px;
	background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:no;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:30px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:5px;
	margin:0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		z-index:3;
	}

	/* 共通 */
	nav ul {
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		padding:10px 0;
		background:#fff;
		color:#555;
		font-size:14px;
		font-weight:normal;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#fff;
		background:#aad;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:12%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav ul.gnav > li:first-child {
		width:10%;
	}

	nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:15px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#336;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:110%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:110%;
		height:0;
		color:#aad;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 15px;
		text-align:left;
		background:#e5e5ff;
		font-weight:normal;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:34px;
		border-bottom:1px solid #8c0e0e;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:0%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#336;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:190px;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #6d0c0c;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}

	nav ul li ul li ul li a {
		background:#eef;
	}

	nav ul li ul li ul li a:hover {
		background:#aad;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#88a;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:40px 0;
	font-size:10px;
	text-align:center;
	color:#444444;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#710000;
}
.totop img:hover {
	background:#900000;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:10px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#fff;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		background:#fff;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#333;
		text-decoration:none;
		background:#fff;
		border-bottom:1px solid #8c0e0e;
	}
	nav li a:hover {
		color:#333;
		background:#fff;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#336;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#fff;
	}
	.subnav a:hover:after {
	  background:#fff;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#710000;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
}
.tableresize1 {width:99%;max-width: 960px;word-break: normal;}
.tableresize2 {width:100%;max-width: 1400px;min-width: 300px;table-layout: fixed;word-break: normal;}
@media(max-width:700px) {
.tableresize2 {width: 99%;max-width: 500px;;min-width: 150px;}
}

.tableresize2a {width:100%;max-width: 1200px;min-width: 340px;table-layout: fixed;word-break: normal;}
.tableresize3 {width:100%;max-width: 40px;table-layout: fixed;word-break: normal;}
.tableresize4 {width:100%;word-break: normal;}
.tableresize5 {width:100%;max-width: 979px}
.tableresize6 {max-width: 400px;min-width: 350px;}
.tableresize8 {width:98%;max-width: 830px;min-width: 300px;}
.tableresize40 {width:40%;}
.tableresize50 {width:50%;}
.tableresize60 {width:60%;}
.td01 {width:50%;}

.border0{border:none;}
.border1{border:1px solid;}
.border2{border:1px solid #990;}

.resize1 {width: 100%;max-width: 998px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize1a {width: 98%;max-width: 1200px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize1b {width: 100%;max-width: 600px;min-width: 130px;table-layout: fixed;word-break: normal;}
.resize1c {width: 100%;max-width: 900px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize2 {width: 100%;max-width: 70px;min-width: 40px;table-layout: fixed;word-break: normal;}
.resize2a {width: 100%;max-width: 450px;min-width: 60px;table-layout: fixed;word-break: normal;}
.resize2b {width: 450px;max-;min-width: 150px;table-layout: fixed;word-break: normal;}
.resize2c {width: 100%;max-width: 480px;min-width: 150px;table-layout: fixed;word-break: normal;}
.resize3 {width: 40px;table-layout: fixed;word-break: normal;background:url(../images/rose-l.png) repeat-y;}
.resize3a {width: 100%;max-width: 420px;min-width: 100px;table-layout: fixed;word-break: normal;}
.resize4 {width: 100%;max-width: 80px;min-width: 40px;table-layout: fixed;word-break: normal;}
.resize5 {width: 100%;max-width: 982px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize6 {max-width: 338px;min-width: 200px;table-layout: fixed;word-break: normal;}
@media(max-width:700px) {
.resize6 {width: 100%;max-width: 280px;;min-width: 150px;margin-bottom:5px;}
}
.resize6a {width: 100%;max-width: 848px;min-width: 300px;table-layout: fixed;word-break: normal;}
.resize7 {width: 100%;max-width: 438px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize7a {width: 100%;max-width: 650px;min-width: 300px;table-layout: fixed;word-break: normal;}
.resize8 {width: 100%;max-width: 998px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize8a {width: 100%;max-width: 610px;min-width: 300px;table-layout: fixed;word-break: normal;}
.resize9 {width: 100%;max-width: 900px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize10 {width: 100%;max-width: 947px;min-width: 200px;table-layout: fixed;word-break: normal;}
.resize11 {width: 100%;max-width: 555px;min-width: 200px;margin-right:10px;}
.resize12 {width: 100%;max-width: 326px;min-width: 200px;margin-bottom:50px;}
.resize13 {width: 100%;max-width: 800px;min-width: 300px;margin:20px;}
.resize14 {width: 100%;max-width: 979px;min-width: 300px;}
.resize15 {width: 100%;max-width: 500px;min-width: 50px;}
.resize16 {width: 100%;max-width: 260px;min-width: 100px;}
.resize17 {width: 90%;max-width: 840px;height:472px;min-width: 300px;margin-bottom:30px;}
.resize17a {width: 90%;max-width: 472px;height:840px;min-width: 300px;margin-bottom:30px;}
.resize20 {width: 30%;max-width: 240px;min-width: 100px;}
@media(max-width:700px) {
.resize17 {width: 90%;max-width: 840px;height: 51vw;min-width: 300px;margin-bottom:30px;}
.resize17a {width: 90%;max-width: 472px;height:51vw;min-width: 300px;margin-bottom:30px;}
}
.resize18 {width: 100%;max-width: 1920px;min-width: 400px;}
.resize19 {width: 100%;max-width: 1200px;min-width: 360px;margin: 0 auto;}
.resize19a {width: 100%;max-width: 1900px;min-width: 360px;margin: 0 auto;}
.resize20 {width: 100%;max-width: 160px;min-width: 100px;}
.resize21 {width: 100%;max-width: 270px;height:472px;min-width: 200px;margin-bottom:30px;}

.bc1 {background-color:#bfbf82;text-align: left;}
.bc2 {background-color:#f6f6f6;text-align: center;}
.bc3 {background-color:#fff;text-align: left;}
.bc4 {background-color:#f5f5f5;text-align: left;}

.box {width: 100%;height:430px;background-color:#d0f3da;text-align: left;}
.box img {position: absolute;max-width: 80px;max-height:140px;padding: 10px;display: block;}
.box p {padding-top: 10px;padding-left: 100px; /img 分のpadding指定+20pxの余白/display: block;}
.box2c {width: 100%;height:430px;background-color:#f9f3cf;text-align: left;}
.box2c img {position: absolute;max-width: 80px;max-height:140px;padding: 10px;display: block;}
.box2c p {padding-top: 10px;padding-left: 100px; /img 分のpadding指定+20pxの余白/display: block;}
.boxb {width: 100%;height:160px;background-color:#d0f3da;text-align: left;}
.boxb img {position: absolute;max-width: 80px;max-height:140px;padding: 10px;display: block;}
.boxb p {padding-top: 10px;padding-left: 100px; /img 分のpadding指定+20pxの余白/display: block;}
.box2b {width: 100%;height:160px;background-color:#f9f3cf;text-align: left;}
.box2b img {position: absolute;max-width: 80px;max-height:140px;padding: 10px;display: block;}
.box2b p {padding-top: 10px;padding-left: 100px; /img 分のpadding指定+20pxの余白/display: block;}
.box3 {width: 100%;background-color:#fff;text-align: left;}
.box4 {width: 100%;height:160px;background-color:#eeeeee;text-align: left;}
.box4 img {position: absolute;max-width: 80px;max-height:140px;padding: 10px;display: block;}
.box4 p {padding-top: 10px;padding-left: 100px; /img 分のpadding指定+20pxの余白/display: block;}
.box5 {width: 100%;height:160px;background-color:#fff3cf;text-align: left;}
.box5 img {position: absolute;max-width: 80px;max-height:140px;padding: 10px;display: block;}
.box5 p {padding-top: 10px;padding-left: 100px; /img 分のpadding指定+20pxの余白/display: block;}
.box6 {width: 96%;max-width: 900px;min-width: 200px;color: #555;font-size: 17px;text-align: left;}
.box7 {max-width: 400px;min-width: 200px;text-align: left;}
.box8 {width: 99%;height:120px;background-color:#dce5ae;text-align: center;}
.box9 {width:100%;max-width: 998px;background-color:#f5ffe0;}
.box10 {width:98%;max-width: 900px;}
.box12 {width:80%;max-width: 900px;text-align: left;}
.box13 {width:100%;max-width: 840px;text-align: left;}
.boxc {width: 100%;max-width: 1510px;}
.boxd{width: 100%;max-width: 500px;}
.boxe {max-width: 900px;min-width: 360px;text-align: left;}
.boxf {max-width: 1900px;min-width: 360px;margin: 0 auto;}
.boxg {width:100%;max-width: 900px;}

.align-c{text-align: center;}
.align-l{text-align: left;}
.align-r{text-align: right;}
.align-r2{ float: right;}
.position-l {float: left;}


.ichi-t{display: table-cell;vertical-align: top;}
.ichi-b{position: absolute;bottom: 0;}
.ichi-b2{display: table-cell;vertical-align: bottom;}
.ichi-m{display: table-cell;vertical-align: middle;}

.center100 {max-width: 100%;margin: 0 auto;}
.center96 {max-width: 96%;margin: 0 auto;}
.center50 {max-width: 50%;margin: 0 auto;}
.center35 {max-width: 35%;margin: 0 auto;}
.center65 {max-width: 65%;margin: 0 auto;}
.center-a {max-width: 998px;margin: 0 auto;}
.center-b {max-width: 1550px;margin: 0 auto;}
.center-c {max-width: 1380px;margin: 0 auto;}


.midasi {padding: .4em .75em;background-color: #f6f6f6;border: 1px solid #eee;box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset, -1px -1px 0 rgba(100, 100, 100, .1) inset;width: 87%;max-width: 820px;margin-bottom:5px;}
.midasi2 {padding: .4em .75em;background-color: #f8d8f2;border: 1px solid #ddd;box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset, -1px -1px 0 rgba(100, 100, 100, .1) inset;width: 95%;max-width: 900px;margin-bottom:5px;}

.b1 {color:#000000;font-size:14px;font-weight:bold;text-align: left;border-bottom:3px solid #666;line-height:150%;margin:5px;}
.b1a {background: linear-gradient(transparent 50%, #a8eaff 50%);color:#000000;font-size:14px;font-weight:bold;text-align: left;line-height:150%;margin-top:10px;margin-bottom:10px;}
.b2 {color:#0000aa;font-size:24px;font-weight:bold;text-align: left;line-height:120%;margin-top:10px;margin-bottom:10px;border-left :solid 8px orange;border-bottom: solid 2px orange;padding: 5px}
.b2a {color:#0000aa;font-size:2.5vw;font-weight:bold;line-height:120%;margin-top:5px;margin-bottom:-10px;}
@media(max-width:700px) {
.b2a {color:#0000aa;font-size:4.3vw;font-weight:bold;line-height:120%;margin-top:5px;margin-bottom:-10px;}
}

.b3 {color:#000000;font-size:14px;font-weight:550;text-align: left;line-height:150%;}
.t1 {color:#333366;font-size:40px;font-size: 4.8vw;font-weight:bold;margin:15px;}
.t1a {color:#666666;font-size:12px;font-weight:normal;text-align: left;margin:3px;}
.t2 {color:#000000;font-size:12px;font-weight:bold;}
.t3 {color:#000000;font-size:14px;font-weight:normal;}
.t4 {color:#000000;font-size:12px;font-weight:normal;}
@media(max-width:700px) {
.t4 {font-size: 1.5vw;}
}

.t5 {color:#000;background-color:#bfbf82;font-size:18px;font-weight:normal;line-height:110%;}
.t6 {color:#000000;font-size:17px;font-weight:normal;line-height:140%;}
.t6b {color:#000000;font-size:17px;font-weight:bold;line-height:150%;;margin-bottom:7px;}
.t7 {color:#000000;font-size:13px;font-weight:normal;line-height:150%;margin-left:9px;margin-bottom:5px;}
.t8 {color:#333333;font-size:18px;font-weight:bold;padding:5px;}
.t8r {color:#aa0000;font-size:18px;font-weight:bold;padding:5px;}
.t9 {color:#0000aa;font-size:15px;font-weight:normal;border:2px solid #0000aa;padding:2px;}
.t10 {color:#000000;font-size:14px;font-weight:normal;}
.t10a{color:#003300;font-size:28px;font-weight:bold;line-height:150%;}
.t11 {color:#440000;font-size:14px;font-weight:bold;line-height:130%;}
.t11a {color:#333333;font-size:15px;font-weight:bold;padding-left:5px;}
.t12 {color:#333333;font-size:22px;font-weight:bold;padding:5px;}
.t12a {color:#333333;font-size:16px;font-weight:bold;}
.t12b {color:#333333;font-size:16px;font-weight:bold;border-bottom:1px solid #555;}
.t13 {color:#000000;font-size:11px;font-weight:normal;}
.t13a {color:#333333;font-size:22px;font-weight:bold;line-height:150%;}
.t13b {color:#aa0000;font-size:11px;font-weight:normal;padding-top:10px;}
.t13c {color:#aa0000;font-size:11px;font-weight:normal;padding-top:-10px;}
.t14 {color:#333333;font-size:15px;font-weight:normal;line-height:150%;padding-left:15px;padding-top:5px;padding-bottom:10px;}
.t14a {color:#333333;font-size:15px;font-weight:normal;line-height:150%;padding-top:10px;}
.t15 {color:#555555;font-size:16px;font-weight:bold;line-height:150%;padding-left:10px;}
.t16 {color:#0e3c0a;font-size:32px ;font-weight:bold;line-height:120%;}
.t17a {color:#333333;font-size:11px;font-weight:bold;line-height:100%;padding-left:20px}
.t17b {color:#333333;font-size:10px;font-weight:bold;line-height:100%;padding-left:20px;}
.t17c{color:#555555;font-size:16px;font-weight:bold;line-height:200%;padding-left:20px;}
.t17d {color:#333333;font-size:12px;font-weight:bold;line-height:150%;padding-right:5px;}
.t18 {color:#666666;font-size:12px;font-weight:normal;text-align: left;margin:3px;}
.t19 {color:#000;font-size:20px;font-weight:500;text-align: left;}
.t20 {color:#000000;font-size:13px;font-weight:normal;}
.t21 {font-family:"ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3",serif;color:#0000aa;font-size:2.4vw;font-weight:bold;line-height:120%;}
@media(max-width:700px) {
.t21 {font-family:"ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3",serif;color:#0000aa;font-size:3.6vw;font-weight:bold;line-height:120%;}
}


.t-m {color:#000088;font-size:20px;font-weight:normal;padding: .25em 0 .2em .5em;border-left: 6px solid #ccc;border-bottom: 1px solid #ccc;}
.t-m2 {color:#000088;font-size:12px;font-weight:normal;line-height:110%;padding: .2em 0 .2em .5em;border-left: 6px solid #ccc;border-bottom: 1px solid #ccc;}
.t-m3 {color:#333;font-size:12px;font-weight:normal;line-height:110%;border: 1px solid #990;}
.t-h2 {padding: 0.3rem 1rem;
  color: #000;font-size:1.4vw;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);}

.under1{position: relative; bottom: -5px;}
.under2{position: relative; bottom: -35px;}
.margin1{margin-top:20px;margin-bottom:10px;}
.margin2{margin:2px;}
.margin3{margin-left:20px;}
.margin3a{margin-left:5px;}
.margin3b{margin-left:50px;}
.margin3c{margin-left:2vw;}
.margin3d{margin-left:80px;}
.margin4{padding:10px;text-align: left;}
.margin5{padding:20px;}
.margin6{margin-top:10px;margin-bottom:30px;}
.margin7{margin-bottom:20px;}
.margin8{padding:10px;}
.margin9{margin-top:5px;margin-bottom:2px;}
.margin10{margin:5px;padding:10px;margin: 0 auto;}
.margin11{margin-right:15px;}
.margin12{margin-right:15px;}
.width1{width: 120px;text-align: left;}

.width2{width: 100px;}
.width3{width: 10%;}
.width4{width: 245px;}
.width5{width: 200px;}
.width6{width: 90%;}
.inlin1{display: inline;}

hr.style1 {border-top:5px solid #8c007c;width:99%;max-width:998px;margin:auto;}
hr.style2 {border-top:10px solid #debb11;width:100%;max-width:980px;margin:auto;}
hr.style3 {border-top:3px solid #8c007c;width:100%;margin:auto;}
hr.style4 {border-top:1px solid #555;width:100%;}
hr.style5 {border-top:2px solid #fff;width:100%;margin-bottom:15px;}
.hrstyle1 {border-top: 3px dotted #0000cc;}

.pickup1 {transform: rotate(-5deg);}

.line1 {background:url(../images/rose-l.png) repeat-y;width: 10px;}
.nowrap { white-space: nowrap;}
.clear{clear: both;display: block;}

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.news2 {border-bottom: 2px solid #333333;font-size: 17px;font-weight: bold;line-height: 120%;}
.news {width: 100%;padding: 0 1rem;max-width: 960px;}
.news2-1 {padding-top:12px;width: 100%;height: 330px;overflow-y : hidden;border: 0px;}
.balls {width: 100%;max-width: 982px;min-width: 200px;table-layout: fixed;word-break: normal;}

.doron1 {border-bottom:3px solid #666;border-top:3px solid #666;}
.doron1a {color:#333333;font-size:15px;font-weight:bold;text-align: left;line-height:120%;margin-left:9px;margin-top:10px;margin-bottom:10px;}
.doron1b {color:#333399;font-size:13px;font-weight:bold;text-align: left;line-height:120%;margin-left:9px;margin-bottom:5px;}
.doron1c {color:#33aa33;font-size:20px;font-weight:bold;text-align: center;line-height:120%;}
.doron2 {background:#DCE5AE;}
.doron2a {padding-left:9px;margin-left:10%;padding-top:5px;padding-bottom:5px;}
.doron2b {margin-left:2%;padding-top:5px;padding-bottom:5px;}
.doron3 {background-image: url("../img/a10/back.jpg");padding-left:5%;}
.doron3a {color:#003300;font-size:28px;font-weight:bold;text-align: left;line-height:140%;padding-left:2px;}
.doron3b {color:#003300;font-size:20px;font-weight:bold;text-align: left;line-height:140%;}
@media(max-width:700px) {
.doron3a {color:#003300;font-size:20px;font-weight:bold;text-align: left;line-height:140%;padding-left:2px;}
.doron3b {color:#003300;font-size:16px;font-weight:bold;text-align: left;line-height:140%;}
}
.doron4 {color:#333333;font-size:16px;font-weight:bold;border-bottom:2px solid #080;border-top:2px solid #080;padding:2px;text-align: center;}
.doron5 {color:#333333;font-size:16px;font-weight:bold;background-color:#ddddff; width:200px; padding: 10px;margin-left:40px;}
.doron6 {color:#333333;font-size:18px;font-weight:bold;line-height:150%;padding:2px;text-align: left;}

.butn {-webkit-border-radius: 28;-moz-border-radius: 28;border-radius: 28px;font-family: Arial;color: #000000;font-size: 23px;background: #63d934;padding: 5px 20px 5px 20px;text-decoration: none;line-height:240%;}
.butn:hover {background: #dffc3c;background-image: -webkit-linear-gradient(top, #dffc3c, #62cc0c);background-image: -moz-linear-gradient(top, #dffc3c, #62cc0c);background-image: -ms-linear-gradient(top, #dffc3c, #62cc0c);background-image: -o-linear-gradient(top, #dffc3c, #62cc0c);background-image: linear-gradient(to bottom, #dffc3c, #62cc0c);text-decoration: none;}

.readmore { font-size:18px;font-weight:bold;color: #444; padding: 0.5em; line-height: 1.3;background: #fff; vertical-align: middle; border-radius: 0px 25px 25px 0px;}
.readmore:before { content: '●'; color: #444; margin-right: 2px;}

.box-a h3{
color:#666666; background:#FFF;font-size:17px;font-weight:bold;
    text-align:center;
    position:relative;
    top:22px;
}
.box-a {
    width:240px;
    height:50px;
    background:#FFF;
    margin-bottom:20px ;
text-align: left;
}

.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 35px;
  left: 10px;
  width: 50%;
  top: 20%;
  max-width:300px;
  background: #333;
  -webkit-box-shadow: 0 35px 20px #000;
  -moz-box-shadow: 0 35px 20px #000;
  box-shadow: 0 35px 20px #000;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.box2 h3{
color:#666666;background:#FFF;font-size:17px;font-weight:bold;
    text-align:center;
    position:relative;
    top:22px;
}

.box2 {
    width:350px;
    height:50px;
    background:#FFF;
    margin-bottom:20px ;
text-align: left;
}
.effect6
{
  position: relative;
}
.effect6:before, .effect6:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 35px;
  left: 10px;
  width: 30%;
  top: 20%;
  max-width:400px;
  background: #333;
  -webkit-box-shadow: 0 35px 20px #000;
  -moz-box-shadow: 0 35px 20px #000;
  box-shadow: 0 35px 20px #000;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect6:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.box-a10 {color:#333333;font-size:18px;font-weight:bold;display: inline-block;padding:10px 10px;text-decoration :none;background: #fed94d;box-shadow: 3px 3px #ffbe75;transition: .3s;}
.box-a11 {display: inline-block;padding:10px 40px;text-decoration :none;background: #fed94d;box-shadow: 3px 3px #ffbe75;transition: .3s;}

.ribbon6 {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 2px 0;
    font-size: 18px;
    background: #222288;
    color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.ribbon6 h3 {
    vertical-align: middle;background: #222288;
    margin: 0;
    padding: 0 40px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    line-height: 42px;
}

.ribbon6:before, .ribbon6:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon6:before{
    top: -2px;
    left: -2px;
    border-width: 28px 0px 32px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon6:after{
    top: -2px;
    right: -2px;
    border-width: 28px 15px 32px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #005500;
    color: #ff7c5c;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.balloon2-left {position: relative;display: inline-block;margin: 1.5em 0 1.5em 15px;padding: 20px 10px;color: #555;font-size: 17px;background: #FFF;border: solid 5px #fc0;box-sizing: border-box;}

.balloon2-left:before {content: "";position: absolute;top: 50%;left: -24px;margin-top: -12px;border: 12px solid transparent;border-right: 12px solid #fc0;z-index: 2;}

.balloon2-left:after {content: "";position: absolute;top: 50%;left: -30px;margin-top: -14px;border: 14px solid transparent;border-right: 14px solid #fc0;z-index: 1;}

.balloon2-left p {margin: 0;padding: 0;}

.balloon2-right {position: relative;display: inline-block;margin: 1.5em 15px 1.5em 0;padding: 20px 10px;color: #555;font-size: 17px;background: #FFF;border: solid 5px #f70;box-sizing: border-box;}

.balloon2-right:before {content: "";position: absolute;top: 50%;right: -24px;margin-top: -12px;border: 12px solid transparent;border-left: 12px solid #f70;z-index: 2;}

.balloon2-right:after {content: "";position: absolute;top: 50%;right: -30px;margin-top: -14px;border: 14px solid transparent;border-left: 14px solid #f70;z-index: 1;}

.balloon2-right p {margin: 0;padding: 0;}

.boxa {
width:100%;max-width: 998px;
    height:45px;
    background:#fafafa;
    margin-top:30px ;margin-bottom:30px ;
}
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

/* パソコンで見たときは"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; }
}

@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}

#mainVisual {
	width: 100%;
}
#bread-crumb {
	margin: 0 0 15px 0;
}
#bread-crumb-listTop, .bread-crumb-listCate {
	width: 100%;
	padding: 0;
	margin: 0;
}
#bread-crumb-listTop ol, .bread-crumb-listCate ol {
	width: 720px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}
#bread-crumb-listTop ol li, .bread-crumb-listCate ol li {
	float: left;
	*float: none;
	*display: inline;
	padding: 0 10px 0 13px;
	font-size: 60%;
	line-height: 120%;
	background: url(../img/breadcrumb_bg.gif) no-repeat left center;
	*zoom: 1;
}
#bread-crumb-listTop ol li:first-child {
	padding-left: 0;
	background-image: none;
}
#bread-crumb-listTop, .bread-crumb-listCate {
	padding: 0;
	margin: 0 0 3px 0;
}
.column-set {
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}
.column3 {
	float: left;
	width: 230px;
	margin: 0 15px 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
}
.column3:nth-child(3n) {
	margin: 0 0 20px 0;
}
.newItem .column3 .itemThumb-wrap {
	margin: 0 0 5px 0;
}
.column3 .itemThumb a {
	height: auto;
	width: 230px;
	display: block;
}
.column3 h3 {
	font-size: 70%;
	line-height: 120%;
	margin-bottom: 3px;
}
.column3 p {
	font-size: 70%;
}
.column3 img {
	vertical-align: bottom;
}
.column3 p.price {
	margin-bottom: 3px;
}
.column3 p.sp_price {
	color: #F00;
}
.column4 {
	float: left;
	width: 170px;
	margin: 0 13px 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
}
.column4:nth-child(4n) {
	margin: 0 1px 20px 0;
}
.column4 .itemThumb-wrap {
	margin: 0 0 10px 0;
}
.column4 h3 {
	font-size: 70%;
	line-height: 130%;
	margin-bottom: 3px;
}
.column4 p {
	font-size: 70%;
}
.column4 img {
	vertical-align: bottom;
}
.column4 p.sp_price {
	color: #F00;
}
.column5 {
	float: left;
	width: 130px;
	margin: 0 17px 20px 0;
}
.column5:nth-child(5n) {
	margin-right: 1px;
}
.column5:nth-child(5n+1) {
	clear: both;
}
.column5 .itemThumb-wrap {
	margin: 0 0 10px 0;
}
.column5 .itemThumb {
	display: table-cell;
	height: auto;
	width: 130px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}
.column5 .itemThumb a {
	height: auto;
	width: 130px;
	display: block;
}
.column5 .itemThumb a img {
	max-height: 130px;
	max-width: 130px;
}
.column5 h3 {
	font-size: 70%;
	line-height: 130%;
	margin-bottom: 3px;
}
.column5 p {
	font-size: 70%;
}
.column5 img {
	vertical-align: bottom;
}
.column5 p.sp_price {
	color: #F00;
}
p.fx_price span.strike {
	text-decoration: line-through;
}
p.sp_price span.special_price_str, p.sp_price span.selling_price_str, p.sp_price span.selling_price, p.sp_price span.taxin, p.sp_price span.discount_rate {
	color: #F00;
}
p.price span{
color: #000;
}
p.price span.selling_price, p.price span.taxin {
	color: #000t;
}
section .newItem h2, section .pickup h2, section .ranking h2, section .group h2, section .category h2 {
	border: none;
	font-size: 90%;
	font-weight: bold;
	line-height: 165%;
	margin-bottom: 10px;
	padding: 0 0 10px;
	min-height: 25px;
}
.newItem {
	background: url(../img/Title-new.gif) no-repeat right 4px;
	position: relative;
	margin: 30px 0 10px;
}
.newItem .new-Title {
	position: absolute;
	right: 0px;
	top: 3px;
}
.newItem h2 {
	background: url(../img/Tline-new.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-right: 100px !important;
}
.column3 .badge {
	padding: 4px 0 0 4px;
	position: absolute;
	z-index: 100;
}
.column4 .badge {
	padding: 4px 0 0 4px;
	position: absolute;
	z-index: 100;
}
.pickup {
	background: url(../img/Title-pickup.gif) no-repeat right 4px;
	position: relative;
	margin-bottom: 10px;
}
.pickup .pickup-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}
.pickup h2 {
	background: url(../img/Tline-pickup.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-right: 60px !important;
}
.pickup .column5 {
	margin-bottom: 20px;
}
.pickup .column5 .itemThumb {
	margin-bottom: 5px;
	position: relative;
}
.pickup .column5 .badge {
	padding: 4px 0 0 4px;
	position: absolute;
	z-index: 100;
}
.ranking {
	background: url(../img/Title-ranking.gif) no-repeat right 4px;
	position: relative;
}
.ranking .ranking-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}
.ranking h2 {
	background: url(../img/Tline-ranking.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-right: 66px !important;
}
.ranking .column5 {
	margin-bottom: 20px;
}
.ranking .column5 .itemThumb {
	position: relative;
}
.ranking .column5 .badge {
	padding: 4px 0 0 4px;
	position: absolute;
	z-index: 100;
}
.half-cont_wrap01, .half-cont_wrap02 {
	overflow: hidden;
}
.half-cont {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.half-cont:nth-child(2n) {
	float: left;
	width: 48%;
	margin-right: 0;
}
#page-top {
	position: fixed;
	bottom: 67px;
	right: 20px;
	font-size: 77%;
	z-index: 100;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 39px;
	height: 39px;
	padding: 0;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background-image: url(../img/pagetop_on.gif);
}
#page-top a:hover img {
	opacity: 0;
}
#DiaryList h2, #Diary h2 {
	font-size: 90%;
}
#DiaryList .Diary-cont, #Diary .Diary-cont {
	margin: 0 0 15px;
}
#DiaryList article {
	margin: 0 0 40px;
}
.state_l {
	border-top: 1px dotted #333;
	padding: 10px 0 0;
	font-size: 65%;
}
.state_r {
	border-top: 1px dotted #333;
	padding: 10px 0 0;
	margin: 0 0 25px;
	text-align: right;
	font-size: 65%;
}
.state_l ul, .state_r ul {
	line-height: 90%;
}
.state_l li, .state_r li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 3px 0 0;
}
.state_l li.comment, .state_r li.comment {
	border-left: 1px solid #333;
	padding: 0 0 0 5px;
}
.state_l li.cate, .state_r li.cate {
	border-left: 1px solid #333;
	padding: 0 5px;
}
.state_l li.name {
	border-right: 1px solid #333;
	padding: 0 5px 0;
	margin: 0 5px 0 0;
}
#Diary .more, #Journal .more {
	display: block;
	width: 160px;
	height: 22px;
	font-size: 75%;
	font-size: 0.75rem;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0 0;
	padding: 3px 0 0;
	background: url(../img/btn-confirm_bg.gif) repeat-x scroll left top;
}
#Diary a, #Journal a {
	text-decoration: none;
}
#Diary a .more:hover, #Journal a .more:hover {
	width: 160px;
	height: 22px;
	background: url(../img/btn-confirm_bg_on.gif) repeat-x scroll left top;
}
#Diary .more img, #Journal .more img {
	padding: 0 5px 0;
	vertical-align: middle;
}
#DiaryList .comment-t, #Diary .comment-t, #JournalList .comment-t, #Journal .comment-t {
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#Diary .comment-cont, #Journal .comment-cont {
	margin: 0 0 15px;
}
#Diary fieldset, #Journal fieldset {
	margin-bottom: 5px;
}
#Diary legend, #Journal legend {
	background: none repeat scroll 0 0 transparent;
	font-size: 75%;
	line-height: 200%;
	padding: 0;
	width: 100%;
}
#Diary fieldset p, #Journal fieldset p {
	margin-bottom: 5px;
	font-size: 75%;
	font-size: 0.75rem;
}
#Diary fieldset input, #Journal fieldset input {
	margin: 0 3px 2px 0;
}
#Diary input.name, #Journal input.name {
	width: 215px;
	height: 20px;
	margin: 0;
}
#Diary input.url, #Journal input.url {
	width: 215px;
	height: 20px;
	margin: 0;
}
#Diary textarea, #Journal textarea {
	width: 360px;
	height: 100px;
	margin: 0;
	padding: 1px;
}
#Diary .btn-confirm, #Journal .btn-confirm {
	margin: 10px 0 0 120px;
}
.btn-confirmPost {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 0 0 5px;
}
.btn-confirmPost:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#comment-form #comment-post {
	margin: 0;
}
#comment-form legend {
	background: none repeat scroll 0 0 transparent;
	font-size: 75%;
	line-height: 200%;
	padding: 0;
	width: 100%;
	font-weight: bold;
}
#comment-form p {
	margin-bottom: 15px;
}
#comment-form .name {
	width: 215px;
	height: 16px;
}
#comment-form .comment-txt {
	width: 360px;
	padding: 0;
	height: auto;
}
#comment-post {
	margin: 35px 0;
}
.comment-box {
	margin: 30px 0 0;
}
div.caution p {
	color: #d51414;
	font-size: 70%;
	line-height: 145%;
}
.btn-confirmBack {
	height: 25px;
	width: 80px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-back_bg.gif) no-repeat left top;
	border: none;
	margin: 0 5px 0 0;
}
.btn-confirmBack:hover {
	background: url(../img/btn-back_bg_on.gif) repeat-x left top;
}
@-moz-document url-prefix() {
	.btn-confirmPost {
		padding: 0 5px 2px;
	}
	.btn-confirmBack {
		padding: 0 2px 2px 8px;
	}
}
#JournalList h2, #Journal h2 {
	font-size: 85%;
}
#JournalList .journal-cont, #Journal .journal-cont {
	margin: 0 0 15px;
}
#JournalList article {
	margin: 0 0 40px;
}
#JournalList .journal-cont ul, #Journal .journal-cont ul {
	margin: 0px 40px;
}
#JournalList .journal-cont ul li, #Journal .journal-cont ul li {
	list-style-type: square;
}
#JournalList .journal-cont ol, #Journal .journal-cont ol {
	margin: 0px 40px;
}
#JournalList .journal-cont ol li, #Journal .journal-cont ol li {
	list-style-type: decimal;
}
section#document_wrap h2 {
	font-size: 85%;
	font-weight: bold;
	line-height: 200%;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	background: none;
	padding: 0;
}
section#document_wrap h3 {
	font-size: 75%;
}
section #document li {
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list01 {
	padding-bottom: 30px;
}
section #document .txt-list01 li.c1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 25px 0 0;
}
section #document .txt-list02 {
	padding-bottom: 10px;
	overflow: hidden;
}
section #document .txt-list02 h3 {
	font-weight: bold;
}
section #document .txt-list02 section.tree00 {
	float: left;
	padding: 0 35px 20px 0;
	width: 156px;
}
section #document .txt-list02 ul.tree01 {
	padding: 0 0 0 12px;
	overflow: hidden;
}
section #document .txt-list02 ul.tree01 li.c2 {
	padding: 0 0 0 14px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.c3 {
	padding: 0 0 0 28px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.c4 {
	padding: 0 0 0 42px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
	padding: 0 0 0 56px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp1 {
	float: left;
	padding: 0 0 0 14px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp2 {
	float: left;
	padding: 0 0 0 2px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp3 {
	float: left;
	padding: 0 0 0 2px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
	display: inline;
	*display: inline;
	*zoom: 1;
	padding: 0 10px 0 0;
	font-size: 110%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.iB {
	padding: 5px 0 0 12px;
	float: left;
	line-height: 120%;
}
section #document .txt-list02 ul.iB li {
	padding: 0 10px 0 0;
	float: left;
}
section #document .txt-list03 {
	padding-bottom: 30px;
	overflow: hidden;
}
section #document .txt-list03 section.tree00 {
	float: left;
	padding: 0 35px 0 0;
	width: 156px;
}
section #document .txt-list03 ul.tree01 li {
	padding: 0 0 0 7px;
	margin: 0 0 0 5px;
	background: url(../img/ico_list01.gif) no-repeat left center;
}
#contact div.caution {
	margin-bottom: 15px;
}
#contact div.caution p {
	color: #d51414;
	font-size: 70%;
	line-height: 145%;
}
#formArea_cc #contact form {
	margin-top: 30px;
}
#contents-pop #contact {
	width: auto;
	margin: 10px 20px;
}
#contact {
	width: 720px;
	margin: 0 auto;
}
#contact h4 {
	font-size: 75%;
}
#contact .txtBox {
	margin: 25px 0 10px;
}
section #contact .text-center {
	text-align: center;
	margin: 50px 0;
}
#contact .txtBox p.txt-T {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 5px;
}
section #document li {
	font-size: 100%;
	font-size: 0.75rem;
}
#contact em {
	color: #C23E42;
	margin-left: 5px;
	font-size: 90%;
	font-size: 0.7rem;
}
#contact .weaktxt {
	color: #333;
	font-size: 90%;
	padding: 5px 0 0;
}
#contact .note {
	color: #333;
	font-size: 95%;
	font-size: 0.7rem;
	line-height: 150%;
	margin: 0 0 15px;
}
#contact .txtBox .note {
	font-size: 70%;
	font-size: 0.7rem;
}
#contact .btn-confirm {
	text-align: center;
	padding: 20px;
	border-bottom: none;
	font-size: 100%;
}
#contact .btn-confirm-enq {
	padding: 20px;
	font-size: 100%;
}
#contact input.btn-confirmNext {
	height: 25px;
	width: 150px;
	color: #FFF;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}
#contact input.btn-confirmNext:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact .btn-enq input.btn-confirmNext {
	height: 25px;
	width: 200px;
	color: #FFF;
	padding: 0;
	font-size: 75%;
	font-size: 0.75rem;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}
#contact .btn-enq input.btn-confirmNext:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmBack {
	height: 25px;
	width: 80px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-back_bg.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}
#contact input.btn-confirmBack:hover {
	background: url(../img/btn-back_bg_on.gif) no-repeat left top;
}
#contact input.btn-confirmCancel {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}
#contact .btn-confirmCancel:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact .btn-confirmClose {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	background: url(../img/btn-close_bg.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}
#contact .btn-confirmClose:hover {
	background: url(../img/btn-close_bg_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
	#contact .btn-enq input.btn-confirmNext {
		padding: 0 5px 2px;
	}
	#contact input.btn-confirmNext {
		padding: 0 5px 2px;
	}
	#contact input.btn-confirmBack {
		padding: 0 2px 2px 8px;
	}
	#contact input.btn-confirmCancel {
		padding: 0 2px 3px 8px;
	}
	#contact input.btn-confirmClose {
		padding: 0 2px 4px 8px;
	}
}
#contact fieldset {
	margin-bottom: 25px;
}
#contact legend {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dotted;
	font-size: 75%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
#contact fieldset p {
	margin-bottom: 5px;
	font-size: 75%;
	font-size: 0.75rem;
}
#contact fieldset ul {
	overflow: hidden;
}
#contact fieldset li {
	font-size: 75%;
	font-size: 0.75rem;
}
#contact fieldset li.fL {
	float: left;
	margin-right: 20px;
}
#contact fieldset input {
	margin: 0 3px 2px 0;
}
#contact fieldset label {
	margin-right: 10px;
	font-size: 100%;
	font-size: 0.75rem;
}
#contact input.txtF {
	height: 16px;
	margin: 0;
	padding: 2px 5px;
}
#contact input.mailAddress {
	width: 300px;
	margin: 0;
}
#contact input.name_sei {
	margin: 0 10px 0 0;
}
#contact select {
	margin: 0 0 5px;
	padding: 3px 1px;
	min-width: 110px;
}
#contact fieldset textarea {
	width: 70%;
	height: 150px;
	padding: 5px;
}
#contact .commentItem {
	padding: 10px 0 0;
}
#contact .commentItem {
	font-weight: 150%;
}
#contact .memberF {
	padding: 20px 20px 10px;
	margin: 20px 0 0 0;
	border: 10px solid #EEE;
}
#contact .atttxt {
	color: #333;
	font-size: 75%;
	padding: 5px 0 0;
}
#contact .memberF input {
	width: 40%;
	height: 16px;
	margin: 0;
	padding: 2px 5px;
}
#contact .memberF th {
	padding: 10px 20px;
}
#contact .memberF td {
	padding: 10px 20px;
	font-size: 100%;
}
#contact .memberF input.btn-confirm160 {
	margin: 10px 0 0;
}
.memberName {
	border-bottom: 1px dotted;
	font-size: 75%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 5px;
	padding: 0;
}
#contact input.btn-confirm120 {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0;
	font-size: 75%;
	font-size: 0.75rem;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}
#contact input.btn-confirm120:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirm160 {
	height: 25px;
	width: 160px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
}
#contact input.btn-confirm160:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmReg {
	height: 25px;
	width: 160px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
}
#contact input.btn-confirmReg:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmBackItem {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0 5px 2px 15px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-back_bg120.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}
#contact input.btn-confirmBackItem:hover {
	background: url(../img/btn-back_bg120_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
	#contact input.btn-confirm120, #contact input.btn-confirm160, #contact input.btn-confirmReg {
		padding: 0 5px 2px;
	}
	#contact input.btn-confirmBackItem {
		padding: 0 2px 2px 8px;
	}
}
#contact .mailm:first-child {
	margin: 3px 0 0;
}
#contact .mailm {
	margin: 30px 0 0 0;
}
#contact .mailm .txtBox {
	margin: 0;
}
#contact .mailm .txtBox h2 {
	border-bottom: none;
	margin: 0;
	font-weight: normal;
}
#contact .mailm .caution {
	margin: 0 0 5px;
}
#contact .mailMF input.btn-confirmNext:hover {
	background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.mailAddress_new {
	height: 20px;
	width: 60%;
	margin: 0 10px 0 0;
	float: left;
}
#contact .mailMC span.btn-confirm {
	display: block;
	padding: 0;
}
#contact .freeArea {
	margin: 60px 50px 0;
	width: 620px;
	background-color: #FFFFFF;
}
#contact .ann-input {
	margin: 5px 0 0;
	font-size: 100%;
}
#contact .ann-input input {
	margin: 0 3px 2px 0;
}
#itemList_wrap {
	margin: 0 0 20px 0;
}
#itemList {
	margin: 15px 0 0 0;
	position: relative;
}
article #main-column #itemList section {
	margin: 0;
}

.column4 h2 {
	font-size: 70%;
	line-height: 130%;
	margin-bottom: 3px;
	background: none;
	font-weight: normal;
	padding: 0;
	border: none;
}
section .freeTop h2 {
	border: medium none;
	font-size: 90%;
	font-weight: bold;
	line-height: 165%;
	margin-bottom: 10px !important;
	padding: 0 0 10px !important;
}

#header-inner h2 {
	max-width: 340px;
}
.siteName {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	font-size: 100%;
	line-height: 1em;
}
.siteName a {
	color: black;
	text-decoration: none;
}
.siteName a:hover {
	color: blue;
	text-decoration: underline;
}
.sitecopy {
	padding: 10px 10px 5px 5px;
	margin: 0px;
	color: #999999;
	font-size: 80%;
	line-height: 1em;
}
.sitecopy a {
	color: black;
	text-decoration: none;
}
.sitecopy a:hover {
	color: blue;
	text-decoration: underline;
}
.header_area {
	text-align: left;
	width: 680px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
.footer_area {
	text-align: left;
	width: 680px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
.cart-section .header_area {
	margin: 0 auto;
}
.cart-section .footer_area {
	margin: 0 auto;
}
#contents #main-column .footer_area {
	padding-top: 5px;
}
.pageNav form img {
	float: right;
}
#sub-column .category .fukidashi nav, #sub-column .category .tatenarabi nav, #sub-column .category #sps-itemListAllCategory nav {
	margin-bottom: 0;
}
#sub-column .category .fukidashi nav:last-child, #sub-column .category .tatenarabi nav:last-child, #sub-column .category #sps-itemListAllCategory section nav:last-child {
	margin-bottom: 20px;
}
#sub-column .category #sps-itemListAllCategory section nav:first-child {
	margin-bottom: 0;
}
#sub-column .category .fukidashi ul {
	zoom: 1;
}
#sub-column .category .fukidashi nav {
	position: relative;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}
#sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
	display: block;
	z-index: 999;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
	color: #333;
	font-weight: normal;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
	color: #333;
	font-weight: normal;
}
#sub-column .category nav ul li.listcat2 a {
	zoom: 1;
	display: block;
	padding: 3px 2px 3px 30px;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#sub-column .category nav ul li.listcat3 a {
	zoom: 1;
	display: block;
	padding: 3px 2px 3px 50px;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
	text-decoration: none;
}
#sub-column .category nav ul li.child a {
	color: #000;
}
section.half-cont div.category section h3 {
	font-weight: bold;
	line-height: 120%;
	font-size: 80%;
}
#sub-column .category .sps-allList {
	margin-bottom: 20px;
}
#sub-column .category .sps-allList+#sps-itemListAllCategory {
	display: none;
	margin-top: -20px;
}
p.rg_price span.regular_price_str {
	color: #2A78D0;
	margin-bottom: 3px;
}
p.rg_price span.regular_price {
	color: #2A78D0;
	margin-bottom: 3px;
}

/******************************
  product detail
******************************/
.ui-dialog{
z-index:10000 !important;
}
#itemDetail-wrap, section.recommend {
	max-width: 820px;
	margin: 0 auto;
}
#itemDetail-cont .midasi itemThumb-wrap {
	margin-right: 3%;
	width: 100%;
}

.boxwrap1 {margin-right: 1%;width: 50%; inline-block;}
.boxwrap1a {margin-right: 1%;width: 40%; inline-block;}
/*
 #itemDetail-cont .itemThumb-wrap .itemThumb-main img{
        pointer-events: none;
}*/
#itemDetail-cont .itemThumb-wrap .itemThumb img, #itemDetail-cont .itemThumb-wrap .itemThumb-main img {
	width: 100%;
            vertical-align: bottom;
}
#itemDetail-cont .itemOutline ul.ico_itemType li img{
	height: 100%;
}
#itemDetail-cont .itemOutline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 50%;
	margin-left: 1%;
}
.boxwrap2 {width: 100%; inline-block;}
#itemDetail-cont .itemOutline h1 {
	display: inline-block;
	font-size: 1.5rem !important;
	font-weight: bold !important;
text-align: left;}
}
#itemDetail-cont .snsArea, #itemDetail-wrap .infoArea img, #itemDetail-wrap .sps-wishAddItem {
	display: none;
}
article#Detail .itemOutline ul.infoArea {
	height: auto;
	margin: 0;
	font-size: 0.7rem;
	line-height: 1;
}
article#Detail .itemOutline ul.infoArea li {
	position: relative;
}
article#Detail .itemOutline ul.infoArea a::after {
	display: inline-block;
	content: "\3053\306E\5546\54C1\306B\3064\3044\3066\306E\304A\554F\3044\5408\308F\305B";
}
#main-column #itemDetail-wrap #itemDetail-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
section#itemDetail-wrap .description p {
	font-size: 0.85rem;
	text-align: justify;
	line-height: 1.9;
}
section#itemDetail-wrap .description p.bold {
	margin-bottom: 0.2rem;
	font-weight: bold;
	font-size: 1rem;
}
article#Detail section#itemDetail-wrap .description .label {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	border-bottom: none;
	border-radius: 0 10px 10px 0;
	background-color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 0.8rem 1.5rem;
	letter-spacing: 3px;
	margin-left: -1.5rem;
	display: inline-block;
}
#Detail #itemDetail-wrap .detail_point {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 1.5rem;
	background-color: #dcdddd;
}
#Detail #itemDetail-wrap .detail_point .column {
	clear: both;
	margin: 1.5rem;
}
#Detail #itemDetail-wrap .detail_point .column:after {
	clear: both;
}
#Detail #itemDetail-wrap .detail_point .column .title {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#Detail #itemDetail-wrap .detail_point .column .text li {
	line-height: 1.8;
	list-style-type: disc;
	margin-left: 1rem;
}
#Detail #itemDetail-wrap .detail_point .effect img {
	float: right;
	margin-left: 1rem;
	width: 240px;
}
#Detail #itemDetail-wrap .detail_point .howto {
	position: relative;
}
#Detail #itemDetail-wrap .detail_point .howto dl {
	font-size: 0.8rem;
	margin-top: 1rem;
}
#Detail #itemDetail-wrap .detail_point .howto dt {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 5em;
	padding: 1rem 0 0 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	white-space: nowrap;
}
#Detail #itemDetail-wrap .detail_point .example {
	width: 100%;
}
#Detail #itemDetail-wrap .detail_point .example figure {
	width: 60%;
	max-width: 295px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#Detail #itemDetail-wrap .detail_point .example figure img {
	width: 100%;
	height: auto;
}
#Detail #itemDetail-wrap .detail_point .example figure.before {
	float: left;
}
#Detail #itemDetail-wrap .detail_point .example figure.after {
	float: right;
}
#Detail #itemDetail-wrap .detail_point .example .column {
	position: relative;
	border-bottom: 2px solid #fff;
	margin-bottom: 2rem;
}
#Detail #itemDetail-wrap .detail_point .example .figures {
	position: relative;
	margin-bottom: 2rem;
}
#Detail #itemDetail-wrap .detail_point .example .column:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#Detail #itemDetail-wrap .detail_point .example .figures::before {
	content: '';
	width: 50px;
	height: 50px;
	border: 0px;
	-webkit-transform-origin: 25% 25%;
	        transform-origin: 25% 25%;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: auto;
	margin-top: -36px;
}


}
#Detail #itemDetail-wrap .detail_point .example .readmore a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #fff;
	font-weight: 600;
	font-size: 0.9rem;
	line-height: 1;
	padding: 0 5px 0 10px;
	position: relative;
	height: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#Detail #itemDetail-wrap .detail_point .example .readmore a:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 18px;
	border-color: transparent transparent transparent #fff;
	top: 0;
	right: 0;
	margin-right: -18px;
}

#Detail #itemDetail-wrap .detail_point .example .figures.no-arrow:before {
display:none;
}
#Detail #itemDetail-wrap .detail_point .example figcaption {
	font-size: 0.8rem;
}
#Detail #itemDetail-wrap .detail_point .example .readmore {
	text-align: center;
}
#Detail #itemDetail-wrap .detail_point .example .readmore a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #fff;
	font-weight: 600;
	font-size: 0.9rem;
	line-height: 1;
	padding: 0 5px 0 10px;
	position: relative;
	height: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#Detail #itemDetail-wrap .detail_point .example .readmore a::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 18px;
	border-color: transparent transparent transparent #fff;
	top: 0;
	right: 0;
	margin-right: -18px;
}
#Detail #itemDetail-wrap .detail_point .howto dd {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 7rem;
	border-top: solid 2px #fff;
}
#Detail #itemDetail-wrap .hyou th, #Detail #itemDetail-wrap .hyou td {
	padding: 0.8rem;
	border: 1px solid #000;
	font-size: 0.8rem;
}
#Detail #itemDetail-wrap .hyou th {
	white-space: nowrap;
	font-weight: bold;
}
article#Detail #main-column section.recommend {
	clear: both;
}
article#Detail #main-column section.recommend h2 {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.5rem;
	letter-spacing: 1px;
	color: #fff;
	border: none;
	background-color: #000;
	font-size: 0.81rem;
	line-height: 1;
}
p.price span.selling_price, p.price span.taxin {
	color: #000;
}
.contact {color:#666666;font-size:11px;font-weight:normal;line-height:200%;text-align: left;margin:0px;}

