@media screen and (max-width:769px){
@charset "UTF-8";

html{
} 

ul, ol, { 
	list-style : none;
	margin: 0px;
	padding: 0px;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	scrollbar-face-color: #154371;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #154371;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #154371;
	scrollbar-darkshadow-color: #ffffff;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height: 100%;
	line-height: 150%;
}


img {
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
/*----------------layout----------------*/
#container{
	text-align: center;
	margin: 0px auto;
	min-height: 100%;
	height: inherit;
	overflow: hidden;
}
#wrapper {
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px 0px;
}

#anchor{
	clear: both;
	text-align: right;
	margin: 10px 0px 10px 0px;
}


#outer {
	text-align: center;
	float: center;
	}


/*----------------header---------------- */
#header {
	color: #2c2c2c;
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 12px;
	height: 100px;
	padding: 0px 0px;
	overflow: hidden;
	background-position: center top;
	background-color: #020233;
	background-attachment: fixed;
}

#header_inside {
	margin: 0px auto;
	height: 100px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center bottom;

}

#header_inside2 {
	margin: 0px auto;
	background-image: url(../img/head_inside_sp.jpg);
	height: 100px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center middle;

}

.headmenu{
	padding: 55px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#header .headbtn_right{
	float: right;
	margin-top: 20px;
	margin-right: 13px;

	}

#header .headbtn_left{
	float: left;
	margin-top: 0px;
	margin-left: 25px;
	display: none;

	}


#head_navi{
	margin: 0px auto;
	padding: 200px 0px 0px 0px;
	text-align: left;
	float: right;
	height: 100px;
}


#head_btn{
	margin: 0px auto;
	text-align: left;
	float: left;
}


#head_link{
	margin: 35px 5px 0px auto;
	text-align: right;
	float: right;
	vertical-align: bottom;
	color: #4F1661;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#head_link .telephone{
	font-size: 20px;
	font-weight: bold;
	line-height: 135%;
}

#head_link a:link {
	color: #f2efef;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

#head_link a:visited {
	color: #f2efef;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

#head_link a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

#head_link a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
/*----------------midashi teigi---------------- */

h1{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px auto;
	padding: 1px 5px 1px 5px;
	text-align: right;
	color: #ffffff;
	display: none;
}

h2{
	font-size: 16px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: #FFFFFF;
	clear: both;
	letter-spacing: 4px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
	background-color: #020233;
}

h3{
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 2px 10px;
	text-align: left;
	color: #FFFFFF;
	clear: both;
	letter-spacing: 4px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
	background-color: #6f689b;
}
h4{
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 4px 0px;
	text-align: left;
	color: #000000;
	clear: both;
	letter-spacing: 3px;
	border-bottom: solid 1px #154270;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-image: url(../img/h4back.png);
	background-repeat: no-repeat;
	text-indent: 25px;
}

.necessary {
	color: #40ae00;

}

.about_box{
	margin:5px;
	font-size:12px;
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
}

.about_box2{
	margin:5px;
	font-size:12px;
	overflow: hidden;
}


.principle_box{
	margin:5px;
	font-size:12px;
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
	margin-right: 20px;
}


.about_title{
	margin:5px;
	font-size:14px;
	text-align:left;
}

.about_txt{
	margin:5px;
	font-size:14px;
	text-align:left;
}

.results_box{
	margin:5px;
	font-size:12px;
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
}


.principle_box{
	margin:5px;
	font-size:12px;
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
	margin-right: 20px;
}


.results_title{
	margin:5px;
	font-size:14px;
	text-align:left;
}

.results_txt{
	margin:5px;
	font-size:14px;
	text-align:left;
}

.works_box {

	padding: 0px;
	overflow: hidden;
	margin: 0px auto 0px auto;


}


.works_box a {
	vertical-align: middle;
	text-decoration: none;
	margin: 0px 10px 15px 0px;


}

/* ----------------contents---------------- */

#contents{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	clear: both;
	background-image: url(../img/background_02.png);
	background-repeat: repeat-x;
	min-height: 100%;
}


#topimg{
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
	text-align: center;
}

