﻿@charset "UTF-8";

/*reset------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

img{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
}

#pn1{
	margin:0;
	padding:5px 0 0 0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
}

#pn2{
	margin:0;
	padding:0 0 0 190px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
}

body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	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;
}

/*body------------------------------*/

div.SiteEditCP > br {
  display: none;
}

body{
	font-size: 12px;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
	color: #000;
}
h2{
	font-weight:normal;
}
h3{
	font-weight:normal;
}
p {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 10px;
}

a:link { color: #BD58A2; }
a:visited { color: #BD58A2; }
a:hover { color: #BD58A2; }
a:active { color: #BD58A2; }

.a-000 a:link { color: #000000; }
.a-000 a:visited { color: #000000; }
.a-000 a:hover { color: #BD58A2; }
.a-000 a:active { color: #BD58A2; }

.a-494949gray a:link { color: #494949; }
.a-494949gray a:visited { color: #494949; }
.a-494949gray a:hover { color: #BD58A2; }
.a-494949gray a:active { color: #BD58A2; }

footer a:link { color: #0070c0; }
footer a:visited { color: #0070c0; }
footer a:hover { color: #BD58A2; }
footer a:active { color: #BD58A2; }

footer a.cplink:link { color: #000;text-decoration: none; }
footer a.cplink:visited { color: #000;text-decoration: none; }
footer a.cplink:hover { color: #BD58A2; }
footer a.cplink:active { color: #BD58A2; }

.float-right {
	float: right;
}

.float-left {
	float: left;
}
.link-arrow  a:after{
	background-image: url(/static/images/link-arrow.gif);
	background-repeat: no-repeat;
	display: block;
	padding-right: 30px;
	background-position: right center;
}


.clear {
	clear: both;
}


.textbold{
	font-weight:bold;
}
.margin-top20 {
	margin-top: 15px;
}

.text16{
	font-size:16px;
}
.text14 {
	font-size:14px;
}
.text12{
	font-size:12px;
}

.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

.txt-aaaaaa{
	color:#aaaaaa;
}

#page-wrapper {
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header {
	padding-bottom: 15px;
	padding-top: 11px;
}
header .logo {
	float: left;
	position:relative;
	margin:-2px;
}
header .logo-left-box {
	float: left;
	width: 600px;
}


header p {
	font-size: 13px;
	margin-top: 16px;
	margin-left: 249px;
	width: 500px;
	letter-spacing: 0.5px;
	color: #555555;
	font-weight:bold;
}



header .logo-right-box {
	float: right;
	width: 100px;
	height: 30px;
	margin-top: 10px;
}
header .logo-msd {
	float: right;

}
nav ul li {
	float: left;
}
#topic-path {
	padding-top: 9px;
	padding-left: 20px;
	padding-bottom: 4px;
	color: #494949;
}
#topic-path ul {
	list-style-type: none;
}
#topic-path ul li {
	float: left;
	margin-left:4px;
}
#main-contents {
/*	margin-bottom: 20px;*/
}






aside {
	float: left;
	width: 240px;
	background-color: #f0f8f8;
	margin: 0px;
	padding: 0px;
}
#top-contents {
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#top-contents #main-graphic {
	height: 450px;
	width: 950px;
	background-image: url(/static/images/P001-main-image.jpg);
	padding-top: 6px;
	background-repeat: no-repeat;
}
#top-contents #main-graphic ul {
	list-style-type: none;
	width: 301px;
	margin-left: 646px;
}
#top-contents #main-graphic ul li {
	width: 301px;
}

#top-contents h1 {
	background-color: #e0f1f1;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #62bbb8;
	border-bottom-color: #62bbb8;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#top-contents #top-box1-qa {
	height: 166px;
	width: 612px;
	border: 2px solid #62bbb8;
	padding: 0px;
	float: left;
	margin-right: 15px;
}
#top-contents #top-box1-qa .bottom {
	padding-top: 9px;
	padding-left: 14px;
	background-image: url(/static/images/P001-c-01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 9px;
	height: 116px;
	padding-bottom: 9px;
	background-color: #f6fffa;
}
#top-contents #top-box1-qa ul {
	list-style-type: none;
	width: 460px;
	background-color: #f6fffa;
}
#top-contents #top-box1-qa .bottom ul li {
	background-image: url(/static/images/P001-list-q.jpg);
	background-repeat: no-repeat;
	padding-left: 36px;
	height: 24px;
	padding-top: 8px;
	background-color: f6fffa;
	font-size: 14px;
	font-weight:bold;
}
#top-contents #top-box1-qa .bottom .qa-link {
	padding-left: 230px;
	width: 200px;
	background-color: #f6fffa;
	font-size: 14px;
}


#top-contents #top-box2-risk {
	height: 166px;
	width: 315px;
	border: 2px solid #62bbb8;
	padding: 0px;
	float: left;
}
#top-contents #top-box2-risk .bottom {
	padding-top: 9px;
	padding-left: 14px;
	background-image: url(/static/images/P001-c-05.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 9px;
	height: 116px;
	padding-bottom: 9px;
	background-color: #f6fffa;
}
#top-contents #top-box2-risk .bottom .bottom-text {
	width: 200px;
	font-size: 14px;

	line-height: 1.6;
	margin-top: 4px;
	font-weight:bold;
}
#top-contents #top-box2-risk .bottom .risk-link {
	width: 104px;
	padding-left: 55px;
	font-size: 14px;
	padding-top: 48px;
}

#top-contents #top-menu p{
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.4;
}

#top-contents #top-menu .kinjitsu{
	margin-left: 35px;
	font-size: 14px;
	margin-bottom: 20px;
}

#top-contents #top-menu .kinjitsu-text{
	font-size: 12px;
}

#top-contents #top-menu {
	border: 2px solid #62bbb8;
	margin-top: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
#top-contents #top-menu .menu1 {
	width: 280px;
	float: left;
	border-right: 1px dotted #62bbb8;
	padding-top: 20px;
	padding-right: 18px;
}



#top-contents #top-menu .menu2 {
	width: 280px;
	float: left;
	margin-left: 30px;
	padding-top: 20px;
	border-right: 1px dotted #62bbb8;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	padding-right: 10px;
}
#top-contents #top-menu .menu3 {
	width: 248px;
	float: left;
	padding-top: 20px;
	margin-left: 30px;
}
#top-contents #top-menu h2 {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #62bbb8;
	padding-left: 9px;
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:bold;
}
#top-contents #top-menu .text {
	margin-top: 12px;
	margin-left: 16px;
	width: 280px;
}
#top-contents #top-menu .menu1 .link-detail{
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 30px;
}

