@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}
.t_right{ text-align:right !important;}
.floatR { float: right !important; }
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	共通スタイル
------------------------------------------------------------*/

.comSubBox .medicalBox02 {
    margin-bottom: 20px;
    /*width: 711px;*/
}
.comSubBox .medicalBox {
    margin: 0 -15px 60px 0;
    overflow: hidden;
    position: relative;
    width: 900px;
}

.comSubBox .medicalBox02 .medicalUl {
    margin-right: 0;
    width: 382px;
}

.comSection .fBox {
	overflow: hidden;	
}
.floatL {
    float: left !important;
}

.floatR {
    float: right !important;
}
.comSubBox .medicalBox02 .medicalUl li a {
    background: url("img/icon_li01.gif") no-repeat scroll 5px center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 9px 0 9px 20px;
}

.subNav {
	display: none;
}

#gNavi li:hover > .subNav {
	text-align:center;
	width: 100%;
	position: absolute;
	background: rgba(241,154,180,0.6);
	display: block;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2000;
}

#gNavi li .subNav ul,
.subNav ul {
	width: 1000px;
	margin: 0 auto;	
}
#gNavi li .subNav ul li,
.subNav ul li {
	float: left;
	display:inline;
	padding-right:1em;
	width: auto;
}

#gNavi li .subNav ul li a:hover,
.subNav ul li a:hover {
	text-decoration: underline;
}
#gNavi li .subNav ul li a,
.subNav ul li a{
	height: 18px;
    background: url(img/common/icon_subNav.png) no-repeat scroll 5px center rgba(0, 0, 0, 0);
	padding: 15px 20px 15px;
	display: block;
	color: #E75280;
	background: none;
}
#gNavi li .subNav ul li a:link,
.subNav ul li a:link {
	color: #E75280;
	border: none;
    background: url(img/common/icon_subNav.png) no-repeat scroll 5px center rgba(0, 0, 0, 0);
}
#gNavi li .subNav ul li.on a,
.subNav ul li.on a {
	color: #555555;
}
.about #gNavi li.introduce > #subNav1,
.education #gNavi li.education > #subNav2{
	text-align:center;
	width: 100%;
	position: absolute;
	background: rgba(241,154,180,0.6);
	display: block;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2000;
}

.tour #subNav3 {
	text-align: center;
	width: 100%;
	position: absolute;
	background: rgba(241,154,180,0.6);
	display: block;
	left: -120px;
	width: 100%;
	overflow: hidden;
	z-index: 2000;
	top: 91px;
}
.tour #subNav3 li{
	font-size: 15px;
	line-height: 1.2em;
}

.tourPhoto{
	margin-bottom:30px;
}

/*#gNavi li .subNav ul li a:visited{
	color: #E75280;
}*/
/*ul.subNav {
	width: 100%;
	position: absolute;
	display: none;
	text-align:center;
}

#gNavi li:hover > ul.subNav{
	background: rgba(241,154,180,0.6);
	display: block;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#gNavi li ul.subNav li {
	float: left;
	display:inline;
	padding-right:1em;
}
#gNavi li a:hover > ul.subNav li a:hover {
	background: rgba(0 0 0 0);
}
#gNavi li ul.subNav li a{
	padding: 15px 20px 15px;
	display: block;
	color: #ffffff;
	background: rgba(0 0 0 0);
}
#gNavi li ul.subNav li a:link{
	color: #E75280;
	border: none;
	background: rgba(0 0 0 0);
}
*/
.medicalBtn {
	margin-bottom: 48px;
}
.medicalBtn a {
    background: #E75280;
    color: #fff;
    display: block;
    font-size: 1.0em;
    margin: 0 auto;
    padding: 23px;
    text-align: center;
    width: 492px;
}
.medicalBtn2 {
	overflow: hidden;
}
.medicalBtn2 a {
    background: #E75280;
    color: #fff;
    display: block;
    font-size: 1.0em;
    padding: 23px;
    text-align: center;
}
.medicalBtn2 li{
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}
.medicalBtn2 li.lastchild{
	margin: 0 0 0 0;
}
.comSection .medicalBtn a, .comSection .medicalBtn a:link,
.comSection .medicalBtn2 a, .comSection .medicalBtn2 a:link {
	color: #ffffff;	
}
.comSection .medicalBtn a:hover,
.comSection .medicalBtn2 a:hover {
    background: #F19AB4;
}
img.pic {
	padding: 7px;
	border: 1px solid #cccccc;
	background: #ffffff;	
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

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

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

a:active {
	color: #333;
	text-decoration: underline;
}
.comSection a,
.comSection a:link {
	color: #E75280;
	text-decoration: none;
}

.comSection a:visited {
	color: #F19AB4;
	text-decoration: none;
}

.comSection a:hover {
	color: #F19AB4;
	text-decoration: underline;
}

.comSection a:active {
	color: #F19AB4;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	padding: 0 0 75px;
	border-top: 40px solid #F3F1F2;
	/*background: url(img/common/sectionbg.gif) repeat-x;*/
}

#main.otherMain {
	border: none;
}

section {
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .menu {
	display: none;
}

#gHeader {
	background-color: #FFF;
	border-bottom: 1px solid #E75280;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1000px;
}

#gHeader h1 {
	padding: 19px 0 0 5px;
	float: left;
}

#gHeader h1 .spImg {
	display: none;
}

#gHeader h1 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .hLink {
	width: 120px;
	float: right;
}

#gHeader .hLink a {
	padding: 26px 0 10px;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	background-color: #E85280;
	border-bottom: 3px solid #E85280;
}

#gHeader .spLink {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 633px;
	float: right;
}

#gNavi li {
	padding-left: 6px;
	width: 120px;
	float: left;
}

#gNavi li a {
	padding: 35px 0 25px;
	display: block;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	border-bottom: 3px solid #FFF;
	height: 27px;
}

/*#gNavi .introduce a {
	border-bottom: 3px solid #E75280;
}*/

#gNavi li a:hover {
	color: #FFF;
	background-color: #E75280;
	border-bottom: 3px solid #E75280;
}
#gNavi li.on a {
	border-bottom: 3px solid #E75280;
}

#gHeader .request a {
	padding-top: 26px;
}

#gNavi li a span {
	display: block;
}


