@charset "UTF-8";
/* ***********************************************************************
    Otaki Clinic - Homepage  <Page>
*********************************************************************** */
/*
    0 : Lower Common
    1 : To Patients
	2 : Gastroscopy
	3 : Colonoscopy
    4 : Indoor
	5 : Feature
    6 : Shokaki
    7 : Naika
	8 : Pediatric
	9 : Kenshin
	10：Kinen
	11：Recruit
	12：Privacy
*/

/* ***********************************************************************
    0 : Lower Common
*********************************************************************** */
/* ********************
	header
********************* */
header {
	position     : fixed;
	top          : 0;
	left         : 0;
	background   : #fff;
	border-bottom: solid 1px #ddd;
	box-shadow   : 0 4px 4px rgba(0,0,0,0.1);
	z-index      : 100;
}
header #header_innerBox {
	position: relative;
	width   : 960px;
	height  : 80px;
	margin  : 0 auto;
	padding : 0;
}

/** Web予約 **/
header #header_innerBox #webReservation {
	float           : right;
	background-color: #aecd20;
	width           : 169px;
	height          : 69px;
	padding         : 7px 8px 5px;
}
header #header_innerBox #webReservation a {
	display: block;
	width  : 169px;
	height : 45px;
}
header #header_innerBox #webReservation p {
	 margin-top: 5px;
}
header #header_innerBox #webReservation p img {
	display: block;
}


/* ********************
	half box
********************* */
.half_left {
	float: left;
	width: 328px;
}
.half_right {
	float: right;
	width: 328px;
}


/* *************************
　6:Shokaki〜10:Kinen 共通
************************** */
.emphasisList {
	font-size  : 16px;
	line-height: 28px;
}
.right_illust {
	width        : 505px;
	padding-top  : 15px;
	padding-right: 170px;
}

.lightGreenBox .h3bg {
	background: url(../../naika/images/h3_bg.gif) left center repeat-x;
	width     : 635px;
	height    : 16px;
	margin-top: 30px;
}
.lightGreenBox .h3bg h3 {
	display         : inline;
	background-color: #f7faee;
	height          : 16px;
	padding-right   : 5px;
	font            : normal 16px/16px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color           : #a0c31c;
}

#price_table {
	position: relative;
	width   : 370px;
	height  : auto;
	border  : solid 1px #aecd20;
}
#price_table .leftBox {
	float : left;
	width : 239px;
	height: auto;
}
#price_table .rightBox {
	float      : left;
	width      : 130px;
	height     : auto;
	border-left: solid 1px #aecd20;
}
#price_table .leftBox p,
#price_table .rightBox p {
	background-color: #fff;
	height          : 35px;
	padding-left    : 20px;
	text-align      : left;
	font            : normal 14px/35px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
	color           : #333;
}
#price_table .leftBox p {
	width       : 219px;
}
#price_table .rightBox p {
	width       : 110px;
}
#price_table .leftBox p:nth-child(2n-1),
#price_table .rightBox p:nth-child(2n-1) {
	background-color: #f5f5f5;
}


/* ********************************
	pageTop 新ヘッダーに対する調整
********************************** */
#top {
	display    : block;
	margin-top : -80px;
 	padding-top: 80px;
}






