@charset "UTF-8";
/* ***********************************************************************
    Otaki Clinic - <Common>
*********************************************************************** */
/*
    1 : Initialize (html5)
    2 : Format (header, article, footer, etc.)
    3 : Text  (h1~, p, etc.)
    4 : Space (margin, padding, etc.)
	5 : Other (breadcrumb, pageTop, imgOnMouse, etc.)
	6 : Clear
	7 : UnderConst
	8 : Addition (2020~）
	9 : Table
*/

/* ***********************************************************************
    1 : Initialize (html5)
*********************************************************************** */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, main,
time, mark, audio, video {
	margin        : 0;
	padding       : 0;
	border        : 0;
	outline       : 0;
	font-size     : 100%;
	vertical-align: baseline;
	background    : transparent;
}
body {
	line-height: 1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section, main {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin        : 0;
	padding       : 0;
	border        : 0;
	font-size     : 100%;
	vertical-align: baseline;
	background    : transparent;
}
ins {
	background-color: #ff9;
	color           : #000;
	text-decoration : none;
}
mark {
	background-color: #ff9;
	color           : #000;
	font-style      : italic;
	font-weight     : bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor       : help;
}
table {
	border-collapse: collapse;
	border-spacing : 0;
}
hr {
    display   : block;
    height    : 1px;
    border    : 0;
    border-top: 1px solid #cccccc;
    margin    : 1em 0;
    padding   : 0;
}
input, select {
	vertical-align: middle;
}
/**追加**/
img {
	display       : inline-block;
	vertical-align: bottom;
}
a {
	outline-style: none;
	cursor       : pointer;
}
a img {
	border: none;
}
ul {
	list-style         : none;
	list-style-image   : none;
	list-style-position: outside;
}
ol {
	list-style-type    : decimal;
	list-style-image   : none;
	list-style-position: outside;
}




/* ***********************************************************************
    2 : Format (header, main, footer, etc.)
*********************************************************************** */
* {
	font-size               : 14px; /* 基準のフォントサイズを14pxとする */
    -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */
}
body {
	background: url(../images/bg_gunchan.gif) right bottom no-repeat;
	text-align: center;
	position: relative;
}


/* ******************************************
	header
******************************************* */
header {
	display   : block;
	width     : 100%;
	height    : auto;
	text-align: center;
}


/* ******************************************
	main
******************************************* */
main {
	position    : relative;
	width       : 960px;
	height      : auto;
	margin-left : auto;
	margin-right: auto;
	text-align  : left;
}
#home main {
	margin-top: 40px;
}
#to_patients main,
#gastroscopy main,
#colonoscopy main,
#indoor main,
#feature main,
#shokaki main,
#naika main,
#pediatric main,
#kenshin main,
#kinen main,
#news main,
#recruit main,
#privacy main {
	margin-top: 130px;
}



/****************
  leftBox
*****************/
#leftBox {
	float : left;
	width : 225px;
	height: auto;
	margin-top: -23px;
}
#shokaki #leftBox,
#news #leftBox {
	margin-top: 0;
}
#toFeature {
	display      : inline-block;
	width        : 225px;
	height       : 173px;
	margin-bottom: 16px;
}
#leftBox h5 {
	display    : block;
	background : url(../images/sideNav_title.gif) left top no-repeat;
	width      : 225px;
	height     : 35px;
	margin     : 0;
	padding    : 0;
	text-indent: -9999px;
	font-size  : small;
}
#leftBox #openTime {
	background : url(../images/sideNav_time.gif) left top no-repeat;
	width      : 225px;
	height     : 97px;
	margin-top : 40px;
	text-indent: -9999px;
	font-size  : small;
}
#leftBox #bnr_smp {
	display   : block;
	width     : 225px;
	height    : 69px;
	margin-top: 20px;
}
/** ▼問診票ダウンロード **/
#bannurBox {
	background : url(../images/banner_title.gif) left top no-repeat;
	width      : 225px;
	height     : auto;
	margin-top : 20px;
	padding-top: 74px;
}
#home #bannurBox {
	float      : right;
	margin-top : 0;
	margin-left: 20px;
}
#bannurBox a {
	display   : block;
	width     : 225px;
	height    : 60px;
	margin-top: 3px;
}
/** ▲問診票ダウンロード **/

/****************
  rightBox
*****************/
#rightBox {
	float      : right;
	width      : 715px;
	height     : auto;
	margin-left: 20px;
	text-align : left;
}
#feature #rightBox {
	background-color: #fffceb;
	margin-top      : -18px;
}
#rightBox .innerBox {
	position    : relative;
	width       : 675px;
	height      : auto;
	margin-left : 20px;
	margin-right: 20px;
	text-align  : left;
}
/*#indoor .innerBox,
#allergy .innerBox,
#kenshin .innerBox,
#kinen .innerBox {
	margin-top: 0;
}*/
#to_patients .innerBox,
#gastroscopy .innerBox,
#colonoscopy .innerBox,
#naika .innerBox,
#shokaki .innerBox,
#news .innerBox,
#recruit .innerBox,
#privacy .innerBox {
	margin-top: 25px;
}
#feature .innerBox {
	margin-top: 30px;
}