/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 1px solid #E75280;
	background-color: #F4F4F4;
	box-shadow: 0 0 2px #999 inset;
	-moz-box-shadow: 0 0 2px #999 inset;
	-webkit-box-shadow: 0 0 2px #999 inset;
	position: relative;
    behavior: url(js/pie.htc);
}

#gFooter .naviBox {
	margin: 0 auto;
	padding: 25px 0 25px 17px;
	width: 983px;
	border-bottom: 1px solid #E75280;
}

#gFooter .naviBox .fNavi {
	width: 690px;
	float: left;
}

#gFooter .naviBox .fNavi ul:first-child {
	margin-bottom: 18px;
}

#gFooter .naviBox .fNavi li {
	margin-right: 29px;
	display: inline;
	font-size: 14px;
}

#gFooter .naviBox .fNavi li a {
	padding-left: 17px;
	display: inline-block;
	background: url(img/common/icon01.gif) no-repeat left center;
}

#gFooter .naviBox .fLink {
	margin-top: 6px;
	width: 268px;
	float: right;
	background-color: #FFF;
	border: 1px solid #E75280;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
    behavior: url(js/pie.htc);
}

#gFooter .naviBox .fLink li {
	width: 134px;
	float: left;
}

#gFooter .naviBox .fLink li:first-child a {
	border-right: 1px solid #E75280;
}

#gFooter .naviBox .fLink li a {
	padding: 8px 0 9px;
	display: block;
	color: #e75280;
	font-size: 14px;
	text-align: center;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 24px 0 35px 72px;
	width: 928px;
}

#gFooter .fBox .logo {
	float: left;
}

#gFooter .fBox .logo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .ftTxt {
	margin-top: 7px;
	width: 612px;
	float: right;
	font-size: 13px;
	line-height: 1.4;
}

#gFooter .ftTxt span {
	display: block;
	color: #E75280;
	font-size: 25px;
}

#gFooter .ftLink {
	padding: 6px 0 10px;
	background-color: #E85280;
}

#gFooter .ftLink ul {
	margin: 0 auto;
	width: 980px;
}

#gFooter .ftLink li {
	display: inline;
	color: #FFF;
	font-size: 10px;
}

#gFooter .ftLink li a {
	padding: 0 5px;
	color: #FFF;
}

#gFooter .copyright {
	padding: 10px 0;
	background-color: #FFF;
}

#gFooter .copyright .pcTxt {
	margin: 0 auto;
	width: 1000px;
	font-size: 11px;
	text-align: center;
}

.spTxt {
	display: none !important;
}

.codingBox {
	position: fixed;
	right: 0;
	bottom: 0;
}

.ul_v1 {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    list-style-type: disc;
    margin: 5px 3px;
    overflow: hidden;
    padding: 15px 5px 12px 30px;
}
.ul_v1 li{
    padding: 2px 0 2px 0px;
}
.ul_v1_pdf,
.ul_v1_doc,
.ul_v1_xls {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    list-style-type: none;
    margin: 5px 3px;
    overflow: hidden;
    padding: 15px 5px 12px 30px;
}
.ul_v1_pdf li {
    background: url(./img/common/document-pdf.png) no-repeat scroll 0 50% #fcfcfc;
    padding: 2px 0 2px 30px;
}
.ul_v1_doc li {
    background: url(./img/common/wordIcon.png) no-repeat scroll 0 50% #fcfcfc;
    padding: 2px 0 2px 30px;
}
.tour .ul_v1_doc li {
}
.ul_v1_xls li {
    background: url(./img/common/document-excel-table.png) no-repeat scroll 0 50% #fcfcfc;
    padding: 2px 0 2px 30px;
}
.ul_Square li{
	margin: 0 0 0 20px;
}
.ul_Square li{
    list-style: outside square;
    padding: 2px 0 2px 0px;
}
.ol_v1 {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    list-style-type: decimal;
    margin: 5px 3px 0;
    overflow: hidden;
    padding: 15px 5px 12px 40px;
}
ol li {
    margin: 0 0 8px 20px;
	list-style: outside decimal;
}
td dl.tourTable {
	overflow: hidden;		
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0; 
}
td dl.tourTable:last-child{
	border: none;
	margin:0;
	padding:0;
}
dl.tourTable dt{
	font-weight: bold;
	color: #744516;
	float: left;
	width: 100px;
}
dl.tourTable dd{
	margin: 0 0 0 120px;
}
.TableValue {
    border-collapse: collapse;
    border-color: #fff !important;
    margin: 5px 2px 15px;
    width: 98%;
	font-size: 13px;
}
#main .comSection .TableValue p{
	font-size: 13px;
}
.TableValue th {
    background-color: #F19AB4;
    border-bottom: 1px solid #efefef;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 10px 7px;
    text-align: left;
}

.TableValue td {
    border-bottom: 1px solid #ddd;
    padding: 7px 10px 5px;
    vertical-align: top;
}

.TableValue2 {
    border-collapse: collapse;
    border-color: #fff !important;
    margin: 5px 2px 15px;
    width: 98%;
	font-size: 11px;
}
#main .comSection .TableValue2 p{
	font-size: 11px;
}

.TableValue2 th {
    background-color: #F19AB4;
    border: 1px solid #efefef;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 10px 7px;
    text-align: left;
}

.TableValue2 td {
    border: 1px solid #ddd;
    padding: 7px 10px 5px;
    vertical-align: top;
}
.contactAdd {
	padding: 15px;
	border: 5px solid #eeeeee;
}
.contactAdd .add01 {
	font-size: 18px;	
}
.contactAdd .add02 {
	font-size: 15px;
	margin-top: 10px;	
}
#main .comSection .contactAdd h3,
#main .comSection .contactAdd p {
	margin: 0;	
}
/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
#spSpace {
	margin: 0 5px;
	height: 0;
	overflow: hidden;
	zoom: 1;
}

.mainVisual {
	height: 480px;
	position: relative;
}

.mainVisual li {
	height: 480px;
}

.mainVisual .arrowBox {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 100;
}

.mainVisual .arrow {
	margin-top: -25px;
	position: relative;
}

.mainVisual .arrow a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.mainVisual .arrow a {
	position: absolute;
	top: 50%;
}

