@charset "utf-8";
/* --- お知らせ --- */
.osirase {
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #dedede 0px 1px 3px;
	-moz-box-shadow: #dedede 0px 1px 3px;
	box-shadow: #dedede 0px 1px 3px;
	background: #FFFFFF;
	behavior: url(/PIE.htc);
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.osirase2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
	background-image: url(../gazou/meisi-side/Side_osirase.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 100%;
	margin-bottom: 5px;
}
.osirase p {
	font-size: 85%;
	line-height: 1.5em;
	color: #297EB9;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.osirase2 p {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
}

/* --- 割ボックス --- */
.wari-box {
	border: 3px solid #61bceb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	max-width: 650px;
	margin: 10px auto;
	text-align: center;
}
#hangaku {
	border: 3px solid #FFAC62;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	max-width: 650px;
	text-align: center;
	margin: 10px auto;
}
/* --- ボックス --- */
#top91 {
	display: block;
	overflow-x: hidden;
	background-color: #ffffff; /* ボックスの背景色 */
	border: 1px #c0c0c0 dotted; /* 文字サイズ */
	color: #000000; /* 文字色 */
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 15px;
	width: 94%;
	margin-bottom: 25px;
	padding-left: 3px;
	padding-right: 3px;
}
/*TOPお知らせ
-------------------------*/
.lineb{
	color: #297EB9;
}
.lineb2{
	color: #FFFFFF;
	background-color: #F90;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.lineb3{
	color: #FFFFFF;
	background-color: #3CF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
	
/* --- ボックス内の段落 --- */
#top91 p {
	line-height: 1.5em;
	margin-bottom: 2px;
	font-size: 95%;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	margin-top: 2px;
}
/*--クリア------------------------------------------------------------*/
.clearfix:after {
    clear: both;
    content: “”;
    display: block;
    height: 0;
}

/*--画像------------------------------------------------------------*/
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.img_box {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.img_box_mt {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.img_frame {
	max-width: 100%;
	height: auto;
	vertical-align:bottom
}
.img_frame2 {
	/* 画像の外枠あり */
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #BCBCBC;
	background-color:#FFFFFF;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 95%;
	height: auto;
	vertical-align:bottom;
}
#top950 {
	max-width: 1000px;
	text-align: center;
	margin:0 auto;
}
#top950 img {
	float: left;
}
/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 94%;
	font-weight: normal;
	line-height: 1.7;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust:100%
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--layout----------------------------------------------------------*/

/* ******************* 0 to 479px ******************* */

#wrapper {
	width: 100%;
}

#header {
	
}

#header header {
	margin: 0 auto;
	background-color: #FFFFFF;
}

#contents {
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#main {
	
}

#sidebar {
	background-color: #FFF;
}

#footer {

}
#footer footer {
	margin: 0 auto;
}

#header header,
#contents,
#footer footer {
	width: 100%;
}

/*--common----------------------------------------------------------*/
#header h1 {
	color: #FFF;
	background-image: url(../gazou/meisi-top/line1000.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 95%;
}
#header h2,
#contents h3,
#header p,{
	padding: 10px;
}

/*--メイン----------------------------------------------------------*/
section{
	padding-left: 15px;
	padding-right: 15px;
}
article{
	margin-bottom:50px;
	padding: 0 15px;
}
.article_img_box {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 25px;
}
article h2 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: right;
	border-top-color: #D9D9D9;
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-top: 5px;
}
article strong {
	color: #1998D5;
	font-weight: bold;
}
/*+++++++++++++++++++ 文字装飾 +++++++++++++++++++*/
.red {
	color: #F00;
	font-weight: bold;
}
.blue {
	color: #1998D5;
	font-weight: bold;
}
.blueb {
	color: #1998D5;
	font-weight: bold;
	font-size: 120%;
}
.blue-box {
	color: #1998D5;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: blink;
	background-color: #F7FFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.blue-box {
	color: #1998D5;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: blink;
	background-color: #F7FFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.s {
	color: #1998D5;
	font-weight: bold;
	font-size: 85%;
}
/*++++++++++++++++ space ++++++++++++++++*/
* {
	font-style: normal;
	margin: 0 auto;
	padding: 0px;
}
hr {
	display: none;
	clear: both;
}
.space800x20 {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.space2 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 2px;
}
.space5 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 5px;
}
.space10 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.space15 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
.space20 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.space30 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.space50 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
.space100 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 100px;
}
/*++++++++++++++++ サイドバー ++++++++++++++++*/
#leftColm{
	margin-bottom:20px;
	padding-left: 15px;
	padding-right: 15px;
}
#leftColm h2{
	background:#EE8433;
	font-size:14px;
	padding:8px 0 8px 10px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}