/* ***********************************************************************
    1 : To Patients
*********************************************************************** */
#to_patients #face_pic {
	position    : relative;
	background  : url(../../to_patients/images/face_pic.jpg) left top no-repeat;
	width       : 460px;
	min-height  : 203px;
	height      : auto;
	margin-top  : 30px;
	padding-left: 215px;
	padding-bottom: 60px;
}
#to_patients #face_pic p {
	margin-top  : 1em;
	font        : normal 16px/1.8 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color       : #333;
}
#to_patients #face_pic p:first-child {
	margin-top: 0;
}
#to_patients #signature {
	position  : absolute;
	bottom    : 0;
	right     : 0;
	display   : block;
	width     : 460px;
	height    : 28px;
	text-align: right;
}
#to_patients #profile .half_left ul,
#to_patients #profile .half_right ul {
	display      : block;
	width        : 328px;
	margin-bottom: 17px;
}
#to_patients #profile .half_left ul li,
#to_patients #profile .half_right ul li {
	font-size   : 14px;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
	line-height : 20px;
	margin-top  : 17px;
	padding-left: 1em;
	text-indent : -1em;
	color       : #333;
}
#to_patients h4 {
	font-size  : 14px;
	font-weight: bold;
	line-height: 24px;
	color      : #aecd20;
}
#to_patients #aboutLogo {
	position    : relative;
	background  : url(../../to_patients/images/logomark.png) left 16px top no-repeat;
	background-size: 161px 207px;
	width       : 460px;
	min-height  : 203px;
	margin-top  : 30px;
	padding-left: 215px;
}



/* ***********************************************************************
	2 : Gastroscopy
*********************************************************************** */
#gastroscopy #intro {
	padding-bottom: 70px;
}
#gastroscopy #illust_i {
	position: absolute;
	top     : -55px;
	right   : 5px;
	display : block;
	width   : 130px;
	height  : 127px;
}
#gastroscopy .emphasisList,
#colonoscopy .emphasisList {
	font-size  : 14px;
	line-height: 1.75;
}

#gastroscopy #reserveFlow dl,
#colonoscopy #reserveFlow dl {
	position   : relative;
	width      : 675px;
	height     : auto;
	padding-top: 8px;
}
#gastroscopy #reserveFlow dl dt,
#colonoscopy #reserveFlow dl dt {
	background-color: #b2d040;
	width           : 655px;
	height          : 40px;
	margin-left     : 20px;
	border-radius   : 20px;
	color           : #fff;
	font            : normal 20px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	line-height     : 40px;
	text-align      : center;
}
#gastroscopy #reserveFlow dl dt img.number,
#colonoscopy #reserveFlow dl dt img.number {
	position: absolute;
	left    : 0;
	top     : 0;
	display : block;
	width   : 55px;
	height  : 55px;
}
#gastroscopy #reserveFlow dl dd,
#colonoscopy #reserveFlow dl dd {
	position     : relative;
	background   : url(../../gastroscopy/images/flow_dotted.png) left top repeat-y;
	width        : 585px;
	padding      : 15px 30px 7px 60px;
	margin-bottom: 5px;
}
#gastroscopy #reserveFlow dl:last-child dd,
#colonoscopy #reserveFlow dl:last-child dd {
	background-image: none;
}
#gastroscopy #reserveFlow dl dd #belongings,
#colonoscopy #reserveFlow dl dd #belongings {
	background  : url(../../gastroscopy/images/flow_belongings.gif) left top no-repeat;
	width       : 332px;
	height      : 40px;
	margin-top  : 15px;
	padding-left: 254px;
	line-height : 40px;
}
#gastroscopy #reserveFlow dl dd img.arrow,
#colonoscopy #reserveFlow dl dd img.arrow {
	position: absolute;
	left    : 0;
	bottom  : -7px;
	display : block;
	width   : 55px;
	height  : 21px;
}

#gastroscopy #priceBox,
#colonoscopy #priceBox {
	width       : 634px;
	height      : auto;
	margin-left : auto;
	margin-right: auto;
}




/* ***********************************************************************
	3 : Colonoscopy
*********************************************************************** */
#colonoscopy #intro {
	padding-bottom: 80px;
}
#colonoscopy #illust_i {
	position: absolute;
	top     : -60px;
	right   : 18px;
	display : block;
	width   : 92px;
	height  : 162px;
}