.mainVisual .arrow .prev {
	left: 0;
}

.mainVisual .arrow .next {
	right: 0;
}

.mainVisual .arrow .spImg {
	display: none;
}

.mainVisual li {
	float: left;
	width: 1599px;
}

.mainVisual li .txtBox {
	padding-top: 119px;
	margin: 0 auto;
	width: 1000px;
	font-size: 15px;
}

.mainVisual li .txtBox span {
	display: block;
	margin-left: -93px;
}

.mainVisual li .txtBox .text span {
	display: inline-block;
	color: #E75280;
	font-size: 36px;
}

.mainVisual li .txtBox a {
	margin: -62px 0 0 1px;
	padding: 7px 0;
	position: relative;
	display: block;
	width: 132px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background-color: #E75280;
	z-index: 10;
}

.mainVisual li .spImg {
	display: none;
}

.mainVisual li.list01 {
	background: url(img/index/main_visual_bg01.jpg) no-repeat center top;
	zoom: 1;
}
.mainVisual li.list02 {
	background: url(img/index/main_visual_bg02.jpg) no-repeat center top;
	zoom: 1;
}
.mainVisual li.list03 {
	background: url(img/index/main_visual_bg03.jpg) no-repeat center top;
	zoom: 1;
}
.mainVisual li.list04 {
	background: url(img/index/main_visual_bg04.jpg) no-repeat center top;
	zoom: 1;
}

.indLinkBox {
	padding: 27px 0;
	background: url(img/common/com_bg.gif) repeat left top;
}

.indLinkBox ul {
	margin: 0 auto;
	padding-left: 31px;
	width: 1035px;
}

.indLinkBox li {
	margin-right: 31px;
	float: left;
}

.indLinkBox li img {
	display: block;
}

.indLinkBox li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.indLinkBox li a span {
	display: none;
}

.section {
	padding: 32px 0 28px;
	border-top: 1px solid #E75280;
}

.comSubBox {
	margin: 0 auto;
	width: 1000px;
	background: #ffffff;
	padding: 70px 0 0 0;
}
#topindex .comSubBox {
	padding: 0 0 0 0;
}

.indLinkUl {
	margin: 0 -35px 32px 0;
}

.indLinkUl li {
	margin-right: 35px;
	float: left;
}

.indLinkUl li a {
	display: block;
	color: #E75280;
	border: 1px solid #E75280;
}

.indLinkUl li a span {
	padding: 10px 0 8px;
	width: 308px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.indLinkUl li img {
	display: block;
}

.indLinkUl li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.textLink {
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	position: relative;
    behavior: url(js/pie.htc);
}

.textLink li {
	float: left;
	width: 327px;
}

.textLink .liMid {
	width: 344px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.textLink li a {
	padding: 15px 0;
	display: block;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #E75280;
}

.textLink li a img {
	vertical-align: middle;
	margin-right: 20px;
}

.textLink .liMid a {
	font-size: 18px;
	letter-spacing: -1px;
}

.textLink .liMid a img {
	margin-right: 13px;
}

.section.newBox {
	padding: 25px 0;
	border-bottom: 1px solid #e75280;
}

.newTtl {
	float: left;
}

.newTtl span {
	display: none;
}

.scrollBox {
	width: 767px;
	float: right;
	height: 73px;
	overflow-y: scroll;
}

.newDl {
	margin-top: -4px;
	line-height: 2.2;
	font-size: 12px;
}

.newDl dt {
	color: #e75280;
	float: left;
}

.newDl dd {
	padding: 0 0 0 10em;
}

.comLinkBox {
	padding: 42px 0 39px;
	background: url(img/common/link_box_bg.jpg) repeat-x left bottom; 
}
.comLinkBox .comSubBox {
	padding: 0;
}

.comLinkBox .indLink {
	padding: 17px 10px 18px;
	width: 458px;
	float: left;
	text-align: center;
	border: 1px solid #CBCCCC;
	background: #FFF url(img/index/link_bg.gif) repeat left bottom;
}

.comLinkBox .indLink span {
	margin-bottom: 21px;
	display: block;
	color: #555;
	font-size: 16px;
}

.comLinkBox .indLink a {
	padding: 16px 0;
	margin: 0 auto;
	width: 390px;
	display: block;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #E75280;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
    behavior: url(js/pie.htc);
}

.comLinkBox .indLink a img {
	display: none;
}

.comLinkBox .indLink a:hover {
	background-color: #F19AB4;
}
/*------------------------------------------------------------
	info.html
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 45px;
	padding: 5px;
	position: relative;
	border: 1px solid #E6E6E6;
}

#main .mainImg .photo {
	text-align: right;
	height: 210px;
	overflow: hidden;
}

#main .mainImg .photo .spImg {
	display: none;
}

#main .mainImg .textBox {
	padding: 32px 5px 5px;
	position: absolute;
	left: 0;
	top: 0;
	color: #555;
	font-size: 22px;
}

#main .mainImg .textBox p {
	margin: 0 0 26px 31px;
	line-height: 1.4;
}

#main .mainImg .textBox .txt01 {
	margin-bottom: 9px;
	color: #e75280;
	font-size: 30px;
}

#main .mainImg .txtBox {
	padding: 18px 34px 16px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 920px;
	color: #e75280;
	font-size: 12px;
	background: url(img/info/txt_bg.png) repeat left top;
}

#main .mainImg .txtBox .txt02 {
	margin-bottom: 13px;
	padding: 6px 0 4px;
	width: 215px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #E85280;
	border-top: 1px solid #EDA7BD;
	border-bottom: 1px solid #EA7D9E;
}

#main .mainImg .txtBox .txt02:before {
	margin-left: -12px;
	width: 14px;
	height: 12px;
	background: url(img/info/arrow.png) no-repeat left top;
	background-size: 14px 12px;
	position: absolute;
	bottom: -10px;
	left: 50%;
  
	content: ""; 
}

#main .comSubBox h2 {
	margin-bottom: 20px;
	padding-left: 35px;
	color: #e75280;
	font-size: 24px;
	background: url(img/common/icon03.gif) no-repeat left center;
}

#main .comSection {
	margin-bottom: 43px;
	padding: 0 20px 45px;
	border-bottom: 1px solid #ccc;
}
#main .btmSection {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;
}

#main .comSection p {
	margin-bottom: 27px;
	/*font-size: 16px;*/
	font-size: 14px;
	line-height: 1.6;
}

#main .comSection .pText01 {
	margin-bottom: 45px;
}