#top-contents #top-menu .menu2 .link-detail {
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 30px;
	margin-right: 8px;
}
#top-contents #top-menu .menu3 .link-detail {
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 30px;
}

#top-contents #top-menu ul  {
	list-style-type: none;
	list-style-image: url(/static/images/link-mark-p001-l2.jpg);
	margin-left: 35px;
	margin-top: 12px;
	padding-bottom: 3px;
}
#top-contents #top-menu ul li {
	font-size: 14px;
	margin-bottom: 14px;
}
#top-contents #top-about #about-name {
	text-align: right;
	font-size: 12px;
	margin-bottom: 20px;
}
#top-contents #top-about #about {
	font-size: 12px;
	background-color: #e0f1f1;
	padding-top: 9px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 23px;
	margin-bottom: 20px;
	line-height: 1.3;
}

















aside #nav-box {
	background-color: #62bbb8;
	width: 215px;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
aside #nav-box ul{
	list-style-type: none;
	background-color: #62bbb8;
}
aside #nav-box ul li {
	display: block;
	margin-bottom: 9px;
	background-color: #62bbb8;
}
#article-col1 {
	background-color: #f0f8f8;
}
#article-col2 {
	background-color: #f0f8f8;
	padding-left: 240px;
}
#article-col1 #article-box-outer {
	background-image: url(/static/images/article1-box.jpg);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
}


#article-col2 #article-box-outer {
	background-image: url(/static/images/article-box.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 30px;
}


#article-col2 #article-box {
	width: 700px;
}
#article-col1  h1,#article-col2  h1{
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #62bbb8;
	background-color: #d8f0ef;
	padding-top: 12px;
	padding-left: 16px;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 8px;
	margin-bottom: 25px;
font-weight:normal;
}

#article-col2  h1.p341-h1{
	margin-bottom:15px;
}