/* ******************************************
	footer
******************************************* */
footer {
	position  : relative;
	display   : block;
	width     : 960px;
	height    : auto;
	margin    : 80px auto 0;
	padding   : 15px 0 30px;
	border-top: solid 1px #c3c3c3;
	text-align: left;
}
footer h6#logo_s {
	background     : url(../images/footerLogo.png?ver=0.0.1) left top no-repeat;
	background-size: 103px 48px;
	width      : 103px;
	height     : 48px;
	margin-top : 20px;
	font-size  : small;
	text-indent: -9999px;
}
footer address {
	display   : block;
	width     : 960px;
	height    : 10px;
	margin-top: 10px;
	color     : #333;
	font      : normal 10px/10px Arial, Helvetica, sans-serif;!important
	text-align: left;
}





/* ***********************************************************************
    3 : Text  (h1~, p, etc.)
*********************************************************************** */
/****************
  SITE NAME (TOP)
*****************/
h1#logo {
	display    : block;
	background : url(../images/h1_logo1line.png?ver=0.0.1) left bottom no-repeat;
	background-size: 373px 97px;
	width      : 373px;
	height     : 97px;
	margin     : 12px auto 24px;
	padding    : 16px 16px 0 0;
	font-size  : small;
	text-indent: -9999px;
}
/****************
  SITE NAME (Lower)
*****************/
header #header_innerBox h1#lowerLogo {
	float      : left;
	width      : 110px;
	height     : 52px;
	margin     : 12px 0 17px;
	
	/*border: solid 1px red;*/
}
header #header_innerBox h1#lowerLogo a {
	display    : block;
	background : url(../images/h1_lowerLogo.png?ver=0.0.2) left center no-repeat;
	background-size: 110px auto;
	width      : 110px;
	height     : 52px;
	font-size  : small;
	text-indent: -9999px;
}
header #header_innerBox h1#lowerLogo a:hover {
  opacity     : 0.6;
  filter      : alpha(opacity=60);
  -moz-opacity:	0.6;
}



/****************
  PAGE TITLE
*****************/
h1.pageTitle {
	display       : block;
	width         : 715px;
	height        : 52px;
	line-height   : none;
	padding-bottom: 10px;
	
	/*border-bottom: solid 1px #F00;*/
}

/****************
  H2〜 TITLE
*****************/
#to_patients h2,
#gastroscopy h2,
#colonoscopy h2,
#indoor h2,
#shokaki h2,
#naika h2,
#allergy h2,
#kenshin h2,
#kinen h2 {
	position: relative;
	display       : block;
	background    : url(../images/h2_bg.png) left center no-repeat;
	width         : 651px;
	height        : 50px;
	margin-top    : 40px;
	margin-bottom : 25px;
	padding-left  : 24px;
	color         : #a0c31c;
	font          : bold 20px/50px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	letter-spacing: 0.04em;
	border-bottom : solid 4px #a0c31c;
}
h2:first-child {
	margin-top: 0;
}
#shokaki h2#h203,
#naika h2,
#allergy h2,
#kenshin h2,
#kinen h2#h202 {
	margin-bottom : 0;
}/* 挿絵があるためマージン削除 */



.h3bg {
	background: url(../images/h3_bg.gif) left 9px repeat-x;
	width     : 675px;
	height    : 22px;
	margin-top: 30px;
}
.h3bg h3 {
	display         : inline;
	background-color: #fff;
	width           : auto;
	height          : 22px;
	margin-left     : 10px;
	padding-left    : -4px;
	padding-right   : -4px;
	font            : normal 17px/22px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color           : #a0c31c;
}
#to_patients .half_left .h3bg,
#to_patients .half_right .h3bg {
	margin-top: 0;
	width: 0;
	width: 328px;!important
}

/** ↓自費治療の茶色文字タイトル **/
h4.hokengai {
	color      : #7f5631;
	font-size  : 18px;
	font-weight: bold;
}
h4.hokengai img {
	display    : inline-block;
	width      : 130px;
	height     : 21px;
	margin-left: 8px;
	vertical-align: bottom;
}

/* h3〜h4 は、各ぺージデザインに准じる→ page.css */
/* #leftBox h5 は、Format 内 */
/* header #subject h6 （標榜）は、Format 内 */
/* footer h6#logo_s は、Format 内 */


/****************
  TEXT
*****************/
p, dd, td {
	font : normal 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
	color: #333;
}
.innerBox p {
	line-height: 1.75;
}