#main .comSection .photoList {
	margin: 0 -32px 27px 0;
}

#main .comSection .photoList li {
	margin-right: 32px;
	float: left;
}

#main .comSection .photoList li img {
	display: block;
}

#main .comSection .dlList {
	padding: 30px 20px 30px 50px;
	background: #eee;
}

#main .comSection .dlList dt {
	margin-left: -30px;
	float: left;
}

#main .comSection .dlList dt img {
	margin-top: 3px;
	display: block;
}

#main .comSection .dlList dd {
	padding-bottom: 15px;
	min-height: 32px;
	font-size: 16px;
	line-height: 1.3;
	margin-left: 20px;
}

#main .comSection .dlList.pcList dd,
#main .comSection .dlList01 dd {
	padding-bottom: 0;
	min-height: 32px;
	font-size: 14px;
	line-height: 2.85;
}

#main .comSection .infoImg {
	text-align: center;
}

#main .dotUl {
	margin-top: 25px;
}

#main .dotUl li {
	padding-top: 21px;
	text-align: center;
}

#main .dotUl li img {
	vertical-align: top;
}

#main .spDl {
	display: none;
}

/*------------------------------------------------------------
	program.html
------------------------------------------------------------*/
#main .mainImg .programTxt {
	width: 400px;
	position: absolute;
	left: 25px;
	top: 23px;
}

#main .mainImg .programTxt .pTtl {
	padding: 5px 15px 3px;
	color: #FFF;
	font-size: 30px;
	background: url(img/program/bg01.png) repeat left top;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
    behavior: url(js/pie.htc);
}

#main .mainImg .programTxt .txtList {
	padding: 10px 21px 12px;
	font-size: 16px;
	line-height: 1.3;
	background: url(img/program/bg02.png) repeat left top;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	position: relative;
    behavior: url(js/pie.htc);
}

#main .mainImg .programTxt .txtList li {
	padding-bottom: 14px;
}

#main .mainImg .programTxt li a{
	padding-left: 15px;
	display: inline-block;
	background: url(img/common/icon04.png) no-repeat left center;
} 

#main .mainImg .programTxt .txtList .subTxt {
	margin: 0 0 0 35px;
}

#main .mainImg .programTxt .txtList .subTxt li {
	padding: 0;
}

#main .mainImg .programTxt .txtList .subTxt a {
	background: url(img/common/icon05.gif) no-repeat left 9px;
}

#main .programSection {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#main h3 {
	margin-bottom: 22px;
	color: #e75280;
	font-size: 18px;
	font-weight: normal;
}

#main .prograImg {
	padding-top: 25px;
	text-align:  center;
}

#main span.notes {
	margin-top: 17px;
	display: block;
	color: #e75280;
	font-size: 18px;
	text-align:  center;
}

.spMenu {
	display: none;
}

/*------------------------------------------------------------
	training.html
------------------------------------------------------------*/
#main .trainingMainImg {
	margin-bottom: 40px;
	border: none;
	padding: 0;
}

#main .trainingMainImg .text {
	width: 370px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: #FFF;
	background: url(img/program/bg01.png) repeat left top;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
    behavior: url(js/pie.htc);
}

#main .trainingMainImg .text .pTtl {
	padding: 13px 10px;
	text-align: center;
	font-size: 30px;
	border-bottom: 2px solid #FFF;
}

#main .trainingMainImg .text li {
	padding: 12px 0 15px 20px;
	border-top: 2px dotted #FFF;
}

#main .trainingMainImg .text li:first-child {
	border: none;
}

#main .trainingMainImg .text li a {
	color: #FFF;
	font-size: 18px;
	line-height: 1.6;
}

#main .trainingMainImg .text .subTxt li {
	padding: 0;
	border: none;
}

#main .trainingMainImg .text .subTxt li a {
	padding-left: 13px;
	display: inline-block;
	background: url(img/common/icon06.gif) no-repeat left 15px;
}

#main .comSubBox .h2Ttl01 {
	margin-bottom: 42px;
	padding: 7px 10px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	background: url(img/common/h2_ttl01_bg.gif) repeat left top;
}

#main .trainingBox {
	padding: 0 90px 60px 78px;
}

#main .trainInner .photoBox {
	margin-top: 11px;
	float: right;
}

#main .trainInner .textList {
	margin: 0;
	width: 490px;
	float: left;
}

#main .textList li {
	padding: 10px 0 10px 10px;
	font-size: 16px;
	line-height: 1.9;
	border-top: 1px dashed #606060;
}

#main .textList li:first-child {
	padding-top: 0;
	border: none;
}

#main .textList li:first-letter {
	margin: 10px 5px 0 -10px;
	float: left;
	color: #e75280;
	font-size: 40px;
	line-height: 40px;
}

#main .h3Ttl01 {
	margin: -10px 0 10px;
}

#main .h3Ttl01 .back {
	display: inline-block;
	padding: 3px;
	background: url(img/common/h3_bg.gif) repeat left top;
}

#main .h3Ttl01 span {
	padding: 5px 15px;
	display: block;
	color: #555;
	letter-spacing: 2.5px;
	background-color: #FFF;
}

#main .textList01 {
	margin-bottom: 40px;
}

#main .trainingImg {
	padding: 6px 0 0;
}

/*------------------------------------------------------------
	当院のご紹介
------------------------------------------------------------*/
/*部署紹介*/
#department table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}
.h_map_01 th {
	background: #E13C7A;
	color: #ffffff;
}
.h_map_01 th,
.h_map_01 td {
	padding: 7px;
	border: 1px solid #E13C7A;
}
.h_map_02 th {
	background: #E5931B;
	color: #ffffff;
}
.h_map_02 th,
.h_map_02 td {
	padding: 7px;
	border: 1px solid #E5931B;
}
.h_map_03 th {
	background: #499ECA;
	color: #ffffff;
}
.h_map_03 th,
.h_map_03 td {
	padding: 7px;
	border: 1px solid #499ECA;
}
.h_map_04 th {
	background: #781887;
	color: #ffffff;
}
.h_map_04 th,
.h_map_04 td {
	padding: 7px;
	border: 1px solid #781887;
}
.h_map_05 th {
	background: #149840;
	color: #ffffff;
}
.h_map_05 th,
.h_map_05 td {
	padding: 7px;
	border: 1px solid #149840;
}