#colonoscopy #daySurgery {
	text-align    : center;
	padding-bottom: 40px;
}
#colonoscopy #daySurgery #ds01,
#colonoscopy #daySurgery #ds02 {
	text-align : left;
	color      : #7f5631;
	font-size  : 16px;
	line-height: 24px;
}
#colonoscopy #daySurgery #ds01 {
	background   : url(../../colonoscopy/images/number_1.png) left center no-repeat;
	margin-bottom: 12px;
	padding      : 9px 20px 9px 52px;
}
#colonoscopy #daySurgery #ds02 {
	background   : url(../../colonoscopy/images/number_2.png) left top no-repeat;
	margin-top   : 30px;
	margin-bottom: 12px;
	padding      : 0 20px 0 52px;
}
#colonoscopy #daySurgery p img {
	displa      : inline-block;
	width       : 42px;
	height      : 42px;
	margin-right: 10px;
}

/** 250313追加 **/
#colonoscopy h4.brown {
	font-size    : 18px;
	margin-top   : 24px;
	margin-bottom: 8px;
}

/* ***********************************************************************
    4 : Indoor
*********************************************************************** */
/*↓fancyBoxの場合のcss*/
#indoor #bg_img {
	background-color: #f0f5de;
	height          : auto;
	padding         : 20px;
}

#indoor .leftBox,
#indoor .rightBox {
	display         : block;
	background-color: #fff;
	width           : 304px;
	height          : auto;
	padding         : 1px;
	border          : solid 1px #aecd20;
}
#indoor .leftBox {
	float: left;
}
#indoor .rightBox { 
	float: right;
}
/***/

.machineBox {
	background-color: #f0f5de;
	width           : 645px;
	height          : auto;
	margin-top      : 15px;
	padding         : 10px 20px 10px 10px;
	border-radius   : 10px;
}

.machineBox_left {
	float       : left;
	width       : 240px;
	height      : auto;
	margin-right: 20px;
}
.machineBox_right {
	float       : right;
	width       : 385px;
	height      : auto;
}

#indoor h3 {
	width         : 385px;
	margin-bottom : 15px;
	padding-bottom: 6px;
	border-bottom : solid 1px #a0c31c;
	font          : bold 17px/29px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color         : #a0c31c;
}

#indoor dl.condition {
	margin-top      : 15px;
}
#indoor dl.condition dt {
	display         : block;
	background-color: #f8b600;
	height          : 22px;
	padding-left    : 15px;
	color           : #fff;
	font            : bold 12px/22px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	border-top-left-radius : 10px;
	border-top-right-radius: 10px;
}
#indoor dl.condition dd {
	background-color: #fffceb;
	padding         : 10px 15px 13px;
	font            : normal 14px/18px  "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color           : #333;
	border          : solid 1px #f8b600;
	border-bottom-left-radius : 10px;
	border-bottom-right-radius: 10px;
}




/* ***********************************************************************
	5 : Feature
*********************************************************************** */
#feature #specialTitle {
	width : 715px;
	height: 168px;
}

#feature .sixFeature {
	width        : 675px;
	height       : auto;
	margin-top   : 30px;
	margin-bottom: 40px;
	padding-top  : 16px;
	border-top   : solid 1px #4ba0ec;
	font-family  : "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color        : #4ba0ec;
	text-align   : center;
}
#feature .sixFeature h2 {
	width     : 675px;
	min-height: 46px;
	height    : auto;
	text-align: left;
	font-size : 20px;
	letter-spacing: 0.05em;
}
#feature .sixFeature h2 img {
	display     : inline-block;
	width       : 46px;
	height      : 46px;
	margin-right: 12px;
}
#feature .sixFeature h2 .lh46 {
	line-height: 46px;
}
#feature .sixFeature h2#sicF_h203 span {
	display: block;
}
#feature .sixFeature h2#sicF_h203 span:first-child {
	float : left;
	width : 46px;
	height: 46px;
}
#feature .sixFeature h2#sicF_h203 span:last-child {
	float        : right;
	width        : 597px;
	padding-right: 20px;
	font-size    : 19px;
	line-height  : 26px;
	letter-spacing: 0;
}
#feature .sixFeature .sixF_contents {
	/*width       : 635px;*/
	width       : 643px;
	margin-top  : 17px;
	margin-left : auto;
	margin-right: auto;
}
#feature .sixFeature .sixF_contents .imgBox {
	float       : left;
	width       : 312px;
	height      : auto;
	margin-right: 19px;
	padding-top : 7px;
}
#feature .sixFeature .sixF_contents .textBox {
	float     : right;
	width     : 312px;
	height    : auto;
	text-align: left;
}
#feature .sixFeature #sixF-01 .imgBox {
	width: 192px;
}
#feature .sixFeature #sixF-01 .textBox {
	width: 432px;
}
#feature .sixFeature #sixF-05 .imgBox {
	width: 146px;
}
#feature .sixFeature #sixF-05 .textBox {
	width: 478px;
}