#article-col1 h2,#article-col2  h2  {
	background-image: url(/static/images/h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 21px;
	font-size: 18px;
	color: #449c99;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dbf0f1;
	padding-bottom: 4px;
	margin-bottom: 16px;
	font-weight:bold;
}
#article-col2 h2.p202-h2 {
	font-size: 18px;
	color: #449c99;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#article-col2 h2.p341 {
	background:none;
	line-height:1.5em;
	padding-left: 0;
	border-bottom:none;
	margin-bottom:5px;
}

section.sec-contents {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 28px;
}
section.sec-contents-selfcare {
	margin-bottom: 28px;
}

#article-box .sec-contents ul {
	padding-left: 17px;
	list-style-image: url(/static/images/list-mark.gif);
	list-style-type: none;
	margin-left: 2px;
	color: #000;
}

#article-box .sec-contents ul li {
	margin-bottom: 20px;
	line-height: 1.5;
}


#article-box .sec-contents ul.diary-ul {
	padding-left: 17px;
	list-style-image: url(/static/images/list-mark.gif);
	list-style-type: none;
	margin-left: 2px;
	margin-bottom:20px;
	color: #000;
}

#article-box .sec-contents ul.diary-ul li {
	margin-bottom: 5px;
	line-height: 1.7;
}

#article-box .sec-contents .diary-img {
	margin-bottom:13px;
}

#article-col2 .sec-contents .left-box412 {
	width: 435px;
}
.to-top  {
	text-align: right;
	margin-bottom: 15px;
	margin-right: 30px;
}
#article-col1 #bottomnav2 {
/*	margin-right: 30px;*/
	width: 900px;
/*	height: 170px;*/
	margin-left:20px;
}
#article-col1 #bottomnav2 .btnav2top {
	text-align: right;
	margin-bottom: 6px;
}
#article-col1 #bottomnav2 .btnav2bottom {
	margin-bottom: 11px;
	text-align: right;
}
#article-col1 #bottomnav2 img {
	margin-left: 6px;
}
#article-col2 #bottomnav1 {
	background-color: #62bbb8;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-align: right;
}
#article-col2 #bottomnav1 div {
	margin-bottom: 7px;
}


#article-col2 .bottomnav-left-img {
	float: left;
	margin-right: 18px;
	background-color: #62bbb8;
}
#article-col2 #bottomnav1 div {
	width: 665px;
}




#article-col2 #bottomnav2 img {
	float: left;
	margin-left: 4px;
}

footer {
	margin-top:20px;
}

footer .footertop {
	background-color: #dcb4d2;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 31px;
	margin-bottom: 3px;
}
footer .footertop #footertopleft {
	float: left;
	width: 500px;
	font-size: 16px;
	line-height: 1;
	margin-left: 20px;
	color: #FFF;
	margin-top: 9px;
	font-weight:bold;
}

footer .footertop img {
	float: right;
	margin-right: 18px;
}
footer .footermiddle {
	height: 28px;
	font-size: 12px;
	padding-top: 16px;
}
footer .footermiddle .left {
	margin-left: 20px;
	float: left;
}
footer .footermiddle .right {
	float: right;
	margin-right: 18px;
}
footer .footerbottom {
	background-color: #f6f5f5;
	height: 100px;
	padding-top: 14px;
	padding-left: 20px;
	height:57px;
}
footer .footerbottom .copy {
	color: #000;
	margin-bottom: 15px;

}
footer .footerbottom .copy .font11{
	font-size:12px;
}
footer a.cplink{
	font-size:13px;
}
footer .footerbottom .links {
        text-align: center;
		font-size: 10px;
		margin-top: 9px;
		margin-left: 75px;
		line-height: 10px;
}
footer .footerbottom .links ul {
	list-style-type: none;
}
footer .footerbottom .links ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	margin-right: 5px;
}
footer .footerbottom .links ul .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#article-col2 .grossary-menu {
	line-height: 32px;
}

#article-col2 .grossary-margin-r{
	margin-right:15px;
}

#article-col2 .grossary-dot {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #59a5a2;
}

#article-col2 .grossary-h3 {
	padding-left: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.7;
	background-image: url(/static/images/list-mark.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 14px;
}