td.midTd {
	width: 20px;	
}
 
 
.depFrame #main{
	border: none;
	padding: 0;
}
.depFrame #main .comSubBox {
    width: 800px;
	padding: 0;
}

.depFrame #main .comSubBox .if_wrap {
	background: #F9EEF1;
	padding: 40px;	
}
/*------------------------------------------------------------
	研修と教育
------------------------------------------------------------*/
#educationindex #main .comSection .dlList dd {
	padding: 10px;
}
/*King of プリプリ*/
#preceptorship .fBox dl {
	width: 280px;	
	margin: 0 40px 0 0;
}
#preceptorship .fBox dl.lastchild {
	margin: 0;
}
#preceptorship .fBox dl dd.comment{
	background: url(img/education/preceptorship_txt_t.gif) no-repeat 0 0;
	padding: 18px 0 0 0;
}
#preceptorship #main .comSection .fBox dl dd.comment p {
	display: block;
	background: url(img/education/preceptorship_txt_b.gif) no-repeat 0 bottom #E75280;
	color: #ffffff;
	padding: 12px;
}

/*------------------------------------------------------------
	tour.html
------------------------------------------------------------*/
a:hover img,
.tour .print a:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

/*------------------------------------------------------------
	nursingdepartment
------------------------------------------------------------*/
#nursingdepartmentindex .conts_box_tensen {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
/*------------------------------------------------------------
	entry.html form.html
------------------------------------------------------------*/
#entry input {
	/*width: 300px;*/
}
 
#main .comSection_form {
	padding: 0 150px 45px;
}
.comSection_form input.form_i {
	width: 100%;	
}
#formindex button {
	background: url(img/submit_01.gif) no-repeat 0 0;
	width: 250px;
	height: 53px;
	border: none;
	cursor: pointer;
	text-indent: -99999px;
}
button#mfp_button_send{
	background: url(img/submit_02.gif) no-repeat 0 0;
	
}

button#mfp_button_cancel{
	background: url(img/submit_03.gif) no-repeat 0 0;
}

#formindex td.btn {
	border: none;
	padding: 25px 0;
	text-align:center;
}
#formindex td {
	vertical-align: middle;	
}
li.entryBtn {
	background: none;
	float: right;
	padding: 0 15px 0 0;
}
form#mailformpro textarea#kanso {
	width: 390px;
	height: 100px;
	padding: 0;
}

.necessary {
  color: #F00;	
}
#formindex table{
	width:100%;
	border-collapse: collapse;
}
#formindex table tr{
	border-bottom: 1px solid #cccccc;
}
#formindex table tr:last-child {
	border-bottom: none;
}
#formindex table tr:first-child {
	border-top: 1px solid #cccccc;
}
#formindex table td{
}

#formindex td.table_left {
	width: 20%;
	background: #eeeeee;
	font-weight: bold;
	padding: 20px;
}
#formindex td.table_right {
	width: 100%;
	padding: 20px 20px 20px 50px;
}

#formindex #submit {
	text-align: center;
	margin: 30px 0;	
}
#formindex #main {
	border: none;	
}
#formindex input[type="submit"] {
	border: none;
	background:	#E75280;
	padding: 15px;
	color: #ffffff;
}
/*------------------------------------------------------------
	sitemap.html
------------------------------------------------------------*/
#sitemap h3 {
	border-left: 5px solid #E75280;
	padding: 0 0 0 15px;
}

#sitemap .comSubBox ul{
	margin: 0 0 40px 15px;
}

#sitemap .comSubBox li{
	background: url(img/li_square.gif) no-repeat 0 50%;
	padding-left: 20px;
	margin: 5px 0;
}

/*------------------------------------------------------------
	privacy.html
------------------------------------------------------------*/
#privacy .waku_g2 {
	margin: 20px 0;
	text-align: right;
	border: 2px solid #c0c0c0;
	padding: 10px 6px;
}
#privacy .waku_g2 > p {
	margin: 0;
}

#privacy dt,#privacy dt {
	margin: 5px 0;
}

#privacy .conts_box_tensen ol li {
	margin-bottom: 20px;	
}
#privacy .conts_box_tensen ol li > ul li {
	list-style: none;
	margin: 0;	
}

.linkbutton a {
	width: 50%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #E75280;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	behavior: url(js/pie.htc);
}
.linkbutton a:hover {
	opacity: 80%;
}
#department1 tbody tr td {
	border: 1px solid #D0D0D0;
	color: #E75280;
	font-size: 200%;
	width: 33%;
}
#department1 tbody tr td li {
	text-decoration: none;
	list-style-type: none;
	text-indent: 1em;
	padding-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 1.3em;
	color: #656565;
	font-size: 80%;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
}
#department1 tbody tr td li a:hover {
	color: #FFFFFF;
	background-color: #E75280;
	text-decoration: none;
}
#description tbody tr th {
	color: #656565;
	font-size: 130%;
	font-weight: normal;
	width: 10%;
	border: 1px solid #D0D0D0;
	padding-left: 1em;
}
#description tbody tr td {
	color: #656565;
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #D0D0D0;
}







@media all and (min-width: 769px) and (max-width: 3000px) {
	.caroufredsel_wrapper,.mainVisual ul {
		height: 480px !important;	
	}
	.caroufredsel_wrapper {
		width: 100% !important;	
	}
}

