﻿@charset "utf-8";

/*-------------------------------------
*	style.css
-------------------------------------*/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	text-align: center;
	background-color: #FFF;
}

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

html>body{
height:auto;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	padding: 0px;
	font-size: 18px;
	color: #009BC6;
	line-height: 25px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h3 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #DBDBDB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
}

h4 {
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #333;
}

h5 {
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #39A46F;
}
h6 {
	font-size: 24px;
	font-weight: bold;
	color: #009933;
}
h7 {
	font-size: 12px;
	color: #CCCCCC;
}
h8 {
	font-size: 12px;
	color: #CCCCCC;
}


/*-------------------------------------
*	img
-------------------------------------*/

img {
	border-style: none;
}

a:hover img {
	opacity: 0.5;
}

a {
	color: #0070C0;
}
a:hover {
	text-decoration: none;
}

p {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;

}

.button_click {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 35px;
	margin-left: 250px;
	width: 250px;
}
#copyright {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.size12 {
	font-size: 12px;
}
.size14_18 {
	font-size: 14px;
	line-height: 18px;
}
.size14_18_red {
	font-size: 14px;
	line-height: 18px;
	color: #F00;
	font-weight: bold;
}
.size14 {
	font-size: 14px;
}
.span1 {
	display:none;
}

.span2 {
	font-size: 16px;
	font-weight: normal;
}

.span3 {
	font-size: 18px;
	font-weight: normal;
}

.span4 {
	font-size: 18px;
	font-weight: normal;
	color: #004831;
}

.span5 {
	font-size: 12px;
}

.span6 {
	color: #FF3300;
}

.span7 {
	font-size: 16px;
	font-weight: normal;
	color: #3495FC;
}

.span8 {
	color: #FF0000;
	text-align: left;
}

.span9 {
	font-size: 14px;
	font-weight: normal;
	color: #0066CC;
}

.span10 {
	font-size: 16px;
	font-weight: normal;
	color: #0066CC;
}
.span11 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.span12 {
	color: #666;
}
.span13 {
	color: #333;
}
.main_box {
	padding: 0px;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 645px;
	height: auto;
}

#content_center {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	width: 250px;
}

#content_right {
	margin: 0px;
	padding: 0px;
	width: 312px;
	float: right;
}

#content_main {
	background-color: #FFFFFF;
	width: 878px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.content_box_midashi {
	padding: 0px;
	margin: 0px 0px 20px;
	text-indent: 20px;
	border-bottom: 1px solid #FFFFFF;
	height: 30px;
	line-height: 35px;
	background-color: #50A1FC;
	color: #FFFFFF;
}

