body {font: 14px/1.231 "Lucida Grande", Lucida, Verdana, sans-serif; } 
* {font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#wrap {padding: 0; } 
section, nav,header {margin: 0;padding: 0; } 

/* clearfix */ 
.clearfix:after {
	content: ".";/* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}



h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight:normal;
	}

blockquote {
		color:#666666;
		background:#E8F9FF;
		margin-right:auto;
		margin-left:auto;
		padding:10px;
		border:1px dotted #ccc;
	}


form {
	margin: 0;
	padding: 0;
	}
	
p{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li{
	margin: 0;
	padding: 0;
}

dl,dt,dd{
	margin: 0;
	padding: 0;
	background: ;
}

img{
	vertical-align: bottom;
}

li a{
	display: block;
}

.a_blue_t a:link{
color:#064FA1;
text-decoration:underline;
}

.a_blue_t a:hover{
color:#EF5701;
text-decoration:underline;
}

.a_blue_t a:link{
color:#064FA1;
text-decoration:underline;
}


.a_sky_t a:link{
	color:#0066CC;
	text-decoration:underline;
}

.a_sky_t a:hover{
	color:#EF5701;
	text-decoration:underline;
}

.a_sky_t a:visited{
	color:#0066CC;
	text-decoration:underline;
}
.a_blue_t a:link{
color:#064FA1;
text-decoration:underline;
}


.a_black_t a:link{
color:#000000;
text-decoration:underline;
}
.a_black_t a:visited{
color:#000000;
text-decoration:underline;
}

.a_black a:link{
color:#000000;
text-decoration:none;
}
.a_black a:visited{
color:#000000;
text-decoration:none;
}


.a_pink_t a:link{
color:#FF3366;
text-decoration:underline;
}
.a_pink_t a:hover{
color:#EF5701;
text-decoration:underline;
}
.a_pink_t a:visited{
color:#595199;
text-decoration:underline;
}

	
a:visited{
	color: #62437A;
	text-decoration:none;
	}

a:hover{
	color: #ff7f00;
	text-decoration:underline;
	}
	

.a_green_t a:link,.a_green_t a:visited{
color:#009900;
text-decoration:underline;
font-weight: bold;
}

.a_green_t a:hover{
color:#A3D900;
text-decoration:underline;
font-weight: bold;
}

.a_beige a:link,.a_beige a:visited{
color:#AE8E54;
text-decoration: none;
}

.a_beige a:hover{
color:#AE8E54;
text-decoration:underline;
}

.a_brown a:link,.a_brown a:visited{
color:#503A15;
text-decoration: none;
}

.a_brown a:hover{
color:#503A15;
text-decoration:underline;
}


.a_img a:link img{
  filter: alpha(opacity=100);
  moz-opacity:1.0;
  opacity:1.0;
display: inline;
}
	
.a_img a:hover img{
  filter: alpha(opacity=80);
  moz-opacity:0.8;
  opacity:0.8;
  display: inline;
}


/* border */
.bdr_fff{border: 1px solid #fff;}
.bdr_b_fff{border-bottom: 1px solid #fff;}
.bdr_t_fff{border-top: 1px solid #fff;}
.bdr_r_fff{border-right: 1px solid #fff;}
.bdr_l_fff{border-left: 1px solid #fff;}

.bdr_beige{border: 1px solid #C3B370}
.bdr_b_beige{border-bottom: 1px solid #C3B370;}
.bdr_t_beige{border-top: 1px solid #C3B370;}
.bdr_r_beige{border-right: 1px solid #C3B370;}
.bdr_l_beige{border-left: 1px solid #C3B370;}

.bdr_green{border: 1px solid #2DAC3C}
.bdr_b_green{border-bottom: 1px solid #2DAC3C;}
.bdr_t_green{border-top: 1px solid #2DAC3C;}
.bdr_r_green{border-right: 1px solid #2DAC3C;}
.bdr_l_green{border-left: 1px solid #2DAC3C;}

.bdr_lgreen_dash2{border: 2px dashed #D8E387;}
.bdr_t_lgreen_dash2{border-top: 2px dashed #D8E387;}
.bdr_r_lgreen_dash2{border-right: 2px dashed #D8E387;}
.bdr_b_lgreen_dash2{border-bottom: 2px dashed #D8E387;}
.bdr_l_lgreen_dash2{border-left: 2px dashed #D8E387;}

.bdr_lgreen_3{border: 3px solid #92C92F;}
.bdr_t_lgreen_3{border-top: 3px solid #92C92F;}
.bdr_r_lgreen_3{border-right: 3px solid #92C92F;}
.bdr_b_lgreen_3{border-bottom: 3px solid #92C92F;}
.bdr_l_lgreen_3{border-left: 3px solid #92C92F;}


/* list */
ul.sch_list li img{border: 1px solid #C5C5C5;}
ul.sch_list li:nth-child(odd){background: url(img/ar_green.png) no-repeat right #ffffff;}
ul.sch_list li:nth-child(even){	background: #f7ffef url(img/ar_green.png) no-repeat right; }
ul.sch_list li{border-bottom: 1px solid #999;}



/* global list */
ul.g_list li img{border: 1px solid #C5C5C5;}
ul.g_list li{
	border-bottom: 1px solid #999;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f8fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f8fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f8fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8fa',GradientType=0 ); /* IE6-9 */
	}


disp_b{display: block;}

/* text */

.txt_white{color: white;}
.txt_green{color: #006600;}
.txt_green2{color: #007F00;}
.txt_green3{color: #009900;}
.txt_lgreen{color: #669933;}
.txt_beige{color:#AE8E54;}
.txt_brown{color: #503A15;}
.txt_333{color: ##333333;}
.txt_red{color: #ff2600;}

.fs_16px{font-size: 16px;}

.bold{font-family:"Hiragino Kaku Gothic Pro",sans-serif;}


.h_50{height: 50px;}

.lh_30{line-height: 30px;}
.lh_50{line-height: 50px;}
.lh_60{line-height: 60px;}


/* around form　*/
select{
    border: 1px solid #999999;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #333;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    padding: 10px 10px 10px 20px;
    height: 45px;
    font-weight: bold;
}

/* background */
.bcg_lgreen{
	background: #F5FFEF;
}

/* @group for smart phone html5 */

/* @group common */

/* @group table */

/* green boder table */
table.table_gr_bdr{border-top: 1px solid #999;}
table.table_gr_bdr tr td {border-bottom: 1px solid #999;}
table.table_gr_bdr tr:nth-child(even){background:#ffffff;}
table.table_gr_bdr tr:nth-child(odd){background: #f7ffef; } 

/* green boder table */
table.table_gr_white{border-top: 1px solid #999;}
table.table_gr_white tr td {border-bottom: 1px solid #999;
		background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8fa',GradientType=0 ); /* IE6-9 */
}



/* @end */

#top_title{
	text-align: center;
	background: url(img/bg_top_header.png) repeat-x;
	padding-top: 6px;
}

.clv_white{
	background: url(img/point_clover_white.png) no-repeat 5px 3px;
	padding: 0 0 0 35px;
	display: block;
	width: 100% -35px;
}



.grad_green{
	background: #31ad3b; /* Old browsers */
background: -moz-linear-gradient(top,  #31ad3b 0%, #77c75c 1%, #34bc47 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31ad3b), color-stop(1%,#77c75c), color-stop(100%,#34bc47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #31ad3b 0%,#77c75c 1%,#34bc47 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #31ad3b 0%,#77c75c 1%,#34bc47 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #31ad3b 0%,#77c75c 1%,#34bc47 100%); /* IE10+ */
background: linear-gradient(to bottom,  #31ad3b 0%,#77c75c 1%,#34bc47 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31ad3b', endColorstr='#34bc47',GradientType=0 ); /* IE6-9 */

/* テキストの設定 */
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);


}

.grad_white{
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f8fa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8fa',GradientType=0 ); /* IE6-9 */

}

.grad_beige{
	background: #fdf9eb; /* Old browsers */
background: -moz-linear-gradient(top,  #fdf9eb 0%, #fbf0d3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf9eb), color-stop(100%,#fbf0d3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdf9eb 0%,#fbf0d3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdf9eb 0%,#fbf0d3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdf9eb 0%,#fbf0d3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdf9eb 0%,#fbf0d3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9eb', endColorstr='#fbf0d3',GradientType=0 ); /* IE6-9 */

}

.grad_sky{
background: #d5f4ff; /* Old browsers */
background: -moz-linear-gradient(top,  #d5f4ff 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5f4ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d5f4ff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d5f4ff 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d5f4ff 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d5f4ff 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5f4ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.grad_lgreen{
	background: #f8fff2; /* Old browsers */
background: -moz-linear-gradient(top,  #f8fff2 0%, #f2ffe5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fff2), color-stop(100%,#f2ffe5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8fff2 0%,#f2ffe5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8fff2 0%,#f2ffe5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8fff2 0%,#f2ffe5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8fff2 0%,#f2ffe5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff2', endColorstr='#f2ffe5',GradientType=0 ); /* IE6-9 */


}

.btn_login{
	background: url(img/point_key.png) no-repeat 5px 15px;
	width: 100% - 40px;
	padding: 0 0 0 40px;
}

.btn_touroku{
	background: url(img/point_clover_green.png) no-repeat 5px 15px;
	width: 100% - 40px;
	padding: 0 0 0 40px;
}

.btn_contact{
	background: url(img/point_mail.png) no-repeat 5px 15px;
	width: 100% - 40px;
	padding: 0 0 0 40px;
}

.btn_company{
	background: url(img/point_company.png) no-repeat 5px 15px;
	width: 100% - 40px;
	padding: 0 0 0 40px;
}

/* インプットの編集 */
.ui-checkbox{
	float: left;
}

.ui-btn-inner{
	display: none;
}

/* @end */

/* @group all */
.stamp{
    position: absolute;
	float: left;
	z-index: 10;
	border: none !important;
}

/* @end */

/* @group detail */

.point_yen{
	background: url(img/point_yen.png) no-repeat 0px 7px ;
	padding: 0 0 0 17px;
}

.list_detail table{
border-bottom: solid 3px #91C529;
margin: 0 auto;
}
.list_detail table td{
	border-top: solid 1px #ccc;
	padding: 3px;
}

.list_detail table td.left{
	width: 20%;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left:10px;
	background-color: #f3f3f3;
}


#sns{
	overflow: hidden;
}
#sns li {
	float: left;
	margin: 0 4px 0 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
#sns iframe {
	margin: 0 !important;
}
.twitter-share-button {
	width: 90px !important;
}
.facebook-share-button {
	width: 110px !important;
}


/* @end */

/* @group footer_menu */

footer{
	min-height:69px;
	height: auto !important;
	height: 69px;
}

.bg_to_dojonavi{
	background: url(img/bg_to_dojonavi.png) repeat-x;
}

.bg_to_contact{
	background: url(img/bg_to_contact.png) repeat-x;
}

.bg_to_catalog{
	background: url(img/bg_to_catalog.png) repeat-x;
}



/* @end */

/* @group top page */


.top_sch_btn img{
	margin: 10px;
}

/* @end */



/* @group form */
#privacy_scroll{
overflow: auto;
height:70px;
}

.form_table{
	border: solid 2px orange;
	margin-bottom: 10px;
}
/* @end */




/* @group kensaku */
.kensaku_title{
	font-weight: bold;
	padding: 10px 0 0 5px;
	line-height: 1;
	margin: 10px 0 5px;
	border-left: solid 3px #666;
}
/* @end */



