@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: left;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-position: outside;
}
/* =========================================================
common
========================================================= */
body {
	color: #353535;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 0.81em;
}
p {
	line-height: 145%;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	/*background: #FFFFFF;*/
}
sub {
  font-size: 80%;
}
.indent {
	text-indent: 1em;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 70%;
}
.big {
	font-size: 115%;
}
.red {
	color: #EA0000;
}
#content_area .top_space_s {
	margin-top: 12px;
}
#content_area .bottom_space_s {
	margin-bottom: 12px;
}
#content_area .bottom_space_m {
	margin-bottom: 24px;
}
/* =========================================================
width
========================================================= */
#header_top_inner, #header_bottom_inner, #main, #footer_inner {
	min-width: 780px;
	max-width: 1200px;
}
#tel_container {
	min-width: 820px;
	max-width: 1200px;
}
/* IE5.x~IE6 */
* html #header_top_inner, * html #header_bottom_inner, * html #content_container, * html #footer_inner {
	width: 800px;	/* IE5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
 width: expression(document.documentElement.clientWidth < 782? "780px" : document.documentElement.clientWidth > 1140? "1140px" : "auto"); /* IE6 */
}
* html #tel_container {
	width: 940px;	/* IE5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 940px;	/* IE6 */
}
/* =========================================================
header
========================================================= */
#header {
	width: 100%;
}
/* =========================================================
header_top
========================================================= */
#header_top {
	height: 35px;
	border-bottom: 1px solid #D3ECFB;
	background: #8EC31F;
}
/* =========================================================
header_top_inner
========================================================= */
#header_top_inner {
	margin: 0 auto;
	padding: 0 10px;
}
/* =========================================================
h_logo
========================================================= */
#h_logo {
	float: left;
	padding-top: 10px;
}
/* =========================================================
h_nav
========================================================= */
#h_nav {
	float: right;
}
#h_nav ul li {
	float: left;
	margin: 8px 0 0 10px;
}
/*#h_nav ul li a img:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: none;
}*/
#size_button {
	padding-top: 9px;
}
#size_button_s:hover img, #size_button_l:hover img {
	visibility: hidden;
}
#size_button_s {
	width: 22px;
	height: 22px;
	background: url(../images/fontchangesmall_on.gif) no-repeat;
}
#size_button_l {
	width: 22px;
	height: 22px;
	background: url(../images/fontchangelarge_on.gif) no-repeat;
}
/* =========================================================
header_bottom
========================================================= */
#header_bottom {
	clear: both;
	/*min-height: 177px;*/
}
* html #header_bottom {
	/*height: 177px;*/
}
/* =========================================================
header_bottom
========================================================= */
#header_bottom_inner {
	margin: 0 auto;
	padding: 0 10px;
}

.main_table{
	width:100%;
}
.main_table td{
	vertical-align:top;
}
.main_left_table{
	padding-top:20px;
}

/* =========================================================
logo
========================================================= */
#logo {
	padding-top: 10px;
}

/* =========================================================
backnumber
========================================================= */
#backnumber {
	width:348px;
	text-align:center;
	margin:20px 0 0 auto;
}
/*IE6*/
* #backnumber img {
	vertical-align: bottom;
}
/*IE7*/
*:first-child + #backnumber img {
	vertical-align: bottom;
}
/* =========================================================
backnumber_form
========================================================= */
#backnumber_form {
	display: block;
	width: 348px;
	height: 20px;
	padding:3px 0;
}
#backnumber_form select {
	margin-left: 14px;
	font-size: 12px;
}
/* =========================================================
container
========================================================= */
#container {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
	/*background: url(../images/bg.jpg) repeat-x;*/
}
/* =========================================================
main_wrap
========================================================= */
#main_wrap {
	width: 100%;
}
/* =========================================================
main
========================================================= */
#main {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
}
/* =========================================================
tel_container
========================================================= */

.tel_table{
	width:100%;
	border-collapse:collapse;
}

.tel_table td{
	text-align:center;
}