/* ***********************************************************************
    6 : Shokaki
*********************************************************************** */
#shokaki #bannerBox {
	margin-top: 10px;
}
#shokaki #bannerBox .half_right {
	margin-top: 12px;
}
#shokaki #bannerBox #banner_02,
#shokaki #bannerBox #banner_03 {
	display   : block;
	width     : 328px;
	height    : 85px;
	color     : #fff;
	font      : bold 24px/85px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	text-align: center;
}
#shokaki #bannerBox a:hover#banner_02,
#shokaki #bannerBox a:hover#banner_03 {
	text-decoration: none;
	opacity : 0.5;
	filter  : alpha(opacity=50);
}
#shokaki #bannerBox #banner_02 { background-color: #f8b600; }
#shokaki #bannerBox #banner_03 { background-color: #1fb3d2; margin-top: 10px; }

#shokaki #illust_01 {
	background: url(../../shokaki/images/illust_01.gif) 535px 10px no-repeat;
	min-height: 112px;
}
#shokaki #illust_02 {
	background : url(../../shokaki/images/illust_02.gif) 530px 20px no-repeat;
	min-height : 103px;
	padding-top: 25px;
}

#fukusayoh {
	position   : relative;
	width      : 675px;
	height　　 : auto;
	padding-top: 17px;
}
#fukusayoh p {
	background-color: #f5f5f5;
	padding         : 15px 20px;
}
#fukusayoh span {
	position: absolute;
	bottom  : 0;
	right   : 5px;
	display : block;
	width   : 73px;
	height  : 141px;
	z-index : 10;	
}




/* ***********************************************************************
    7 : Naika
*********************************************************************** */
#naika #illust_01 {
	background : url(../../naika/images/illust_01.gif) 535px 10px no-repeat;
	min-height : 128px;
	padding-top: 25px;!important 
}
#naika #illust_02 {
	background : url(../../naika/images/illust_02.gif) 550px 13px no-repeat;
	min-height : 123px;
	padding-top: 25px;!important 
}
#naika #illust_03 {
	background : url(../../naika/images/illust_03.gif) 540px 20px no-repeat;
	min-height : 208px;
	padding-top: 25px;!important 
}


#naika #improvement {
	background-color: #f7faee;
	width           : 639px;
	height          : auto;
	margin-top      : 25px;
	padding         : 20px 18px 25px;
}
#naika #improvement dl.leftBox {
	float : left;
}
#naika #improvement dl.rightBox {
	float      : right;
	margin-left: 20px;
}
#naika #improvement dl.leftBox,
#naika #improvement dl.rightBox {
	background-position: left top;
	background-repeat  : no-repeat;
	width              : 259px;
	height             : auto;
	padding-left       : 50px;
}
#naika #improvement dl.leftBox dt,
#naika #improvement dl.rightBox dt {
	font : normal 21px/42px "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #7f5631;
}
#naika #improvement dl.leftBox dd,
#naika #improvement dl.rightBox dd {
	margin-top: 5px;
}
#naika #improvement dl.leftBox dd .underline,
#naika #improvement dl.rightBox dd .underline {
	padding-bottom: 5px;
	margin-bottom : 5px;
	border-bottom : solid 1px #aecd20;
}
#naika #improvement dl.leftBox dd .dottedline,
#naika #improvement dl.rightBox dd .dottedline {
	margin-left: 15px;
	margin-top : 5px;
	padding-top: 5px;
	border-top : dotted 1px #aecd20;
}