#topimg img{
	width:100%;
	height:auto;


}
.img_right{
	float: right;
	margin-top: 10px;
	padding: 2px;
	border: solid 1px #cccccc;
}
.img_left{
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	padding: 2px;
	border: solid 1px #cccccc;
}
.img_center{
	margin-top: 5px;
	padding: 2px;
	border: solid 1px #cccccc;
}

.img_center2{
	float: center;
	margin: 5px 0px 10px 0px;
	padding: 2px;
	border: solid 1px #cccccc;
}

/*---------------- column ----------------*/

#columnmain{
	line-height: 150%;
	text-align: left;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px 10px 0px 10px;
}

#columnleft{
	line-height: 150%;
	text-align: left;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
}
#columnright{
	margin: 20px 10px 0px 10px;
	padding: 0px auto;
	line-height: 150%;
	text-align: center;
}

#columnright img{
	width:100%;
	height:auto;
}

#columnright .button{
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 2px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

#columnright .qrbox{
	margin: 10px 10px;
	padding: 10px 10px;
	text-align: center;
	overflow: hidden;
	color: #D94B00;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #cccccc;
}

#columnright .button_s_l{
	padding: 0px 0px;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 10px;
}

.textbox{
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px auto 10px auto;

}

.textbox p{
	padding: 10px 5px 5px 5px;
	margin: 0px;
	font-size: inherit;
	line-height: 175%;
	overflow: hidden;

}

.textbox .top_ul{
	padding: 0px 0px 20px 50px;
	margin: 25px auto 0px auto;
	clear: both;
	overflow: hidden;


}
.textbox .top_ul li{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #C54B00;
	font-size: 15px;
	line-height: 150%;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: disc;
	letter-spacing: 2px;
	float: left;
	width: 300px;
	list-style-image: url(../img/mark.png);
}

.textbox .position_center{
	text-align: center;
	margin: 20px auto;
	clear: both;
	overflow: hidden;

}

.buttonbox{
	margin: 10px auto;
	clear: both;
	overflow:hidden;
	text-align:center;

}
.buttonbox img{
	width:100%;
	height:inherit;
	
	margin:5px auto 5px auto;
}
.buttonbox .button_left{
}



.buttonbox .box_left{
	background-color: #020233;
}


.buttonbox .box_title{
	text-align: left;
	color: #ffffff;
	margin: 5px 0px 5px 10px;

}

.buttonbox .box_inside{
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 5px 5px;
	height: 118px;

}

.buttonbox .button_center{
	margin:0px auto;
}
.buttonbox .button_right{
}

.buttonbox .button_right img{
}


.buttonbox .box_left{
	overflow:hidden;
}


.contactbox{
	padding: 0px 20px 10px 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px auto 10px auto;

}

.centering_box{
	text-align: center;
	margin: 20px auto;
	clear: both;

}
.center_box{
	text-align: left;
	width: 650px;
	padding-left: 30px;
	color: #BF4800;

}
.left_box{
	text-align: left;
	width: 370px;
	padding-left: 30px;
	color: #BF4800;

}

.right_box{
	text-align: right;
}

.staff_box{
	text-align: center;
	width: 600px;
	overflow: hidden;
	margin: 10px auto;
	padding: 20px;
	background-image: url(../img/background.jpg);
	clear: both;

}
.staff_box ul{
	float: none;
	padding: 5;

}
.staff_box li{
	border-bottom: dashed 1px #cccccc;
	width: 100%;
	font: none;
	font-size: 12px;
	color: #666666;
	margin: 1px 5px 1px 1px;
	letter-spacing: 1px;
	list-style: none;
	padding: 0px 5px 0px 0px;


}
.staff_box .staff_comment{
	float: right;
	text-align: left;
	padding-left: 10px;
	width: 300px;
	margin-bottom: 10px;
}

.staff_box .staff_license{
	float: right;
	text-align: left;
	width: 300px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: solid 1px #eeeeee;
	overflow: hidden;
	padding: 5px;
}


.staff_box .staff_banner{
	float: right;
	text-align: center;
	padding-left: 10px;
	width: 300px;
	margin-bottom: 10px;
	font-size: 10px;
}

.staff_box .staff_pict{
	float: left;
	padding: 2px;
	border: solid 1px #cccccc;
}