#tel_container {
	margin: 10px auto;
	padding: 10px 0;
	background:url(../images/tel_bg.jpg) 0 0 repeat-x;
	/*border-top:1px solid #97A7B5;*/
}
/* =========================================================
tel_wrap
========================================================= */
#tel_wrap {
	float: left;
	width: 100%;
	margin-right: -10px;
}
/* =========================================================
tel
========================================================= */
#tel {
	float: right;
	width: 100%;
	margin-left: -10px;
}
/* =========================================================
tel_left
========================================================= */
#tel_left {
	float: left;
	width: 10px;
	height: 74px;
}
/* =========================================================
tel_right
========================================================= */
#tel_right {
	float: right;
	width: 10px;
	height: 74px;
}
/* =========================================================
tel_inner
========================================================= */
#tel_inner {
	width: auto;
	margin: 0 10px;
}
#tel_inner ul {
	overflow: hidden;
	width: 887px;
	margin: 0 0;	/* IE5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	overflow: hidden;
	width: 887px;
	margin: 0 auto;
}
#tel_inner li {
	float: left;
}

#social{
	width:215px;
	margin:0 0 10px auto;
}
/* =========================================================
content_container
========================================================= */
#content_container {
	clear: both;
	margin: 0 auto;
}
/* =========================================================
content_wrap
========================================================= */
#content_wrap {
	float: right;
	width: 100%;
	margin-left: -220px;
}
/* =========================================================
content
========================================================= */
#content {
	clear: both;
	margin-left: 240px;
	width: 540px;	/* IE5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	clear: both;
	margin-left: 240px;
	width: auto;	/* other */
}
/* =========================================================
sidebar
========================================================= */
#sidebar {
	float: left;
	width: 220px;
}
/* =========================================================
g_nav
========================================================= */
#g_nav {
	width: 220px;
	height: 480px;
	margin-bottom: 20px;
	/*padding: 5px;*/
}
.plusone #g_nav {
	height: 610px;
}
#g_nav ul {
	width: 220px;
	height: 480px;
	background: url(../images/g_nav_on.gif) no-repeat;
}
.plusone #g_nav ul {
	height: 610px;
	background: url(../images/g_nav_on.gif) no-repeat;
}
#g_nav ul li {
	float: left;
	width: 220px;
	height: 40px;
	margin: 0;
}
#g_nav ul li a {
	display: block;
}
#g_nav ul li a:hover img {
	visibility: hidden;
}
#g_nav .on0 #gnav00 a img, #g_nav .on1 #gnav01 a img, #g_nav .on2 #gnav02 a img, #g_nav .on3 #gnav03 a img, #g_nav .on4 #gnav04 a img, #g_nav .on5 #gnav05 a img, #g_nav .on6 #gnav06 a img, #g_nav .on7 #gnav07 a img, #g_nav .on8 #gnav08 a img, #g_nav .on9 #gnav09 a img, #g_nav .on10 #gnav10 a img, #g_nav .on11 #gnav11 a img,  #g_nav .on12 #gnav12 a img {
	visibility: hidden;
}
/* =========================================================
mobile_desk
========================================================= */
#mobile_desk {
	width: 220px;
	/*height: 374px;*/
	/*padding: 5px;*/
}
/* =========================================================
mobile
========================================================= */
#mobile {
	width: 200px;
	padding: 10px 10px;
	border-bottom:2px solid #fff;
	text-align:center;
}
#mobile img {
	margin: 4px auto;
}
#mobile .qrcode {
	margin: 4px 42px;
}
#mobile p {
	line-height: 145%;
	width: 174px;
	margin: 0;
	padding:10px;
	font-size: 12px;
	text-align: center;
}
/* =========================================================
desk
========================================================= */
#desk {
	width: 210px; /* IE5.x */
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#desk p {
	line-height: 145%;
	font-size: 12px;
	padding:10px;
}
/* =========================================================
footer
========================================================= */
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 27px 0;
	background-color: #FFFFFF;
}
/* =========================================================
footer_inner
========================================================= */
#footer_inner {
	margin: 0 auto;
	padding: 0 10px;
}
/* =========================================================
copyright
========================================================= */
#copyright {
	float: left;
}
#copyright p {
	margin-bottom: 10px;
	font-size: 12px;
}
/* =========================================================
back_to_top
========================================================= */
#back_to_top {
	float: right;
}
/* =========================================================
next
========================================================= */
#next {
	margin-bottom: 27px;
	border: 1px solid #CCCCCC;
}
#next h3 {
	border-bottom: 1px solid #CCCCCC;
}
#next p {
	padding: 20px 14px 20px 34px;
}
/* =========================================================
notice
========================================================= */
.notice {
	width: 100%;
	border: 1px solid #CCCCCC;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
.notice th {
	padding: 7px 14px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.notice th.guide {
	width: 40%;
}
.notice th.offer {
	width: 60%;
}
.notice td {
	padding: 20px 14px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.notice td ul {
	margin-top: -8px;
}
.notice td li {
	margin-bottom: 10px;
	padding-left: 20px;
}
/* =========================================================
clearfix
========================================================= */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

.url1{
	background:#CCC;
	text-align:center;
	padding:6px;
}

.border_basic{
	border:1px solid #3EB650;
}

.borders{
	height:30px;
	background:url(../../images/fresh/002.gif) 0 50% repeat-x;
}

.tr{
	text-align:right;
}

.tc{
	text-align:center;
}

.pd20{
	padding:20px 0;
}

.pb20{
	padding-bottom:20px;
}
.pb10{
	padding-bottom:10px;
}
.pr20{
	padding-right:20px;
}
.pt20{
	padding-top:20px;
}
