/* CSS Document */

body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
@media only screen and (max-width: 640px) {
body{
	font-size: 90%;
}
}
.container {
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;

}
@media only screen and (max-width: 640px) {
.container {
	width: 100%;
	max-width: 640px;
	overflow:hidden;
}
}
.container .sidebar {
	float: right;
	width: 30%;
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 0px;
}
@media only screen and (max-width: 640px) {
.container .sidebar {
	float: none;
	clear:both;
	width: 100%;
	background-image:url(../img/bg-body.jpg);
	background-repeat:repeat;
	padding-top:5%;
	padding-bottom:5%;
	margin-top:5%;
}
}
.container .sidebar1 {
	float: right;
	width: 30%;
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 0px;
}
@media only screen and (max-width: 640px) {
.container .sidebar1 {
	display:none;
}
}
.container .content {
	width: 68%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1px;
}
@media only screen and (max-width: 640px) {
.container .content {
	width: 100%;
	float: none;
	margin:0;
	padding:0;
}
}
/*　///////////////////////////　各ページ共通　///////////////////////　*/
p {
	color: #43567C;
	font-size: 90%;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 4%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
}
@media only screen and (max-width: 640px) {
p {
	color: #43567C;
	font-size: 105%;
	line-height: 140%;
}
}

a:link,
a:visited {
	color: #43567C;
	text-decoration:underline;
}
@media only screen and (max-width: 640px) {
a:link,
a:visited {
	text-decoration:none;
}
}

a:hover,
a:active {
	color: #6496C8;
	text-decoration:underline;
}

