@charset "shift_JIS";
/*===============================================
全体のスタイル
===============================================*/
a img {
	border-style: none;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #cc6600;
}
a:hover {
	color: #7ebeab;
}

* {
	margin: 0;
	padding: 0;
	/*color: #333333;*/
	/*background-color:#ffffff;*/
	letter-spacing: 1px;
	font-family: 'メイリオ', 'sans-serif', 'Lucida sans Unicode';
}

div#pagebody {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 150%;
	name: top;
}
/*===============================================
font
===============================================*/
h1 {
	font-size: 14px;
	font-weight: bolder;
	background-color: #cccc99;
	text-align: center;
	line-height: 160%;
}
h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: bolder;
	padding: 5px 5px 5px 8px;
	background-color: #006699;
	line-height: 160%;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
.font_s {
	font-size: 11px;
}
.font_m {
	font-size: 12px;
}
.font_red {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #FF3333;
}

.font_red_s {
	font-size: 15px;
	line-height: 1.5em;
	color: #FF3333;
}

.font_yellow {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #FFCC00;
}
.font_info {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bolder;	
}

.font_info a {
	text-decoration: none;
	color: #cc6600;
	border-bottom: 1px solid;
}


/*===============================================
header
===============================================*/
div#header {
	width: 780px;
	height: auto;
	position: relative;
	margin: 3px 0 0 0;
}
div.header a:link {
	color: #006633;
}
div.header a:hover {
	color: #cc6633;
}
div.header a:active {
	color: #cc66s33;
}
/*===============================================
content
===============================================*/
#content {
	clear: left;
	width: 780px;
	padding: 0;
	margin: 0;
}
div#guide {
	font-size: 12px;
}
div#guide a:link {
	color: #4f455c;
}
div#guide a:hover {
	color: #7ebeab;
}
/*===============================================
menu
===============================================*/
#menu {
	width: 780px;
	height: 30px;
	margin: 0px;
	background-color: #ccc;
	font-family: 'メイリオ', 'sans-serif';
	font-size: 13px;
	margin: 0 0 3px 0;
}
#menu dl {
	width: 20%;
	margin: 0;
	float: left;
	font-size: 100%;
	background: #369;
	color: #363;
}
#menu dt {
	margin: 0px;
	text-align: center;
	border: none;
}
#menu a {
	display: block;
	line-height: 180%;
	background: #336666;
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	background-color: #b77b57;
	color: #fff;
}
.clear_float {
	clear: left;
}
/*===============================================
submenu
===============================================*/
div#submenu {
	width: 140px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-decoration: none;
	display: inline;
}
div#submenu ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
div#submenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*===============================================
in_contents
===============================================*/
div#in_contents {
	width: 620px;
	margin: 5px 0 0 0;
	float: right;/*background-color:#FF3300;*/
}
div#in_contents h1 {
	background-image: url('img/back_y1.gif');
	text-align: left;
	font-size: 16px;
	line-height: 200%;
	padding: 0 0 0 10px;
	font-family: メイリオ;
}

/*161229追加*/

div#top_news {
    padding: 20px;
	margin:0 0 15px 0;
    background: #fff;
    box-shadow: 0 0 50px #ddd inset;
    -moz-box-shadow: 0 0 50px #ddd inset;
    -webkit-box-shadow: 0 0 50px #add8e6 inset;
	overflow:auto;
	font-weight:bolder;
}

div#top_news a {
	text-decoration: none;
	color: #cc6600;
	border-bottom: 1px solid;
}

div#top_news_mi {
	position: relative;
	margin: 0 0 15px 0;
	padding: 14px 0 10px 10px;
	color:#333;
	font-size:14px;
}

div#top_news_mi::before,
div#top_news_mi::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

div#top_news_mi::before {
	top: 0;
	border-top: 2px solid #add8e6;
	border-bottom: 1px solid #add8e6;
}

div#top_news_mi::after {
	bottom: 0;
	border-top: 1px solid #add8e6;
	border-bottom: 2px solid #add8e6;
}

div#top_news ul li {
	list-style-type: none;
	padding: 0 20px 0 22px;
	margin-bottom: 5px;
	position: relative;
}

div#top_news li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.3em;
	left: 0.5em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #45926D;
	border-bottom: 2px solid #45926D;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div#kodama_donation{
	margin: 20px;
}

div#kodama_donation p{
text-indent: 1em;
}
/*161229追加ここまで*/


div#greetings h1 {
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	background-color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
div#greetings p {
	margin: 5px 0 10px 10px;
	line-height: 160%;
}
div#greetings2 {
	margin: 5px 0 10px 10px;
	line-height: 130%;
	text-align: center;
	font-size: 16px;
	line-height: 130%;
}
div.incon dt {
	font-size: 14px;
	padding: 10px 0 0 0;
}
div.incon dd {
	padding: 0 0 0 20px;
}
/*div.!! {
    color:red;
    font-size:14px;
}*/

