* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

body {
	background: #fff;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.35;
	color: #222; }

a {
	color: #049;
	text-decoration: none; }

table {
	border: 0;
	border-collapse: collapse; }
th {
	font-weight: bold;
	text-align: center; }
td {
	font-weight: normal;
	text-align: left; }

img {
	border: 0; }

input[type='text'],
textarea,
select,
input[type='button'],
input[type='cansel'],
input[type='submit'] {
	font-size: 1em;
	font-family: sans-serif; }

hr {
	margin-bottom: 3px;
	border: 0 none; }





#container {
	width: 320px;
	margin: 0 auto;
	background: #fff; }

#header_top {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url('../images/header_bg.png');
	background-position: 0 0;
	background-repeat: repeat; }
#header_top h1 {
	width: 100%;
	height: 90px;
	margin-bottom: 5px;
	background-image: url('../images/header_top.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px; }
#header_top p {
	width: 95%;
	margin:0 auto 5px;
	color: #346bff;
	font-size: 0.85em;
	text-align: left; }

#header {
	position: relative;
	width: 100%; }
#header h1 {
	width: 100%;
	height: 90px;
	margin-bottom: 5px;
	background-image: url('../images/header.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px; }
#header span {
	display: block;
	position: absolute;
	top: 14px;
	right: 10px; }
#header span button.return_btn {
	padding: 5px 15px;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	font-size: 1em;
	font-weight: bold;
	color: #321; }





#footer {
	width: 100%;
	margin-top: 15px;
	padding-top: 4px;
	background: #c2cefd; }
#footer address {
	display: block;
	padding: 10px 0 20px;
	border-top: solid 3px #152ec4;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #333;
	text-align: center; }
#footer p {
	text-align: center; }
#footer p a {
	text-decoration: underline;
	color: #fff; }





#main {
	width: 100%;
	background: #fff; }
#main h2 {
	margin-bottom: 2px;
	padding: 4px 0;
	background-color: #228;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	text-indent: 40px; }
#main h2.common {
	background-image: url('../images/h2bg.png'), url('../images/h2bg_right.png');
	background-position: 5px center, right center;
	background-size: 20px 20px, contain; }
#main span.cmn_bg {
	background: #228; }

#main h2.chintai_1 {
	background-image: url('../images/btnbg_c1.png');
	background-position: 5px center;
	background-size: 30px 30px; }
#main h2.chintai_2 {
	background-image: url('../images/btnbg_c2.png');
	background-position: 5px center;
	background-size: 30px 30px; }
#main h2.chintai_3 {
	background-image: url('../images/btnbg_c3.png');
	background-position: 5px center;
	background-size: 30px 30px; }
#main h2.chintai_4 {
	background-image: url('../images/btnbg_c4.png');
	background-position: 5px center;
	background-size: 30px 30px; }
#main h2.chintai_5 {
	background-image: url('../images/btnbg_c5.png');
	background-position: 5px center;
	background-size: 30px 30px; }
#main h2.baibai_1 {
	background-image: url('../images/btnbg_b1.png'), url('../images/h2bg_right.png');
	background-position: 5px center, right center;
	background-size: 30px 30px, contain;}
#main h2.baibai_2 {
	background-image: url('../images/btnbg_b2.png'), url('../images/h2bg_right.png');
	background-position: 5px center, right center;
	background-size: 30px 30px, contain;}
#main h2.baibai_3 {
	background-image: url('../images/btnbg_b3.png'), url('../images/h2bg_right.png');
	background-position: 5px center, right center;
	background-size: 30px 30px, contain;}

#main h3 {
	padding: 5px 0;
	background-color: #e0e9f8 ;
	font-size: 1em;
	font-weight: normal;
	text-indent: 0.5em; }

#main button.search { }
#main button.common,
#main button.top_c1,
#main button.top_c2,
#main button.top_c3,
#main button.top_c4,
#main button.top_c5,
#main button.top_b1,
#main button.top_b2,
#main button.top_b3 {
	height:60px;
	width: 92%;
	margin: 1% 4%;
	padding: 6px 0;
	border: solid 2px #2e46d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: normal; }