#article-col2 .grossary-p {
	margin-left: 25px;
	line-height: 1.6;
}
#article-col1 .qa-box {
	height: 50px;
	cursor:pointer;
	font-weight:normal;
}
#article-col1 .qa-box-top {
	height: 74px;
	margin-top: 10px;
}


#article-col1  .qa-box h2  {
	background-image: none;
	width: 750px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}

#article-col1 .qa-box-middle {
	width: 825px;
	float: left;
}
#article-col1 .qa-box-q-bottom {
	vertical-align: top;
}
#article-col1 .qa-box-a-top {
	background-image: url(/static/images/p501-a-background.jpg);
	background-repeat: repeat-y;
	padding-top: 22px;
	padding-left: 12px;

}

#article-col1 .qa-box-a-bottom {
	vertical-align: top;

}
#article-col1 .qa-ans {
	width: 564px;
	margin-left: 10px;
	float: left;
	margin-right: 20px;
}
#article-col1 .sitemap1 {
	width: 310px;
	float: left;
}
#article-col1 .sitemap2 {
	width: 280px;
	float: left;
}
#article-col1 .sitemap3 {
	width: 280px;
	float: left;
}
#article-col1 .sitemap-a{
	padding-left: 20px;
	font-weight: bold;
	color: #000;
	background-image: url(/static/images/list-mark.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 16px;
	margin-bottom: 17px;
	line-height: 1;
}
#article-col1 .sitemap-b {
	padding-left: 20px;
	font-weight: bold;
	color: #000;
	background-image: url(/static/images/list-mark.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 16px;
	margin-bottom: 17px;
	line-height: 1;
	margin-top: 19px;
}
#article-col1 .sitemap-b2 {
	padding-left: 20px;
	font-weight: bold;
	color: #000;
	background-image: url(/static/images/list-mark.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 16px;
	margin-bottom: 17px;
	line-height: 1;
}

#article-col1 .sitemap-c {
	font-size: 16px;
	line-height: 1;
	margin-left: 13px;
	margin-bottom:12px;
	font-weight:bold;
}
#article-col2 .box-inner {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: dashed;
	border-right-color: #62bbb8;
	border-left-color: #62bbb8;
	width: 638px;
}

.box-outer {
	background-color: #fffbee;
	padding:20px;
}
	.box-outer .box-pie {
		width: 600px;
		border: 1px solid #62bbb8;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		zoom: 1;
		position: relative;
		background-color: #fff;
		margin: 0 auto 20px;;
		padding:20px 20px 2px 20px;
		overflow: hidden;
		clear: both;
	}
		.box-outer .box-pie h3{
			color: #35a09c;
			padding-bottom: 5px;
			border-bottom: 3px dotted #35a09c;
			margin-bottom:12px;
			font-size:18px;
			font-weight:bold;
		}
		.box-outer .box-pie p {
			width: 380px;
			float: left;
		}
		.box-outer .box-pie ul {
			width: 380px;
			float: left;
		}
		.box-outer .box-pie ul li {
			margin-left: 20px;
			list-style-image: url("/static/images/p341-arrow.gif");
			font-size:14px;
			line-height:1.6;
			margin-bottom:12px;
		}
		.box-outer .box-pie p.image {
			float: left;
			width: 144px;
			height:100%;
			margin-top:10px;
			margin-left:50px;
		}
		.box-outer .box-pie p.image .counseling {
			float: left;
			margin-top:10px;
			margin-left:0px;
		}


.box-outer2 {
	background-color: #fffbee;
	padding:20px;
}
	.box-outer2 .box-pie {
		width: 600px;
		border: 1px solid #62bbb8;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		zoom: 1;
		position: relative;
		background-color: #fff;
		margin: 0 auto 20px;;
		padding:20px 20px 2px 20px;
		overflow: hidden;
		clear: both;
	}
		.box-outer2 .box-pie h3{
			color: #35a09c;
			padding-bottom: 5px;
			border-bottom: 3px dotted #35a09c;
			margin-bottom:12px;
			font-size:18px;
			font-weight:bold;
		}
		.box-outer2 .box-pie .text {
			width: 380px;
			float: left;
		}
		.box-outer2 .box-pie ul {

		}
		.box-outer2 .box-pie ul li {
			margin-left: 20px;
			list-style-image: url("/static/images/p341-arrow.gif");
			font-size:14px;
			line-height:1.6;
			margin-bottom:12px;
		}
		.box-outer2 .box-pie p{
			margin-bottom:10px;
		}
		.box-outer2 .box-pie p.image {
			float: left;
			width: 144px;
			height:100%;
			margin-top:10px;
			margin-left:50px;
		}

		.box-outer2 .box-pie p.image .counseling {
			float: left;
			margin-top:-10px;
			margin-left:0px;
		}
		.box-outer2 .box-pie p.image .counseling2 {
			float: left;
			margin-top:0px;
			margin-left:-25px;
		}