@media all and (min-width: 0) and (max-width: 768px) {
	
	body {
		background: url(img/common/sp_body_bg.gif) repeat left top;
		background-size: 2px 2px;
	}
	
	#main {
		padding: 0 0 0;
		border-top: none;
		background-color: #FFF;
	}

	body.depFrame {
		background: none;
	}
	.depFrame #main .comSubBox {
	    width: 100%;
	}
	.depFrame #main .comSubBox img {
	    width: 100%;
	}
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		border-bottom: none;
	}
	
	#gHeader .hBox {
		padding: 6px 15px 0 11px;
		width: auto;
	}
	
	#gHeader h1 {
		width: 61%;
		padding: 0;
	}
	
	#gHeader h1 .spImg {
		display: block;
	}

	#gHeader h1 .pcImg {
		display: none;
	}

	#gHeader .hLink {
		display: none;
	}

	#gHeader .spLink {
		margin-top: 10px;
		display: block;
		width: 32%;
		float: right;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gHeader .menuBox {
		padding: 10px 0 0;
		clear: both;
		margin: 0 -15px 0 -11px;
		position: relative;
	}
	
	#gHeader .menu {
		display: block;
		position: relative;
		z-index: 1200;
	}

	#gNavi {
		position: absolute;
		width: auto;
		display: none;
		float: none;
		left: 0;
		top: 14px;
		width: 100%;
		z-index: 2000;
	}
	
	#gNavi li {
		width: 100%;
		padding: 0;
		float: none;
		border-bottom: 2px solid #FFF;
	}

	#gHeader .menu a,
	#gNavi li a {
		position: relative;
		width: 100%;
		padding: 6px 0 !important;
		display: block;
		color: #FFF;
		font-size: 15px;
		text-align: center;
		border-bottom: none !important;
		background-color: #E75280;
	}
	
	#gHeader .menu a:before,
	#gNavi li:first-child a:before {
		margin-top: -7.5px;
		width: 20px;
		height: 15px;
		background: url(img/common/sp_menu.gif) no-repeat left top;
		background-size: 20px 15px;
		position: absolute;
		top: 50%;
		right: 10px;
	  
		content: ""; 
	}
	
	#gNavi li a span {
		display: inline;
	}
	
	/*------------------------------------------------------------
		conts
	------------------------------------------------------------*/
	#conts {
	}
	
	/*------------------------------------------------------------
		sideBar
	------------------------------------------------------------*/
	#sideBar {
	
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		border-top: none;
		background-color: transparent;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	#gFooter .naviBox {
		margin: 0 auto;
		padding: 0 5px 10px;
		width: auto;
		border-bottom: none;
	}
	
	#gFooter .naviBox .fNavi {
		width: auto;
		float: none;
	}
	
	#gFooter .naviBox .fNavi ul:first-child {
		margin-bottom: 3px;
	}
	
	#gFooter .naviBox .fNavi ul:first-child li {
		margin-right: 13px;
	}
	
	#gFooter .naviBox .fNavi li {
		margin-right: 5px;
		display: inline;
		font-size: 8px;
	}
	
	#gFooter .naviBox .fNavi li a {
		padding-left: 10px;
		background: url(img/common/icon01.gif) no-repeat left center;
		background-size: 4px 4px;
	}
	
	#gFooter .naviBox .fLink {
		margin: 0 0 8px;
		width: auto;
		float: none;
	}

	#gFooter .naviBox .fLink li {
		width: 50%;
	}
	
	#gFooter .naviBox .fLink li a {
		padding: 8px 0 9px;
		display: block;
		color: #e75280;
		font-size: 14px;
		text-align: center;
	}
	
	#gFooter .fBox {
		display: none;
	}
	
	#gFooter .ftLink {
		display: none;
	}
	
	#gFooter .copyright {
		padding: 13px 0;
		background-color: #E85280;
	}

	#gFooter .copyright .pcTxt {
		display: none;
	}
	
	#gFooter .copyright .spTxt {
		display: block;
		color: #FFF;
		width: auto;
		text-align: center;
		font-size: 7px;
	}
	
	.codingBox {
		display: none;
	}
	/*------------------------------------------------------------
		共通要素
	------------------------------------------------------------*/
	.medicalBtn2 li{
		float: none;
		margin: 0 0 10px 0;
	}