.link_box{
	text-align: left;
	width: 630px;
	overflow: hidden;
	margin: 10px auto;
	padding: 5px 5px 10px 5px;
	clear: both;
	border-bottom: dashed 1px #cccccc;

}
.link_box .link_name{
	text-align: left;
	padding-left: 10px;
	float: left;
	font-size: 16px;
	list-style-type: square;
}
.link_box .link_banner{
	float: right;
}

/* ----------------table ----------------*/

.text_table{
	padding: 5px 0px 10px 0px;
	margin: 0px;
	font-size: 16px;
	border: none;
	clear: both;
	width: 680px;

}
.text_td{
	padding: 5px;
	margin: 0px;
	font-size: 16px;
	border: none;

}

.text_td_width01{
	padding: 5px;
	margin: 0px;
	font-size: 16px;
	border: none;
	width: 15%;
	}
	
	
.phototable{
	text-align: center;
	margin: 0px auto;
	line-height: 150%;
	border: none;
	padding: 1px;
}

.phototd{
	padding: 5px;
}

.pricetable{
	text-align: center;
	margin: 20px auto;
	line-height: 150%;
	width: 80%;
	background-color: #cccccc;
}
.pricetable2{
	text-align: center;
	margin: 10px auto;
	line-height: 150%;
	width: 370px;
	background-color: #CCCCCC;
}
.pricetd_cate{
	padding: 5px;
	font-size: 16px;
	color: #000000;
	margin: 1px;
	background-color: #E1FFD9;
	width: 35%;
	letter-spacing: 2px;
}

.pricetd_name{
background: linear-gradient(to bottom, #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* Old browsers */
background: -moz-linear-gradient(top,  #ccf3bf 0%, #b4e5a3 49%, #c9efba 50%, #c9efba 50%, #b4e5a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccf3bf), color-stop(49%,#b4e5a3), color-stop(50%,#c9efba), color-stop(50%,#c9efba), color-stop(100%,#b4e5a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf3bf', endColorstr='#b4e5a3',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	font-size: 16px;
	margin: 1px;
	background-color: #FFFFFF;
	text-align: center;
	width: 35%;
}

.pricetd_price{
	padding: 10px;
	font-size: 16px;
	margin: 1px;
	text-align: center;
	background-color: #FFFFFF;
}
.pricetd_name2{
	padding: 5px;
	font-size: 16px;
	line-height: 125%;
	margin: 0px;
	background-color: #FFFFFF;
	width: 25%;
}
.pricetd_price2{
	padding: 5px;
	font-size: 16px;
	margin: 0px;
	line-height: 150%;
	background-color: #FFFFFF;
	width: 25%;
}

.banner{
	display: block;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


/* ----------------etcbox ----------------*/
.submitbox{
	text-align: center;
	margin: 10px auto;
}

/* ----------------leftnavi ----------------*/
.navi-left {
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.4);
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	color: #FFFFFF;
}

#navi_sp{



}
.navi-left a{
	color: #009900;
	line-height: 250%;
	font-size: 18px;
	text-decoration:none;
}

.navi-left .navi_title{
background: #ccf3bf; /* Old browsers */
background: -moz-linear-gradient(top,  #ccf3bf 0%, #b4e5a3 49%, #c9efba 50%, #c9efba 50%, #b4e5a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccf3bf), color-stop(49%,#b4e5a3), color-stop(50%,#c9efba), color-stop(50%,#c9efba), color-stop(100%,#b4e5a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ccf3bf 0%,#b4e5a3 49%,#c9efba 50%,#c9efba 50%,#b4e5a3 100%); /* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ccf3bf', endColorstr='#b4e5a3',GradientType=0 ); /* IE6-9 */

	font-size: 18px;
	text-indent: 5px;
	letter-spacing: 5px;
	width: 250px;
	text-align: left;
	padding: 1px;
	line-height: 175%;
	color: #FFFFFF;
	text-decoration:none;
}

.navi-left ul{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	width: 252px;
	background-color: #B4E5A3;
	text-align: center;
	text-decoration:none;
}

.navi-left ul li{
	background-color:#ffffff;
	padding: 0px;
	margin: 1px auto 2px auto;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
	list-style-type: none;
	letter-spacing: 2px;
	text-align: left;
	width: 250px;
	text-indent: 35px;
}
.navi-left ul li a{
	display: block;
	color: #333333;
	background-image: url(../img/left_navi_back.png);
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration:none;
}
.navi-left ul li a:link {
	display: block;
	color: #333333;
	text-decoration:none;
}
.navi-left ul li a:hover {
	display: block;
	color: #333333;
	background-image: url(../img/left_navi_back_o.png);
	text-decoration:none;
}
.navi-left ul li a:visited{
	display: block;
	color: #333333;
	text-decoration:none;
}
.navi-left ul li a:active{
	display: block;
	color: #333333;
	text-decoration:none;
}
.navi-left .menu {
	background-repeat: no-repeat;
	background-position: 4% 50%;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	display : block;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 1.2;
	margin : 0px 0px 0px 0px;
	padding : 5px 6px 5px 15px;
	text-decoration : none;
	text-align : left;
	background-color: #F7F7F7;
	border-color: #FF6600;
	font-size: 14px;
}

.navi-left .menu a {
	background-repeat: no-repeat;
	background-position: 4% 50%;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	display : block;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 1.2;
	margin : 0px 0px 0px 0px;
	padding : 5px 6px 5px 15px;
	text-decoration : none;
	text-align : left;
	background-color: #F7F7F7;
	border-color: #FF6600;
	font-size: 14px;
}

.navi-left .menu a:hover {
	background-repeat: no-repeat;
	background-position: 4% 50% ;
	text-decoration : underline ;
	font-weight : bold;
}

.navi-left .menub {
	background-repeat: no-repeat;
	background-position: 10% 35% ;
	margin : 2px 0px 0px 0px ;
	padding : 2px 0px 1px 0px ;
	list-style-image: url(../img/check.gif);
}

.navi-left .menub a {
	background-repeat: no-repeat;
	background-position: 10% 35%;
	border-width : 0px 0px 0px 0px;
	border-style : solid;
	display : block;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 1.2;
	margin : 2px 0px 4px 0px;
	padding : 6px 6px 6px 15px;
	text-decoration : none;
	text-align : left;
	font-size: 12px;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.navi-left .menub a:hover {
	text-decoration : none;
	font-weight : bold;
	background-repeat: no-repeat;
	background-position: 10% 35%;
	font-size: 12px;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.ad-right {
	margin: 0px 5px 10px 5px;
	padding: 10px 0px 10px 0px;
	list-style: none;
	width : 190px;
	float : left ;	
}


/* ----------------topnavi ----------------*/
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	list-style-type: none;
}
#navi_back {
	display:none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	background-image: url(../img/navi_back.png);
	overflow: hidden;
}


#navi {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/navi_back.png);
	height: 50px;
	overflow: hidden;
	background-repeat: repeat-x;
}

         
#dd {
	margin: 0px 0px 0px 0px;
}