p.strong {
	font-size: 130%;
}

#article-col2 .medical-treatment .box-pie {
	background-color: #fffbee;
	border: 2px solid #62bbb8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	zoom: 1;
	position: relative;
	overflow: hidden;
	clear: both;
	min-height: 180px;
}
	#article-col2 .medical-treatment .box-pie h2 {
		width: 405px;
		background: none;
		margin: 15px 0 0 20px;
		padding: 0 0 7px; 0;
		border-bottom: 2px dotted #59a49e;
		line-height: 1.4;
		float: left;
		font-weight:bold;
		font-size:16px;
	}
	#article-col2 .medical-treatment .box-pie h2.line1 {
		line-height: 2.2;
	}
		#article-col2 .medical-treatment .box-pie h2 img {
			float: left;
			margin-right: 10px;
		}
	#article-col2 .medical-treatment .box-pie div.text {
		width: 420px;
		margin: 15px 0px 0px 20px;
		float: left;
	}
	#article-col2 .medical-treatment .box-pie p.image {
		position: absolute;
		top: 50%;
		left: 445px;
		margin-top: -76px;

	}
#article-col2 .medical-treatment p.arrow {
	margin: 10px 0;
	text-align: center;
}


* {
    margin: 0;
    padding: 0;
}
.clearfix {
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}


	p.counseling-annotation{
	font-size:12px;
	text-align: right;
}





.type{
	margin-bottom:20px;
}

	.type .box{
		float:left;
		margin-right:10px;
	}

		.type .box .box-in{
			width:310px;
		}

			.type .box .box-in .box-one{
				padding:10px 0px 0px 10px;
				background:#fffbee;
				border-left:1px solid #62bbb8;
				border-right:1px solid #62bbb8;
				height:155px;
			}

				.type .box .box-in .box-one .box-text{
					float:left;
					width:178px;
					margin-right:5px;
				}
					.type .box .box-in .box-one .box-text p{
						margin-bottom:0px;
					}

				.type .box .box-in .box-one .box-img{
					margin-top:20px;
				}

.medical-treatment-img {
	margin-bottom:2em;
}

#article-col1 .to-top.link-page {
	margin-bottom: 0px;
}

#article-box .link-contents h2 {
	margin-top: 40px;
	margin-bottom:10px;
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
}
#article-box .link-contents p {
	margin-top: 0px;
}

#article-box .link-contents .box-pie {
	border: 1px solid #cdcbcb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	zoom: 1;
	position: relative;
	font-weight: normal;
	margin-top:20px;
	padding: 10px;
}

.errorbt{
	text-align:center;
	padding-top:70px;
	padding-bottom:300px;
}

.p902_mini {
	font-size:11px;
}

.p341_Box {
	height:35px;
	padding:0 0 0 35px;
	clear:both;
}
	.p341_Box ul {
		background:none;
		height:35px;
		margin:0;
		padding:0;
	}
		.p341_Box ul li {
			background:none;
			width:255px;
			font-size:135%;
			font-weight:normal;
			text-align:center;
			margin:0 35px 0 0;
			padding:0;
			list-style:none;
			float:left;
		}
		.p341_Box ul li a {
			background:url(/static/images/p341-arrow.png) no-repeat 225px;
			color:none;
			line-height:2;
			text-decoration:none;
			border:1px solid #a0a0a0;
			display:block;
			list-style:none;
		}
			.p341_Box ul li a:link, .p341_Box ul li a:visited, .p341_Box ul li a:active {
				list-style:none;
				text-decoration:underline;
				font-weight:bold;
			}
			.p341_Box ul li a:hover {
				color:#bd58a2;
				border:1px solid #bd58a2;
				list-style:none;
			}