#main button.common {
	background: -moz-linear-gradient(top,  #e0e9f8 0%, #cfdef8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e9f8), color-stop(100%,#cfdef8));
	background: -webkit-linear-gradient(top,  #e0e9f8 0%,#cfdef8 100%);
	background: linear-gradient(to bottom,  #e0e9f8 0%,#cfdef8 100%); }
#main button.top_c1,
#main button.top_c2,
#main button.top_c3,
#main button.top_c4,
#main button.top_c5,
#main button.top_b1,
#main button.top_b2,
#main button.top_b3 {
	padding-left: 50px;
	background-position: 0px center;
	background-repeat: no-repeat;
	text-align: left; 
	background-size: 40px 40px, auto;}
#main button.top_c1 {
	background-image: url('../images/btnbg_c1.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_c1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_c1.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_c1.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }
#main button.top_c2 {
	background-image: url('../images/btnbg_c5.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_c5.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_c5.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_c5.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }
#main button.top_c3 {
	background-image: url('../images/btnbg_c2.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_c2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_c2.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_c2.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }
#main button.top_c4 {
	background-image: url('../images/btnbg_c4.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_c4.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_c4.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_c4.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }
#main button.top_c5 {
	background-image: url('../images/btnbg_c3.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_c3.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_c3.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_c3.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }
#main button.top_b1 {
	background-image: url('../images/btnbg_b1.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_b1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_b1.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_b1.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }
#main button.top_b2 {
	background-image: url('../images/btnbg_b2.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_b2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_b2.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_b2.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }
#main button.top_b3 {
	background-image: url('../images/btnbg_b3.png'), -moz-linear-gradient(top,  #e8eef8 0%, #e0e9f8 100%);
	background-image: url('../images/btnbg_b3.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef8), color-stop(100%,#e0e9f8));
	background-image: url('../images/btnbg_b3.png'), -webkit-linear-gradient(top,  #e8eef8 0%,#e0e9f8 100%);
	background-image: url('../images/btnbg_b3.png'), linear-gradient(to bottom,  #e8eef8 0%,#e0e9f8 100%); }

#main p.condition {
	width: 94%;
	margin: 10px 3%;
	font-size: 1.4em; }
#main p.condition select {
	width: 100%; }
#main p.bnum {
	margin-bottom: 2px;
	padding: 5px 0;
	background: #2e46d8;
	color: #fff;
	text-align: center; }
#main p.nofind {
	margin: 20px 0 100px 0; }

#main .order_button {
	display: table;
	width: 100%; }
#main .order_button .button_box {
	display: table-cell;
	width: 33%;
	padding: 5px 0;
	text-align: center; }
#main .order_button button {
	width: 100%;
	padding: 6px 0;
	border: solid 2px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bbbbbb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#bbbbbb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#bbbbbb 100%);
	color: #272727;
	font-size: 0.85em;
	font-weight: bold;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff; }

#main div.bnavi {
	display: table;
	width: 100%;
	padding: 10px 0; }
#main div.bnavi_prev {
	display: table-cell;
	width: 50%;
	padding: 0 10px;
	text-align: left; }
#main div.bnavi_next {
	display: table-cell;
	width: 50%;
	padding: 0 10px;
	text-align: right; }
#main div.bnavi_prev button,
#main div.bnavi_next button {
	display: inline-block;
	padding: 3px 12px;
	border: solid 2px #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	font-size: 0.9em;
	font-weight: bold;
	color: #321; }

#main ul.blist {
	list-style-type: none;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #2E46D8; }
#main ul.blist li {
	display: table;
	width: 100%;
	border-bottom: solid 1px #2E46D8;
	background: -moz-linear-gradient(top,  #e0e9f8 0%, #cfdef8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e9f8), color-stop(100%,#cfdef8));
	background: -webkit-linear-gradient(top,  #e0e9f8 0%,#cfdef8 100%);
	background: linear-gradient(to bottom,  #e0e9f8 0%,#cfdef8 100%); }
#main ul.blist li div.bimg {
	display: table-cell;
	width: 40%;
	text-align: center;
	vertical-align: middle; }
#main ul.blist li div.bword {
	display: table-cell;
	width: 60%;
	padding: 10px;
	font-size: 0.9em;
	vertical-align: middle; }
#main ul.blist li div.bimg img {
	width: 120px;
	height: 90px; }

#main #box {
	margin-top: 10px; }
#main #box p {
	width: 280px;
	margin: 0 auto 10px; }
#main #box #photobox {
	width: 280px;
	height: 240px;
	margin: 0 auto; }
#main #box #photobox img {
	width: 280px;
	height: 210px; }
#main #box #gmap {
	width: 280px;
	height: 300px;
	margin: 0 auto; }

#main #box table.meisai {
	width: 280px;
	margin: 0 auto; }
#main #box table.meisai th,
#main #box table.meisai td {
	padding: 5px;
	border: solid 1px #666;
	font-size: 0.9em; }
#main #box table.meisai th {
	width: 30%;
	background: #e0e9f8; }
#main #box table.meisai td {
	width: 70%; }
#main #box table.meisai td button {
	padding: 3px;
	width:100%;
	height:40px;
	border: solid 2px #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	font-size: 0.9em; }
#main #box table.meisai td .meisai_qsend {
	padding: 3px;
	width:100%;
	height:70px;
	border: solid 2px #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	font-size: 1.2em; }
td .telnum{
	color:#228B22;
	font-size:26px;}
td .telq{
	color:#B22222;
	font-size:12px;}

#main #box table.qform {
	width: 100%;
	margin-bottom: 10px; }
#main #box table.qform th,
#main #box table.qform td {
	padding: 5px;
	border: solid 1px #84d26d;
	font-size: 0.85em; }
#main #box table.qform th {
	width: 35%;
	background: #f0fae9; }
#main #box table.qform td {
	width: 65%; }
#main #box table.qform td input[type='text'],
#main #box table.qform td textarea {
	padding: 2px;
	border: solid 1px #999; }
#main #box table.qform td input[type='text'] {
	width: 100px; }
#main #box table.qform td textarea {
	width: 100%;
	height: 6em; }


.bold {
	font-weight: bold; }
.small {
	font-size: 0.8em; }
.center {
	text-align: center; }

.red {
	color: #f00; }

.mgn10 {
	margin-bottom: 10px; }
.mgn15 {
	margin-bottom: 15px; }
