@charset "utf-8";
/* CSS Document */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

strong{
	font-weight:bold;
	color:#FE2482;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

p.resizeimage img { width: 100%; }
p.resizeimage20 img { width: 20%; }
p.resizeimage50 img { width: 50%; }
p.resizeimage80 img { width: 80%; }

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */

/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0px auto; 
 padding:0px; 
 text-align:center;
 color:#666;
 font-size:40px;
 letter-spacing:1px;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 -webkit-text-size-adjust: 100%;
}


#GlobalHeader{
	float: left;
	background: url('../img/header_bg.jpg') 0 0 no-repeat;
    width: 100%;　/* デバイス幅を100%とした場合の横幅を入力 */
    height: 0;　/* 一度高さを０に指定 */
    padding-top: 15%;　/* デバイス幅を100%とした場合の高さを入力 */
    display: block;
    overflow: hidden;
    background-size: cover;
}

#GlobalHeader .logo img{
	width: 60%;
	margin: 0px;
	padding: 0px;
	float: left;
	vertical-align: middle;
}

#GlobalHeader .china img{
	width: 16%;
	margin: 4% 2% 2% 6%;
	padding: 0px;
	float:left;
	vertical-align: middle;
}

#GlobalHeader .tel_btn img{
	width: 30%;
	margin: 4% 2% 2% 2%;
	padding: 0px;
	float:right;
	vertical-align: middle;
}
#GlobalHeader .tel_btn_c img{
	width: 50%;
	margin: 2% 2% 2% 2%;
	padding: 0px;
	float:right;
	vertical-align: middle;
}

#GlobalHeader .menu img{
   width:16%;
   margin:0px;
   padding:0px;
   float:right;
}



#header_img img{
	width:100%;
	z-index: 1;
}

#message_area{
	background: url('../img/oneday_bg.png');
	background-position:center;
	background-repeat:no-repeat;
    width: 100%;　/* デバイス幅を100%とした場合の横幅を入力 */
}



#message_area p{
	width:92%;
}

#contents{
 margin-top:47%;
 margin-bottom:60px;
 padding: 10px 20px;
 z-index:2!important;
 position:relative;
 text-align:left;
}

#contents div.main_area img{
	width:100%;
	height:auto;
}


#contents_top{
	margin-top: 15%;
	margin-bottom: 60px;
	padding: 0px 10px;
	z-index: 2!important;
	position: relative;
}

#footer{
	background-color: #1D50A2;
	padding-bottom: 40px;
	color: #FFF;
}

#footer_area{
	background-color: #333333;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}

#footer_area_info{
 font-size:15px;
 margin-bottom:20px;
}

#footer_last{
 padding:0px 20px 0px 20px;
 text-align:center;
 border-bottom: solid 1px #dedede;
 font-size:30px;
}

#footer_last a{
	color:#FFF;
}

#mode_change{
 padding:40px 0px;
 text-align:center;
 margin-bottom:20px;
}
	

/* ******************************************************************** */ 
/* basic      */
/* ******************************************************************** */ 

	
a {
 color: #1D50A2;
 text-decoration:none;
 
 }
 
a:hover {

 position:relative;
 top:1px;
 left:1px;

}

a:hover {
 color:#bfa46f;
 text-decoration: none;
 }
 
 img{
 border:0px;
 margin-bottom:15px;
	}
 img.nomb{
 border:0px;
 margin-bottom:0px;
	}
 
p{
	margin-bottom: 15px;
	margin-left:15px;
	margin-right:15px;
	text-align: left;
	font-size:15px;

}



.textbox{
	margin-bottom: 10px;
	text-align: left;
	padding: 0px 10px 10px 10px;
}

.textbox_intro{
	margin-bottom: 10px;
	text-align: left;
	padding: 10px 0px 10px 0px;
	font-size: 15px;
	margin: 10px 0px;
}


.img_margin{
	margin-bottom:60px;
}

table{
	width:100%;
}

table th{
	font-size: 16px;
	background-color: #999;
	color: #FFF;
	padding: 15px;
}

table td{
	font-size: 16px;
	padding: 15px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
}


.blue_table th{
	background-color: #B6DDE8!important;
}

.tdtitle{
	border-left: solid 1px #CCC;
	font-weight:bold;
	color:#e0c38c;
	font-size:37px;
	padding:15px;
}
	
.tdtitle_top{
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	font-weight:bold;
	color:#e0c38c;
	font-size:37px;
	padding:15px;
}