#dd .mainmenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}

#dd .mainmenu a.menu {
  display: block;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}


.menu {
	color: #666666;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menu a {
	padding: 0px 0px 0px 0px;
	display: block;
	
}

.menu a:hover {
	background-image: url(../img/navi_back_tro.gif);
	color: #FF0000;
	font-size: 12px;
}


.clear {
clear: both;
}

.underline {
	text-decoration: underline;
	color: #FF0000;
}

/*---------------- form ----------------*/
.formbox {
	padding: 5px;
	margin: 20px 20px;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	color: #000000;
	clear: both;
	overflow: hidden;
}

.formbox .forminner {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	overflow: hidden;
}
.formbox .forminner2 {
	background-color: #eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	overflow: hidden;
}

.formbox .formleft {
	padding: 15px 10px 10px 25px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	float: left;
	font-weight: bold;
}

.formbox .formright {
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	float: right;
}


.formbox .formsubmit {
	padding: 10px 0px 10px 0px;
	margin: 10px auto 10px auto;
	width: 98%;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	clear: both;
	color: #000000;
}

.formbox .formattent {
	padding: 0px;
	margin: 0px 10px 10px 10px;
	width: 98%;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	clear: both;
	color: #666666;
}

/* ----------------list ----------------*/
ul{
 margin: 0px 0px 0px 10px;
}

ul.list01 li{
list-style: none; 
background: url(../img/mark2.gif) 0% 40% no-repeat;
padding-left: 20px; 
line-height: 2em;
font-size: 14px;
font-weight: bold;
color: #404040;
}

