@charset "utf-8";

/*Google fonts読込*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html{
	font-size:62.5%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 1.5em;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff url(../images/bg.png);	/*背景色、背景画像の読み込み*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{margin: 0px;padding: 0px;}
ul{list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.futoji{
	font-weight:bold;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #20b1e1;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

p.moji_link{
	text-align:right;
	clear:both;
	
}
p.moji_link a{
	text-decoration:none;
	color:#F00;
}

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッドライン*/
#headline {
	background-color:#ff5126;
	color:#FFF;
	font-size:0.8em;
	padding-left:1em;
	margin-bottom:0.5em;
	overflow:hidden;
	height:2em;
	font-weight:400;
}

/*ヘッダーブロック*/
header {
	width: 100%;	/*横一杯使う為に100%指定*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: -webkit-linear-gradient(#d5edff, rgba(255,255,255,0) 50%) #fff;	/*グラデーションと背景色*/
	background: linear-gradient(#d5edff, rgba(255,255,255,0) 50%), #fff;/*同上*/
	font-size: 1em;
	background-image:url(../images/topbar2.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
/*サイト幅にしたheader内のブロック*/
header #inner {
	width: 980px;	/*幅。#menubarと数字を合わせる。*/

	margin: 0 auto;
	padding-bottom:1em;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */



}
/*トップバナー*/
header div.topbanner {
	font-size:1em;
	line-height:140%;
	width:13em;
	text-align:center;
	float:right;
	margin-left:1em;
	margin-right:1em;
}
header div.topbanner_title {
	font-size:1em;
	padding-bottom:3px;
	color:#FFF;
	border-radius:0.5em 0.5em 0 0;
	border:1px solid #d5cea6;
	border-bottom-style:none;
	margin:0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+40,b7ad70+100;Brown+3D */
background: #d5cea6; /* Old browsers */
background: -moz-linear-gradient(top,  #d5cea6 0%, #c9c190 40%, #b7ad70 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* IE6-9 */	

}
header div.topbanner p{
	margin:0;
	border-radius:0 0 0.5em 0.5em;
	border:1px solid #d5cea6;
	border-top-style:none;
	background-color:#FFF;
	line-height:2em;
}

/*ロゴ画像*/
header h1#logo {
	margin:0 0 0 1em;
	line-height:100%;
	font-size:2.5em;
	font-weight:600;
}

header h1#logo a span{
	display:inline-block;
	text-decoration:none;
	color:#F30;
	line-height:120%;
}
header h1#logo a span.clinic{
	color:#FF80C0;
}
header h1#logo a span.doctor{
	color:#3C9DFF;
}

header h1#logo a span.catch{
	font-size:0.6em;
	color:#ff8465;
	font-weight:400;
}

/*TEL*/
header #tel {
	float:right;
	margin:0 0.5em 0.5em 0;
	color:#ff5126;
}
header #tel span.telfax{
	font-size:1em;
	line-height:100%;
}
header #tel span.bangou{
	font-size:2em;
	line-height:100%;
	vertical-align:middle;
}
header #tel span.jikan{
	font-size:1em;
	line-height:100%;
}

/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	margin-left:1em;
	margin-top:2em;
}
/*メニュー１個あたり*/
#headermenu li {
	float: left;	/*左に回り込み*/
	margin-left: 10px;	/*左側にスペースを空ける*/
}
#headermenu li a {
	font-size:1.1em;
	font-weight:400;
	text-decoration: none;
	display: inline-block;
	padding: 3px 15px;	/*上下、左右へのボックス内の余白*/
	border-radius: 0.5em;	/*角丸のサイズ*/
}
#headermenu li a.hm1 {	
	padding:0 1em;
	color:#FFF;
	text-align:center;
background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
	
}
#headermenu li a.hm2 {
	padding:0 1em;
	color:#FFF;
	text-align:center;
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

/*マウスオン時*/
#headermenu li a:hover {
	color: #ff8a00;	/*文字色*/
	background: #fff;	/*背景色*/
}