.menu_box {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 310px;
	margin: 0px;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.menu_box ul{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}

.menu_box li {
	display: block;
	width: 310px;
	height: 80px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu_box li a:hover img {
 opacity: 1.0;
}

.menu_box img {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.menu_img {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.menu_img10 {
	margin: 10px 0px 0px;
	padding: 0px;
}


.menu_waku {
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
/*	background-image: url(images/menu-waku-back.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
}

.text_box {
	text-align: left;
}
.text_box_clinic {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.text_left {
	float: right;
	color: #FFFFFF;
	margin-top: 10px;
}

.text_right {
	float: right;
}
.tdeco-n {
	text-decoration: none;
}

.title_box {

}

.midashi_title {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	height: 65px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 70px;
	line-height: 26px;
	background-image: url(../images/ichiran-maintitle.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin: 0px;
}

.midashi {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	height: 35px;
	background-color: #DFDFDF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 35px;
}

.midashi span {
	font-size: 14px;
	font-weight: normal;
}
.midashi_city {
	font-size: 16px;
	background-image: url(../images/midashi_city.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	text-indent: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.midashi_word {
	font-size: 16px;
	background-image: url(../images/midashi_word.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	text-indent: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.midashi_genre {
	font-size: 16px;
	background-image: url(../images/midashi_genre.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	text-indent: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.midashi_1 {
	font-size: 24px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
	background-color: #44BE81;
	height: 70px;
	padding-top: 10px;
}

.midashi_2 {
	color: #0d8ed7;
	border: solid 1px #0d8ed7;
	border-left: solid 20px #0d8ed7;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px;
	background-color: #fff;
}

.midashi_3 {
	font-size: 4em;
	padding: 40px 30px 30px 30px;
	border: solid 1px #ccc;
	color: #f60b0b;
	text-align: center;
	font-weight: bold;
	background-color: #fefc3e;
}

.midashi_4 {
	color: #f60b0b;
	border: solid 1px #f60b0b;
	border-left: solid 20px #f60b0b;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px;
	background-color: #fff;
}

.midashi_5 {
	background: #E6F1F7;
	background-image: linear-gradient(to bottom, #FFFFFF, #e6e8f7, #bac2e2);
	padding: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	color: #1180d2;
	position: relative;
}
.midashi_5:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,0.3);
}
.midashi_5:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background: rgba(0,0,0,0.1);
}
.midashi_6 {
	position: relative;
	padding: 0.5em;
	background: -moz-linear-gradient(to right, rgb(246, 163, 181), #fff3f6);
	background: -webkit-linear-gradient(to right, rgb(246, 163, 181), #fff3f6);
	background: linear-gradient(to right, rgb(246, 163, 181), #fff3f6);
	color: white;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.midashi_7 {
	background: #f4f4f4;
	padding: 0.4em 0.5em;
	border-left: solid 5px #7db4e6;
	border-bottom: solid 3px #d7d7d7;
}
.midashi_8 {
	position: relative;
	padding-bottom: 0.5em;
}
.midashi_8:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
}
.mokuji1 {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #66d1cd;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.mokuji2 {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #fff;
	border: 2px solid #66d1cd;
	padding: 20px;
	font-size: 16px;
}

#spring2020-2 h4 {font-size:14px;color:#f0abba;}

.spring-midashi {
	border-bottom: solid 3px #f0abba;
	color: #f0abba;
	margin-right: 15px;
}


a.button1 {
  display: block;
  height: 30px;
  width: 240px;
  text-decoration: none;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #996633;
  border: 1px solid #eab551;
  border-bottom: 1px solid #b98a37;
  text-shadow: 0px 1px 0px #fedd9b;
  -webkit-box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
  box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
  background: #feda71;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #feda71), color-stop(0.5, #febe4d));
  background: -moz-linear-gradient(top, #feda71 50%,#febe4d 50%);
  background: -o-linear-gradient(top, #feda71 50%,#febe4d 50%);
  background: -ms-linear-gradient(top, #feda71 50%,#febe4d 50%);
  background: linear-gradient(top, #feda71 50%, #febe4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feda71 50%', endColorstr='#febe4d 50%');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feda71 50%', endColorstr='#febe4d 50%')";
}
a.button1:after {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.fwcr {
	font-weight: bold;
	color: #32797d;
}
.bg {
	background-color: #feeeee;
	background-image:
	 radial-gradient(circle at 100% 150%, #feeeee 24%, white 25%, white 28%, #feeeee 29%, #feeeee 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 0    150%, #feeeee 24%, white 25%, white 28%, #feeeee 29%, #feeeee 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 50%  100%, white 10%, #feeeee 11%, #feeeee 23%, white 24%, white 30%, #feeeee 31%, #feeeee 43%, white 44%, white 50%, #feeeee 51%, #feeeee 63%, white 64%, white 71%, transparent 71%, transparent),
	 radial-gradient(circle at 100% 50%, white 5%, #feeeee 6%, #feeeee 15%, white 16%, white 20%, #feeeee 21%, #feeeee 30%, white 31%, white 35%, #feeeee 36%, #feeeee 45%, white 46%, white 49%, transparent 50%, transparent),
	 radial-gradient(circle at 0    50%, white 5%, #feeeee 6%, #feeeee 15%, white 16%, white 20%, #feeeee 21%, #feeeee 30%, white 31%, white 35%, #feeeee 36%, #feeeee 45%, white 46%, white 49%, transparent 50%, transparent);
	background-size:100px 50px;
}
.bg2 {
	background-color: #eeeefe;
	background-image:
	 radial-gradient(circle at 100% 150%, #eeeefe 24%, white 25%, white 28%, #eeeefe 29%, #eeeefe 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 0    150%, #eeeefe 24%, white 25%, white 28%, #eeeefe 29%, #eeeefe 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 50%  100%, white 10%, #eeeefe 11%, #eeeefe 23%, white 24%, white 30%, #eeeefe 31%, #eeeefe 43%, white 44%, white 50%, #eeeefe 51%, #eeeefe 63%, white 64%, white 71%, transparent 71%, transparent),
	 radial-gradient(circle at 100% 50%, white 5%, #eeeefe 6%, #eeeefe 15%, white 16%, white 20%, #eeeefe 21%, #eeeefe 30%, white 31%, white 35%, #eeeefe 36%, #eeeefe 45%, white 46%, white 49%, transparent 50%, transparent),
	 radial-gradient(circle at 0    50%, white 5%, #eeeefe 6%, #eeeefe 15%, white 16%, white 20%, #eeeefe 21%, #eeeefe 30%, white 31%, white 35%, #eeeefe 36%, #eeeefe 45%, white 46%, white 49%, transparent 50%, transparent);
	background-size:100px 50px;
}
.bg3 {
	background-color: #fefeee;
	background-image:
	 radial-gradient(circle at 100% 150%, #fefeee 24%, white 25%, white 28%, #fefeee 29%, #fefeee 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 0    150%, #fefeee 24%, white 25%, white 28%, #fefeee 29%, #fefeee 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 50%  100%, white 10%, #fefeee 11%, #fefeee 23%, white 24%, white 30%, #fefeee 31%, #fefeee 43%, white 44%, white 50%, #fefeee 51%, #fefeee 63%, white 64%, white 71%, transparent 71%, transparent),
	 radial-gradient(circle at 100% 50%, white 5%, #fefeee 6%, #fefeee 15%, white 16%, white 20%, #fefeee 21%, #fefeee 30%, white 31%, white 35%, #fefeee 36%, #fefeee 45%, white 46%, white 49%, transparent 50%, transparent),
	 radial-gradient(circle at 0    50%, white 5%, #fefeee 6%, #fefeee 15%, white 16%, white 20%, #fefeee 21%, #fefeee 30%, white 31%, white 35%, #fefeee 36%, #fefeee 45%, white 46%, white 49%, transparent 50%, transparent);
	background-size:100px 50px;
}
.bg4 {
	background-color: #fef5ee;
	background-image:
	 radial-gradient(circle at 100% 150%, #fef5ee 24%, white 25%, white 28%, #fef5ee 29%, #fef5ee 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 0    150%, #fef5ee 24%, white 25%, white 28%, #fef5ee 29%, #fef5ee 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 50%  100%, white 10%, #fef5ee 11%, #fef5ee 23%, white 24%, white 30%, #fef5ee 31%, #fef5ee 43%, white 44%, white 50%, #fef5ee 51%, #fef5ee 63%, white 64%, white 71%, transparent 71%, transparent),
	 radial-gradient(circle at 100% 50%, white 5%, #fef5ee 6%, #fef5ee 15%, white 16%, white 20%, #fef5ee 21%, #fef5ee 30%, white 31%, white 35%, #fef5ee 36%, #fef5ee 45%, white 46%, white 49%, transparent 50%, transparent),
	 radial-gradient(circle at 0    50%, white 5%, #fef5ee 6%, #fef5ee 15%, white 16%, white 20%, #fef5ee 21%, #fef5ee 30%, white 31%, white 35%, #fef5ee 36%, #fef5ee 45%, white 46%, white 49%, transparent 50%, transparent);
	background-size:100px 50px;
}
.bg5 {
	background-color: #eef7fe;
	background-image:
	 radial-gradient(circle at 100% 150%, #eef7fe 24%, white 25%, white 28%, #eef7fe 29%, #eef7fe 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 0    150%, #eef7fe 24%, white 25%, white 28%, #eef7fe 29%, #eef7fe 36%, white 36%, white 40%, transparent 40%, transparent),
	 radial-gradient(circle at 50%  100%, white 10%, #eef7fe 11%, #eef7fe 23%, white 24%, white 30%, #eef7fe 31%, #eef7fe 43%, white 44%, white 50%, #eef7fe 51%, #eef7fe 63%, white 64%, white 71%, transparent 71%, transparent),
	 radial-gradient(circle at 100% 50%, white 5%, #eef7fe 6%, #eef7fe 15%, white 16%, white 20%, #eef7fe 21%, #eef7fe 30%, white 31%, white 35%, #eef7fe 36%, #eef7fe 45%, white 46%, white 49%, transparent 50%, transparent),
	 radial-gradient(circle at 0    50%, white 5%, #eef7fe 6%, #eef7fe 15%, white 16%, white 20%, #eef7fe 21%, #eef7fe 30%, white 31%, white 35%, #eef7fe 36%, #eef7fe 45%, white 46%, white 49%, transparent 50%, transparent);
	background-size:100px 50px;
}

.bgtera {
	background: url("../images/autumn/syuin-t.png") no-repeat scroll;
	background-size: 640px 396px;
}
.bgjinjya {
	background: url("../images/autumn/syuin-j.png") no-repeat scroll;
	background-size: 640px 396px;
}

.box1 {
	margin: 2em 0;
	background-color: #f5f3eb;
}
.box1 .box-title {
	font-size: 1.2em;
	background: #051c83;
	padding: 4px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.box1 p {
	margin: 0;
	padding: 15px 20px;
}
.box2 {
	padding: 0.5em 1em;
	margin: 2em 0;
	background: #f0f7ff;
	border: dashed 2px #5b8bd0;/*点線*/
}
.box2 p {
	margin: 0;
	padding: 0;
}

.box3 {
	padding: 0.5em 1em;
    margin-bottom: 12px;
    color: #4173ae;
    background: white;
    border-top: solid 5px #4173ae;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box3 p {
	margin: 0;
	padding: 0;
}

.box3 a {
	text-decoration: none;
    color: #4173ae;
}

.box3 a:hover {
	color: #a1c3ec;
	text-decoration: underline;
}


.memo {
	position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 3px #4c145e;
    border-radius: 8px;
}

.memo .memo-title {
	position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4c145e;
    font-weight: bold;
}

.memo p {
	margin: 0; 
    padding: 0;
	font-size: 1.2em;
	color: #692f7c;
}


.midashi_page_top {
	font-size: 1.3em;
/*	background-image: url(../images/komidashi.png);*/
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: 3px 6px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #24446d;
}
.midashi_page {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.image_box {
	border-style: none;

}

.image_left {
	float: left;
	border-style: none;
}

.image_right {
	float: right;
	border-style: none;
}

.slide_box {
	float: left;
	border-style: none;
	width: 645px;
	margin-top: 20px;
}

.inq-th {
	font-size: 14px;
	padding: 10px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	background-color: #FF9966;
	color: #FFFFFF;
}
.inq-td2 {
	padding: 15px;
	text-align: left;
	line-height: 20px;
	background-color: #d2dce8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
	font-size: 14px;
}
.inq-td3 {
	padding: 15px;
	text-align: left;
	line-height: 20px;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
	font-size: 14px;
}
.inq-td4 {
	text-align: left;
	line-height: 150%;
	font-size: 12px;
	padding: 10px;
}

.inq-td5 {
	padding: 10px;
	text-align: left;
	line-height: 150%;
}

#tel_menu ul{
	margin: 8px 8px 0px 0px;
	list-style-type : none;
	padding: 0px;
	float: right;
}

#tel_menu li {
	display : inline;
	padding :0;
	margin:0px;
}


#tel_menu .tel_menu01 a {
	width:350px;
	height:45px;
	margin:0px 0px 5px;
	padding:0;
	display:block;
}

#tel_menu .tel_menu01 a:hover {
	width:350px;
	height:45px;
	margin:0px 0px 5px;
	padding:0;
	display:block;
}

#clinic_menu ul{
	margin: 8px 8px 0px 0px;
	list-style-type : none;
	padding: 0px;
	float: left;
}