ul.list02 li{
 list-style-image: url(../img/mark.gif);
 margin: 0px 0px 0px 20px;
 line-height: 2.5em;
 font-size: 14px;
font-weight: bold;
color: #404040;
}

ul.list03 li{
list-style: none; 
background: url(../img/mark3.gif) 0% 40% no-repeat;
padding-left: 20px; 
line-height: 2em;
font-size: 14px;
font-weight: bold;
color: #404040;
}


.text_inline {

	overflow: hidden;
	margin: 10px auto;
	text-align: left;
}


.menu_inline {
	overflow: hidden;
	margin: 10px auto;
	text-align: center;
}



.menu_inline a {
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;
	text-align: center;
	color: #663300;
	margin: 0px 10px 10px 0px;
	padding: 20px 5px 5px 5px;
	vertical-align: top;
	line-height: 150%;
	width: 200px;
	float: left;
	border: solid 1px #eeeeee;
	font-size: 22px;
	font-weight: bold;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height: 250px;
	background-image: url(../img/menu_a_back.png);
	background-position: center 30;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	text-decoration:none;
}

.menu_inline a:hover {
	background-image: url(../img/menu_a_back_o.png);
	text-decoration:none;
}

.menu_inline .intext {
	text-align: left;
	color: #000000;
	margin: 25px auto 10px auto;
	padding: 5px 5px;
	vertical-align: top;
	line-height: 150%;
	height: 100px;
	font-size: 14px;
	font-weight: normal;
	border-top: solid 1px #444444;
	clear: both;
	overflow:hidden;
}



.menu_inline a:hover {
	text-decoration: none;
}

.menu_inline img {

}

.menu_inline p {
	margin: 1em 0px 30px 0px;
	padding: 0px;
	line-height: 150%;
}

/* ----------------font ----------------*/
.strong_01{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;

}

.strong_02{
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 2px;

}

.strong_03{
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;

}

.style1 {
	color: #CC0000;
	font-weight: bold;
}

.style2 {
	border-bottom: solid #C42525 1px;
}

.style3 {
	border-bottom: solid #C42525 1px;
}

.style4 {
	border-bottom: solid #0055e5 1px;
}

.style_caution {
	color: #000000;
	font-size: 11px;
	line-height: 80%;
}

.style_caption1 {
	background-image: url(../img/check.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 15px;
	line-height: 175%;
	letter-spacing: 2px;
	padding: 0px 0px 5px 0px;
	color: #CC0000;
	font-weight: bold;

}


#banner_block{
	clear: both;
	overflow: hidden;
	padding: 10px 0px 20px 0px;
	margin: 0px auto;
	background-color: #FFFFFF;

}

#banner_block .button{
	float: left;
	margin-left: 30px;

}

/*------------footer------------*/

#footer{
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0px auto;
	letter-spacing: 2px;
	padding-top: 20px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-color: #020233;
	border-top: solid 2px #000000;
}

#footer_inside{
	overflow: hidden;
	margin: 0px auto;

}

.footerdata{
	margin: 3px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	letter-spacing: 4px;
}

.footerlink{
	margin: 3px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
	padding: 10px 5px 10px 5px;
	overflow:hidden;
}


.footerlink ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}

.footerlink li{
	list-style:none;
}

.footerlink li a{
letter-spacing:1px;
	line-height: 150%;
	display:block;
	text-decoration:none;
	color: #000000;
	background:#999999;
	padding:10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	border:solid 1px #000000;
}


#copyright{
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 140%;
	padding: 10px 0px 10px 0px;
	clear: both;
	margin: 0px auto;
}

#footer a:link {
 text-decoration: none;
}

#footer a:visited {
 text-decoration: none;
}

#footer a:hover {
 color: #FF0000;
}

#footer a:active {
 color: #FF0000;
}

.footerbanner{
	list-style: none;
	text-align: center;
	float: left;
	width: 400px;
}
.bottom_link{
	list-style: none;
	text-align: center;
	clear: both;
	padding: 20px 0px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 150%;
}