/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はlarge.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
ul#fsize {
	height: 50px;	/*大中のボタン画像の高さに合わせる*/
	width: 90px;	/*大中のボタン画像２点の幅を合計した数字にする*/
	position: absolute;
	right: 10px;	/*ヘッダーブロックの右から10pxの場所に配置*/
	top: 0px;	/*ヘッダーブロックの上から0pxの場所に配置*/
	padding-left: 140px;	/*「文字サイズ」の画像幅に合わせる*/
	padding-right: 5px;
	background: #fff url(../images/fsize_bg.png) no-repeat left center;	/*背景色、「文字サイズ」の背景画像読み込み（古いブラウザ用）*/
	background: url(../images/fsize_bg.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));	/*「文字サイズ」の背景画像とグラデーション*/
	background: url(../images/fsize_bg.png) no-repeat left center, -webkit-linear-gradient(#fff 30%, #eee);	/*同上*/
	background: url(../images/fsize_bg.png) no-repeat left center, linear-gradient(#fff 30%, #eee);			/*同上*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	border-top: none;	/*上の線だけ消す設定*/
	border-radius: 0px 0px 4px 4px;	/*角丸のサイズ。左上、右上、右下、左下。*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);			/*同上*/
}
/*ボタン１個あたり*/
ul#fsize li {
	float: left;	/*左に回り込み*/
}
ul#fsize a{
	overflow:hidden;
	display: block;
	text-indent: -9999px;
}
/*「中」サイズのボタン設定*/
ul#fsize li#me a {
	background: url(../images/fsize_on.png) left center;	/*背景画像として「中」を読み込む。初期設定でこれをオンの状態にしておく。*/
	height: 50px;	/*画像の高さ*/
	width: 40px;	/*画像の幅*/
}
ul#fsize li#me a:hover {
	background: url(../images/fsize_on.png) left center;	/*マウスオン時の背景画像*/
}
/*「大」サイズのボタン設定*/
ul#fsize li#la a {
	background: url(../images/fsize.png) right center;	/*背景画像として「大」を読み込む。初期設定でこれはオフの状態にしておく。*/
	height: 50px;	/*画像の高さ*/
	width: 50px;	/*画像の幅*/
}
ul#fsize li#la a:hover {
	background: url(../images/fsize_on.png) right center;	/*マウスオン時の背景画像*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.1);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 5px 6px rgba(0,0,0,0.1);			/*同上*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));	/*グラデーション*/
	background: -webkit-linear-gradient(#fff 30%, #eee);	/*同上*/
	background: linear-gradient(#fff 30%, #eee);			/*同上*/
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	margin-bottom: 30px;	/*メニューと下のコンテンツとの間に空けるスペース*/
}
#menubar,
#menubar-s {
	width: 980px;	/*幅。header #innerと数字を合わせる。*/
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #dcdcdc;	/*一番左側にラインを入れる設定*/
	font-size: 1.1em;	/*文字サイズを固定。文字サイズ「大中」ボタンの影響を受けたいならこの行削除。但し若干レイアウトが崩れます。*/
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	float: left;	/*左に回り込み*/
	text-align: center;	/*文字をセンタリング*/
	border-right: 1px solid #dcdcdc;	/*右側にラインを入れる*/
	width: 162px;	/*メニュー幅*/
}
#menubar a,
#menubar-s a {
	margin: 7px 5px;	/*上下、左右へ、外側へとる余白。メニュー選択時に余白を設ける為に設定しています。*/
	display: block;
	text-decoration: none;
	padding: 7px 0px;	/*上下、左右へとる余白*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*マウスオン時*/
#menubar a:hover,
#menubar li.current a,
#menubar-s a:hover,
#menubar-s li.current a {
	background:#ffa600;	/*背景色#20b1e1*/
	color: #fff;	/*文字色*/
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset;	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。insetは内側に向かっての影。*/
	box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset;			/*同上*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}



/*トップページスライド
---------------------------------------------------------------------------*/
#pc_slide{
	display:block;
}
#mobile_slide{
	display:none;
}