.td_top{
	border-top: solid 1px #CCC;
}

.table_top{
	border-top: solid 1px #CCC;
}

.table_left{
	border-left: solid 1px #CCC;
}

.table_top_left{
	text-align:left;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}

.table_center_left{
	text-align:center;
	border-left: solid 1px #CCC;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.margin{
	margin-bottom:40px;
}

.small{
	font-size:20px;
}

.m_small{
	font-size:30px;
}

.img_sn{
	width:70%;
}

.img_small{
	width:40%;
}

.big_red{
	font-size:50px;
	color:#dc143c;
	font-weight:bold;
}

.big{
	font-size:30px;
	font-weight:bold;
}

.color_bold{
	font-weight:bold!important;
	color:#9d896c!important;
}

.red{
	font-weight:bold;
	color:#C03!important;
}


.gray{
	background-color:#CCC;
}

.smallfont{
	font-size:30px;
	margin:0px;
}

.price{
	color:#CC3333;
	font-weight:bold;
	font-size:30px;
}

.star{
	color:#e5abbe;
}

.icon{
	width:50px!important;
	float:left;
	border:0px!important;
	margin-right:10px;
}

.h_img{
	margin-bottom:40px!important;
	width:100%;
}

/* ******************************************************************** */ 
/* slider_menu     */
/* ******************************************************************** */ 


ul#menu, ul.sub_menu{
 list-style:none;
 margin:0;
 padding:0;
}

#menu{
 margin-bottom:60px;
 border-bottom:none;
}

.main_menu{
 background-image:url(../images/menu_bg.png);
 background-repeat:no-repeat;
 background-position:right;
 font-size:17px!important;
 font-weight:bold;
 padding: 10px 10px;
 margin:-1px 0 0 -1px;
 cursor:pointer;
 height:30px;
 text-align:left;
 border-top: solid 1px #dedede;
 border-bottom: solid 1px #dedede;
 display:block;
 color:#666!important

}

.main_menu a{
	color:#666!important;
	
}