/***/
#naika #improvement dl#number_1 { background-image: url(../../naika/images/number_1.png); }
#naika #improvement dl#number_2 { background-image: url(../../naika/images/number_2.png); }
#naika #improvement dl#number_3 { background-image: url(../../naika/images/number_3.png); }
#naika #improvement dl#number_4 { background-image: url(../../naika/images/number_4.png); }
#naika #improvement dl#number_5 { background-image: url(../../naika/images/number_5.png); }
#naika #improvement dl#number_6 { background-image: url(../../naika/images/number_6.png); }
#naika #improvement dl#number_7 { background-image: url(../../naika/images/number_7.png); }
#naika #improvement dl#number_8 { background-image: url(../../naika/images/number_8.png); }
#naika #improvement dl#number_9 { background-image: url(../../naika/images/number_9.png); }




/* ***********************************************************************
	8 : Allergy
***********************************************************************
#allergy #illust_01 {
	background : url(../../allergy/images/illust_01.gif) 525px 15px no-repeat;
	min-height : 145px;
	padding-top: 25px;!important
}
#allergy #illust_02 {
	background : url(../../allergy/images/illust_02.gif) 535px 10px no-repeat;
	min-height : 123px;
	padding-top: 25px;!important
}
 */
/* ***********************************************************************
	8 : Pediatric
*********************************************************************** */
#pediatric #illust_04 {
	background : url(../../pediatric/images/illust_04.png) 517px 14px no-repeat;
	min-height : 156px;
	padding-top: 25px!important;
}

/* ***********************************************************************
	9 : Kenshin
*********************************************************************** */
#kenshin #illust_01 {
	background    : url(../../kenshin/images/illust_01.gif) 535px 10px no-repeat;
	min-height    : 104px;
	height        : auto;
	margin-bottom : 15px;
	padding-bottom: 15px;
	padding-top   : 25px;!important
}
#kenshin #illust_02 {
	background : url(../../kenshin/images/illust_02.gif) 538px 15px no-repeat;
	min-height : 126px;
	padding-top: 25px;!important
}

.list_table_2 {
	width   : 673px;
	height  : auto;
	border  : solid 1px #aecd20;
}
.list_table_2 .leftBox {
	float       : left;
	width       : 336px;
	height      : auto;
}
.list_table_2 .rightBox {
	float       : left;
	width       : 336px;
	height      : auto;
	border-left : solid 1px #aecd20;
}
.list_table_2 .leftBox p,
.list_table_2 .rightBox p {
	background-color: #fff;
	width           : 316px;
	min-height      : 35px;
	padding-left    : 20px;
	line-height     : 35px;
}
.list_table_2 .leftBox p font,
.list_table_2 .rightBox p font {
	color      : #7f5631;
	font-size  : 12px;
	line-height: 0;
}
.list_table_2 .leftBox p:nth-child(2n-1),
.list_table_2 .rightBox p:nth-child(2n-1) {
	background-color: #f5f5f5;
}




/* ***********************************************************************
	10 : Kinen
*********************************************************************** */
/******************
	NINNIKU 
*******************/
#kinen #ninniku {
	padding-top  : 10px;
	width        : 485px;
	height       : auto;
	padding-right: 150px;
}
#ninniku_illust {
	position: absolute;
	top     : 18px;
	left    : 515px;
	width   : 141px;
	height  : 153px;
}


/** TABLE (common) **/
#kinen #ninniku_menu,
#kinen #placenta_menu {
	width        : 635px;
	height       : auto;
	border-bottom: solid 1px #aecd20;
}

/** TH (common) **/
#kinen #ninniku_menu th,
#kinen #placenta_menu th {
	background-color: #aecd20;
	height          : 20px;
	text-align      : center;
	font-size       : 12px;
	line-height     : 20px;
	color           : #fff;
}
#kinen #ninniku_menu th.nm01,
#kinen #ninniku_menu th.nm02,
#kinen #placenta_menu th.nm01,
#kinen #placenta_menu th.nm02 {
	border-right: solid 1px #fff;
}
#kinen #ninniku_menu th.nm03,
#kinen #placenta_menu th.nm03 {
	border-right: solid 1px #aecd20;
}