#gNavi li:hover > .subNav {
		display: none;	
	}
	/*------------------------------------------------------------
		index.html
	------------------------------------------------------------*/
	.mainVisual {
		padding: 1px 5px 5px;
		height: inherit;
	}
	
	.mainVisual .foo {
		width: 100%;
	}
	
	.mainVisual ul {
		height: auto;
	}
	
	.mainVisual li {
		height: auto !important;
		width: auto;
	}
	
	.mainVisual .arrowBox {
		margin: 0 -5px;
	}

	.mainVisual .arrow {
		margin-top: -18px;
	}
	
	.mainVisual .arrow .prev {
		left: 5px;
	}
	
	.mainVisual .arrow .next {
		right: 5px;
	}

	.mainVisual .arrow a img {
		width: 12px;
	}

	.mainVisual .arrow .pcImg {
		display: none;
	}
	
	.mainVisual .arrow .spImg {
		display: block;
	}
	
	.mainVisual li .txtBox {
		display: none;
	}

	.mainVisual li .spImg {
		display: block;
	}
	
	.mainVisual li {
		background: none !important;
	}
	
	.indLinkBox {
		padding: 0 5px 15px;
	}
	
	.indLinkBox ul {
		padding-left: 0;
		width: auto;
	}
	
	.indLinkBox li {
		margin-right: 1.25%;
		width: 32.5%;
	}
	
	.indLinkBox li:last-child {
		margin-right: 0;
	}

	.indLinkBox li a {
		padding: 20% 0 33%;
		display: block;
		position: relative;
		color: #FFF;
		text-align:center;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.indLinkBox li a:before {
		margin-left: -7px;
		width: 13px;
		height: 13px;
		background: url(img/common/sp_icon02.png) no-repeat left top;
		background-size: 13px 13px;
		position: absolute;
		bottom: 18%;
		left: 50%;
	  
		content: ""; 
	}

	.indLinkBox li:first-child a {
		background-color: #E85280;
	}
	
	.indLinkBox li:nth-child(2) a {
		background-color: #FB9A33;
	}
	
	.indLinkBox li:nth-child(3) a {
		background-color: #08997C;
	}
	
	.indLinkBox li img {
		display: none;
	}
	
	.indLinkBox li a span {
		display: block;
	}
	
	.section {
		padding: 0 5px;
		border-top: none;
		background: none;
	}
	
	.comSubBox {
		width: auto;
		padding: 0 0 0 0;
	}
	#topindex .comSubBox{
		padding: 0 0 0 0;
	}
	.indLinkUl {
		margin: 0 0 10px;
	}
	
	.indLinkUl li {
		margin: 0 0 5px;
		float: none;
	}
	
	.indLinkUl li a {
		display: block;
		background-color: #FFF;
		border: 1px solid #E75280;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.indLinkUl li a span {
		padding: 8px 0 8px;
		width: 100%;
		font-size: 15px;
	}
	
	.indLinkUl li img {
		display: none;
	}

	.textLink {
		padding-bottom: 5px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.textLink li {
		margin: 0 0 5px;
		float: none;
		width: auto !important;
	}
	
	.textLink .liMid {
		border: none;
	}
	
	.textLink li a {
		padding: 10px 0 7px;
		height: auto !important;
		font-size: 15px;
		background-color: #E75280;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.textLink li a img {
		margin-right: 8px !important;
		width: 20px;
	}
	
	.textLink .liMid a {
		font-size: 15px;
	}
 
 	.section.newBox {
		margin: 0 5px;
		padding: 10px 10px 5px;
		background-color: #FFF;
		border: 1px solid #E75280;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.newTtl {
		margin-bottom: 5px;
		float: none;
		color: #E75280;
		font-size: 15px;
		font-weight: bold;
		text-align:  center;
	}
	
	.newTtl span {
		display: block;
	}

	.newTtl img {
		display: none;
	}
	
	.scrollBox {
		width: auto;
		float: none;
		height: auto;
		overflow: inherit;
	}
	
	.newDl {
		margin-top: 0;
		line-height: 1.5;
		font-size: 10px;
	}
	
	.newDl dt {
		float: none;
	}
	
	.newDl dd {
		padding: 0 0 8px;
	}
	
	.comLinkBox {
		padding: 10px 0;
		background: none;
	}
	
	.comLinkBox .indLink {
		padding: 0 5px 5px;
		width: auto;
		float: none !important;
		border: none;
		background: none;
	}
	
	.comLinkBox .indLink span {
		display: none;
	}
	
	.comLinkBox .indLink a {
		padding: 7px 0;
		width: auto;
		color: #e75280;
		font-size: 15px;
		background: -moz-linear-gradient(top,#F0EFEE 0%,#FFF);
		background: -webkit-gradient(linear, left top, left bottom, from(#F0EFEE),to(#FFF));
		border: 2px solid #CBCCCC;
	}

	.comLinkBox .indLink a img {
		margin: -3px 10px 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	/*------------------------------------------------------------
		info.html
	------------------------------------------------------------*/
	#main .mainImg {
		margin-bottom: 10px;
		padding: 0;
		border: 1px solid #E6E6E6;
	}

	#main .mainImg .photo .spImg {
		display: block;
		width: 100%;
	}

	#main .mainImg .photo .pcImg {
		display: none;
	}
	
	#main .mainImg .textBox {
		padding: 20px 0 0;
		font-size: 9px;
		width: 100%;
	}
	
	#main .mainImg .textBox p {
		margin: 0 0 18px 5px;
		line-height: 1.4;
	}
	
	#main .mainImg .textBox .txt01 {
		margin-bottom: 5px;
		font-size: 14px;
		text-shadow: 2px 2px 2px #fff,-2px -2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff;
		-moz-text-shadow: 2px 2px 2px #fff,-2px -2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff;
		-webkit-text-shadow: 2px 2px 2px #fff,-2px -2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff;
	}
	
	#main .mainImg .txtBox {
		padding: 10px 2% 6px;
		font-size: 6px;
		width: 96%;
		left: 0;
		bottom: 0;
		background: url(img/info/txt_bg.png) repeat left top;
	}
	
	#main .mainImg .txtBox p:last-child {
		text-shadow: 2px 2px 2px #fff,-2px -2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff;
		-moz-text-shadow: 2px 2px 2px #fff,-2px -2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff;
		-webkit-text-shadow: 2px 2px 2px #fff,-2px -2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff;
	}
	
	#main .mainImg .txtBox .txt02 {
		margin-bottom: 8px;
		padding: 2px 0 0;
		width: 35%;
		font-size: 9px;
	}
	
	#main .mainImg .txtBox .txt02:before {
		margin-left: -5px;
		width: 7px;
		height: 6px;
		background: url(img/info/arrow.png) no-repeat left top;
		background-size: 7px 6px;
		position: absolute;
		bottom: -5px;
		left: 50%;
	  
		content: ""; 
	}
	
	#main .comSubBox h2 {
	margin-bottom: 10px;
	padding: 3px 0 3px 30px;
	color: #FFF;
	font-size: 140%;
	font-weight: normal;
	background: #E85280 url(img/info/sp_h2_bg.gif) no-repeat 10px center;
	background-size: 12px 12px;
	}
	
	#main .comSection {
		margin-bottom: 0;
		padding: 0 7px 15px;
		border-bottom: none;
	}
	
	#main .btmSection {
		margin-bottom: 0;
		border: none;
	}
	
	#main .comSection p {
		margin-bottom: 12px;
		/*font-size: 8px;*/
		font-size: 12px;
	}
	
	#main .comSection .pText01 {
		margin-bottom: 45px;
	}

	#main .comSection .infoImg img {
		width: 100%;
	}
	
	#main .dotUl,
	#main .pcTtl,
	#main .pcList {
		display: none;
	}
	
	#main .spDl {
		display: block;
	}
	
	#main .spDl dt {
		float: left;
	}
	
	#main .spDl dt img {
		width: 103px;
	}

	#main .spDl dd {
		margin-bottom: 4px;
		padding: 0 0 4px 110px;
		border-bottom: 1px dotted #CCC;
	}

	#main .spDl dd span {
		padding: 20px 5px 10px 15px;
		position: relative;
		display: block;
		min-height: 32px;
		font-size: 7px;
		line-height: 2;
		background-color: #FEF6F8;
	}

	#main .spDl dd:nth-child(4) span {
		padding-top: 30px;
		min-height: 22px;
	}

	#main .spDl dd img {
		width: 16px;
		position: absolute;
		left: -2px;
		top: -1px;
	}

	#main .spDl dd:last-child {
		padding-bottom: 0;
		border: none;
		margin-bottom: 0;
	}
	
	/*------------------------------------------------------------
		program.html
	------------------------------------------------------------*/
	#main .programMainImg {
		margin-bottom: 0;
	}
	
	#main .mainImg .programTxt .pTtl,
	#main .mainImg .programTxt .txtList {
		display: none;
	} 
	
	#main .programSection {
		margin-bottom: 15px;
	}
	
	#main .btmSection .dlList:nth-child(2) {
		margin-bottom: 35px;
	}
	
	#main h3 {
		margin: 20px 0 10px;
		font-size: 12px;
	}
	
	#main .prograImg {
		padding: 15px 0 50px 18px;
		text-align:  center;
	}
	
	#main span.notes {
		margin-top: 5px;
		font-size: 7px;
	}
	
	#main .comSection .dlList {
		padding-left: 0;
	}
	
	#main .comSection .dlList dt {
		margin-left: 0;
		float: left;
	}
	
	#main .comSection .dlList dt img {
		width: 16px;
		height: 16px;
	}
	
	#main .comSection .dlList dd {
		margin-bottom: 2px;
		padding: 15px 0 8px 20px;
		font-size: 7px;
		min-height: inherit;
		border-bottom: 1px dotted #CCC;
		margin-left: 0;
	}
	
	#main .comSection .dlList dd span {
		display: block;
	}

	#main .comSection .dlList dd:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	
	#main .comSection .dlList.pcList dd,
	#main .comSection .dlList01 dd {
		padding-bottom: 0;
		min-height: 32px;
		font-size: 14px;
		line-height: 2.85;
	}

	.spMenu {
		display: block;
		padding: 12px 8px 0;
		/*font-size: 7px;*/
		font-size: 13px;
	}
	
	.spMenu p {
		padding: 5px 8px 2px;
		position: relative;
		color: #FFF;
		background-color: #E85280;
	}
	
	.spMenu p:before {
		margin-top: -4px;
		width: 8px;
		height: 8px;
		background: url(img/common/sp_menu_close.gif) no-repeat left top;
		background-size: 8px 8px;
		position: absolute;
		top: 50%;
		right: 5px;
	  
		content: ""; 
	}

	.spMenu p.close:before {
		background: url(img/common/sp_menu_open.gif) no-repeat left top;
		background-size: 8px 8px;
	}
	
	.spMenu ul {
		border-top: 1px solid #CCC;
		background-color: #FFF;
	}

	.spMenu ul a {
		padding: 4px;
		display: block;
		color: #e85280;
		/*font-size: 8px;*/
		font-size: 13px;
		text-align: center;
		border: 1px solid #CCC;
		border-top: none;
		border-bottom-style: dotted;
	}

	.spMenu li:last-child a {
		border-bottom: 1px solid #CCC;
	}

	/*------------------------------------------------------------
		training.html
	------------------------------------------------------------*/
	#main .trainingMainImg {
		margin-bottom: 0;
		border: none;
		padding: 0;
	}
	
	#main .trainingMainImg .text {
		display: none;
	}
	
	#main .comSubBox .h2Ttl01 {
		margin-bottom: 15px;
		padding: 6px 10px 4px;
		color: #e85280;
		font-size: 12px;
		background: url(img/common/h2_ttl01_bg.gif) repeat left top;
		background-size: 3px 3px;
	}
	
	#main .trainingBox {
		padding: 0 10px 13px;
	}
	
	#main .trainInner .photoBox {
		display: none;
	}
	
	#main .trainInner .textList {
		margin: 0;
		width: auto;
		float: none;
	}
	
	#main .textList li {
		padding: 5px 10px 8px 0;
		font-size: 7px;
		line-height: 1.5;
		border-top: 1px dashed #606060;
	}
	
	#main .textList li span {
		display: block;
	}
	
	#main .textList li:first-letter {
		margin: 0 3px 0 -3px;
		font-size: 18px;
		line-height: 18px;
	}
	
	#main .h3Ttl01 {
		margin: 0 -10px 10px;
	}
	
	#main .h3Ttl01 .back {
		display: block;
		padding: 0 0 2px;
	}
	
	#main .h3Ttl01 span {
		padding: 0 10px 2px;
		letter-spacing: 0;
		font-size: 10px;
	}
	
	#main .textList01 {
		margin-bottom: 20px;
	}
	
	#main .trainingImg {
		padding: 10px 0 40px 14px;
	}


	#main .trainingImg img {
		width: 100%;
	}

	/*------------------------------------------------------------
		training.html
	------------------------------------------------------------*/