#clinic_menu li {
	display : inline;
	padding :0;
	margin:0px;
}


#clinic_menu .clinic_menu01 a {
	width:350px;
	height:45px;
	margin:0px 0px 5px;
	padding:0;
	display:block;
}

#clinic_menu .clinic_menu01 a:hover {
	width:350px;
	height:45px;
	margin:0px 0px 5px;
	padding:0;
	display:block;
}

#navi {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 982px;
}
#navi_back {
	height: 54px;
	background-image: url(../images/tabbg.png);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#navi ul{
	padding: 0px;
	list-style-type : none;
	margin: 0px;

}

#navi li {
	padding :0;
	margin:0px;
	display: inline;
	float: left;
	height: 50px;
}
#navi .navi01 a {
	display: block;
	width: autopx;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#navi .navi01 a:hover {
	margin:0px;
	padding:0;
}
#navi .navi01 a:hover img {
 opacity: 1.0;
}

#navi .navi02 a {
	display: block;
	width: auto;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#navi .navi02 a:hover {
	margin:0px;
	padding:0;
}
#navi .navi02 a:hover img {
 opacity: 1.0;
}

#pref_box {
	background: url("../images/pref/00.gif") no-repeat;
	height: 628px;
	width: 645px;
	position: relative;
}

#hokkaido_box {
	height: 24px;
	width: 60px;
	top: 137px;
	position: absolute;
	right: 33px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hokkaido_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#hokkaido_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}

#tohoku_box {
	height: 41px;
	width: 124px;
	top: 208px;
	position: absolute;
	right: 8px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tohoku_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#tohoku_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}


#kanto_box {
	height: 57px;
	width: 124px;
	top: 335px;
	position: absolute;
	right: 34px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kanto_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#kanto_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}





#chubu_box {
	height: 57px;
	width: 124px;
	top: 209px;
	position: absolute;
	right: 260px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#chubu_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#chubu_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}

#kinki_box {
	height: 57px;
	width: 124px;
	top: 443px;
	position: absolute;
	right: 159px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kinki_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#kinki_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}

#chugoku_box {
	height: 42px;
	width: 124px;
	top: 281px;
	position: absolute;
	right: 401px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#chugoku_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#chugoku_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}

#shikoku_box {
	height: 43px;
	width: 86px;
	top: 479px;
	position: absolute;
	right: 325px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shikoku_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#shikoku_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}

#kyusyu_box {
	height: 57px;
	width: 124px;
	top: 372px;
	position: absolute;
	right: 499px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kyusyu_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#kyusyu_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}

#okinawa_box {
	height: 25px;
	width: 45px;
	top: 497px;
	position: absolute;
	right: 553px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#okinawa_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#okinawa_box li {
	list-style-type: none;
	font-size: 12px;
	color: #757575;
	width: 36px;
	float: left;
	display: inline;
	margin-left: 5px;
}


#pref_box li a {
	color: #666;
	text-decoration: none;
}

#pref_box li a:hover {
	text-decoration: underline;
}