@media only screen and (max-width: 640px) {
a:hover,
a:active {
	text-decoration:none;
}
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
@media only screen and (max-width: 640px) {
img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	float: none;
	margin: 0px;
	padding: 0px;
}
ul { 
	margin: 0;
	padding: 0;
}

.h3_miadashi {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	margin-left: 0px;
	width: 100%;
	height: auto;
}

.h4midashi {
	background-image: url(../img/header_footer_blue.png);
	background-repeat: repeat;
	height: auto;
	padding-left: 3%;
	font-size: 130%;
	color: #FFF;
	margin-top: 4%;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 4%;
	width: 90%;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 5px;
	border-radius: 5px;
}
@media only screen and (max-width: 640px) {
.h4midashi {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}
}
.container .content h5 {
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 2%;
	font-size: 130%;
	padding: 0px;
	color: #1470B4;
	font-weight: 100;
}
@media only screen and (max-width: 640px) {
.container .content h5 {
	margin-left: auto;
	margin-right:auto;
	width:90%;
}
}

.mobile_space10_uline {
	display:none;
}
@media only screen and (max-width: 640px) {
.mobile_space10_uline {
	padding: 0px;
	height: 10px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7EA8D1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display:block;
}
}
.container .content .space35_uline {
	height: 20px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7EA8D1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.container .content .space10 {
	height: 15px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.wave {
	margin-top: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
}
@media only screen and (max-width: 640px) {
.wave {
	width:96%;
	margin-left: auto;
	margin-right:auto;
	display:block;
}
}
.blue {
	color: #3589CE;
}


/*　//////////////////　ヘッダー　//////////////////　*/

.h1span{
	display:inline;
	white-space:nowrap;
}
@media only screen and (max-width: 640px) {
.h1span{
	display:none;
}
}

.header {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.h1space {
	margin: 0px;
	width: 100%;
	background-image: url(../img/header_footer_blue.png);
	background-repeat: repeat;
}
h1 {
	width: 98%;
	font-size: 60%;
	color: #FFF;
	margin: 0 auto;
	padding: 5px 0px;
	font-weight: normal;
	text-align:center;
	max-width:1000px;
}
.toplogo {
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	width: 45%;
	display: block;
	height: auto;
	float: left;
}
@media only screen and (max-width: 640px) {
.toplogo {
	display: none;
}
}
.mobile_toplogo{
	display: none;
}
@media only screen and (max-width: 640px) {
.mobile_toplogo{
	width:100%;
	height: auto;
	display:block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BDD3EC;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding-bottom: 20px;
}
}
.toptel {
	width: 34%;
	height: auto;
	float: right;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}
@media only screen and (max-width: 640px) {
.toptel {
	display: none;
}
}
/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを右ではなく左に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて右方向にする代わりに、すべて左方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/

.topnav {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
@media only screen and (max-width: 640px) {
.topnav {
	display:none;
}
}
.topnav li,
.topnav li a {
	float: left;
	width: 19%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}
.topnavimg {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.topnavimg:hover {
    opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}
.navi_txt {
	display: none;
	margin: 0px;
	padding: 0px;
}


/* ///////////////////////　フッター　///////////////////////////////　 */
.uptotop {
	clear:both;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}

.uptotop img {
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 15%;
	margin-bottom: 1%;
}
@media only screen and (max-width: 640px) {
.uptotop img {
	width: 40%;
	margin: 3% auto;
}
}
.uptotop img:hover {
	opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}

.footernavi {
	width: 100%;
	background-image: url(../img/blueback2.png);
	background-repeat: repeat;
	margin: 0px;
	float: left;
	padding: 1% 0;
}
@media only screen and (max-width: 640px) {
.footernavi {
	padding: 0;
}
}
.footernavi .footernavispace {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	height: auto;
}
@media only screen and (max-width: 640px) {
.footernavi .footernavispace {
	width: 100%;
	background-color:#E6F7FD;
}
}
.footernavi .footernavispace a .footernavitxt {
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
	float: left;
	background-image: url(../img/li_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #3470C5;
	text-decoration: none;

}
@media only screen and (max-width: 640px) {
.footernavi .footernavispace a .footernavitxt {
	font-size: 110%;
	display:block;
	width:100%;
	float: none;
	background-image: none;
	margin: 0 auto;
	text-align:center;
	padding: 3% 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C0D3DC;	
}
}
.footernavi .footernavispace a {
	display:block;
	text-decoration: none;
}
.footernavi .footernavispace a :hover {
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
.footernavi .footernavispace a :hover {
	text-decoration: none;
	background-color:#D5EFFB;
}
}
.footer {
	margin: 0px;
	width: 100%;
	background-image: url(../img/header_footer_blue.png);
	background-repeat: repeat;
	color: #FFF;
	padding: 15px 0px;
}
.footer .footerspace {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 90%;
}
.footer .footerspace .footertxt {
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
.footer .footerspace .footertxt {
	float: none;
	width: 100%;
	text-align:center;
}
}
.copyright {
	font-size: 80%;
	text-align: right;
	float: right;
	width: 50%;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
@media only screen and (max-width: 640px) {
.copyright {
	text-align: center;
	float: none;
	width: 100%;
	margin-top: 20px;
}
}

/*　///////////////////////////////　サイドナビ　////////////////////////////　*/


.sidebarcontents {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

.clinickinfo{
	display:block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
/*@media only screen and (max-width: 640px) {
.clinickinfo{
	display:none;
}
}*/

.mobile_clinickinfo{
	display:none;
}
@media only screen and (max-width: 640px) {
.mobile_clinickinfo{
	display:block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
}

.sidebarcontents h4 {
	padding: 0px;
	margin:0;
}
.sidebarcontents .news img {
	width: 100%;
	padding: 0px;
	height: auto;
	margin:0;
}
@media only screen and (max-width: 640px) {
.sidebarcontents .news img {
	width:90%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	display:block;
}
}
.sidebarcontents .newspace {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #507ABD;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
@media only screen and (max-width: 640px) {
.sidebarcontents .newspace {
	font-size: 105%;
	margin-bottom: 0px;
}
}
.sidebarcontents .newspace .newsdate {
	font-weight: bold;
	color: #507ABD;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebarcontents .newspace .newstxt {
	line-height: 120%;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6496C8;
}
.newstxt a{
	color: #6496C8;
}
.newstxt a:visited {
	color: #6496C8;
}
.newstxt a:hover{
	color: #4079B3;
	text-decoration: underline;
}
.newstxt a:active{
	color: #43567C;
	text-decoration: underline;
}
.sidebarcontents .news.scroll {
	height: auto;
	overflow: auto;
	margin-bottom: 2%;
}
@media only screen and (max-width: 640px) {
.sidebarcontents .news.scroll {
	margin-bottom: 0;
}
}

.side_navi_photo {
	width: 90%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
}
@media only screen and (max-width: 640px) {
.side_navi_photo {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
}
}
.container .sidebar h5,
.container .sidebar1 h5 {
	width:90%;
	height: auto;
	font-size: 100%;
	color: #4375C7;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
@media only screen and (max-width: 640px) {
.container .sidebar h5,
.container .sidebar1 h5 {
	font-size: 115%;
	padding-left: 0%;
}
}

.navi_open {
	width: 90%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5%;
	margin-left: 5%;
}
@media only screen and (max-width: 640px) {
.navi_open {
	width: 100%;
	margin-right:0;
	margin-left:0;
}
}

.sidebarcontents .sidenavi_info {
	background-image: url(../img/sideback.png);
	background-repeat: repeat;
	width: 100%;
	padding: 10px 0px;
	border-radius: 5px;
	margin-right: 0px;
	margin-bottom: 5%;
	margin-left: 0px;
}
@media only screen and (max-width: 640px) {
.sidebarcontents .sidenavi_info {
	padding-bottom: 0px;
	margin-bottom: 0%;
}
}
.sidebarcontents .sidenavi_info .sidenavi_txt {
	padding-left: 5%;
	margin: 0px;
	font-size: 80%;
	line-height: 140%;
}
@media only screen and (max-width: 640px) {
.sidebarcontents .sidenavi_info .sidenavi_txt {
	font-size: 110%;
	padding-left: 0;
}
}
.sidebarcontents .sidenavi_info .contact_banner {
	width: 90%;
	margin-top: 10px;
	margin-right: 5%;
	margin-bottom: 5px;
	margin-left: 5%;
}
@media only screen and (max-width: 640px) {
.sidebarcontents .sidenavi_info .contact_banner {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}
.sidebarcontents .sidenavi_info .contact_banner a {
	width: 100%;
	display: block;
}
.contact_banner a:hover {
	opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}
.sidebarcontents .sidenavi_info .contact_banner a img {
	width: 100%;
	height:auto;
	display: block;
}

.sidebarcontents .sidenavi_info .sidenavi_txt .sidetel {
	width: 100%;
	height: auto;
}

.sidebarcontents .sidebanner {
	height: auto;
	width: 100%;
	padding: 0px;
	margin-bottom: 5%;
}
@media only screen and (max-width: 640px) {
.sidebarcontents .sidebanner {
	width: 94%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
}
.sidebarcontents .sidebanner a {
	width: 100%;
	display: block;
}
.sidebarcontents .sidebanner a:hover {
	opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}


.sidebarcontents .news.scroll .newspace .newsdate .campaign {
	color: #F63;
	font-size: 90%;
	padding: 0px;
	margin: 0%;
	font-weight: bold;

}
.sidebarcontents .news.scroll .newspace .newsdate .seminar {
	color: #693;
	font-size: 90%;
	padding: 0px;
	margin: 0%;
	font-weight: bold;

}

.pc_fb{
	display:block;
}
@media only screen and (max-width: 640px) {
.pc_fb{
	display:none;
}
}
.mobile_fb{
	display:none;
}
@media only screen and (max-width: 640px) {
.mobile_fb{
	display:block;
}
}


/*　////////////////////////////////　トップページ　/////////////////////////////　*/
.container .content .topicon {
	width: 100%;
	height: auto;
	display:block;
}
@media only screen and (max-width: 640px) {
.container .content .topicon {
	display:none;
}
}

.container .content .mobiletopicon {
	display:none;
}
@media only screen and (max-width: 640px) {
.container .content .mobiletopicon {
	display:block;
}
}

.container .content h2 {
	height: auto;
	width: 100%;
	margin: 0px;
}
.container .content .topp {
	padding: 0px;
	font-size: 120%;
	color: #2761A6;
	width: 90%;
	margin-top: 1%;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 5%;
}
@media only screen and (max-width: 640px) {
.container .content .topp {
	font-size: 120%;
	line-height:170%;
	margin:1% auto;
}
}

.container .content .Introductionspace {
	height: auto;
	width: 50%;
	float: left;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	margin-top: 1%;
	display:block;
}
@media only screen and (max-width: 640px) {
.container .content .Introductionspace {
	display:none;
}
}

.container .content .mobile_Introductionspace {
	display:none;
}
@media only screen and (max-width: 640px) {
.container .content .mobile_Introductionspace {
	width:94%;
	height:auto;
	margin:3% auto;
	display:block;
}
}
.container .content .mobile_Introductionspace img:hover {
	opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}

.container .content .Introductionspace .Introductionimg1 {
	width: 90%;
	margin-right: 0%;
	margin-left: 10%;
	height: auto;
}
.container .content .Introductionspace .Introductionimg2 {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	height: auto;
}
.container .content .Introductionspace .Introductionimg1:hover,
.container .content .Introductionspace .Introductionimg2:hover {
	opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}

.container .content .machine_and_water {
	font-weight: 200;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4E84D3;
	width: 93%;
	padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
.container .content .machine_and_water {
	font-size:130%;
}
}

.container .content .machine_txt {
	float: left;
	height: auto;
	width: 45%;
	margin-left: 6%;
	margin-right: 4%;
	padding: 0px;
	line-height: 140%;
	margin-bottom: 0%;
}
@media only screen and (max-width: 640px) {
.container .content .machine_txt {
	float: none;
	width: 86%;
	margin: 3% auto;
	font-size:110%;
	line-height: 160%;
}
}
.machine_ph {
	width: 40%;
	height: auto;
	padding: 0px;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}
@media only screen and (max-width: 640px) {
.machine_ph {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
}

.container .content .ph_left {
	float:left;
	margin-left:5%;
	margin-bottom:3%;
	width: 42%;
	display:block;
}


.container .content .nagare {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.container .content .nagareph {
	padding: 0px;
	height: auto;
	width: 100%;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
}
@media only screen and (max-width: 640px) {
.container .content .nagareph {
	display:none;
	margin-bottom: 0;
}
}

.container .content .mobile_nagareph {
	display:none;

}
@media only screen and (max-width: 640px) {
.container .content .mobile_nagareph {
	padding: 0px;
	height: auto;
	width: 96%;
	display:block;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
}
}

.top_lastimg{
	display:block;
}
@media only screen and (max-width: 640px) {
.top_lastimg{
	display:none;
}
}

.mobile_top_lastimg{
	display:none;
}
@media only screen and (max-width: 640px) {
.mobile_top_lastimg{
	display:block;
}
}




/**************************スタッフページ******************************/

.container .content .profile {
	width: 89%;
	height: auto;
	padding-bottom: 4%;
	margin-top: 4%;
	margin-right: 0px;
	margin-bottom: 4%;
	margin-left: 4%;
	padding-top: 4%;
	padding-right: 4%;
	background-image: url(../img/stripe70.png);
	background-repeat: repeat;
}

.profiletxt {
	margin-top: 0%;
	margin-bottom: 0px;
	margin-left: 5%;
	float: left;
	height: auto;
	width: 95%;
	color: #507ABD;
	font-size: 100%;
	line-height: 105%;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
}
.profiletxt2 {
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
	float: left;
	height: auto;
	width: 90%;
	color: #507ABD;
	font-size: 110%;
	line-height: 150%;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
@media only screen and (max-width: 640px) {
.profiletxt2 {
	margin-bottom: 4%;
}
}
.container .content .profile .profiletxt ul li {
	list-style-type: none;
	font-size: 95%;
	line-height: 150%;
	color: #385278;
	width: 95%;
	margin-right: 0%;
}
.container .content .profile .profiletxt ul {
	margin-top: 3%;
	height: auto;
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-left: 0%;
	padding: 0%;
}
.profiletxt2 .yaku {
	font-size: 75%;
	color: #385278;
	display:inline;
}
@media only screen and (max-width: 640px) {
.profiletxt2 .yaku {
	font-size: 90%;
	display:block;
	padding-left:10%;
}
}

.container .content .pc_staffmessage {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display:block;
}
@media only screen and (max-width: 640px) {
.container .content .pc_staffmessage {
	display:none;
}
}

.container .content .mobile_staffmessage {
	display:none;
}
@media only screen and (max-width: 640px) {
.container .content .mobile_staffmessage {
	display:block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
}
.container .content .profiletxt2 ul {
	height: auto;
	width: 100%;
}
.container .content .profiletxt2 ul li {
	list-style-type: none;
	padding-top: 2%;
	padding-bottom: 2%;
	line-height: 160%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #3892E7;
}


.container .content .profile .prof_ph {
	width: 35%;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.container .content .profile .profiletxt .small {
	display:inline;
	font-size: 80%;
	font-weight: normal;
}


.container .content .profile .profiletxt .profilename {
	float: left;
	width: 100%;
	margin: 0px;
	height: auto;
	padding-bottom: 1%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #387BCE;
	font-size: 120%;
	line-height: 130%;
}

.iha_ph {
	padding: 0px;
	height: auto;
	width: 80%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

@media only screen and (max-width: 640px) {
.iha_ph {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
}
.iha_hp {
	margin-left: 60px;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
.iha_hp {
	margin-left: 30px;
	margin-bottom: 10px;
}
}



/* コース料金ページ */
.container .content p .smallblue {
	font-size: 90%;
	color: #3699E2;
	line-height: 200%;
}
.container .content table {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #3699E2;
	font-size: 90%;
	margin-bottom: 2px;
	vertical-align: middle;
	background-color: #F3FAFE;
	margin-left: 3%;
}
.container .content table th {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #3699E2;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-color: #3699E2;
	font-weight: normal;
	padding: 5px;
	background-image: url(../img/blue_back.png);
	background-repeat: repeat;
	font-size: 110%;
}
.container .content table td {
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-color: #3699E2;
	border-right-width: thin;
	border-right-color: #3699E2;
	border-bottom-width: thin;
	border-bottom-color: #3699E2;
	border-left-style: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #3699E2;
}

.container .content table tr .table_dotline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3699E2;
}
.container .content table tr .table_dotline2 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3699E2;
	border-top-style: none;
}
.container .content table tr .table_dotline3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3699E2;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3699E2;
}
.container .content table tr .table_line {
	border-top-style: none;
}
.container .content table tr .table_line .mini {
	font-size: 80%;
}
.container .content table tr .table_naiyou {
	padding-right: 2%;
	padding-left: 2%;
	background-color: #FFF;
	text-align:left !important;
}
.container .content .machine_ph2 {
	width: 40%;
	height: auto;
	padding: 0px;
}
.container .content .machine_txt2 {
	float: left;
	height: auto;
	width: 45%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
	line-height: 140%;
}
.container .content .recturenaiyou {
	margin-bottom: 0%;
	margin-left: 1%;
	margin-top: 1%;
	font-size: 95%;
	width: 98%;
	padding: 0px;
	height: auto;
}
.container .content .recturespace {
	background-image: url(../img/header_footer_blue.png);
	background-repeat: repeat;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	height: auto;
	padding-top: 0%;
	padding-bottom: 1%;
}
.container .content .recturespace .recture_p {
	color: #FFF;
	padding-left: 5%;
	margin: 0px;
}
.container .content .recturespace .recturemenu {
	background-color: #FFF;
	width: 90%;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 4%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 3%;
	padding-bottom: 2%;
	margin-bottom: 3%;
	-moz-background-size:40% auto;
}
.container .content .recturespace .recturemenu .h4midashi {
	padding-left: 7%;
	-moz-background-size:contain;
	background-size:contain;
}
.container .content .recturespace .recturemenu .h4midashi_recture {
	background-image: url(../img/lecturelist.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	font-size: 120%;
	color: #387BD6;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0%;
	margin-top: 0%;
}
@media only screen and (max-width: 640px) {
.container .content .recturespace .recturemenu .h4midashi_recture {

}
}
.container .content .recturespace .recturemenu .lecturetime {
	color: #4EB4D6;
	margin-top: 1%;
	font-size: 100%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.container .content .recturespace .recturemenu .leuctureph {
	margin-top: -5%;
}
.container .content .rectureinfo {
	color: #FFF;
	background-color: #387BCE;
	display: inline;
	padding-right: 2%;
	padding-left: 2%;
}

.container .content .recturespace .recturemenu .recture_uketsukechu {
	color: #FFF;
	background-color: #F66;
	display: inline-block;
	margin-left: 2%;
	margin-top: 0px;
	width: 25%;
	text-align: center;
	margin-bottom: 1%;
}
.container .content .recturespace .recturemenu .recture_shuryo {
	color: #FFF;
	background-color: #69C;
	display: inline-block;
	margin-left: 2%;
	margin-top: 0px;
	width: 25%;
	text-align: center;
}
.container .content .recturespace .recturemenu .recturedate {
	margin: 0px;
	padding: 0px;
}
.container .content .recturespace .recturemenu ul .nightseminer_li {
	padding: 0px;
	width: 95%;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	color: #43567C;
	font-size: 95%;
}


.container .content .recturespace #recture .h3_miadashi .pc_lecture_h3 {
	display: block;
}
@media only screen and (max-width: 640px) {
.container .content .recturespace #recture .h3_miadashi .pc_lecture_h3 {
	display: none;
}
}

.container .content .recturespace #recture .h3_miadashi .mobile_lecture_h3 {
	display: none;
}
@media only screen and (max-width: 640px) {
.container .content .recturespace #recture .h3_miadashi .mobile_lecture_h3 {
	display: block;
	margin-bottom:3%;
}
}
.container .content .recturespace .recturemenu .lec_lastimg {
	display: block;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
}
@media only screen and (max-width: 640px) {
.container .content .recturespace .recturemenu .lec_lastimg {
	width: 100%;
	margin-bottom: 1%;
}
}


/*　////////////////////////////　お客様の声のページ　///////////////////////　*/
.container .content .question {
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 2%;
	padding-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	padding-right: 0px;
	line-height: 100%;
	color: #3470C5;
	height: 35px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container .content .answer {
	background-image: url(../img/A2.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 2%;
	font-size: 100%;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #3470C5;
	background-position: left 9%;
	color: #3470C5;
}
.container .content .qanda {
	width: 86%;
	margin-right: 5%;
	margin-left: 3%;
	margin-bottom: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 2%;
	background-image: url(../img/stripe70.png);
	background-repeat: repeat;
}

.container .content .voice_p_and_ill {
	margin: 0px;
	padding: 0px;
}
.container .content .voice_p_and_ill p {
	width: 50%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0%;
}
@media only screen and (max-width: 640px) {
.container .content .voice_p_and_ill p {
	width: 90%;
	float: none;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
}
.container .content .voice_p_and_ill img {
	float:left;
	height: auto;
	width: 30%;
}
@media only screen and (max-width: 640px) {
.container .content .voice_p_and_ill img {
	width:66%;
	margin:2% auto;
	display:block;
	float:none;
}
}

.container .content .qanda .question .q {
	margin-top: 5%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0%;
}

/*　////////////////////////　アクセスページ　///////////////////　*/

.container .content .map {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.container .content .googlemap {
	font-size: 90%;
	margin-top: 3%;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 3%;
}
.googlemap a {
	background-image: url(../img/nijuyajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
	color: #507ABD;
}
.googlemap a:hover {
	text-decoration: underline;
}
.container .content .accessinfo {
	color: #507ABD;
	height: auto;
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6496C8;
	float: left;
	padding-top: 1%;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	clear: both;
}

.container .content .accessinfo dt {
	float: left;
	padding-left: 2%;
	margin: 0px;
	height: auto;
}
.container .content .accessinfo dd {
	padding-bottom: 0px;
	float: left;
	margin-left: 2%;
	font-size: 90%;
}
.container .content .accessph_txt {
	padding: 0px;
	width: 25%;
	margin-left: 5%;
	height: auto;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
}
@media only screen and (max-width: 640px) {
.container .content .accessph_txt {
	width: 70%;
	margin:3% auto;
	float: none;
	text-align:center;
}
}

.container .content .accessph_txt img {
	padding: 0px;
	width: 100%;
	height: auto;

}


.container .content .accessph_txt .acccessph_caption {
	padding: 0px;
	font-size: 90%;
	margin-top: 3%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container .content .accessinfo dd .red {
	color: #E42C55;
}


/*　////////////////////　問い合わせ完了　//////////////////////　*/
.container .thanks {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 15%;
	font-size: 130%;
}
.container .thanks p .thanks2 {
	font-size: 75%;
}




/* ===========================================================================================
	                     	モバイルメニュー
============================================================================================= */


.mobile_menu_title {
	display:none;
}

@media only screen and (max-width: 640px) {
.mobile_menu_title {
	height: auto;
	width: 12%;
	margin:10px auto 2px auto;
	display:block;
}
.menu
{ width: 10%; height:25px; top: 0px; position:relative; cursor:pointer; margin: 0 auto; padding: 0;}
.menu1
{ width:100%; height:5px; background-color:#5175C1; position:absolute; top:0px; } 
.menu2
{ width:100%; height:5px; background-color:#5175C1; position:absolute; top:10px; } 
.menu3
{ width:100%; height:5px; background-color:#5175C1; position:absolute; top:20px; } 
.menu1,.menu2,.menu3
{ transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* opera */
  -moz-transition: all 0.5s ease-out; /* firefox */
  -webkit-transition: all 0.5s ease-out; /* chrome, safari */
  -ms-transition: all 0.5s ease-out; /* ie */ }
.menuclick1
{ top:10px;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }
.menuclick2
{ opacity:0;}
.menuclick3
{ top:10px;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }


.ul5 {
	width:100%;
	margin:0; 
}
.ul5 li {
	color:#1d50a2;
	float: none;
	clear:both;
	width:100%;
	margin:0;
}
.ul5 a{
	color:#1d50a2;
	display:block;
	margin:0;
	font-size:100%;
	padding-top:4%;
	padding-bottom:3%;
	text-align:center;
	border-bottom:thin;
	border-bottom-color:#C0D3DC;
	border-bottom-style:dotted;
	text-decoration:none;
}
.ul5 a:hover{
	background-color:#F4FCFF;
}
/*.menu_en{
	color:#5175C1;
	font-size:120%;
	font-weight:bold;
}
.menu_jp{	color:#1d50a2;
	font-size:70%;	
}*/
}




/****************************トップイメージ***************************/


.container .slider {
	display: block;
}
@media only screen and (max-width: 640px) {
.container .slider {
	display: none;
}
}

.container .mobile_topimage {
	display:none;
}
@media only screen and (max-width: 640px) {
.container .mobile_topimage {
	padding: 0px;
	height: auto;
	width: 100%;
	display:block;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}

.container .mobile_topimage .mobile_read_space {
	display:none;
}
@media only screen and (max-width: 640px) {
.container .mobile_topimage .mobile_read_space {
	background-image: url(../img/header_footer_blue.png);
	background-repeat: repeat;
	padding-top: 1%;
	padding-bottom: 2%;
	display:block;
	margin-bottom:3%;
}
}

.container .mobile_topimage .mobile_read_space a .mobile_read_bottun {
	display:none;
}
@media only screen and (max-width: 640px) {
.container .mobile_topimage .mobile_read_space a .mobile_read_bottun {
	padding: 0px;
	float: left;
	width: 44%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-left: 3%;
	display:block;
}
}
.container .mobile_topimage .mobile_read_space a :hover {
	opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}

.container .mobile_topimage .mobile_read_space .mobile_read_open {
	display:none;
}

@media only screen and (max-width: 640px) {
.container .mobile_topimage .mobile_read_space .mobile_read_open {
	display:block;
	height: auto;
	width: 94%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}
}



.container h2 .pc_h2_ph {
	display: block;
}
@media only screen and (max-width: 640px) {
.container h2 .pc_h2_ph {
	display:none;
}
}
.container h2 .mobile_h2_ph {
	display: none;
}
@media only screen and (max-width: 640px) {
.container h2 .mobile_h2_ph {
	display:block;
}
}

/****************************トップへ戻る　固定***************************/

.page-top {
	display:none;
}

@media only screen and (max-width: 640px) {
.page-top {
	display:block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #4BA9FE;
}
}

.page-top span {
	color: #FFF;

}
.fixed-page-top {
	display: none;
}
@media only screen and (max-width: 640px) {
.fixed-page-top {
	display: block;
}
}

/****************************rss***************************/

.blogbox dl.list{
	margin:0 10px 0 0;
	padding:5px 0;
	font-size:90%;
	}
	
	@media only screen and (max-width: 640px) {
.blogbox dl.list{
	font-size:110%;
	}
}
	
.blogbox dl.list dt {
	clear: both;
	float: none;
	margin-left:10px;
	color:#6496C8;
	font-weight:bold;
	padding-left: 5px;

}

.blogbox dl.list dd {
	margin-bottom: 10px;
	margin-left: 1.5em;
	text-decoration:underline;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #508BD3; 
	padding-bottom:5px;
} 



.rihasutaweb {
	border: 1px dashed #2D8FDE;
	margin-bottom: 20px;
	background-image: url(../img/top_stripe.png);
	background-repeat: repeat;
}

	@media only screen and (max-width: 640px) {
.rihasutaweb {
	background-image: none;
}
}

.rihasutaweb h4 img {
	width:90%;
	height:auto;
	display:block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.rihasutaweb h4 a img:hover {
-moz-opacity: 0.8;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /* For IE 5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

.new {
	color: #FFF;
	font-size: 85%;
	padding: 1px 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #F99;
}