/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 940px;	/*幅。header #innerや#menubarの980pxからここのpadding(左右の合計幅)を差し引いた数字で設定するといい。*/
	padding: 20px 20px 0px;	/*ボックス内の余白。上下、左右、下。*/
	margin: 0px auto 30px;
	background: #FFF;	/*背景色*/
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);			/*同上*/
}


#top_banner img{
	width:100%;
	max-width:940px;
	height:auto;
	margin-bottom:2em;
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 700px;	/*幅700*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background:#3C9DFF;	/*背景色#20b1e1*/
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右に回り込み*/
	width: 220px;	/*幅220*/
	
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size:1em;
	background:#FF80C0;	/*背景色*/
}


/*メインとサブ共通*/

h2{
	clear: both;
	margin-bottom: 1em;
	font-size: 1.3em;
	color: #FFF;		/*文字色*/
	padding: 0.2em 0.5em;	/*上下、左右への余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	font-weight:300;
}
h2::first-letter {
	border-left: 3px solid #fff;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
h3 {
	clear: both;
	margin-bottom: 1em;
	font-size: 100%;
	background: #FFF;	/*背景色*/
	padding: 0.3em 1em;	/*上下、左右への余白*/
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
	border-radius: 4px;	/*角丸のサイズ*/
}
h3::first-letter {
	border-left: 3px solid #20b1e1;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
#main p,#sub p {
	padding: 0.5em;	/*上、左右、下への余白*/
}
#main p + p,#sub p + p {
	padding-top: 0;
}
#main h2 + p,
#main h3 + p,
#sub h2 + p,
#sub h3 + p{
	padding-top: 0;
	margin-top: -0.5em;
}

/*ボックスの設定（リンクなし・あり共通設定）*/
section.list {
	margin-bottom: 1em;	/*ボックス間のスペース*/
	position: relative;
	overflow: hidden;
	padding: 1.5em;	/*ボックス内の余白*/
}
/*ボックスの設定（リンクありの場合）*/
section.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 1.5em;	/*ボックス内の余白*/
	margin: -1.5em;	/*上のリンクなしの場合の余白をなくす為の設定*/
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	color: #333;	/*文字色*/
}

/*マウスオン時のボックス*/
section.list a:hover {
	background: #fffde7;	/*背景色*/
}
/*マウスオン時の矢印マーク*/
section.list a:hover::before {
	background: #20b1e1;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	padding: 5px;		/*余白*/
	background: #fff;	/*背景色*/
	width: 30%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
section.list h4 {
	font-size: 120%;
	color: #20b1e1;		/*文字色*/
	border-bottom: dotted 2px #20b1e1;	/*下線の線種、幅、色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	margin-bottom: 10px;
}
/*メニュー全体の設定*/
ul.submenu {
	margin-bottom: 1em;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

ul.check{
	list-style:disc;
	margin:1em;
	padding:1em;
	background-color:#FEF4E2;
	border:1px solid #F90;
	
}
ul.check li{
	margin-left:1em;
}

.point{
	font-weight:bold;
	color:#F00;
}

ol.promise{
	list-style:decimal;
	margin:1em;
	padding:1em;
	background-color:#FEF4E2;
	border:1px solid #F90;
}
ol.promise li{
	margin-left:1em;
	padding-left:0.5em;
	color:#F00;
}


/*タイトル*/

h2#outline_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
h2#registration_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(255,196,71); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,196,71,1) 0%, rgba(255,175,79,1) 50%, rgba(255,157,0,1) 51%, rgba(255,200,84,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,196,71,1) 0%,rgba(255,175,79,1) 50%,rgba(255,157,0,1) 51%,rgba(255,200,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,196,71,1) 0%,rgba(255,175,79,1) 50%,rgba(255,157,0,1) 51%,rgba(255,200,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc447', endColorstr='#ffc854',GradientType=0 ); /* IE6-9 */
}

h2#service_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

h2#offer_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

}

h2#company_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(183,222,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */


}