.city_box {
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.city_list {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.city_list ul{
	list-style-type : none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.city_list li {
	display : inline;
	padding :0;
	float: left;
	width: 140px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.city_list li a {
	color: #666;
	text-decoration: none;
}
.city_list li a:hover {
	text-decoration: underline;
}

.list_box {
	margin-top: 25px;
}

.list_box_left {
	float: left;
	width: 200px;
}

.list_box_right {
	float: right;
	width: 410px;
}

dl.list_table {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#DFDFDF;
	margint:5px;
}
dl.list_table dt {
	float:left;
	clear: left;
	width:80px;
	background-color:#DFDFDF;
	border-top:1px solid #ccc;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
dl.list_table dd {
	background-color:#ffffff;
	border-top:1px solid #ccc;
	margin-left:90px;
	padding:5px;
	font-size: 12px;
}

.list_box .midashi {
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: normal;
	background-color: #7D7D7D;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.list_box .midashi_g {
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: normal;
	background-color: #CACACA;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

.list_box .midashi_g a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.list_box .midashi_g a:hover	{
	text-decoration: underline;
}

.list_waku {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7D7D7D;
	border-bottom-color: #7D7D7D;
	border-left-color: #7D7D7D;
	font-size: 14px;
}

.list_waku_g {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	font-size: 12px;
}

.cat_box {
	border: 1px solid #999;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 18px;
}

.word_box {
	background-color: #E5E5E5;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.genre_box {
	background-color: #CDEFF9;
	margin: 0px;
	padding: 0px;
}

.genre_box th {
	background-color: #01AEE8;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	width: 95px;
}

.genre_box td {
	background-color: #CDEFF9;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
}

.genre_box label {
	display: block;
	float: left;
	width: 134px;
	margin-top: 3px;
	letter-spacing:-0.7px
}

.genre_box ul {
	margin: 0px;
	padding: 0px;
}
.genre_box li {
	list-style-type: none;
	float: left;
	width: 126px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tel_box {
	padding: 0px;
	border-style: none;
/*	background-image: url(../images/tel.jpg);*/
	background-repeat: no-repeat;
	width: 900px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 331px;

}
.tel_box_txt {
	padding: 0px;
	border-style: none;
	width: 670px;
	margin-top: 225px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	font-size: 16px;
	line-height: 25px;

}

.top_box {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #b6b6b6;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

.top_box h2 {
	color: #0070C0;
	font-weight: bold;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.top_box p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

.top_box_text {
	border: 1px solid #b6b6b6;
	margin-top: 10px;
}

.top_box_text h2 {
	color: #0070C0;
	font-weight: bold;
	font-size: 12px;
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 0px;
	line-height: 18px;
}

.top_box_text p {
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 16px;
	font-size: 12px;
}

.top_con_box {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 300px;
	margin-left: 15px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	height: 75px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}

.top_con_box p {
	color: #333333;
}

.top_con_box a p {
	color: #333333;
}

.top_con_box a:hover p {
	color: #333333;
	text-decoration: underline;
}

.top_con_box a {
	text-decoration: none;
}

.top_con_box a:hover {
	text-decoration: underline;
}

.top_kako_box {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 615px;
	margin-left: 15px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	height: auto;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}

.top_kako_box p {
	color: #333333;
}

.top_kako_box a p {
	color: #333333;
}

.top_kako_box a:hover p {
	color: #333333;
	text-decoration: underline;
}

.top_kako_box a {
	text-decoration: none;
}

.top_kako_box a:hover {
	text-decoration: underline;
}

.top_kanren_box {
	margin: 20px auto;
	padding: 10px 10px 0px 10px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	width: 286px;
	font-size: 14px;
	line-height: 16px;
}

.top_kanren_box p {color: #333333;}
.top_kanren_box a p {color: #333333;}
.top_kanren_box a:hover p {color: #333333; text-decoration: underline;}
.top_kanren_box a {text-decoration: none;}
.top_kanren_box a:hover {text-decoration: underline;}

.kanren_title {
	font-weight: bold;
	color: #ffffff;
	background-color: #9c3a38;
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 5px 5px 0px 0px;
}

.kanren {
	background-color: #f9ecec;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #9c3a38;
    border-bottom-color: #9c3a38;
    border-left-color: #9c3a38;
    border-radius: 0px 0px 5px 5px;
}

.side_mame {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eae6d8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #24446d;
	border-bottom-color: #24446d;
	border-left-color: #24446d;
	height: auto;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
}

.top_contents {
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/top_contents.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}


#button_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}

#button_center {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	width: 300px;
}

.waku_box {
/*	background-image: url(../images/waku_back.jpg);*/
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	padding: 25px;
}

.waku_box_o {
	background-color: #FFFFCC;
	border: 3px solid #F60;
	padding: 25px;
	font-size: 16px;
	line-height: 35px;
}
.waku_box_m {
	background-color: #D0EEDF;
	border: 3px solid #44BE81;
	padding: 20px;
	font-size: 16px;
	line-height: 27px;
}

.header_box {
	text-align: left;
}
.header_box_back {
	text-align: left;
	background-color: #eae6d8;
}

.header_txt {
	font-size: 12px;
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}


#header_navi {
	padding: 0px;
	float: right;
	width: 300px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header_navi ul{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}

#header_navi li {
	padding :0;
	margin:0px;
	display: inline;
	float: left;
	color: #0070C0;
}

#header_navi .navi01 a {
	display: block;
	width: 70px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #0070C0;
	text-decoration: none;
	background-position: 2px 7px;
}

#header_navi .navi01 a:hover {
	margin: 0px;
	padding: 0;
	text-decoration: underline;
	color: #0070C0;
}

#header_navi .navi02 a {
	display: block;
	width: 3px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #0070C0;
	text-decoration: none;
	background-position: 2px 7px;
}

#header_navi .navi02 a:hover {
	margin: 0px;
	padding: 0;
	text-decoration: underline;
	color: #0070C0;
}

#header_btn {
	float: right;
	margin-top: 2px;
	margin-top: 3px;
	margin-left: 0px;
	text-align: right;
	padding-top: 15px;
	background-position: right top;
	margin-right: 15px;
}

#header_btn ul{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}

#header_btn li {
	padding : 0;
	margin-left: 8px;
	display: inline;
	float: left;
}

#header_btn .navi01 a {
	display: block;
	margin: 0px;
	padding: 0px;
}

#header_btn .navi01 a:hover {
	margin:0px;
	padding:0;
}

.link_box {
	font-size: 12px;
	text-align: left;
	width: 982px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 14px;
}

.link_end_box {
	font-size: 12px;
	text-align: right;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.map_main_bottom {
	width: 312px;
	background-image: url(../images/slide_map_bg.png);
	background-repeat: no-repeat;
	height: 38px;
	text-align: center;
}

.map_main {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.map_main a:hover img {
 	opacity: 1.0;
}
.map_main_search_box {
	display: block;
	padding-top: 10px;
	z-index: 1;
	text-align: left;
	margin-left: 20px;
}

.map_box_top {
	width: 312px;
	background-image: url(../images/side_map_title.png);
	background-repeat: no-repeat;
	height: 85px;
	text-align: center;
	margin-top: 15px;
}

.map_box {
	width: 312px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.map_box a:hover img {
 	opacity: 1.0;
}
.map_search_box {
	text-align: center;
	display: block;
	padding-top: 60px;
	 z-index:1
}
.voice_box {
	margin: 10px 0px;
	padding: 0;
}

.voice_box_txt {
	float: left;
	width: 292px;
	height: auto;
	margin-right: 5px;
	margin-bottom: 20px;
}

.voice_box_txt2 {
	float: left;
	width: 292px;
	height: auto;
	margin-bottom: 20px;
}

dl.voice {
	height: 340px;
	border: 1px solid #CCCCCC;
}

dl.voice dt{
	font-size: 14px;
	margin-bottom: 3px;
	margin-left: 10px;
}

dl.voice dd {
	height: auto;
	margin-left: 5px;
	padding-top: 3px;
	line-height: 1.3em;
	font-size: 12px;
	margin-right: 0px;
}

.voice img {
	margin-top: 0px;
	margin-bottom: 5px;
}

.number  {
	margin-top: 5px;
}

.number  dl {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: both;
}  
.number  dt {
	clear: left;
	float: left;
	width: 40px;
	padding-left: 2px;
}  
.number dd {
	margin-left: 3em;
	text-align: left;
}
.kiyaku {
	overflow:scroll;
	height:200px;
	width: 550px;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.kiyaku  dl {
	margin-left: 0px !important;
	margin-top: 4px !important;
	margin-right: 10px !important;
	margin-bottom: 4px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	clear: both !important;
}  
.kiyaku  dt {
	font-size: 14px !important;
	clear: left !important;
	float: left !important;
	width: 40px !important;
	padding-left: 2px !important;
	border-style: none !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	text-align: left !important;
}  
.kiyaku dd {
	font-size: 14px !important;
	text-align: left !important;
	margin: 0px !important;
	border-style: none !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 40px !important;
}

button.formbutton
{
   font-size:16px;
   color:#777777;
   width:100px;
   height:40px;
}

.sitemap_box {
	text-align: left;
	float: left;
	width: 182px;
	margin-left: 20px;
	line-height: 20px;
	margin-top: 30px;
	font-size: 12px;
}
.sitemap_box a {
	text-decoration: none;
	color: #666;
}
.sitemap_box a:hover {
	text-decoration: underline;
}

.footer_txt_top {
	text-align: right;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
}
.footer_txt_top a:hover img {
 	opacity: 1.0;
}
.footer_txt {
	font-size: 12px;
	text-align: left;
	border-radius:5px;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	height: 315px;
}
.footer_txt a {
	text-decoration: none;
	color: #666;
}

.footer_txt a:hover {
	text-decoration: underline;
}
.footer_top_txt {
	text-align: left;
	float: left;
	font-weight: bold;
	color: #FFF;
	margin-top: 6px;
	margin-left: 11px;

}

.footer_widebox {
	height: 90px;
	width: 982px;
	margin-bottom: 10px;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box {
	text-align: left;
	float: left;
	width: 180px;
	margin-left: 16px;
	line-height: 17px;
	margin-top: 17px;
}
.footer_box1 {
	text-align: left;
	float: left;
	width: 300px;
	margin-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A5A5A;
	height: 180px;
	line-height: 20px;
	margin-top: 10px;
	padding-top: 20px;
}

.footer_link_waku {
	font-size: 12px;
	text-align: left;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
.footer_link_box {
	font-size: 12px;
	text-align: left;
	color: #666;
}
.footer_link_box a {
	text-decoration: none;
	color: #0070C0;
}
.footer_link_box a:hover {
	text-decoration: underline;
}

.footer_line {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#form input.field,
#form textarea {
	border:1px solid #ddd;
	border-top-color:#ccc;
	border-left-color:#ccc;
	padding:3px;
	font-size: 16px;
    }
#form input[type="text"] {
	font-size: 16px;
	height: 25px;
}
#form textarea {
	width: 100%;
	font-size: 16px;
    }
#form input#email {
        width:200px;
    }
input[type="radio"]{
	vertical-align: middle;
}
input[type="text"],
textarea {

}

form#mailformpro textarea {
	height: 200px !important;
	width: 300px !important;
}

/* ---
input[type="text"]:focus,
textarea:focus,
input[type="text"]:hover,
textarea:hover {
	border:1px solid #FFFFFF;
} 
--- */
p.submit {
	padding-bottom: 10px !important;
	width: 342px !important;
	margin-left: 110px !important;
	margin-top: 15px !important;
}
.submit input {
	background-image: url(../images/form_btn.png) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	width: 342px !important;
	text-align: center !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding-top: 25px !important;
	padding-bottom: 22px !important;
	color: #00a7eb !important;
	font-weight: bold !important;
	font-size: 16px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	cursor:pointer !important;
	height: 70px;
	background-color: #FFF;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.lh_20 {
	line-height: 20px;
}
.lh_25 {
	line-height: 25px;
}
.mt_5 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 15px;
}
.mt_30 {
	margin-top: 35px;
}
.mt_35 {
	margin-top: 35px;
}
.mt_40 {
	margin-top: 40px;
}
.mt_50 {
	margin-top: 50px;
}
.mt_85 {
	margin-top: 85px;
}
.mt_110 {
	margin-top: 110px;
}
.mb_5 {
	margin-bottom: 5px;
}
.mb_8 {
	margin-bottom: 8px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.ml_5 {
	margin-left: 5px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_40 {
	margin-left: 40px;
}
.ml_50 {
	margin-left: 50px;
}
.ml_85 {
	margin-left: 85px;
}
.ml_110 {
	margin-left: 110px;
}
.ml_120 {
	margin-left: 120px;
}
.ml_130 {
	margin-left: 130px;
}
.ml_150 {
	margin-left: 150px;
}
.mr_10 {
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}
.mr_20 {
	margin-right: 20px;
}
.mr_30 {
	margin-right: 30px;
}
.mr_40 {
	margin-right: 40px;
}
.mr_50 {
	margin-right: 50px;
}
.mr_70 {
	margin-right: 70px;
}
.mr_80 {
	margin-right: 80px;
}
.pa_5 {
	padding: 5px;
}
.pa_10 {
	padding: 10px;
}
.pa_20 {
	padding: 20px;
}
.pa_35 {
	padding: 35px;
}
.pt_330 {
	padding-top: 330px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pl_10 {
	padding-left: 10px;
}
.pl_15 {
	padding-left: 15px;
}
.pr_20 {
	padding-right: 20px;
}
.w_80 {
	width: 80px;
}
.w_280 {
	width: 280px;
}
.w_260 {
	width: 260px;
}
.w_350 {
	width: 350px;
}

.w_360 {
	width: 550px;
}
.w_420 {
	width: 420px;
}
.w_450 {
	width: 450px;
}
.w_560 {
	width: 560px;
}
.h_300 {
	height: 300px;
}
.line-top {
	text-align: right;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: #0C8FD7 1px solid;
	margin-top: 15px;
	margin-bottom: 20px;
}
.under_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #575757;
	margin-top: 7px;
	margin-bottom: 1px;
	display: block;
	padding-top: 5px;
	margin-right: 40px;
	margin-left: 15px;
}

.under_line_w {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5A5A5A;
}
.top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
}
.no_line {
	border-style: none !important;
}
.ft_left {
	float: left;
}
.ft_right {
	float: right;
}
/* ==================== 検索窓 ==================== */
#search {
	width: 300px;
	margin-top: 10px;
}
.searchform {
	display: block;
	background: url(../images/imput.png) left top no-repeat;
	height: 29px;
	position: relative;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 300px;
}

.searchform_box	{
	position: absolute;
	top: 3px;
	left: 4px;
	height: 22px;
	background-color: #FFFFFF;
	color: #666;
	font-size: 14px;
	margin-left: 3px;
	border-style: none;
	width: 258px;
}
.searchformbtn	{
	position: absolute;
	top: 2px;
	left: 275px;
}

#main_search_box {
	width: 315px;
	float: right;
	height: 100px;
	background-color: #D8E2D9;
}

#main_search_box2 {
	width: 315px;
	float: left;
	height: 100px;
	background-color: #ddd8e2;
}

#main_search {
	margin-left: 15px;
	width: 210px;
	margin-top: 10px;
}