.comSubBox .medicalBox {
	width: 100%;
}
.comSubBox .medicalBox .medicalUl{
	float: none;	
	width: 100%;
}

table {
	max-width: 100%;	
}
img {
	max-width: 100%;	
	height: auto;
}
.medicalBtn {
	width: auto;
}
.medicalBtn a,
.medicalBtn a:link {
	width: auto;
}
	/*------------------------------------------------------------
		form
	------------------------------------------------------------*/

.TableValue th {
	font-size: 10px;	
}
#main .comSection_form {
	padding: 0;
}

form#mailformpro textarea#kanso {
	width: 100%
}
#formindex form{
	width: 100%;
}

#formindex td.table_left {
	width: 100%;
	padding: 2% 3%;
}
#formindex td.table_right {
	width: 100%;
	padding: 3%;
}
#formindex table td{
	width: 100%;
	display: block;
	border-top: none;
	padding: 3%;
}
#formindex input.tel{
	width: 25%;
}

}#busho {
	border: 1px solid #666;
}
#busho td {
	border: 1px solid #CCC;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 120%;
}
#busho th {
	font-size: 120%;
	font-weight: normal;
	color: #FFF;
	background-color: #E75280;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.caution {
	color: #F00;
}
.mainVisual #smallwindow {
	height: 250px;
	width: 350px;
	position: absolute;
	bottom: 0%;
	z-index: 99;
	left: 33%;
}
.mainVisual #smallwindow a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=70)";
	height: 150%;
	width: 150%;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.delete {
	text-decoration: line-through;
}
.delete {
	text-decoration: line-through;
}
#depFrame_01 #main .comSubBox p {
	font-size: 130%;
	padding-right: 1em;
	padding-left: 1em;
}
#main .comSubBox .end a {
	display: block;
	width: 10em;
	margin-right: auto;
	margin-left: auto;
	background-color: #E85280;
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
}