div.incon_title {
	margin: 0 0 10px 0;
}
div.incon {
	padding: 10px 30px 5px 30px;
}
div.incon_sheet {
	width: 620px;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 15px 0;
}
/*1602追加*/

.misaki_area {
	width: 580px;
	height: auto;
	margin: 15px 0 0 0;
	padding: 20px 20px 5px 20px;
	text-align: left;
	background-color: #F6F6F6;
}

div.misaki_area dt {
	margin: 0 0 10px 0;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #888;
	border-bottom: 1px solid #888;
	font-size: 15px;
}

div.misaki_area dd {
	padding: 0 18px;
}

.box {
	float: left;
	margin: 5px;
}

.misaki_box {
	width:450px;
	overflow: hidden;
	margin: 15px auto;
}


/*1705追加*/

.freeplan_area {
	width: 580px;
	height: auto;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background-color: #DAF2FF;
	overflow: hidden;
}


.freeplan_box {
	width:100%;
	overflow: hidden;
	margin: 0 9px 0 3px;
}

.f_hl_c {
	font-size: 25px;
	line-height: 1.4em;
	font-weight: bolder;
	text-align:center;
	margin-top: 20px;	
}

.f_hls_c {
	font-size: 15px;
	line-height: 1.5em;	
	text-align:center;	
}


/*1706追加*/
.f_hl_l{
	background: linear-gradient(transparent 70%, #F66 70%);
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bolder;
	text-align:center;
	margin-top: 15px;
}

.f_hl_red {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bolder;
	text-align: center;
	color: #F33;
	margin: 20px 0;
}

#offarea_txt {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 15px;	
}



.price_01{
width: 100%;
border-collapse: collapse;
}
.price_01 th{
	width: 25%;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.price_01 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}


.box_members {
    margin: 40px 0 20px 0;
	padding-bottom: 15px;
	background: #f2f2f2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box_members .box_members_title {
	font-size: 1.52em;
	padding: 15px;
	margin: 0 0 15px 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #663399;
}
.box_members p {
	font-size: 1.0em;
    padding: 3px;
    margin: 0 0 0 15px;
	font-weight: bold;
}



/*1709追加*/


.f_hl_l2{
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bolder;
	text-align: center;
	margin-top: 15px;
	color: #F30;
}

.f_hl_black {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bolder;
	text-align: center;
	color: #639;
	margin: 10px 0;
}

.f_blue {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bolder;
	text-align: center;
	color: #30F;
	margin: 0;
}

.size_01{
width: 100%;
border-collapse: collapse;
}

.size_01 th{
	width: 20%;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.size_01 td{
padding: 3px;
text-align: center;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/*** 1809 add***/

.size_02{
width: 100%;
border-collapse: collapse;
}

.size_02 th{
	width: 20%;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.size_02 td{
padding: 10px;
text-align: left;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/*** 1809 add***/


.box_torii{
	display:block;
	overflow:hidden;
	margin:20px 0 30px 0;
}

.box_torii_left01 {
    float:left;
    width:300px;
    height:181px;
}

.box_torii_right02 {
    float:right;
    width:300px;
    height:181px;
}





/* clearfix */
.misaki_boxr:before, .boxContainer:after {
	content: "";
	display: table;
}
.misaki_box:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.misaki_box {
	zoom: 1;
}
/*ここまで*/

ul.sitemap {
	float: left;
	width: 280px;
	margin: 0 0 30px 0;
}
ul.sitemap h2 {
	font-size: 14px;
	font-weight: normal;
	background-color: #cccc99;
}
ul.sitemap li {
	letter-spacing: 0px;
}
hr.sitemap {
	clear: both;
	padding: 0;
	border: 1px;
}
div#now {
	width: 450px;
}
div#now p {
	font-size: 14px;
	line-height: 130%;
}
div#now p.memo {
	text-align: left;
	padding: 0 0 10px 0px;
	font-size: 12px;
}
table.incon {
	width: 620px;
	background-color: #fff;
	border-weight: 0;
}
table.incon img {
	margin-bottom: 5px;
}
table.incon td {
	width: 310px;
	text-align: center;
	padding: 5px 0 10px 0;
}
div.incon_sheet p {
	padding: 0 0 10px 0;
}
table#top1 {
	background-color: #fff;
	width: 620px;
	border: 0;
}
table#top1 td {
	background-color: #999999;
	width: 25%;
}
div#info {
	text-align: left;
	margin: 10px auto 30px 100px;
	border: 0;
	font-size: 18px;
	line-height: 1.5em;
	font-family: 'メイリオ', 'sans-serif';
}
/*
div#detail {
	text-align:left;
    margin: 10px 30px 20px 30px;
    border:0;
    font-size:16px;
	line-height: 1.5em;
	font-family:'メイリオ','sans-serif';
	overflow:hidden;
	background-color:#0F9;
}

div#detail dl {  
 width:580px;  
}  

 div#detail dt {  
 float:left;  
 width:100px;  
 padding:5px 0 5px 10px;  
 clear:both;  
 font-weight:bold;
}  

div#detail dd {  
 width:480px;  
 margin-left:100px;  
 padding:5px 0 5px 10px;  
}  
*/