.p341_title {
	background:#f0f0f0 url(/static/images/h2.gif) no-repeat 10px center;
	font-size:135%;
	line-height:32px;
	text-indent:35px;
}

.margin-Top10 {
	margin-top:10px;
}

.margin-Top20 {
	margin-top:20px;
}

.margin-Top30 {
	margin-top:30px;
}

.margin-Top50 {
	margin-top:50px;
}

#searchiframe{
	border: medium none;
	height: 1400px;
	width: 100%;
}

.vertical-t{vertical-align:top;}
.vertical-b{vertical-align:bottom;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}


.font-01{
	font-size:1.1em;
	line-height:1.3;
}

.font-02{
color:#00877b;
border-bottom:dotted 4px #00877b;
padding-bottom: 5px;
margin-bottom:12px;
font-size:18px;
font-weight:bold;
line-height:1.3;
}

.text-r-01{
	line-height:0;
	text-align:right;
}

.indent-01{
	text-indent:-1em;
	padding-left:1em;
}

.sup-01{
vertical-align:top;
font-size:0.5em;
}

.letter-s-01{letter-spacing:-1px;}

.qa-box-top-01{
	background:#04908f;
	cursor:pointer;
	margin-top:10px;
}

.qa-box-middle-01{
	width:603px;
	float:left;
	text-align:center;
}
#article-col2 .qa-box-middle-01 h2{
	background-image:none;
	border-bottom-width:0;
	color:#fff;
	margin:0;
	padding:5px;
line-height:1.3;
}

.qa-box-a-top-01{
	background: url(/static/images/p204-a-background.jpg) repeat-y;
	clear:both;
}

.qa-ans-01{
	padding:13px 13px 0 10px;
	font-size: 14px;
}


.p204-c-box1{
	padding:25px 0;
}
#article-box .sec-contents .p204-c-box1 ul {
	list-style-image:none;
	list-style-type: none;
}
#article-box .sec-contents .p204-c-box1 li{
	background: url(/static/images/p204-q-01.gif)  no-repeat 0% 4px;
	margin-bottom:0;
	padding-left:15px;
}

.p204-c-box2{
	background:#fbe9f7;
	margin:0 30px;
	padding:5px;
	width:630px;
}

.p204-c-box3{
	border:2px solid #fff;
	padding:15px;
	width:596px;
}

.p204-c-box4{
	float:left;
	margin-left:14px;
	width:463px;
}

.p204-c-box5{
	clear:both;
	padding-top:15px;
}

.p204-c-box6{
	display:block;
	margin:25px 30px 10px 30px;
	text-align:center;
	width:640px;
}


.p1200-c-box2{
	background:#fbe9f7;
	margin-left:10px;
	padding:5px;
	width:630px;
}

.p1200-c-box3{
	border:2px solid #fff;
	padding:15px;
	width:596px;
}

.p1200-c-box4{
	background:#ffffff;
	margin:0px;
	padding:0px;
	width:596px;
}

.p1200-c-box5{
	padding:20px 0 0 20px;
	float:left;
	width:365px;
}

.p1200-c-box6{
	float:left;
	padding:0px;

}







/* ------------------------------------------------------------------------------------------ */
/* 2015/03/13 info-area for toppage */
#top-info {
	margin:-10px auto 10px 0;
	background-color:#FBE9F6;
	padding-top: 10px;
	padding-left: 18px;
}
#top-info #infoTable {
	display:table;
}
#top-info #infoTable h2 {
	display:table-cell;
	position:relative;
	margin:0;
	padding:0;
	width:70px;
}
#top-info #infoTable h2 img {
	position:relative;
	top:3px;
}
#top-info #infoTable #infoList {
	display:table-cell;
	width:auto;
	font-size: 14px;
}
#top-info ul {
	margin:0;
	padding:0;
}
#top-info ul li {
	margin-left:150px;
	padding-left:20px;
	padding-bottom: 15px;
	list-style:none;
	background:url(/static/images/link-mark-top-info.png) 10px 4px no-repeat;
	line-height:1.4;
}
#top-info ul li .date {
	display:inline-block;
	margin-left:-140px;
	width:140px;
}

#top-info ul li .date {
	display:inline-block;
	margin-left:-140px;
	width:140px;
}

#top-info ul li .infoList-link {
	margin-left: 10px;
}

/* ------------------------------------------------------------------------------------------ */