.fb-like{
	text-align: left;
	margin-top: 10px;

}
.redcode_title{
	text-align: left;
	margin-top: 5px;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	padding-left: 15px;

}
.intext{
	text-align: left;
	padding: 5px 0px 5px 10px;
	overflow: hidden;
}

.intext .intext_leftbox{
	float:left;
	text-align: left;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding: 5px;
	width: 63%;

}

.intext .intext_rightbox{
	float:right;
	text-align: center;
	width: 35%;
}

.img_right{
	float: right;
	margin: 0px 0px 10px 10px;
}
.img_left{
	float: left;
	margin: 0px 10px 10px 0px;
}
.auriculo_title{
	margin: 0px 10px 0px 15px;
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
	border-bottom: solid 1px #CC0000;
}

.infobox{
	text-align: center;
	margin: 10px auto;
	line-height: 150%;
	width: 95%;
	background-color: #666666;
	overflow: hidden;
}

.infobox_inside{
	text-align: center;
	margin: 1px;
	line-height: 150%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.infobox_inside .infobox_cate{
	padding: 5px;
	font-size: 15px;
	color: #000000;
	margin: 0px;
	background-color: #E1FFD9;
	width: 30%;
	float: left;
	height: 100%;
	min-height:100%;
	vertical-align: middle;
}

.infobox_inside .infobox_name{
	padding: 5px;
	font-size: 14px;
	margin: 0px 0px 0px 1px;
	background-color: #eeeeee;
	text-align: left;
}

.acupuncyure_title {
	border-bottom: solid #cc0000 1px;
	color:#cc0000;
	font-size:15px;
	font-weight:bold;
}

.voice_box{
	text-align: center;
	margin: 10px auto;
	padding:10px 10px;
	clear: both;
	border-bottom:dashed 1px #cccccc;

}

.voice_box .voice_text{
	text-align:left;
	margin:0px;
	font-size:14px;
	padding:10px 20px;


}
.voice_box .voice_data{
	font-size:14px;
	padding:0px 0px;

}
.voice_box .voice_date{
margin-bottom:10px;
	text-align:right;
	font-size:14px;
	padding:0px 10px;
	border-bottom:solid 1px #cccccc;

}

.top_ana_text{

	margin:5px auto;
	font-size:14px;
	overflow:hidden;
}


.top_ana_date{

	margin:5px auto;
	font-size:12px;
	color:#ff7f00;
	border-bottom:solid 1px #ff7f00;
	text-align:right;
}
.access_table{
	width:100%;
	margin: 0px auto 0px auto;
	background-color: #666666;
	}

.form_category{
font-size:10px;
	width:35%;
	margin: 0px auto 0px auto;
	padding: 5px;
	text-align: center;
	background-color: #020233;
	color: #FFFFFF;
	}
.form_data{
	width:65%;
	margin: 0px auto 0px auto;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	}


.caution{
	color: #FF0000;
	}

/*------------add------------*/

.img_100{
	width:100%;
	height:inherit;


}

.img_50{
	width:50%;
	height:auto;

}

.img_33{
	width:32%;
	height:auto;

}

.class_left_50{
	width:50%;
	float:left;

}
.class_right_50{
	width:50%;
	float:right;

}


.about_box2{
	margin:5px;
	font-size:12px;
	overflow: hidden;
}

.about_title2{
	margin:5px;
	font-size:14px;
	text-align:left;
}

.about_txt2{
	margin:5px;
	font-size:14px;
	text-align:left;
}





/*アコーディオン
-------------------------------------*/
.acordion{
	font-size:16px;
	letter-spacing: 5px;
	text-align:left;
	line-height: 175%;
	color: #FFFFFF;
	background-color: #020233;
}

.trigger{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-align:right;
	font-weight:bold;
}

.trigger.active{

}

.acordion_tree{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	height:11px;
	width:20px;
}

.trigger.active .open-close{
}

.acordion ul{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.acordion ul li{
	width:100%;
	color:#333333;
	font-size:14px;
	padding:10px 0px 10px 0px;
	text-indent: 10px;
	text-align:left;
	line-height:150%;
	margin:0px 0px 0px 0px;
	border-top: solid 1px #eeeeee;

}


.acordion ul li a{
	width:100%;
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
}

.acordion ul li a:hover{
	color:#FFFFFF;
	font-size:14px;
}
}