a {
	color          : #63b4e6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/****************
  TEXT COLOR
*****************/
.brown { color: #7f5631; }
.red { color: #F00; }
.orange { color: #F60; }

/****************
  TEXT ALIGN
*****************/
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

/****************
  TEXT SIZE
*****************/
.biggest {
	font-size: 18px;
}
.bigger {
	font-size: 16px;
}
.smaller {
	font-size: 12px;
}
.smallest {
	font-size: 10px;
}

/****************
  TEXT DECORATION
*****************/
.caption {
	font-size: 10px;
}
.kome {
	color: #7f5631;
	font-size: 13px;
}
.underline {
	text-decoration: underline;
}
.b {
	font-weight: bold;
}

/****************
  TEXT INDENT
*****************/
.indent-1 {
	padding-left: 1em;
	text-indent : -1em;
}




/* ***********************************************************************
    4 : Space (margin, padding, etc)
*********************************************************************** */
.mgn_top_5 {
	margin-top: 5px;
}
.mgn_top_10 {
	margin-top: 10px;
}
.mgn_top_12 {
	margin-top: 12px;
}
.mgn_top_15 {
	margin-top: 15px;
}
.mgn_top_20 {
	margin-top: 20px;
}
.mgn_top_25 {
	margin-top: 25px;
}
.mgn_top_30 {
	margin-top: 30px;
}
.mgn_top_35 {
	margin-top: 35px;
}
.mgn_top_40 {
	margin-top: 40px;
}
.mgn_top_45 {
	margin-top: 45px;
}
.mgn_top_50 {
	margin-top: 50px;
}
.mgn_top_60 {
	margin-top: 60px;
}

.mgn_btm_30 {
	margin-bottom: 30px;
}





/* ***********************************************************************
	5 : Other (breadcrumb, graph, pageTop, imgOnMouse, etc.)
*********************************************************************** */
/****************
  breadcrumb (Newsのみ使用)
*****************/
#breadcrumb {
	position   : absolute;
	left       : 0;
	top        : -25px;
	display    : block;
	width      : 960px;
	height     : 10px;
	font-size  : 10px;
	line-height: 10px;
}
#breadcrumb a {
	color          : #20b3d2;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/****************
  pageTop
*****************/
#pageTop {
	position   : absolute;
	right      : 0;
	top        : -10px;
	z-index    : 2;
	display    : block;
	width      : 73px;
	height     : 26px;
	font-size  : 5px;
	line-height: none;
	text-indent: -9999px;
}
#pageTop a {
	display            : block;
	background-image   : url(../images/pageTop.png);
	background-repeat  : no-repeat;
	background-position: 0 0;
	width              : 73px;
	height             : 26px;
}
#pageTop a:hover {
	background-position: 0 -27px;
}


/****************
  imgOnMouse
*****************/
a:hover img {
  opacity : 0.6;
  filter  : alpha(opacity=60);
}


/****************
  blockImg
*****************/
.blockImg {
	display: block;
}
.blockImg_center {
	display     : block;
	margin-left : auto;
	margin-right: auto;
}


/****************
  Other
*****************/
.lightGreenBox {
	background-color: #f7faee;
	padding: 20px 20px 30px;
}




/* ***********************************************************************
	6 : Clear
*********************************************************************** */
.clear {
	clear: both;
}
.clearfix:after {
	content   : "."; 
	display   : block; 
	height    : 0; 
	clear     : both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* ***********************************************************************
	7 : UnderConst
*********************************************************************** */
#underConst {
	width     : 100%;
	height    : auto;
	padding   : 50px 0;
	color     : #999;
	text-align: center;
	border    : solid 4px #999;
}
#underConst p.bigger {
	font-family   : "Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	text-align    : center;
	font-size     : 20px;
	padding-bottom: 15px;
}
#underConst p {
	width: 100%;
}

#yet {
	display: block;
	opacity : 0.3;
	filter  : alpha(opacity=30);
}
.yetImg {
	opacity     : 0.3;
	filter      : alpha(opacity=30);
	-moz-opacity: 0.3;
}




/* ***********************************************************************
	8 : Addition (2020~）
*********************************************************************** */
#fixed {
	position: fixed;
	right   : 0;
	top     : 179px;
	width   : 80px;
	height  : 306px;
	z-index : 100;
}
#fixed_01 {
	display: block;
	width  : 80px;
	height : 200px;
	margin-bottom: 8px;
}
#fixed_02 {
	display: block;
	width  : 80px;
	height : 98px;
}




/* ***********************************************************************
	9 : Table
*********************************************************************** */
.normalTable {
	width     : 100%;
	border    : solid 1px #aecd20;
}
.normalTable th,
.normalTable td {
	padding: 4px 8px;
}
.normalTable thead th {
	background : #aecd20;
	color      : #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size  : 16px;
	text-align : center;
	line-height: 2.0em;
	border-left: solid 1px #fff;
}
.normalTable thead th:first-child {
	border-left: none;
}
.normalTable thead th:nth-child(2),
.normalTable thead th:nth-child(3),
.normalTable thead th:nth-child(4) {
	width: 30%;
}
.normalTable tbody th {
	background    : #dfeba6;
	color         : #000;
	font-family   : "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size     : 15px;
	line-height   : 32px;
	text-align    : left;
	vertical-align: middle;
	white-space   : nowrap;
	border-top    : solid 1px #aecd20;
}
.normalTable tbody td {
	border-left   : solid 1px #aecd20;
	border-top    : solid 1px #aecd20;
	vertical-align: middle;
}
.normalTable tbody td:first-child {
	border-left: none;
	border-top : none;
}