/** TD (common) **/
#kinen #ninniku_menu td,
#kinen #placenta_menu td {
	border-right: solid 1px #aecd20;
	padding     : 0;
	margin      : 0;
}
#kinen #ninniku_menu .grey td,
#kinen #placenta_menu .grey td,
.grey {
	background-color: #f5f5f5;
}
#kinen #ninniku_menu .white td,
#kinen #placenta_menu .white td,
.white {
	background-color: #fff;
}

#kinen #ninniku_menu td.nm01,
#kinen #placenta_menu td.nm01 {
	border-left: solid 1px #aecd20;
	text-align : left;
}
#kinen #ninniku_menu td.nm01 h4,
#kinen #placenta_menu td.nm01 h4 {
	font      : bold 18px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color     : #333;
}
#kinen #ninniku_menu td.nm02,
#kinen #ninniku_menu td.nm03,
#kinen #placenta_menu td.nm02,
#kinen #placenta_menu td.nm03 {
	/*position    : relative;*/
	border-right: solid 1px #aecd20;
}


/** TABLE WIDTH **/
#kinen #ninniku_menu .nm01 { 
	width : 370px;
	height: auto;
}
#kinen #ninniku_menu .nm02,
#kinen #ninniku_menu .nm03 {
	width     : 110px;
	height    : auto;
	text-align: center;
}
/** TD **/
#kinen #ninniku_menu td.nm01 {
	width     : 380px;
	min-height: 61px;
	padding   : 12px 10px 15px 20px;
}
#kinen #ninniku_menu td.nm01 p {
	font-size  : 14px;
	line-height: 18px;
}
#kinen #ninniku_menu td.nm02,
#kinen #ninniku_menu td.nm03 {
	text-align: center;
	width     : 110px;
	height    : 88px;
	padding   : 0;
	margin    : 0;
	vertical-align: middle;
}
#kinen #ninniku_menu td.nm02 p,
#kinen #ninniku_menu td.nm03 p {
	display: inline-block;
	margin : auto 0;
}
#kinen #ninniku_menu td.nm02 p { font-size: 16px; }
#kinen #ninniku_menu td.nm03 p { font-size: 18px; }


 
/******************
	PLACENTA 
*******************/
#kinen #placenta {
	background   : url(../../kinen/images/image_placenta.jpg) right top no-repeat;
	width        : 440px;
	padding-right: 195px;
}


/** TABLE WIDTH **/
#kinen #placenta_menu .nm01 { 
	width: 283px;
}
#kinen #placenta_menu .nm02 {
	width: 200px;
}
#kinen #placenta_menu .nm03 {
	width: 148px;
}
/** TH **/
#kinen #placenta_menu th font {
	display       : inline-block;
	width         : 8px;
	height        : 8px;
	font-size     : 8px;
	line-height   : 8px;
	vertical-align: super;
	margin-left   : 3px;
	 
}
/** TD **/
/*#kinen #placenta_menu td {
	position: relative;
}*/
#kinen #placenta_menu td.nm01,
#kinen #placenta_menu td.nm02 {
	vertical-align: middle;
}
#kinen #placenta_menu td.nm01 h4,
#kinen #placenta_menu td.nm02 p {
	display: inline-block;
	margin : auto 0;
}
#kinen #placenta_menu td.nm01 h4 {
	padding-left: 20px;
}
#kinen #placenta_menu td.nm02 p {
	width      : 200px;
	font-size  : 15px;
	line-height: 24px;
	text-align: center;
}
#kinen #placenta_menu td.nm03 p {
	width      : 148px;
	/*height     : 45px;*/
	height     : auto;
	font-size  : 19px;
	line-height: 45px;
	text-align : center;
	padding: 10px 0 12px 0;
}
#kinen #placenta_menu td.nm03 p img {
	display       : inline-block;
	width         : 40px;
	height        : 18px;
	margin        : 0 6px 14px 0;
	padding       : 0;
	vertical-align: bottom;
}


 /******************
	KINEN 
*******************/
#kinen #prologue {
	padding-top  : 30px;
	background   : url(../../kinen/images/illust.gif) 530px 10px no-repeat;
	width        : 495px;
	height       : auto;
	padding-right: 180px;
}