.sub_menu li{
	padding: 20px 40px;
	text-align: left;
	border-bottom: solid 4px #ffffff;
	height: 90px;
	line-height: 90px;
	margin: -1px 0 0 -1px;
	font-size: 40px;
	background-image: -webkit-gradient(
	linear,
	right top,
	left bottom,
	color-stop(0, #cccccc),
	color-stop(1, #ffffff)
);
	background-image: -o-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: url(linear-gradient(to left bottom, #cccccc 0%, #cccccc 100%));
}

.sub_menu li a{
}

.children li{
	padding: 20px 40px;
	text-align: left;
	border-bottom: solid 4px #ffffff;
	height: 90px;
	line-height: 90px;
	margin: -1px 0 0 -1px;
	font-size: 40px;
	background-image: -webkit-gradient(
	linear,
	right top,
	left bottom,
	color-stop(0, #cccccc),
	color-stop(1, #ffffff)
);
	background-image: -o-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(left bottom, #cccccc 0%, #ffffff 100%);
	background-image: url(linear-gradient(to left bottom, #cccccc 0%, #cccccc 100%));
}

.children li a{
 display:block;
}

/* ******************************************************************** */ 
/* contents      */
/* ******************************************************************** */ 


h1{
	font-size: 30px;
	margin-top: 0px!important;
	margin-left:15px;
	margin-bottom:15px;
	text-align: left;
	padding:10px 0px 10px 10px;
	border-left: solid 5px #874C64;
	line-height: 1.2em;
}

h2{
	text-align:left;
	font-size: 20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background: linear-gradient(180deg, #666666, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#cccccc));
	width: 90%;
	color: #fff;
	display: block;
	margin: 15px 10px;
	padding: 10px 5px 10px 10px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

/*h3{
	font-size: 60px;
	line-height: 70px;
	text-align: left;
	margin: 0px 20px 40px 20px;
	border-bottom: dashed 3px #F277A8;
	padding-bottom: 20px;
}*/
h3{
	font-size: 20px;
	text-align: left;
	padding: 5px 10px 5px 25px;
	margin: 30px 5px 10px 15px;
	background-image: url(../img/icon_h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}

h4{
 font-size:20px;
 text-align:left;
 padding: 0px 5px 10px 40px;
margin: 15px 0px;
 background-image:url(../images/icon_h3.png);
 background-repeat:no-repeat;
 background-position:left top;
}


h5{
	font-size: 25px;
	text-align: left;
	margin: 0px 5px 10px 5px;
	font-weight: bold;
	color: #E67399;
}


h6{
 font-size:45px;
 text-align:left;
 margin:0px 20px 40px 20px;
 font-weight:bold;

}

.boldpink{
 font-size:40px;
 text-align:left;
 margin:0px 20px 10px 20px;
 font-weight:bold;
 color:#FF8BC6;
}

.color_1{
	color:#c39143;
	}
	
.color_2{
	color:#e5abbe;
}	
	
.question{
	color:#e5abbe;
	background-image:url(../images/implant_question.png);
	background-position:left;
	background-repeat:no-repeat;
	height:80px;
	line-height:80px;
	padding-left:100px;
	font-weight:bold;
	font-size:43px;
}		

.sub_topimg{
	margin-bottom:0px;
}

.sub_topimg img{
	width:100%;
}


.top_btn_box{
  margin-top:-15px;
}

.top_btn_box img{
   width:100%;
   margin:0px;
   padding:0px;
   float:left;
}

.contact_area img{
   width:100%;
   margin:0px;
   padding:0px;
   float:left;
}

#header_img .contact_area02 img{
   width:50%;
   margin:0px;
   padding:0px;
   float:left;
}
.contact_area02 img{
   width:50%;
   margin:0px;
   padding:0px;
   float:left;
}
.characteristic_area img{
   width:100%;
   margin:0px;
   padding:0px;
   float:left;
}
.case_area img{
   width:100%;
   margin:0px;
   padding:0px;
   float:left;
}

.header_btn_box_bottom{
  margin-top:-15px;
  margin-bottom:40px;
}

.header_btn_box_bottom img{
   width:25%;
   margin:0px;
   padding:0px;
   float:left;
}

#header_img .menu_area img{
   width:50%;
   margin:0px;
   padding:0px;
   float:left;
}
.menu_area img{
   width:50%;
   margin:0px;
   padding:0px;
   float:left;
}


.font_small{
	font-size:28px;
	color:#999999;
}

dl.photolist {
	overflow: hidden;
	zoom: 1;
}
dl.photolist dt {
	width: 400px;
	float: left;
	clear: both;
	font-weight: bold;
	margin-bottom:80px;
}

dl.photolist dt img{
	width:100%;
	border: solid 1px #dedede;
	}

dl.photolist dd {
	padding: 0 0 5px 410px;
	margin-bottom:80px;
	text-align:left;
}






dl.photolist_2 {
	overflow: hidden;
	zoom: 1;
}
dl.photolist_2 dt {
	width: 400px;
	float: left;
	clear: both;
	font-weight: bold;
}

dl.photolist_2 dt img{
	width:100%;
	border: solid 1px #dedede;
	}

dl.photolist_2 dd {
	padding: 0 0 5px 410px;
}

.infobox{
	width:80%;
	border: solid 1px #CCC;
	border-radius:30px;
	padding:60px;
	margin: 0px auto 80px auto;
}

.info_date{
	color:#e0c38c;
	font-size:40px;
	margin:0px;
	text-align:left;
	padding-bottom:20px;
}

.info_title{
	font-weight:bold;
	margin:0px;
	text-align:left;
	font-size:55px;
	border-bottom: dashed 3px #dedede;
	padding-bottom:20px;
}

.info_text{
	font-size:30px;
	text-align:left;
}

.info_img img{
	width:80%;
	margin:0px;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 43px;
	font-weight:bold;
	letter-spacing:4px;
	color: #696969;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e6e6e6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#e6e6e6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dedede;
	-moz-box-shadow:
		1px 1px 0px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 1px 0px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		1px 1px 0px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		-1px -1px 0px rgba(255,255,255,1),
		-1px -1px 0px rgba(255,255,255,1);
		width:47%;
		float:left;
		margin: 0px 10px 40px 10px;
		padding:40px 20px;
}

	

/* ******************************************************************** */ 
/* footer      */
/* ******************************************************************** */ 

.page_top{
	margin-bottom:80px;
	text-align:right;
	padding-right:40px;
}

.page_top img{
	width:50%;
}

.footer_name{
	font-size:15px!important;
}

#footer_area p{
	font-size:25px;
}

#footer_area_info img{
	margin: 0px 5px 5px 5px;
}

.img_big{
	width:80%!important;
}


/* ******************************************************************** */ 
/* btn      */
/* ******************************************************************** */ 

button.btn_home {
 width:30%;
 height:85px;
 font-size: 10px;
 line-height:2.5em;
 color: #ffffff;
 padding: 50px 10px 5px 5px;
 background: -moz-linear-gradient(
 top,
 #f0f0f0 0%,
 #b8b8b8 25%,
 #6b6b6b 75%,
 #424242);
 background: -webkit-gradient(
 linear, left top, left bottom,
 from(#f0f0f0),
 color-stop(0.25, #b8b8b8),
 color-stop(0.75, #6b6b6b),
 to(#424242));
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 border: 3px solid #808080;
 -moz-box-shadow:
 0px 1px 3px rgba(000,000,000,1),
 inset 0px 0px 10px rgba(000,000,000,0);
 -webkit-box-shadow:
 0px 1px 3px rgba(000,000,000,1),
 inset 0px 0px 10px rgba(000,000,000,0);
 box-shadow:
 0px 1px 3px rgba(000,000,000,1),
 inset 0px 0px 10px rgba(000,000,000,0);
 text-shadow:
 0px -1px 0px rgba(000,000,000,0.4),
 0px 1px 0px rgba(255,255,255,0.3);
 z-index:3;
}


button.btn_enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	width:60%;
	padding: 30px;
	color:#66CCFF;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #eef3fa;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}



input.btn_pc_view {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size:40px;
 color:#999999;
 width:70%;
 padding: 30px;
 letter-spacing:3px;
 font-weight:bold;
 background: -moz-linear-gradient(
 top,
 #e6dfe6 0%,
 #ffffff 50%,
 #b5b5b5);
 background: -webkit-gradient(
 linear, left top, left bottom,
 from(#e6dfe6),
 color-stop(0.50, #ffffff),
 to(#b5b5b5));
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 border-radius: 12px;
 border: 2px solid #ffffff;
 -moz-box-shadow:
 0px 1px 5px rgba(054,046,054,0.5),
 inset 0px 0px 5px rgba(255,255,255,0.8);
 -webkit-box-shadow:
 0px 1px 5px rgba(054,046,054,0.5),
 inset 0px 0px 5px rgba(255,255,255,0.8);
 box-shadow:
 0px 1px 5px rgba(054,046,054,0.5),
 inset 0px 0px 5px rgba(255,255,255,0.8);
 z-index:3!important;
}

.mode_change {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size:15px;
 clear:both;
 color:#999999;
 width:70%;
 height: 30px;
 padding: 10px;
 letter-spacing:3px;
 font-weight:bold;
 background: -moz-linear-gradient(
 top,
 #e6dfe6 0%,
 #ffffff 50%,
 #b5b5b5);
 background: -webkit-gradient(
 linear, left top, left bottom,
 from(#e6dfe6),
 color-stop(0.50, #ffffff),
 to(#b5b5b5));
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 border-radius: 12px;
 border: 2px solid #ffffff;
 -moz-box-shadow:
 0px 1px 5px rgba(054,046,054,0.5),
 inset 0px 0px 5px rgba(255,255,255,0.8);
 -webkit-box-shadow:
 0px 1px 5px rgba(054,046,054,0.5),
 inset 0px 0px 5px rgba(255,255,255,0.8);
 box-shadow:
 0px 1px 5px rgba(054,046,054,0.5),
 inset 0px 0px 5px rgba(255,255,255,0.8);
 margin: 40px auto 0px auto;
 display:block;
}


#Listbox{
	clear: both;
	position: relative;
	max-width: 100%;
	background-color: #666666;
	margin: 0px;
	padding: 15px 5px;
}

/* 矢印つきリスト２ */
.list2 ul{
 margin: 10px;
 padding:0px;
 }
 .list2 ul li{
	 font-size:17px;
 overflow: hidden;
 margin: 0;
 width: 100%;
 text-align: left;
 padding:0;
 border: 1px #ccc solid;
 border-bottom: 0;
 background:#FFF;
 display:block;
 list-style:none;
 }
 .list2 ul li:first-child{
 border-radius: 15px 15px 0 0;
 }
 .list2 ul li:last-child{
	border-radius: 0 0 15px 15px;
	border-bottom: 1px #ccc solid;
	list-style: none;
 }
 .list2 ul li a{
 color: #666666;
 display: block;
 height: 30px;
 margin: 0;
 padding: 10px 5px 10px 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;
 }
 .list2 ul li a::after{
 content: url(../images/list_mark1.png);
 float: right;
 vertical-align:middle;
 }
#contents_top table.type01 div.tate-line span.tate-kakko{
	display:block;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
#contents_top p span.pink{
	color:#F277A8;
}
#Listbox h2{
	color:#FFF;
}

table.contact{
width:97%;
border:5px solid #CCCCCC;
margin:0 0 20px 0 !important;
margin:0 0 20px 10px;
}
table.contact th{
width:30%;
border:1px solid #CCCCCC;
background:#f9f9f9;
padding:10px;
color:#777777
}
table.contact th p{
	text-align:left;
}
table.contact td{
width:70%;
border:1px solid #CCCCCC;
padding:10px;
text-align:left;
background-color:#FFFFFF;
}
table.contact div.text_box{
width:97%;
}
.confirm{
margin:20px 0;
text-align:center;
background:#f9f9f9;
padding:10px;
font-size:60px;
}
.confirm .submitBtn{
padding:10px 20px;
}

form p
{font-size:100%;}
input,select
{width:100%; font-size:120%; padding:5px;}
textarea
{width:100%; font-size:120%; padding:5px; height:50px;}
textarea:focus,textarea:hover
{height: 300px;}
input[type="submit"]
{width: 100%; font-size:80%; margin: 0; padding: 5px; background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; text-shadow: 1px 2px 3px #C45C00;}
.focus
{background:#acf3ff;}
.wd33per
{width:30%;}

input[type=radio] {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.clear{
	clear:both;
}

.banner { position: relative; overflow: auto; }
.banner ul { list-style: none; }

.btn {
        background:transparent url(../img/menu.png) no-repeat 0 0;
        display: block;
        width:65px;
        height: 65px;
        position: absolute;
        top:1px;
        right: 0px;
        cursor: pointer;
        z-index: 10000;
		float: right;
}
.peke {
        background-position: -56px 0;
}
.drawr {
        display: none;
        background-color:rgba(0,0,0,0.6);
        position: absolute;
        top: 0px;
        right:0;
        width:260px;
        padding:60px 0 20px 20px;
        z-index: 100;
}
#menu li {
        width:260px;
		font-size: 18px;
}
#menu li a {
        color:#fff;
        display: block;
        padding: 10px;
}
 


#header{
	/* [disabled]position: relative; */
}
#openMenu{
position:absolute;
top: 0;
}
#layerMenu{
display: none;
position:absolute;
width:100%;
height:100%;
font-size: 12px;
z-index:9999;
}
#layerMenu ul{
border-top: solid 1px #ccc;
}
#layerMenu ul li{
background: #fff;
list-style: none;
border-bottom: solid 1px #ccc;
}
#layerMenu ul li a{
position: relative;
padding: 10px;
text-decoration: none;
color: #555;
display: block;
}
#layerMenu ul li a:hover{
color: #EA0001;
}
#closeMenu {
position: absolute;
right: 0;
}

input,select,textarea{
   font-size:16px;
}

#message_area h1{
	border:none;
	text-align:center;
	color:#ffffff;
	font-size:23px;
	font-weight:normal;
	margin-top:18px;
	margin-bottom:10px;
}
#message_area p{
	color:#ffffff;
	font-size:16px;
	padding:10px;
	margin:5px;
}
#message_area div.oneday_btn_area
{
	margin:10px auto 10px auto;
	overflow: hidden;
	width: 90%;
	position: relative;
	
}

/* 1# margin -----------------------------------------------*/

.m0 { margin:0px!important;}
.mt04 { margin-top:4px!important; }
.mt05 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt12 { margin-top:12px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt35 { margin-top:35px!important; }
.mt40 { margin-top:40px!important; }
.mt57 { margin-top:57px!important; }
.mt80 { margin-top:80px!important; }

.mr00 { margin-right:0px!important; }
.mr02 { margin-right:2px!important; }
.mr03 { margin-right:3px!important; }
.mr05 { margin-right:5px!important; }
.mr07 { margin-right:7px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr13 { margin-right:13px!important; }
.mr15 { margin-right:15px!important; }
.mr16 { margin-right:16px!important; }
.mr17 { margin-right:17px!important; }
.mr18 { margin-right:18px!important; }
.mr20 { margin-right:20px!important; }
.mr24 { margin-right:24px!important; }
.mr25 { margin-right:25px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr37 { margin-right:37px!important; }
.mr38 { margin-right:38px!important; }
.mr46 { margin-right:46px!important; }
.mr82 { margin-right:82px!important; }
.mr140 { margin-right:140px!important; }

.mb02 { margin-bottom:2px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb12 { margin-bottom:12px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb60 { margin-bottom:60px!important; }

.ml01 { margin-left:1px!important; }
.ml05 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml36 { margin-left:36px!important; }
.ml45 { margin-left:45px!important; }
.ml55 { margin-left:55px!important; }
.ml60 { margin-left:60px!important; }
.ml120 { margin-left:120px!important; }
.ml415 { margin-left:415px!important; }
.ml525 { margin-left:525px!important; }

/*IE6*/
* html .ml13 { margin-left:06px!important; }



/* 2# padding -----------------------------------------------*/

.p0 { padding:0px!important; }
.p20{padding:20p !important;}

.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }
.pt35 { padding-top:35px!important; }

.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr25 { padding-right:25px!important; }
.pr30 { padding-right:30px!important; }
.pr35 { padding-right:35px!important; }

.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }
.pb35 { padding-bottom:35px!important; }
.pb42 { padding-bottom:42px!important; }

.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl25 { padding-left:25px!important; }
.pl30 { padding-left:30px!important; }
.pl35 { padding-left:35px!important; }
.pl45 { padding-left:45px!important; }
.pl50{ padding-left:50px!important; }
.pl75 { padding-left:75px!important; }
.pl80 {
	padding-left:80px!important;
}
.pl100 { padding-left:100px!important; }


/* 3# width -----------------------------------------------*/

.width_10 { width: 10%!important; }
.width_20 { width: 20%!important; }
.width_30 { width: 30%!important; }
.width_40 { width: 40%!important; }
.width_50 { width: 50%!important; }
.width_60 { width: 60%!important; }
.width_70 { width: 70%!important; }
.width_80 { width: 80%!important; }
.width_90 { width: 90%!important; }


/* 4# font_size -----------------------------------------------*/

.font_size_5 { font-size: 5px!important; }
.font_size_6 { font-size: 6px!important; }
.font_size_7 { font-size: 7px!important; }
.font_size_8 { font-size: 8px!important; }
.font_size_9 { font-size: 9px!important; }
.font_size_10 { font-size: 10px!important; }
.font_size_11 { font-size: 11px!important; }
.font_size_12 { font-size: 12px!important; }
.font_size_13 { font-size: 13px!important; }
.font_size_14 { font-size: 14px!important; }
.font_size_15 { font-size: 15px!important; }
.font_size_16 { font-size: 16px!important; }
.font_size_17 { font-size: 17px!important; }
.font_size_18 { font-size: 18px!important; }
.font_size_19 { font-size: 19px!important; }
.font_size_20 { font-size: 20px!important; }
.font_size_21 { font-size: 21px!important; }
.font_size_22 { font-size: 22px!important; }
.font_size_23 { font-size: 23px!important; }
.font_size_24 { font-size: 24px!important; }
.font_size_25 { font-size: 25px!important; }
.font_size_26 { font-size: 26px!important; }
.font_size_27 { font-size: 27px!important; }
.font_size_28 { font-size: 28px!important; }
.font_size_29 { font-size: 29px!important; }
.font_size_30 { font-size: 30px!important; }

.fl_l{float:left;}

#Submenu{
	position:relative;
	width: 100%;
	margin:0px;
	padding:0px;
}
#Submenu img{
	float:left;
}

#Submenu .box{
	width:20%;
	padding-bottom:0px;
	margin-bottom:0px;
	float:left;
	z-index:1000;
}
#Submenu img.center{
	vertical-align:middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float:left;
}

div.blog_area img{
	width:100%;
}

#footer_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height:auto;
	margin:0px;
	padding:0px;
	z-index:100000;
}



#footer_btn div.tel_box {
	float: left;
    width: 50%;
}
#footer_btn div.web_box {
	float: left;
    width: 20%;
}
#footer_btn div.mail_box {
	float: left;
    width: 25%;
}

#footer_btn div.tel_box img,#footer_btn div.web_box img,#footer_btn div.access_box img ,#footer_btn div.menu_box img,#footer_btn div.mail_box img {
	width: 100%;
    height: auto;
	filter: alpha(opacity=0.95);
-moz-opacity:0.95;
opacity:0.95;
}

div.privacy_area{
	border: none;
	height: 200px;
	width: 90%;
	margin: 0 auto;
	overflow-y: scroll;
	border: 1px solid #666666;
}