#main_search2 {
	margin-left: 15px;
	width: 210px;
	margin-top: 10px;
}

.main_searchform {
	display: block;
	background: url(../images/imput_main.png) left top no-repeat;
	height: 36px;
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 240px;
}

.main_searchform_box	{
	position: absolute;
	top: 4px;
	left: 8px;
	height: 28px;
	background-color: #FFFFFF;
	color: #666;
	font-size: 14px;
	border-style: none;
	width: 221px;
}
.main_searchformbtn	{
	position: absolute;
	top: -4px;
	left: 245px;
}


/* ==================== フリーワード検索窓 ==================== */
#search_word {
	width: 350px;
}
.search_wordform {
	display: block;
	background: url(../images/imput_word.png) left top no-repeat;
	height: 40px;
	position: relative;
	width: 350px;
	margin: 0px;
	padding: 0px;
}

.search_wordform_box	{
	position: absolute;
	top: 3px;
	left: 12px;
	height: 36px;
	background-color: #FFFFFF;
	color: #666;
	font-size: 16px;
	border-style: none;
	width: 320px;
	margin: 0px;
	padding: 0px;
}
.search_wordformbtn	{
	position: absolute;
	top: 0px;
	left: 356px;
}

.checkbox_btn {
	background-color: #D8D8D8;
	padding: 10px;
	text-align: center;
}
/* ==================== プルダウン検索 ==================== */

.form_btn{
	cursor: pointer;
	height: 19px;
	width: 50px;
	border: none;
	text-indent: -99999px;
	background-image: url(../images/map_btn.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
}


.form_btn:hover{
	background-image: url(../images/map_btn_on.jpg);
	background-repeat: no-repeat;
}

.decimal  {
	margin-top: 0px;
	margin-bottom: 10px;
}

.decimal ul {
	margin-left: 25px;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 15px;
	margin-right: 15px;
}
.disc ul {
	margin-bottom: 15px;
	margin-left: 10px;
}
.disc li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
}
/* ==================== タブ ==================== */
.tab	{
	margin: 0;
	padding: 0;
	height: 40px;
	background-color: #757575;
}
.tab ul	{
	margin: 0;
	padding: 0;
}
.tab li, .tab li a {
	float: left;
	list-style-type: none;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #939393;
	position:relative;
	width: 63px;
	height: 40px;
	text-decoration: none;
	background-color: #757575;
}
.tab li a:hover	{
	background-color: #CCCCCC
}
.tab_content {
    clear: both;
    overflow: hidden;
}
.tab_area {
    display: none;
}
.tab li.active {
	background-color: #000000;
	height: 40px;

}
.tab li.active:after {
	border-color:#757575 transparent transparent;
	border-style:solid;
	border-width:10px 10px 0;
	bottom:-10px;
	content:"";
	display:block;
	left:20px;
	position:absolute;
	width:0;
}
/* ==================== 詳細ページ用 ==================== */
#page_content_left {
	padding: 0px;
	float: left;
	width: 242px;
	height: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


#page_content_right {
	float: right;
	width: 690px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.page_midashi {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #757575;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0px;
}
.page_menu_box {
	margin: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}

.page_menu_txt {
	font-size: 12px;
	margin-top: 5px;
	line-height: 18px;
}