h2#privacy_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(86,198,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(86,198,255,1) 0%, rgba(71,132,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(86,198,255,1) 0%,rgba(71,132,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(86,198,255,1) 0%,rgba(71,132,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c6ff', endColorstr='#4784ff',GradientType=0 ); /* IE6-9 */


}

h2#user_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(86,198,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(86,198,255,1) 0%, rgba(71,132,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(86,198,255,1) 0%,rgba(71,132,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(86,198,255,1) 0%,rgba(71,132,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c6ff', endColorstr='#4784ff',GradientType=0 ); /* IE6-9 */


}

/*求職者の登録*/
h2#form_title{
	color:#FFF;
	font-size:1.5em;
	line-height:3em;
	font-weight:400;

background: rgb(255,232,209); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,232,209,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(201,176,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,232,209,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(201,176,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,232,209,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(201,176,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8d1', endColorstr='#c9b09b',GradientType=0 ); /* IE6-9 */
}

/*box1共通
---------------------------------------------------------------------------*/
.box1 {
	padding: 1em;			/*ボックス内の余白*/
	margin-bottom: 2em;	/*ボックスの下に空けるスペース*/
	background: #f7f7f7;	/*背景色*/
	border: solid 1px #e4e4e4;	/*線の線種、幅、色*/
}
/*box1内のメニューの設定*/
.box1 ul.submenu {
	margin-bottom: 0px;
}


.box2 {
	margin-bottom: 1em;	/*ボックスの下に空けるスペース*/
	font-size: 100%;	/*文字サイズ*/
	-webkit-box-shadow: 0px 0px 2px 5px #fff inset;	/*影の設定。右・下・ぼかし幅・距離・色の設定。insetは内側に向かっての影。*/
	box-shadow: 0px 0px 2px 5px #fff inset;			/*同上*/
	background: #edf5fa;	/*背景色*/
}
.box2{
	text-decoration: none;
	display: block;
	padding: 2.6em 1em;			/*上下、左右へのボックス内の余白*/
	border: solid 3px #e4e4e4;	/*枠線の線種、幅、色*/
}

.box2.doctor_title{
	background: #cce5ff url(../images/doctor_title.png) no-repeat right bottom;
	color:#000;
	font-size:1.5em;
}

.box2.other_title{
	background: #cce5ff url(../images/other_title.png) no-repeat right bottom;
	color:#000;
	font-size:1.5em;
	padding:0.5em 1em;
	height:8em;
	line-height:150%;
	margin-top:2em;
}

.box2.clinic_title{
	background: #ffdfef url(../images/clinic_title.png) no-repeat right bottom;
	color:#000;
	font-size:1.5em;
}




/*当社の特徴*/
.box2.outline_doctor{
	background-image:url(../images/outline_doctor.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	color:#000;
	padding:0 1em;
	height:200px;
}
.box2.outline_doctor p{
	font-size:1em;
	line-height:150%;
	text-align:center;
	margin-top:1em;
}

.box2.outline_medical{
	background-image:url(../images/outline_medical.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	color:#000;
	padding:0 1em;
	height:200px;
}
.box2.outline_medical p{
	font-size:1em;
	line-height:150%;
	text-align:center;
	margin-top:1em;
}

/*ご登録にあたって*/
.box2.regist_doctor{
	background-image:url(../images/regist_doctor.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	color:#000;
	padding:0 1em;
	height:200px;
}
.box2.regist_doctor p{
	font-size:1.2em;
	line-height:150%;
	text-align:left;
	line-height:180px;
	font-family:Century Gothic;
	color:#325cb6;
}

/*ご利用の流れ*/
.box2.service_doctor{
	background-image:url(../images/service_doctor.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	color:#000;
	padding:0 1em;
	height:200px;
}
.box2.service_doctor p{
	font-size:1.2em;
	line-height:150%;
	text-align:left;
	line-height:180px;
	font-family:Century Gothic;
	color:#966b34;
}

/*求人情報*/
.box2.offer_doctor{
	background-image:url(../images/offer_doctor.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	color:#000;
	padding:0 1em;
	height:200px;
}
.box2.offer_doctor p{
	font-size:1.2em;
	line-height:150%;
	text-align:left;
	line-height:180px;
	font-family:Century Gothic;
	color:#6d3d29;
}


/*会社紹介*/
.box2.company_profile{
	background-image:url(../images/company_profile.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	color:#000;
	padding:0 1em;
	height:200px;
}
.box2.company_profile p{
	font-size:1.2em;
	line-height:150%;
	text-align:left;
	line-height:180px;
	font-family:Century Gothic;
	color:#969a99;
}

table.company{
	width:100%;
	border-collapse:collapse;
}
table.company td{
	border:1px solid #999;
}

table.company tr td:first-child{
	width:6em;
	background-color:#CCC;
	text-align:center;
}
table.company tr td:nth-child(2){
	padding-left:1em;
}

ul.jigyo{
	margin:0;
	padding:0;
	list-style:disc;
}
ul.jigyo li{
	margin-left:1.5em;
}


.sign{
	display:inline-block;
	float:right;
}

/*求人情報*/
table.offer_table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:3em;
}
table.offer_table td{
	border:1px solid #333;
	padding:0 0.5em;
}
table.offer_table tr td:first-child{
	width:5em;
	background-color:#E6FFE6;
}

/*登録フォーム*/
table#form_table{
	width:100%;
	border-collapse:collapse;
}
table#form_table td{
	border:1px solid #999;
	padding:0.2em;
}
table#form_table tr td:first-child{
	width:30%;
	background-color:#FCEBD6;
}
table#form_table tr td:nth-child(2){
	width:70%;
	background-color:#FFF;
}
table#form_table td span{
	display:inline-block;
}
table#form_table td span input,
table#form_table td span select,
table#form_table td span textarea{
	font-size:1em;
}
table#form_table td span.req{
	font-size:0.8em;
	color:#F00;	
}