div#detail2 {
	font-size: 16px;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	text-align: left;
}
div#toiawase {
	text-align: center;
	margin: 0 auto;
	border: 0;
}
div#in_contents li {
	margin: 5px 0 0 15px;
}
ul.in_con {
	margin: 10px 0 0 0;
}
div.coment {
	margin: 10px 0 0 10px;
}
div#flash_area {
	margin: -5px 0 0 0;
	padding: 0;
}
/*===============================================
greeting
===============================================*/
div#greeting {
	padding: 10px 0px;
	background-image: url(img/);
	margin: 10px 0 10px 0;
}
/*===============================================
footer
===============================================*/
div#footer {
	clear: both;
	font-size: 12px;
	text-align: right;
	margin: 30px 0 10px 0;
}
address {
	font-style: normal;
	padding: 10px 0px 0px 0px;
}
hr.footer {
	background-color: #cccc99;
	border: none;
	height: 1px;
	margin: 20px 0;
}
/*===============================================
margin
===============================================*/

/*top*/
.mt10 {
	margin: 10px 0 0 0;
!important
}
.mt15 {
	margin: 15px 0 0 0;
!important
}
.mt20 {
	margin: 20px 0 0 0;
!important
}
.mt30 {
	margin: 30px 0 0 0;
!important
}
.mt40 {
	margin: 40px 0 0 0;
!important
}
.mt50 {
	margin: 50px 0 0 0;
!important
}
.mt60 {
	margin: 60px 0 0 0;
!important
}
/*bottom*/
.mb5 {
	margin: 0 0 5px 0;
!important
}
.mb8 {
	margin: 0 0 8px 0;
!important
}
.mb10 {
	margin: 0 0 10px 0;
!important
}
.mb15 {
	margin: 0 0 15px 0;
!important
}
.mb20 {
	margin: 0 0 20px 0;
!important
}
.mb30 {
	margin: 0 0 30px 0;
!important
}
.mb40 {
	margin: 0 0 40px 0;
!important
}
.mb50 {
	margin: 0 0 50px 0;
!important
}
/*right*/
.mr5 {
	margin: 0 5px 0 0;
!important
}
.mr10 {
	margin: 0 10px 0 0;
!important
}
.mr15 {
	margin: 0 15px 0 0;
!important
}
.mr20 {
	margin: 0 20px 0 0;
!important
}
.mr30 {
	margin: 0 30px 0 0;
!important
}
.mr40 {
	margin: 0 40px 0 0;
!important
}
.mr50 {
	margin: 0 50px 0 0;
!important
}
.mr60 {
	margin: 0 60px 0 0;
!important
}
.mr70 {
	margin: 0 70px 0 0;
!important
}
.mr80 {
	margin: 0 80px 0 0;
!important
}
.mr86 {
	margin: 0 86px 0 0;
!important
}
.mr120 {
	margin: 0 120px 0 0;
!important
}
/*left*/
.ml1 {
	margin: 0 0 0 1px;
!important
}
.ml2 {
	margin: 0 0 0 2px;
!important
}
.ml5 {
	margin: 0 0 0 5px;
!important
}
.ml8 {
	margin: 0 0 0 8px;
!important
}
.ml10 {
	margin: 0 0 0 10px;
!important
}
.ml15 {
	margin: 0 0 0 15px;
!important
}
.ml20 {
	margin: 0 0 0 20px;
!important
}
.ml25 {
	margin: 0 0 0 25px;
!important
}
.ml30 {
	margin: 0 0 0 30px;
!important
}
.ml35 {
	margin: 0 0 0 35px;
!important
}
.ml40 {
	margin: 0 0 0 40px;
!important
}
.ml45 {
	margin: 0 0 0 45px;
!important
}
.ml50 {
	margin: 0 0 0 50px;
!important
}
.ml55 {
	margin: 0 0 0 55px;
!important
}
.right {
	float: right;
}
.left {
	float: left;
}
/*-----*/

.clearBoth {
	clear: both;
}
.clearfix:after {
	　　　content: ".";
 　　　 display: block;
 　　　 clear: both;
 　　　 height: 0;
 　　　 visibility: hidden;
　　　
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 ＼*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
/* end MacIE5 */
#pagebody #content #in_contents #offarea_txt .price_01.mb20 {
	text-align: center;
}