.page_menu_add {
	background-image: url(../images/ad_icon_1.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
}
.page_menu_time {
	background-image: url(../images/ad_icon_2.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
}
.page_menu_day {
	background-image: url(../images/ad_icon_3.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
}
.page_menu_tel {
	background-image: url(../images/ad_icon_4.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
}

#page_menu_navi {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#page_menu_navi ul{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}

#page_menu_navi li {
	padding :0;
	display: block;
	text-align: center;
	height: 60px;
	margin: 0px;
}

#page_menu_navi li a:hover img {
 opacity: 1.0;
}


.fixed {
	position: fixed;
	top: 0;
	width: 242px;
	z-index: 10000;
}

#page_main_box {
	margin: 0px;
	border-radius: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.page_main_midashi {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-position: 8px 8px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.page_main_midashi_txt {
	background-image: url(../images/icon_1.png);
	background-repeat: no-repeat;
	font-size: 18px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	line-height: 18px;
	background-position: 8px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848484;
	margin-top: 40px;
	margin-right: 0px;

	margin-bottom: 20px;
	margin-left: 0px;
}
.page_main_txt {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
}

.page_main_txt dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D8;
	clear: both;
}
.page_main_txt dt {
	float:left;
	width:150px;
	padding:5px;
	color: #00F;
	text-align: center;
	margin: 0px;
}
.page_main_txt dd {
	margin-left:150px;
	padding:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.page_main_box_line {
	border-radius: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	background-image: url(../images/icon_2.jpg);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.page_main_img {
	margin-top: 20px;
	padding: 0px;
}

.page_main_img ul {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.page_main_img li {
	margin-top: 10px;
	padding: 0px;
	width: 220px;
	list-style-type: none;
	float: left;
	margin-right: 8px;
}

.page_main_img li img {
	padding: 5px;
	border: 1px solid #D8D8D8;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.page_main_search_box {
	padding: 0px;
	margin: 0px;
}
.page_main_word_box {
	background-color: #E5E5E5;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page_main_midashi_word {
	font-size: 16px;
	background-image: url(../images/page_midashi_word.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	text-indent: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.page_main_icon_box {
	background-color: #EBEBEB;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.page_main_icon_box ul {
	padding: 0px;
	margin: 0px;
}

.page_main_icon_box li {
	margin-top: 10px;
	padding: 0px;
	height: 30px;
	width: 120px;
	list-style-type: none;
	float: left;
	margin-left: 10px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	line-height: 36px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 8px;
	background-color: #C3C3C3;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #81ED78;
}
#news {
	overflow:scroll;
	overflow-x: hidden;
	height:130px;
	width: 100%;
	padding: 0px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#news dl {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#news dl dt {
	width:150px;
	float:left;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(images/topicon.png);
}

#news dl dd {
	border-bottom:1px solid #b6b6b6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
}
#news dl dd p {
	margin: 0px;
	padding: 0px;
}
#news ul {
	margin: 0px;
	padding: 0px;
}

#news li {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(../images/topicon.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	list-style-type: none;
	width: 575px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 8px;
	line-height: 20px;
}
#news li p {
	margin: 0px;
	padding: 0px;
}

.rss {
	overflow: scroll;
	overflow-x: hidden;
	height: 130px;
	width: 100%;
	padding: 0px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.rss ul {
	margin: 0px;
	padding: 0px;
}

.rss li {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(../images/topicon.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	list-style-type: none;
	width: 575px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 8px;
}

.rss h4 {
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.policy_box {
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 50px;
}
.policy_box textarea {
	background:#DFFFDF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:right;
	height:8em;
	line-height:1.2em !important;
	margin:0;
	overflow:hidden;
	width:300px;
	padding: 4px;
	font-size: 14px;
}

.beginner-kinou {
	width: 645px;
	background-image: url(../images/first_fc.png);
	background-repeat: repeat;
	height: 200px;
	margin-bottom: 20px;
	padding: 0px;
}

.beginner-inkinou {
	width: 640px;
	height: 130px;
	margin-top: 55px;
	margin-bottom: 5px;
	margin-left: 3px;
	float: left;
}

.beginner-what {
	font-size: 14px;
	background-image: url(../images/first_bn.png);
	background-repeat: repeat-y;
	width: 645px;
	float: none;
	height: 333px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.beginner-whattext {
	font-size: 14px;
	width: 595px;
	margin-left: 30px;
	float: none;
	height: auto;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.beginner-sugoi {
	font-size: 14px;
	background-image: url(../images/first_sugoi.png);
	background-repeat: no-repeat;
	width: 645px;
	float: left;
	padding: 0px;
	height: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.beginner-sugoitext1 {
	width: 160px;
	float: left;
	padding: 0px;
	margin-top: 135px;
	margin-right: 147px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: 115px;
	line-height: normal;
	font-size: 14px;
}

.beginner-sugoitext2 {
	font-size: 14px;
	width: 180px;
	float: left;
	padding: 0px;
	margin-top: 145px;
	margin-right: 127px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 110px;
	line-height: normal;
}

.beginner-sugoitext3 {
	font-size: 14px;
	width: 160px;
	float: left;
	padding: 0px;
	margin-top: 103px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 147px;
	height: 110px;
	line-height: normal;
}

.beginner-waku1 {
	width: 645px;
	height: auto;
	float: left;
	background-repeat: repeat;
}

.pickup_box {
	margin-top: 10px;
	height: 422px;
/*	background-image: url(../images/top_picup.png);*/
	padding-left: 13px;
	margin-bottom: 10px;
	border-top-color: #b6b6b6;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #b6b6b6;
}

.pickup_box p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 10px;
}

.top_pu_box {
	height: 165px;
	width: 142px;
	margin-left: 8px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
	margin-right: 7px;
	padding: 0px;
	float: left;
	color: #333333;
}

.top_pu_box p {
	color: #333333;
}

.top_pu_box a p {
	color: #333333;
}

.top_pu_box a:hover p {
	color: #333333;
	text-decoration: underline;
}

.top_pu_box a {
	color: #128c13;
	text-decoration: none;
}

.top_pu_box a:hover {
	color: #128c13;
	text-decoration: underline;
	
}.pickup_in_box {
	margin-top: 70px;
	height: auto;
	float: left;
	padding: 0px;
	height: 352px;
}
.box_center {
	margin-right: auto;
	margin-left: 6px;
	text-align: center;
	width: 300px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.side {
	height: auto;
	width: 312px;
}
.main_afwaku01 {
/*	background-image: url(../images/afwaku01.png);*/
	background-repeat: no-repeat;
	height: 90px;
	width: 645px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin: 0px;
	line-height: 40px;
}
.main_afwaku02 {
/*	background-image: url(../images/afwaku02.png);*/
	background-repeat: repeat-y;
	height: auto;
	width: 645px;
	padding-left: 15px;
	padding-right: 10px;
}
.main_afwaku03 {
/*	background-image: url(../images/afwaku03.png);*/
	background-repeat: no-repeat;
	height: 20px;
	width: 645px;
}
.osusume_title_s {
	background-image: url(../images/ichiran-title.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 645px;
	color: #21416b;
	font-size: 16px;
	line-height: 42px;
	padding-left: 10px;
	padding-top: 5px;
}
.osusume_title {
	background-image: url(../images/ichiran-title-r.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 645px;
	color: #21416b;
	font-size: 16px;
	line-height: 42px;
	padding-left: 10px;
	padding-top: 5px;
}
.osusume_waku {
	width: 643px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	}
.osusume_waku_s {
	width: 643px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.osusume_waku_2 {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.osusume_waku_ken {
	height: 275px;
	width: 643px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
}
.osusume_waku_ken2 {
	height: 200px;
	width: 643px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}
.osusume_gazou {
	width: 220px;
	margin: 10px;
	float: left;
}
.osusume_gazou_s {
	height: 165px;
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.osusume_rwaku {
	width: 390px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 3px;
}
.img_middle {
	vertical-align: middle;
}
.os_text {
	overflow: hidden;
	zoom: 1;
	padding-left: 5px;
	padding-top: 2px;
}
.os_btn {
	height: 35px;
	width: 210px;
	margin-top: 10px;
	margin-left: 175px;
}
.os_btn a:hover img {
	opacity: 1.0;
}

.osusume_text {
	width: 385px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.ichiran_kenbn {
	height: 130px;
	width: 645px;
	background-image: url(../images/ichiran-kantou-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.ichiran_kenbn_inbox {
	padding-top: 30px;
	padding-left: 10px;
}
.ichiran_kenbn_inbox a:hover img{
	opacity: 1.0;
}
.ichiran_kenbn_cyubu {
	height: 230px;
	width: 645px;
	background-image: url(../images/ichiran-cyubu-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.ichiran_kenbn_cyubu_inbox {
	padding-top: 30px;
	padding-left: 10px;
}
.ichiran_kenbn_cyubu_inbox a:hover img {
	opacity: 1.0;
}
.ichiran_kenbn02 {
	height: 160px;
	width: 645px;
	margin-bottom: 20px;
}
.ichiran_kenbn_inbox02 {
	padding-top: 0px;
	padding-left: 0px;
}
.ichiran_kenbn_inbox02 a:hover img {
	opacity: 1.0;
}
.osu_text {
	height: auto;
	width: 645px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

.top_osusume_box {
	height: 87px;
	width: 645px;
	margin-bottom: 10px;
	background-image: url(../images/top-ichi-bg.png);
}
.top_osusume_inbox {
	margin-left: 140px;
	margin-bottom: 6px;
	height: 29px;
}
.top_osusume_inbox a:hover img {
 opacity: 1.0;
}
.osusume_zenkokuwaku {
	background-image: url(../images/ichiran-topzenkoku02.png);
	margin-top: 20px;
	background-repeat: repeat-y;
	width: 645px;
	height: auto;
}
#contents #content_left .osusume_zenkokuwaku table tr td {
	font-size: 12px;
}
.osusume_zenkokuwaku_inbox {
	width: 645px;
	height: auto;
}
#contents #content_left .osusume_zenkokuwaku .osusume_zenkokuwaku_inbox table tr td .lh_20 {
	line-height: 20px;
}

#top_picup {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 25px;
	overflow: scroll;
	overflow-x: hidden;
	height: 100px;
}
#contents #content_left .top_box #top_picup ul li {
	font-size: 13px;
	line-height: 22px;
}
.top_tera3 {
	height: 220px;
	width: 645px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#side_picup {
	background-color: #d2dce8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #24446d;
	border-bottom-color: #24446d;
	border-left-color: #24446d;
	margin-bottom: 10px;
	padding: 7px;
}

.side_picup {
	background-color: #d2dce8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #24446d;
	border-bottom-color: #24446d;
	border-left-color: #24446d;
	margin-bottom: 10px;
	padding: 7px;
}

#footer_inbox {
	height: auto;
	width: 982px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.contents_bg {
	background-color: #eeebe0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #24446d;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.k-icon {
	height: 70px;
	width: 295px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	float: left;
}
.landmark-text {
	width: 645px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}
.inbox {
	height: auto;
	width: auto;
}
.slide_minibox {
	border: 2px solid #38567c;
	height: 200px;
	width: auto;
	margin-bottom: 10px;
}
.scroll {
	width: 620px;
	height: 120px;
	border: 1px solid #CCC;
	overflow-y:scroll;
	padding: 10px;
}
.top_land_box {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 615px;
	margin-left: 15px;
	float: left;
	font-size: 16px;
	line-height: 21px;
	height: 75px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.top_land_box p {
	color: #333333;
}

.top_land_box a p {
	color: #333333;
}

.top_land_box a:hover p {
	color: #333333;
	text-decoration: underline;
}

.top_land_box a {
	text-decoration: none;
}

.top_land_box a:hover {
	text-decoration: underline;
}
.slide_img {
	height: 200px;
	width: 625px;
}
.slide_img1 {
	height: 200px;
	width: 625px;
}
.l-list-inbox {
	float: left;
	height: auto;
	width: 200px;
	padding-bottom: 5px;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 16px;
	border: 1px solid #CCC;
}
.l-list-inbox p {
	color: #333333;
}
.l-list-inbox a:hover p {
	color: #333333;
	text-decoration: underline;
}
.l-list-inbox a p {
	color: #333333;
}
.l-list-inbox a {
	text-decoration: none;
}

.l-list-inbox a:hover {
	text-decoration: underline;
}
.l-list-inbox02 {
	height: auto;
	width: 201px;
}

.l-list-inbox-c {
	height: auto;
	width: 635px;
	padding-bottom: 5px;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 16px;
	border: 1px solid #CCC;
}
.l-list-inbox-c p {
	color: #333333;
}
.l-list-inbox-c a:hover p {
	color: #333333;
	text-decoration: underline;
}
.l-list-inbox-c a p {
	color: #333333;
}
.l-list-inbox-c a {
	text-decoration: none;
}

.l-list-inbox-c a:hover {
	text-decoration: underline;
}

.image_box_on a:hover img {
 opacity: 1.0;
}
.summer02bg {
	background-image: url(../images/summer/s02-02.png);
	background-repeat: no-repeat;
}
.summer03bg {
	background-image: url(../images/summer/s03-02.png);
	background-repeat: no-repeat;
}
.wakugold {
	border: 1px solid #a68606;
	width: 594px;
	margin-left: 3px;
	padding-top: 5px;
}
.bluebg {
	background-color: #e3edf9;
}.dictionary-yougo {
	height: auto;
	width: 645px;
}#dictionary-left {
	float: left;
	height: auto;
	width: 140px;
	background-color: #e3edf9;
	padding-left: 5px;
	margin-bottom: auto;
}
#dictionary-right {
	float: right;
	width: 495px;
	height: auto;
}
/*用語集*/
.yougo-midashi {
	font-size: 18px;
	font-weight: bold;
	color: #24446d;
	height: 40px;
	padding-top: 10px;
}

.news_box {
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	border: 1px solid #b6b6b6;
}
.decimal table {
	border-collapse: collapse;
	font-size: 12px;
}
.decimal td {
	border: solid 1px #999999;
	padding: 0.5em;
	font-size : 10pt;
}
.decimal tr {
	border: solid 1px #999999;
	padding: 0.5em;
	font-size : 10pt;
}
/*検索結果タイトルバー下*/
.midashi_under {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A7BED8;
	border-bottom-color: #A7BED8;
	border-left-color: #A7BED8;
	font-size: 12px;
}
.jyoken {
	background-color: #d2dce8;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	height: 25px;
	width: auto;
	margin-bottom: 7px;
	margin-right: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 5px;
}
.jyoken_r {
	float: left;
	width: 540px;
	height: auto;
	margin-top: 7px;
}
.jyoken_l {
	width: 90px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 7px;
}
.graybox {
	height: auto;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.winter2016 {
	height: 190px;
	background-image: url(../images/winter/title02_2016.png);
	padding-left: 205px;
	padding-right: 30px;
}

.winter01 {
	height: 190px;
	background-image: url(../images/winter/title02.png);
	padding-left: 205px;
	padding-right: 30px;
}

.winter2018 {
	height: 190px;
	background-image: url(../images/winter/2018/title2018_02.png);
	padding-left: 205px;
	padding-right: 30px;
}
.winter2019 {
	height: 190px;
	background-image: url(../images/criticalage/title2019_02.png);
	padding-left: 205px;
	padding-right: 30px;
}

.top_side_box {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #F4E1E1;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f2626;
	border-right-color: #6f2626;
	border-bottom-color: #6f2626;
	border-left-color: #6f2626;
	border-top-width: 0px;
}

.top_side_con_box {
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	height: 70px;
}

.top_side_con_box p {
	color: #333333;
	margin-right: 0px;
}

.top_side_con_box a p {
	color: #333333;
}

.top_side_con_box a:hover p {
	color: #333333;
	text-decoration: underline;
}

.top_side_con_box a {
	text-decoration: none;
}

.top_side_con_box a:hover {
	text-decoration: underline;
}
.top_midashi_box {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #b6b6b6;
}
.ichiran_title {
	height: 30px;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	background-color: #38669C;
	font-size: 14px;
	border-radius: 5px 5px 0px 0px;
}
.ichiran {
	background-color: #ECF1F9;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #38669C;
	border-bottom-color: #38669C;
	border-left-color: #38669C;
	border-radius: 0px 0px 5px 5px;
}
.ichiran td {
	font-size: 12px;
	padding: 0.5em;
}
.sagasu {
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #38669C;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.sagasu_title {
	height: 28px;
	width: 590px;
	padding-left: 29px;
	font-weight: bold;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #38669C;
	background-image: url(../images/sagasubg.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-bottom: 5px;
	font-size: 14px;
}
.sagasu td {
	font-size: 12px;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#dictionary-title {
	background-color: #daeef8;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0070c0;
	font-size: 18px;
	font-weight: bold;
}
.dictionary-title {
	background-color: #daeef8;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0070c0;
	font-size: 18px;
	font-weight: bold;
}
#dictionary-main {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.waku150 {
	float: left;
	height: auto;
	width: 150px;
	font-size: 12px;
	padding-top: 5px;
}
.table_line {
	border-collapse: collapse;
	font-size: 12px;
}
.table_line td {
	border: solid 1px #999999;
	padding: 0.5em;
	font-size : 10pt;
}
.table_line tr {
	border: solid 1px #999999;
	padding: 0.5em;
	font-size : 10pt;
}
.l-list-inbox03 {
	height: 150px;
	width: 645px;
	font-size: 16px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.l-list-inbox03 p {
	color: #333333;
}
.l-list-inbox03 a:hover p {
	color: #333333;
	text-decoration: underline;
}
.l-list-inbox03 a p {
	color: #333333;
}
.l-list-inbox03 a {
	text-decoration: none;
}

.l-list-jinjya {
	background-color: #ffeded;
	border: solid 1px #d95858;
	height: auto;
}

.l-list-otera {
	background-color: #f0f7ff;
	border: solid 1px #5b8bd0;
	height: auto;
}

.pad10 {padding: 10px;}
.w-client img {width: 150px;}

.sns-left {float: left;}
.sen-right {float: right;}


.l-list-inbox a:hover {
	text-decoration: underline;
}
.l-list-inbox-w2018 {
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.l-list-inbox-w2018-1 {
	margin-right: 5px;
	float: left;
	width: 220px;
}
.l-list-inbox-w2018-1 img {
    width: 220px;
    height: 150px;
}
.l-list-inbox-w2018-2 {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 10pt;
	line-height: 16px;
	width: 400px;
	float: right;
	border-top: 1px dashed #ccc;
}
.l-list-inbox-w2018-2 p {
	margin-left: 0px;
	padding-top: 5px;
}
.clear-rb {
    clear: right;
}

.l-list-inbox-winter {
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.l-list-inbox-winter-title {
	font-size: 18px;
    font-weight: bold;
    color: #7a6400;
    padding-top: 10px;
}

.l-list-inbox-winter-span {
    font-size: 0.7em;
}

/* 初詣クライアント画像 */
.l-list-inbox-hatumoude {
	margin-right: 10px;
	float: left;
	width: 220px;
}
.l-list-inbox-hatumoude img {
    width: 220px;
    height: auto;
}

/* 初詣クライアント住所 */
.l-list-inbox-hatumoude-ad {
    float: left;
    font-size: 15px;
}

/* 初詣クライアントGoogle Map */
.hatumoude-map {
    margin-top: 10px;
}

.hatumoude-map iframe {
    width: 100%;
    height: 120px;
}

.winter02bg-black {
	height: 200px;
	color: #FFF;
	background-image: url(../images/winter/w00.png);
}
.winter02bg-in {
	padding-top: 90px;
	padding-right: 10px;
	padding-left: 230px;
}
.winter_inbox {
	width: 400px;
	float: right;
	font-size: 20px;
	padding-top: 10px;
	margin-right: 10px;
}

.hatumoude_inbox {
	font-size: 1.2em;
	padding: 10px;
	font-weight: bold;
}

.info_box {
	padding: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
}

/* info_box-お寺 */
.info_box-t {
	padding: 5px;
	border: solid 2px #7fbaff;
	background-color: #fff;
}

.info_box-t h2 {
    padding: 5px;
    font-size: 16px;
    color: #7a6400;
    margin: 0;
}

.info_box-t h2 span {
    font-size: 20px;
    color: #7fbaff;
}

.info_box-t p {
    font-size: 10pt;
}

/* info_box-神社 */
.info_box-j {
	padding: 5px;
	border: solid 2px #fe7878;
	background-color: #fff;
}

.info_box-j h2 {
    padding: 5px;
    font-size: 16px;
    color: #7a6400;
    margin: 0;
}

.info_box-j h2 span {
    font-size: 20px;
    color: #fe7878;
}

.info_box-j p {
    font-size: 10pt;
}

/* ボタン */
.syobtn a {
	padding-right: 6px;
	padding-left: 6px;
	background-color: #F4EDDB;
	border: 1px solid #C79C38;
	text-decoration: none;
	color: #000;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}
.syobtn a:hover {
color: #000;
	background-color: #C79C38;
}
.ii_map {
	background-image: url(../images/ii_map.png);
	width: 645px;
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
}
.ii_panel01 {
	position: absolute;
	top: 255px;
	left: 371px;
}
.ii_panel02 {
	position: absolute;
	top: 224px;
	left: 344px;
}
.ii_panel03 {
	position: absolute;
	top: 255px;
	left: 280px;
}
.ii_panel04 {
	position: absolute;
	top: 182px;
	left: 336px;
}
.ii_panel05 {
	position: absolute;
	top: 138px;
	left: 349px;
}
.ii_panel06 {
	position: absolute;
	top: 310px;
	left: 363px;
}
.ii_panel07 {
	position: absolute;
	top: 91px;
	left: 303px;
}
.ii_panel08 {
	position: absolute;
	top: 55px;
	left: 298px;
}
.ii_panel09 {
	position: absolute;
	top: 88px;
	left: 543px;
}
.ii_panel10 {
	position: absolute;
	top: 203px;
	left: 250px;
}
.ii_panel11 {
	position: absolute;
	top: 294px;
	left: 248px;
}
.ii_panel12 {
	position: absolute;
	top: 284px;
	left: 405px;
}
.ii_panel13 {
	position: absolute;
	top: 187px;
	left: 435px;
}
.ii_panel14 {
	position: absolute;
	top: 269px;
	left: 133px;
}
.ii_panel15 {
	position: absolute;
	top: 7px;
	left: 256px;
}
.ii_midashi {
	background-image: url(../images/ii_btn.png);
	background-repeat: no-repeat;
	border-bottom: 3px solid #EB8181;
	background-position: 5px 7px;
	color: #1A2A5D;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.ii_box {
	border-top: 20px solid #EB8181;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ii_box h4 {
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #333;
}
/*--------- summer 2018 ---------*/
.summer_title {
	background-image: url(../images/summer/main08.png);
	width: 645px;
	height: 360px;
	position: relative;
	background-repeat: no-repeat;
}
.summer_bt1 {
	position: absolute;
	top: 320px;
	left: 495px;
}
.summer_bt1 a span {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.summer_bt1 a:hover span {
	opacity: 1.0;
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: block;
}
.summer_bt2 {
	position: absolute;
	top: 320px;
	left: 495px;
}
.summer_bt2 a span {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.summer_bt2 a:hover span {
	opacity: 1.0;
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: block;
}
/*--------- summer 2019 ---------*/
.summer2019_title {
	background-image: url(../images/summer/2019/main.jpg);
	width: 645px;
	height: 360px;
	position: relative;
	background-repeat: no-repeat;
}
.summer2019_bt1 {
	position: absolute;
	top: 320px;
	left: 495px;
}
.summer2019_bt1 a span {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.summer2019_bt1 a:hover span {
	opacity: 1.0;
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: block;
}
.summer2019_bt2 {
	position: absolute;
	top: 320px;
	left: 495px;
}
.summer2019_bt2 a span {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.summer2019_bt2 a:hover span {
	opacity: 1.0;
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: block;
}