table#form_table td span input[type=text]{
	margin-left:0;
}
table#form_table td span input.moji1{
	width:90%;
	max-width:10em;
}
table#form_table td span input.moji2{
	max-width:2em;
}
table#form_table td span select.moji3{
	height:1.6em;
}
table#form_table td input.moji4{
	font-size:1em;
	width:90%;
}
table#form_table td input.moji5{
	font-size:1em;
}

table#form_table td input.moji6{
	font-size:1em;
	width:6em;
}
table#form_table td textarea.moji7{
	font-size:1em;
	width:90%;
	height:7em;
}
table#form_table td input.moji8{
	font-size:1em;
	width:90%;
	max-width:15em;
}

/*お問い合わせページ*/

.subbtn{
	margin:2em 0;
	padding:1em 0;
	text-align:center;
	background-color:#D6FBA8;
	border:1px solid #999;
}
.subbtn input.moji9{
	font-size:1.2em;
	padding-left:1em;
	padding-right:1em;
	margin:1em;
	cursor:pointer;
}
ul.support{
	margin-left:0;
	padding:0;
	list-style-type:disc;
}
ul.support li{
	margin-left:2em;
	font-size:0.9em;
	margin-bottom:1em;
}
ol.information{
	margin-bottom:2em;
}
ol.information li{
	margin-left:2em;
}
ol.information li a{
	color:#00F;
}

a#pageback{
	font-size:1em;
	display:block;
	width:13em;
	padding:0.5em;
	margin:0.5em;
}
.info{
	font-size:1em;
}
.caution{
	color:#F00;
}
.thanks{
	text-align:center;
}

.chart_comment{
	font-size:0.9em;
	padding:0.5em;
	line-height:150%;
	background-color:#CCC;


}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #20b1e1;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 0.9em;	/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: 940px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 23%;		/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 2%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {
	text-decoration: none;
	font-size:1em;
}