#successRate {
	background   : url(../../kinen/images/pie_chart.png) right top no-repeat;
	width        : 475px;
	min-height   : 178px;
	padding-right: 200px;
}

#komeRed {
	position  : absolute;
	top       : 7px;
	right     : 0;
	display   : block;
	width     : 560px;
	min-height: 18px;
	font      : bold 14px/18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color     : red;
	text-align: right;
}

.komeRed02 {
	position  : absolute;
	top       : 7px;
	right     : 8px;
	display   : block;
	width     : 560px;
	min-height: 18px;
	font      : bold 14px/18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color     : red;
	text-align: right;
}


/* ***********************************************************************
	11：Recruit
*********************************************************************** */
#graph {
	background      : url(../images/dottedline_graph.gif) left bottom repeat-x;
	background-color: #bed74d;
	width           : 675px;
	height          : auto;
	padding-bottom  : 1px;
}
#graph dl {
	background : url(../images/dottedline_graph.gif) left top repeat-x;
	width      : 675px;
	height     : auto;
	padding-top: 1px;
}
#graph dl dt {
	float           : left;
	background-color: #bed74d;
	width           : 130px;
	height          : auto;
	padding         : 10px 0 10px 20px;
	font            : normal 14px/24px "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color           : #333;
}
#graph dl dd {
	float           : right;
	background-color: #f7faee;
	width           : 500px;
	height          : auto;
	padding         : 10px 10px 10px 15px;
	font            : normal 14px/24px "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color           : #333;
}

#destination {
	display         : block;
	background-color: #fff;
	width           : 441px;
	height          : auto;
	margin-top      : 10px;
	padding         : 12px 20px 14px;
	border          : solid 2px #f8b600;
	border-radius   : 5px;
	text-align      : left;
}
#destination p {
	font-size  : 14px;
	line-height: 1.75;
	margin-top : 8px;
}
#destination p:first-child {
	margin-top: 0;
}


#recruit .kyohchoh {
	font : bold 18px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #7f5631;
}



/* ***********************************************************************
	12：Privacy
*********************************************************************** */
#privacy #rightBox {
	text-align: center;
}
/* #privacy .innerBox { width:675px} */

#privacy h2 {
	background: none;
	/***/
	width         : 675px;
	height        : 48px;
	margin-top    : 40px;
	margin-bottom : 16px;
	text-align    : left;
	color         : #a0c31c;
	font          : normal 20px/48px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	border-bottom : solid 1px #a0c31c;
}
#privacy .inBox {
	width     : 651px;
	margin    : 0 auto;
	text-align: left;
}
#privacy h3 {
	margin-top: 16px;
	text-align: left;
	color     : #333;
	font      : bold 15px/1.5 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
#privacy p {
	text-align: left;
}

/** OL List **/
#privacy ol {
	margin : 8px 0 16px 1em;
}
#privacy ol li {
	list-style-type  : none;
	counter-increment: cnt;
	position         : relative;
	/***/
	margin-top  : 0;
	padding-left: 12px;
	font        : normal 14px/1.75 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
	color       : #333;
	text-align  : left;
}
#privacy ol li:before {
	content    : counter(cnt) ".";
	display    : inline-block;
	margin-left: -1.0em;  /*サイトに合せて調整 */
	width      : 1.0em; /* サイトに合せて調整 */
	text-align : center;
	position   : absolute;
	top        : 0;
	left       : 0;
}

/***/
#privacy #signature {
	margin-top: 40px;
	text-align: right;
}