.topkansou p {
	font-size: 90%;
	vertical-align: top;
}
#sidebox1 {
	background-color: #EBF1F2;
}
#sidebox2 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#sidebox3 {
	background-repeat: no-repeat;
	background-image: url(../gazou/meisi-side/Side_kadomaru.gif);
	height: 35px;
	background-position: top;
}
.sidebox4 {
	background-repeat: no-repeat;
	background-image: url(../gazou/meisi-side/Side_kadomaru.gif);
	height: 35px;
	background-position: top;
}
.sidebox9 {
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #dedede 0px 1px 3px;
	-moz-box-shadow: #dedede 0px 1px 3px;
	box-shadow: #dedede 0px 1px 3px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#FEFEF8));
	background: -webkit-linear-gradient(#FFFFFF, #FEFEF8);
	background: -moz-linear-gradient(#FFFFFF, #FEFEF8);
	background: -ms-linear-gradient(#FFFFFF, #FEFEF8);
	background: -o-linear-gradient(#FFFFFF, #FEFEF8);
	background: linear-gradient(#FFFFFF, #FEFEF8);
	-pie-background: linear-gradient(#FFFFFF, #FEFEF8);
	behavior: url(/PIE.htc);
	margin-bottom: 15px;
}
.sidebox9 p {
	font-size: 11px;
	line-height: 1.5em;
	color: #297EB9;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.sidebox9 ul {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.sidebox9 li {
	background-image: url(../gazou/yajirusi_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: inside;
	padding-left: 10px;
	line-height: 1.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.sidebox9 li a {
	color: #297EB9;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
}
.sidebox9 li a:hover {
	color: #FF9900;
}
.review-box {
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #dedede 0px 1px 3px;
	-moz-box-shadow: #dedede 0px 1px 3px;
	box-shadow: #dedede 0px 1px 3px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#FEFEF8));
	background: -webkit-linear-gradient(#FFFFFF, #FEFEF8);
	background: -moz-linear-gradient(#FFFFFF, #FEFEF8);
	background: -ms-linear-gradient(#FFFFFF, #FEFEF8);
	background: -o-linear-gradient(#FFFFFF, #FEFEF8);
	background: linear-gradient(#FFFFFF, #FEFEF8);
	-pie-background: linear-gradient(#FFFFFF, #FEFEF8);	
	behavior: url(/PIE.htc);
	margin-bottom: 15px;
	text-align: center;
}
.review-box p  {
	color: #297EB9;
	font-size: 80%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.review-box p a:hover {
	color: #FF9900;
}
.center-box {
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 2px 2px #CCC;
	-moz-box-shadow: 0px 2px 2px #CCC;
	box-shadow: 0px 2px 2px #CCC;
	behavior: url(/PIE.htc);
	background: #FFFFFF;
}
.center-box-blue {
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 2px 2px #CCC;
	-moz-box-shadow: 0px 2px 2px #CCC;
	box-shadow: 0px 2px 2px #CCC;
	background: #f0fffa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0fffa), to(#D0F3F7));
	background: -webkit-linear-gradient(#f0fffa, #D0F3F7);
	background: -moz-linear-gradient(#f0fffa, #D0F3F7);
	background: -ms-linear-gradient(#f0fffa, #D0F3F7);
	background: -o-linear-gradient(#f0fffa, #D0F3F7);
	background: linear-gradient(#f0fffa, #D0F3F7);
	-pie-background: linear-gradient(#f0fffa, #D0F3F7);
	behavior: url(/PIE.htc);
}

.topcm {
	text-align: center;
	margin-bottom: 10px;
}
.topcmx {
	text-align: center;
	margin-bottom: 10px;
}
.sidebox-zenkoku {
	font-size: 12px;
	line-height: 1.3em;
	color: #297EB9;
	padding: 10px;
}

/*++++++++++++++++ tナビ ++++++++++++++++*/
#tnavi {
	
}
#tnavi small{
	font-size: 70%;
	font-weight: normal;
}
#tnavi li {
	float: right;
	width:20%;
	min-width: 95px;
	display: block;
	height: 50px;
	background-color: #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #dedede 0px 1px 3px;
	-moz-box-shadow: #dedede 0px 1px 3px;
	box-shadow: #dedede 0px 1px 3px;
	behavior: url(/PIE.htc);
}

#tnavi li a {
	text-indent: -3000px;
	display: block;
	height: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #dedede 0px 1px 3px;
	-moz-box-shadow: #dedede 0px 1px 3px;
	box-shadow: #dedede 0px 1px 3px;
	behavior: url(/PIE.htc);
}
#tnavi1 {
	background-image: url(../gazou/navi/t-navi-r1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 10px;
}
#tnavi2 {
	background-image: url(../gazou/navi/t-navi-r2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 7px;
	margin-left: 7px;
}
#tnavi3 {
	background-image: url(../gazou/navi/t-navi-r3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tnavi1 a{
	background-image: url(../gazou/navi/t-navi-1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tnavi2 a {
	background-image: url(../gazou/navi/t-navi-2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tnavi3 a {
	background-image: url(../gazou/navi/t-navi-3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tnavi1 a:hover {
	background-image: none;
	display: block;
	}
#tnavi2 a:hover {
	background-image: none;
	display: block;
}
#tnavi3 a:hover {
	background-image: none;
	display: block;
}

#tnavi7 li {
	float: right;
	line-height: 1.3em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	border: 3px solid #0098D7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #999 0px 1px 3px;
	-moz-box-shadow: #999 0px 1px 3px;
	box-shadow: #999 0px 1px 3px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F4FCFC));
	background: -webkit-linear-gradient(#FFFFFF, #F4FCFC);
	background: -moz-linear-gradient(#FFFFFF, #F4FCFC);
	background: -ms-linear-gradient(#FFFFFF, #F4FCFC);
	background: -o-linear-gradient(#FFFFFF, #F4FCFC);
	background: linear-gradient(#FFFFFF, #F4FCFC);
	-pie-background: linear-gradient(#FFFFFF, #F4FCFC);
	behavior: url(/PIE.htc);
}
#tnavi7 li a {
	display: block;
	color: #297EB9;
}
#tnavi7 li a:hover {
	display: block;
	color: #FF9900;
}
#tnavi17 {
	width:18%;
	min-width: 93px;
	background-color: #0CF;
	margin-right: 6px;
}
#tnavi27 {
	background-image: url(../gazou/navi/t-navi-r2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:18%;
	min-width: 93px;
	background-color: #0CF;
	margin-right: 5px;
	margin-left: 5px;
}
#tnavi37 {
	background-image: url(../gazou/navi/t-navi-r3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:18%;
	min-width: 93px;
	background-color: #0CF;
}
/*フッター
-------------------------*/
footer {
	background-image: url(../gazou/meisi-top/line1000.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 90%;
}

footer a {
	color: #FFF;
}
footer p {
	color: #FFF;

}
#topf1 {
	width: 85px;
	padding-top: 15px;
	float: left;padding-left: 35px;
}
#topf2 {
	padding-top: 22px;
	padding-left: 15px;
	float: left;
}

#f-nav li {
	float: left;
	background-image: url(../gazou/ex/yajirusi_m.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin-right: 15px;
}
#f-nav li a {
	color: #FFF;
	text-decoration: none;
}
#f-nav a:hover {
	color: #FC0;
}
/*トップ注文ガイド
-----------------------------*/
.top9guide {
	margin:0 auto;
	background-image: url(../gazou/meisi-top/top_guide.gif);
	height: 340px;
	background-position: center;
	background-repeat: no-repeat;
}
.top9guide p {
	line-height: 1.4em;
}
.top9guide .top9guide1 {
	float: left;
	width: 325px;
	padding-left: 80px;
	padding-top: 74px;
}
.top9guide .top9guide2 {
	float: left;
	padding-top: 280px;
	width: 890px;
}
.top9guide .top9guide3 {
	float: left;
	width: 590px;
}
.top9guide .top9guide31 {
	float: left;
	width: 210px;
	padding-left: 110px;
}
.top9guide .top9guide32 {
	float: right;
	width: 210px;
}

.top9guide .top9guide4 {
	float: right;
	width: 210px;
	padding-right: 48px;
}
.top9guide2 p {
	font-size: 110%;
}
.top9guide2 a {
	color: #1998D5;
	margin-top: 10px;
	display: block;
	font-weight: bold;
}
/*ページの先頭へ 2
-------------------------*/
#page-top {
	position: fixed;
	bottom: 30px;
	text-align: center;
	right: 70px;
}

#page-top a {
	text-decoration: none;