/*トップページ内メインイメージ
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1,ta2共通設定*/
.ta1,
.ta2 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th,
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f0f0f0;	/*背景色*/
}
/*ta2の左側ボックス*/
.ta2 th {
	background: #fffeba;	/*背景色*/
}
/*ta2の右側ボックス*/
.ta2 td {
	text-align: center;	/*センタリング*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 15px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #20b1e1;	/*文字色*/
	font-weight: bold;	/*太字*/
	padding-top: 15px;
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 0px 30px;	/*上下、左右へのボックス内余白*/
	background: #333;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #20b1e1;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left !important;
}
.big1 {
	font-size: 30px;
	letter-spacing: 0.2em;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
.red{
	color:#F00;
	font-weight:bold;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}

.link_button1 a{
	display:block;
	padding:0.5em 1em;
	margin-bottom:2em;
	color:#FFF;
	font-size:1.4em;
	text-align:center;
background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */


}

.link_button2 a{
	display:block;
	padding:0.5em 1em;
	color:#FFF;
	font-size:1.4em;
	text-align:center;
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

.link_button3 a{
	display:block;
	color:#F00;
	font-size:1.4em;
	text-align:center;
	border:2px solid #F00;
	text-decoration:none;
	line-height:150%;
	margin:0.5em auto;
	font-weight:bold;
	width:95%;
	background-color:#FFC;
}
.link_button3 a:hover{
	background-color:#FF9;
}

.housyou a{
	background-image:url(../images/doctor_pic3.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1.5em 0;
}

.situmon a{
	background-image:url(../images/doctor_pic4.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:2em 0;
}


/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header #inner {
	width: auto;
}
/*サイトタイトル*/
header #logo {
	font-size:2em;
}
/*TEL*/
header #tel strong {
	display: block;
}

/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/

/*メニュー１個あたり*/
#headermenu li {
	float: none;
	margin-bottom: 8px;
}
#headermenu li a {
	text-align: center;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	padding: 0px;
	border-top: 1px solid #dcdcdc;
}
#menubar,
#menubar-s {
	width: auto;
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	width: 50%;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#menubar li:nth-child(even) ,
#menubar-s li:nth-child(even) {
	border-right: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 2%;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: 90%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}

}



/*画面幅570px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:570px){

body{
	font-size: 1.4em;
}


/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header h1#logo {
	display:inline-block;
	text-align:center;
	width: 100%;
	margin:0.4em 0;
	font-size:2.2em;
}

header h1#logo a span.catch{
	font-size:0.45em;
}


#contents {
	padding: 10px 10px 0px;

}

h2#form_title{
	font-size:1.2em;
}

/*トップページスライド
---------------------------------------------------------------------------*/
#pc_slide{
	display:none;
}
#mobile_slide{
	display:block;
}


.housyou a{
	background-image:url(../images/doctor_pic3-2.png);
}

.faq a{
	background-image:url(../images/doctor_pic4-2.png);
}

.link_button1 a{
	font-size:1.2em;	
}
.link_button2 a{
	font-size:1.2em;	
}
.link_button3 a{
	font-size:1.2em;	
}

#copyright {
	font-size:0.8em;

}

}

/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/

header div.topbanner {
	float:none;
}
/*ロゴ画像*/
header h1#logo {
	margin:0;
	text-align:center;
}

/*TEL*/
header #tel {
	float:none;
	text-align:center;
}



/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	margin:0;
}
/*メニュー１個あたり*/
#headermenu li {
	float: none;
	margin-bottom: 8px;
}
#headermenu li a {
	width: 86%;
	text-align: center;
}

/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
ul#fsize {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 30px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 4px;	/*角丸のサイズ*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;	/*背景色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 2px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 2px;	/*角丸のサイズ*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 2%;
}

/*「施設のご案内」と「サービスのご案内」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img{
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	margin-left: 0;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #20b1e1 url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #20b1e1 url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th,
.ta2 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td,
.ta2 td {
	width: auto;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {
	width: 90%;
}

.link_button1 a{
	font-size:0.95em;	
}
.link_button2 a{
	font-size:0.95em;
}
.link_button3 a{
	font-size:0.95em;	
}

}
