@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	letter-spacing: 0.1em;
	color: #555555;
	background: url(../img/body_bg.jpg) repeat-x;
}
body.top {
	background: url(../img/top_body_bg.jpg) repeat-x;
}
a {
	outline: none;
}
a img {
	border: none;
}
a:link {
	color: #0088ff;
	text-decoration: none
}
a:visited {
	color: #880088;
	text-decoration: none
}
a:hover {
	color: #ff6600;
	text-decoration: underline
}
a:active {
	color: #ff3300;
	text-decoration: underline
}
.linkBorder a:link {
	color: #0088ff;
	text-decoration: underline
}
.linkBorder a:visited {
	color: #880088;
	text-decoration: underline
}
.linkBorder a:hover {
	color: #ff6600;
	text-decoration: none
}
.linkBorder a:active {
	color: #ff3300;
	text-decoration: none
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	clear: both;
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mt0 {
	margin-top: 0px;
}
.caution {
	color: #FF0000;
}
h1 {
	margin: 0 0 0 5px;
	padding: 0;
	width: 151px;
	height: 176px;
	font-size: 100%;
	position: absolute;
	top: 0;
}
h2 {
	margin: 0;
	padding: 0;
	clear: both;
}

h3{
	margin: 20px 0 0 0;
	padding: 10px;
	background: url(../img/h3_bg.gif) no-repeat;
	height: 16px;
	font-size: 110%;
	clear: both;
}
h3.pink{
	margin: 20px 0 0 0;
	padding: 10px;
	background: url(../img/h3_bg_pink.gif) no-repeat;
	height: 16px;
	font-size: 110%;
	clear: both;
}
h3.health {
	background: none;
	margin: 10px 0 0 0;
	padding: 0;
}
h4 {
	background: url(../img/h4_bg.gif) no-repeat left top;
	padding: 0 0 3px 1em;
	color: #389A65;
	font-size: 110%;
	border-bottom: 1px #cccccc dotted;
	clear: both;
	margin: 50px 0 0 0;
}
h5 {
	margin: 30px 0 0 0;
	padding: 0;
	clear: both;
	font-size: 100%;
}
h5.gr{
	color: #389A65;
}
.healthH5 {
	padding: 3px 0.5em;
	color: #389A65;
	font-size: 110%;
	clear: both;
	margin: 20px 0 0 0;
	background: #e7fbd2;
}
h6, h5.green {
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	color: #389A65;
	font-size: 100%;
}

h5.green {
	font-size:1.1em;
}

img {
	vertical-align: middle;
}
.terminate {
	margin-right: 0!important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.totop {
	text-align: right;
	clear: both;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font-size: 84%;
	line-height: 170%;
}
.bold{
	font-weight:bold;
}

.underline{
	border-bottom: solid 2px #666;
	}
/*-----------------------------------------------------------
	1-1.Margin
-----------------------------------------------------------*/
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml45 {
	margin-left: 45px;
}
.ml50 {
	margin-left: 50px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr35 {
	margin-right: 35px;
}
.mr40 {
	margin-right: 40px;
}
.mr45 {
	margin-right: 45px;
}
.mr50 {
	margin-right: 50px;
}
.m0 {
	margin: 0px;
}
/*-----------------------------------------------------------
	1-2.Padding
-----------------------------------------------------------*/
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl35 {
	padding-left: 35px;
}
.pl40 {
	padding-left: 40px;
}
.pl45 {
	padding-left: 45px;
}
.pl50 {
	padding-left: 50px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr25 {
	padding-right: 25px;
}
.pr30 {
	padding-right: 30px;
}
.pr35 {
	padding-right: 35px;
}
.pr40 {
	padding-right: 40px;
}
.pr45 {
	padding-right: 45px;
}
.pr50 {
	padding-right: 50px;
}
/*---------------------------header-------------------------*/
.header {
	width: 910px;
	height: 40px;
	margin: 0 auto;
	background: url(../img/header_bg.jpg) no-repeat;
	position: relative;
}
ul.hmenu {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 5px;
	left: 243px;
	list-style: none;
}
ul.hmenu li {
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
}
.site-search {
	position: absolute;
	left: 420px;
}
.site-search img {
	position: absolute;
	top: 14px;
}
.site-search form {
	position: absolute;
	left: 80px;
	top: 12px;
}
.site-search form .search-box {
	width: 140px;
}
.site-search form .search-btn {
	position: absolute;
	left: 152px;
	top: 0;
}
.header .font-change {
	position: absolute;
	left: 725px;
	top: 14px;
}
.header .font-change ul.fmenu {
	position: absolute;
	top: -3px;
	left: 86px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 84px;
}
.header .font-change ul.fmenu li {
	margin: 0;
	padding: 0 6px 0 0;
	float: left;
	display: block;
	width: 22px;
	height: 21px;
	overflow: hidden;
}
.header .font-change ul.fmenu li a {
	display: block;
	height: 21px;
	background-repeat: no-repeat;
	text-indent: -9900px;
	outline: none;
	overflow: hidden;
}
.header .font-change ul.fmenu li.header-font-s a {
	background: url(../img/font_small.gif) no-repeat;
	text-indent: 9999px;
}
.header .font-change ul.fmenu li.header-font-m a {
	background: url(../img/font_medium.gif) no-repeat;
	text-indent: -9954px;
}
.header .font-change ul.fmenu li.header-font-l a {
	background: url(../img/font_large.gif) no-repeat;
	text-indent: -9954px;
}
.header .font-change ul.fmenu li a:hover, .header .font-change ul.fmenu li a:active {
	background-position: 0 -23px;
}
/*---------------------------トップ------------------------*/
.top-main-img {
	width: 910px;
	height: 345px;
	margin: 0 auto;
	background: url(../img/top_main_bg.jpg) no-repeat;/*background:url(../img/top_main_bg110317.jpg) no-repeat;*/
	/*background:url(../img/top_main_bg120113.jpg) no-repeat;*/
}

.top-main-img02 {
	width: 910px;
	height: 345px;
	margin: 0 auto;
	background: url(../img/top_main_bg02.jpg) no-repeat;/*background:url(../img/top_main_bg110317.jpg) no-repeat;*/
	/*background:url(../img/top_main_bg120113.jpg) no-repeat;*/
}

.top-main-img03 {
	width: 910px;
	height: 345px;
	margin: 0 auto;
	background: url(../img/top_main_bg03.jpg) no-repeat;/*background:url(../img/top_main_bg110317.jpg) no-repeat;*/
	/*background:url(../img/top_main_bg120113.jpg) no-repeat;*/
}


.top-main-img04 {
	width: 910px;
	height: 345px;
	margin: 0 auto;
	background: url(../img/top_main_bg04.jpg) no-repeat;/*background:url(../img/top_main_bg110317.jpg) no-repeat;*/
	/*background:url(../img/top_main_bg120113.jpg) no-repeat;*/
}


.top-main-img img {
	position: absolute;
	top: 102px;
	left: 414px;
}
.content-box {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 10px 10px 10px;
	background: url(../img/content_box_bg.gif) bottom no-repeat;
}
ul.content-box li {
	margin: 10px 10px 0 0;
	padding: 0;
	float: left;
	width: 198px;
	height: 250px;
	background: url(../img/service_bg.jpg) no-repeat bottom;
	position: relative;
}
ul.content-box li p {
	margin: 0 10px 0 10px;
	font-size: 90%;
	line-height: 135%;
}
ul.content-box li .btn {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin-top: 5px;
	left: 40px;
}
.mutual-box {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 10px 10px 10px;
	background: url(../img/content_box_bg.gif) bottom no-repeat;
}
ul.mutual-box li {
	margin: 10px 10px 0 0;
	padding: 0;
	float: left;
	width: 198px;
	height: 320px;
	background: url(../img/service_bg.jpg) no-repeat bottom;
	position: relative;
}
ul.mutual-box li p {
	margin: 5px 10px 0 10px;
	font-size: 90%;
	line-height: 135%;
}
ul.mutual-box li .btn {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin-top: 5px;
	left: 40px;
}
.top-box-small {
	width: 312px;
	float: left;
	margin-right: 10px;
	background: url(../img/top_box_s_bg.gif) bottom no-repeat;
}
.top-box-small table {
	width: 292px;
	margin: 10px;
}
.top-box-small table td {
	background: url(../img/smenu_icon.gif) no-repeat left;
	padding-left: 1em;
}
ul.top-banner {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.top-banner li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
/*---------------------------メインイメージ-------------------------*/
.main-img {
	width: 910px;
	height: 150px;
	margin: 0 auto;
}
.about {
	background: url(../img/about_main_bg.jpg) no-repeat;
	height: 150px;
}
.mutual {
	background: url(../img/mutual_main_bg.jpg) no-repeat;
	height: 150px;
}
.business {
	background: url(../img/business_main_bg.jpg) no-repeat;
	height: 150px;
}
.health {
	background: url(../img/health_main_bg.jpg) no-repeat;
	height: 150px;
}
.fureai {
	background: url(../img/fureai_main_bg.jpg) no-repeat;
	height: 150px;
}
.other {
	background: url(../img/other_main_bg.jpg) no-repeat;
	height: 150px;
}
.hospital {
	background: url(../img/hospital_main_bg.jpg) no-repeat;
	height: 150px;
}
ul.gmenu {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding: 0 5px;
	list-style: none;
	background: url("../img/gmenu_bg.gif") no-repeat;
}
ul.gmenu li {
	float: left;
}
/*---------------------------サイドエリア-------------------------*/
.side {
	float: right;
	width: 205px;
	margin: 0;
	background: #FFFFFF;
	padding: 20px 20px 20px 0;
}
.side .smenu {
	width: 205px;
	background: url(../img/bg_rbbtm.gif) no-repeat bottom;
	margin: 45px 0 10px 0;
	padding-bottom: 6px;
}
.side .smenu ul {
	background: url(../img/bg_rbtop.gif) no-repeat top #FFFFFF;
	padding: 15px 10px;
	margin: 0;
	list-style: none;
}
.side .smenu ul li {
	margin: 0 5px;
	padding: 3px 0 3px 1em;
	background: url(../img/smenu_icon.gif) no-repeat left;
	border-bottom: #CCCCCC dotted 1px;
}
.side .smenu ul li.current {
	background: url(../img/smenu_icon.gif) no-repeat left #DDFDB2;
}
.side ul.banner-area {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side ul.banner-area li {
	margin: 0 0 10px 0;
	padding: 0;
}
/*---------------------------コンテンツ-------------------------*/
.content {
	float: left;
	width: 635px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 20px 0 20px 20px;
}
.topic-path {
	margin: 0 20px 20px 20px;
	background: url(../img/tp_bg.gif) no-repeat;
	height: 19px;
	padding: 5px 10px;
	font-size: 90%;
	color: #666666;
}
.dl-pdf {
	background: #F2F2F2;
	border: #CACACA 1px solid;
	padding: 1em;
	margin-top: 20px;
	clear: both;
}
.dl-pdf img {
	border: #CACACA 1px solid;
	float: right;
	padding-left: 10px;
}
.go-top {
	text-align: right;
	margin: 1em 0;
	clear: both;
}
/*---------------------------互助事業とは-------------------------*/
ul.page-menu,ul.page-menu2 {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul.page-menu li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.reserve-box {
	list-style: none;
	padding: 0 0 0 2em;
	text-indent: -1em;
}


/*
---互助事業事務の手引き*/
ul.page-menu2 li {
	margin-bottom:10px;
	padding: 0;
	float: left;
}
.mr10{
	margin-right:10px;}

.guidanceConnav{
	overflow:hidden;
	margin:40px 0 0 0;
	padding:0;
}

.guidanceConnav li{
	float:left;
	list-style:none;
}

.guidanceConnav li a{
	display:block;
}


.att{
	display:block;
	font-size:0.9em;
	text-align:right;
}

.general ul,
.general ol{
	padding-left:30px;
}

.red{
	color:#F05255;
}

.guidanc04nav{
	overflow:hidden;
	margin-top:40px;
	padding:0;
}

.guidanc04nav li{
	float:left;
	list-style:none;
}

.li-asterisk {
	padding: 0;
}
.li-asterisk li{
	list-style: none;
	padding-left: 1em;
	text-indent: -.7em;
}
.li-asterisk li::before{
	content: "*";
}

/*.manga {
	padding: 10px 0;
}*/
/*---------------------------健康センター-------------------------*/
.health {
	background: url(../img/health_main_bg.jpg) no-repeat;
	height: 150px;
}
ul.health-page-menu {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul.health-page-menu li {
	margin: 0 7px 0 0;
	float: left;
}
ul.two-rows-list {
	margin: 20px 0;
	overflow:hidden;
	padding: 0;
	list-style: none;
}
ul.two-rows-list li {
	margin: 0 20px 10px 0;
	padding: 0;
	float: left;
	width: 306px;
}
ul.two-rows-list li h4 {
	background: none;
	padding: 0;
	margin: 0;
}
.mental-tel {
	color: #FF9933;
	font-weight: bold;
}
.physical-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.physical-list li {
	margin: 0 20px 10px 0;
	padding: 15px;
	float: left;
	width: 276px;
	background: #FFECEF;
}
ul.physical-list li h4 {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	border: none;
}
.topicbox {
	margin: 10px 0;
	border: 2px solid #a3ceed;
	padding: 1ex 1em;
	background: #f1fcff;
	color: #1f608e;
}
.topicbox_red {
	margin: 10px 10px;
	border: 2px solid #ff0000;
	padding: 1ex 1em;
	background: #fff3f3;
	color: #ff0000;
}
.topicbox02 {
	margin: 10px 0;
	border: 2px solid #a3ceed;
	padding: 1ex 1em;
}
.topicbox03 {
	margin: 10px 0;
	border: 2px solid #ff97bd;
	padding: 1ex 1em;
	background: #ffffff;
	color: #4b2200;
}
.topicbox table th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
ul.physical-list li.illust {
	background: #FFFFFF;
	text-align: center;
}
ul.arr li {
	margin: 0 5px;
	padding: 3px 0 3px 1em;
	background: url(../img/smenu_icon.gif) no-repeat left;
}

/*---------------------------テーブル-------------------------*/
table.news {
	margin-top: 10px;
}
table.news th {
	vertical-align: middle;
	background: url(../img/smenu_icon.gif) no-repeat left center;
	padding-left: 1em;
	border-bottom: #CCCCCC 1px dotted;
	text-align: left;
}
table.news.news_important th {
	background: url(../img/smenu_icon_red.png) no-repeat left center;
}
table.news td {
	vertical-align: top;
	border-bottom: #CCCCCC 1px dotted;
}
table.pick td img {
	float: left;
	width: 90px;
	margin: 10px 10PX 0 0;
}
table.pick td p {
	float: right;
	width: 500px;
	margin-top: 10px;
}
table.general {
	border-top: #D4D1BA solid 1px;
	border-left: #D4D1BA solid 1px;
	border-collapse: collapse;
	margin-top: 20px;
	width: 635px;
	clear: both;
}
table.general thead th {
	padding: 0.3em;
	font-weight: bolder;
	background: #E6F3D1;
	border-bottom: #D4D1BA solid 1px;
	border-right: #D4D1BA solid 1px;
	text-align: center;
}
table.general tbody th {
	text-align: center;
	padding: 0.3em;
	font-weight: bolder;
	background: #F8F8F7;
	border-bottom: #D4D1BA solid 1px;
	border-right: #D4D1BA solid 1px;
	vertical-align: middle;
}
table.general td {
	padding: 0.3em;
	border-bottom: #D4D1BA solid 1px;
	border-right: #D4D1BA solid 1px;
}
table.education {
	width: 580px;
	margin-bottom: 10px;
}
table.join th {
	white-space: nowrap;
}
table.volunteer {
	width: 440px;
	margin-bottom: 10px;
}
table.join td table {
	border: none;
}
table.join td table td {
	border: none;
	vertical-align: top;
}
table.join td table th {
	border: none;
	width: 100px;
	background: fff;
	font-weight: normal;
}

table.medical {
	width: 500px;
}
/*---------------------------footer-------------------------*/
.footer {
	background: url(../img/footer_bg.jpg) repeat-x;
	clear: both;
	margin: 0 auto;
}
.footer-area {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	height: 40px;
	background: url(../img/footer_menu_bg.jpg) no-repeat;
}
ul.footer-menu {
	position: absolute;
	left: 220px;
	bottom: 42px;
	font-size: 12px;
	color: #999999;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.footer-menu li {
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
}
.footer-menu a {
}
.copyright {
	position: absolute;
	right: 11px;
	bottom: 40px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.question {
	color: #F90;
	font-weight: bold;
}
.answer {
	margin-left: 40px;
}
.pinbox {
	width: 595px;
	padding: 20px 20px 5px;
	margin: 0 0 10px;
	background: url(../../volunteer/img/pin_bg.gif) no-repeat #f5ede2;
}
.pinbox_s_l {
	width: 265px;
	padding: 20px 20px 5px;
	margin: 0 10px 10px 0;
	background: url(../../volunteer/img/pin_bgs.gif) no-repeat #f5ede2;
	float: left;
}
.pinbox_s_r {
	width: 315px;
	float: right;
	margin-bottom: 10px;
}
/*----------------------------------------------------
 *
 * タブとよくある質問の指定ココから▽▽▽
 *


.tabContainer {
	width: 635px;
}
.tabContainer dl {
	clear: both;
	width: 635pxpx;
	background: url(../img/qa/bg_qa.gif) no-repeat;
}

.tabContainer dl dt {
	margin: 0 0 5px;
	padding-left: 25px;
	background: url(../img/qa/q.gif) no-repeat;
	font-weight: bold;
	color:#0088ff;
}

.tabContainer dl dd {
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #CCC;
}

/*----------------------------------------------------
 *
 * タブとよくある質問の指定ココまで△△△
 *
----------------------------------------------------*/
a img.alph {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */
}
a:hover img.alph {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */
}
.newicon {
	vertical-align: top;
	padding: 1px 4px 0 0;
}
ul.edu_navi {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
ul.edu_navi li {
	display: inline;
	float: left;
}
ol li.update a {
	padding-left: 35px;
	background: url(../img/new.gif) 0 50% no-repeat;
}
.button {
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	font: 11px/normal sans-serif;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4, #ececec);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
	zoom: 1;
 *display: inline;
}
.button:hover, .button:focus, .button:active, .button.active {
	border-color: #3072b3;
	border-bottom-color: #2a65a0;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #fff;
	background-color: #3C8DDE;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
	background-image: -moz-linear-gradient(#599bdc, #3072b3);
	background-image: -o-linear-gradient(#599bdc, #3072b3);
	background-image: linear-gradient(#599bdc, #3072b3);
}
.button:active, .button.active {
	border-color: #2a65a0;
	border-bottom-color: #3884CF;
	background-color: #3072b3;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
	background-image: -moz-linear-gradient(#3072b3, #599bdc);
	background-image: -o-linear-gradient(#3072b3, #599bdc);
	background-image: linear-gradient(#3072b3, #599bdc);
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
/*人間ドック
----------------------------------------------------*/
.checkPrice {
	font-weight: bold;
	text-align: center;
}
/*news/130515.html
----------------------------------------------------*/


/* --- ボックス --- */
div.boxPink {
	width: 640px; /* ボックスの幅 */
	background: url(../../news/img/130515_box_btm.gif) no-repeat bottom; /* ボックスの背景 */
	font-size: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
/* --- 見出し --- */
div.boxPink h3 {
	margin: 0; /* 見出しのマージン */
	padding: 8px 10px 10px; /* 見出しのパディング（上下、左右） */
	background: url(../../news/img/130515_box_top.gif) no-repeat top; /* 見出しの背景 */
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}
/* --- ボックス内の段落 --- */
div.boxPink p {
	margin: 1em 20px; /* 段落のマージン（上下、左右） */
}
/*　educathion
----------------------------------------------------*/

.educationH5 {
	background: #F90;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}

.textSmall{
	font-size:80%;
}
.greenBg{
	background-color:#6EAF82;
	padding:1px 4px 1px 4px;
	color:#FFFFFF;
	margin-left:5px;
	font-weight:normal;
}

table.education{
	width: 100%;
	border-collapse: collapse;
}

table.education th{
	padding: 10px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

table.education td{
	padding: 5px 10px;
	border: 1px solid #b9b9b9;
}



/*医療互助特別会員
----------------------------------------------------*/
table.hoken02, table.hoken06{
	width:100%;
	text-align:center;
	margin:30px auto;
	border-collapse: collapse;
	border: 1px solid #b9b9b9;
	}

table.hoken02 th,table.hoken02 td,table.hoken06 th,table.hoken06 td{
	border: 1px solid #b9b9b9;
	padding:5px;
	}

table.hoken02 th.left,table.hoken06 th.left{
	text-align:left;
	padding:0 20px;
	}

th.bg_iryogojyo{
	background:#E2585B;
	color:#fff;
	}

th.bg_minkan{
	background:#EBD752;
	}

table.hoken06 td{
	text-align:left;
	padding:5px;
	}

table.hoken06 th{
	padding:5px;
	}

table.hoken06 th.bg_blue{
	background:#CBE3EC;
	}

table.hoken06 th.bg_green{
	background:#E6F3D1;
	}

table.hoken06 .cyuui th{
	background:#FFCECE;
	}

table.hoken06 .cyuui ol li{
	line-height:1.8em;
	margin-bottom:10px;
	}

p.hoken05 a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}

div.red_box{
	padding:20px;
	border:#E2484B 2px dotted;
	background:#FFEAEB;
	}


/* dock_form */

.dock_btn{
	display: inline-block;
	width: 160px;
	height: 40px;
    padding: 0.5em 1em;
    text-decoration: none;
    background-color: #389A65;
    color: #FFF!important;
    border-bottom: solid 3px #256643;
    border-radius: 3px;
    line-height: 1.4em;
    text-align: center;
    vertical-align: middle;
}

.dock_btn_R{
    line-height: 3em;
}

.agree_btn-area{
	padding:0 120px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.dock_btn:hover {
  background-color: #47bd79;
  text-decoration: none;
}

dd.enclose{
	border: solid 1px;
	padding: 10px;
	border-radius: 5px;
}
/*
@media only screen and (min-width: 768px) {
	.pc_none {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.sp_none {
		display: none;
	}
}

.display_none {
	display: none;
}

*/

table.general_in {
	border-top: #D4D1BA solid 1px;
	border-left: #D4D1BA solid 1px;
	border-collapse: collapse;
	margin-bottom: 20px;
	clear: both;
}

.under {text-decoration : underline}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #84da67;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 200px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #389A65;
    font-weight: bold;
}
.box26 .box-title.long {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 60px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #389A65;
    font-weight: bold;
}
.box26 .box-title.middle {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 150px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #389A65;
    font-weight: bold;
}
.box26 p {
    margin: 0;
    padding: 20px;
}

.box_pink {
    position: relative;
    margin: 3em 0 4em 0;
    padding: 0.5em 1em;
    border: solid 3px #fcb0bc;
    border-radius: 8px;
}
.box_pink .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 200px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #fd506c;
    font-weight: bold;
}
.box_pink .box-title.long {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 60px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #fd506c;
    font-weight: bold;
}
.box_pink .box-title.middle {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 150px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #fd506c;
    font-weight: bold;
}
.box_pink p {
    margin: 0;
    padding: 20px;
}
.box_pink .title {
    margin: 0;
    padding: 20px;
}
.box_pink td {
	padding: 10px;
	vertical-align: top;
}
.box_pink th {
	padding: 10px;
	vertical-align: top;
}

.box_pink.center .box-title{
	background-color: unset;
	right: 0;
	left: 0;
}

.box_pink.center .box-title > span{
	background-color: #ffffff;
}

/* 療養見舞金様式14のダウンロード チェックボックス*/
.dl_confirmation {
	 background: #ffddbb;
	 padding: 2em 2em 3em 2em;
}
.checkbox_font {
	display: block;
	padding-left: 2em;
	margin-top: -1.6em;
}
.button_area {
	text-align: center;
}
.dl_button {
	min-width: 240px;
	font-size: 105%;
	padding: 0.8em 1em 0.8em 4em;
	margin-right: 4px;
	color: #fff;
	border: none;
	border-radius: 5px;
	position: relative;
}
.dl_button::before {
		content: '';
		display: block;
		width: 33px;
		height: 34px;
		background: url(../img/icon_dl.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translate(-50%, -50%);
		margin: auto;
}
.dl_button:disabled {
	opacity: 0.5;
}
.dl_button.blue {
	background-color: #5570ab;
	margin-right: 20px;
}
.dl_button.blue:hover {
	background-color: #3d527e;
}
.dl_button.blue:disabled:hover {
	background-color: #5570ab;
}
.dl_button.green {
	background-color: #7eab55;
}
.dl_button.green:hover {
	background-color: #618341;
}
.dl_button.green:disabled:hover {
	background-color: #7eab55;
}

/*ダウンロードボタン*/
.btn_dl {
	background-color: #389A65;
	min-width: 240px;
	font-size: 105%;
	padding: 0.8em 1em 0.8em 4em;
	margin-right: 4px;
	color: #fff;
	border: none;
	border-radius: 5px;
	position: relative;
	display: inline-block;
}
.btn_dl:hover, .btn_dl:visited, .btn_dl:link, .btn_dl:active {
	color: #fff;
	text-decoration: none;
}
.btn_dl:hover {
	background-color: #389A65;
	opacity: 0.7;
}
.btn_dl::before {
	content: '';
	display: block;
	width: 33px;
	height: 34px;
	background: url(../img/icon_dl.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(-50%, -50%);
	margin: auto;
}
.btn_dl.blue {
	background-color: #5570ab;
	margin-right: 20px;
}
.btn_dl.blue:hover {
	background-color: #3d527e;
}
.cancel{
	margin: 0;
	padding: 0;
	li{
		list-style: none;
		margin: 0;
		padding: 0;

	}
}
summary{
	display: block;
	color: #389A65;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 100%;
}
.flex{
	display: flex;
}
.agree_mental{
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
details summary::after{
	content:'+';
	margin-left: 1em;
}
details[open] summary::after {
  content: '-';
  }
  details[open]{
	background: #f4ffef;
	border: none;
  }
details[open] summary {
	background: #389A65;;
	color: #fff;}
details{
	border: solid 2px #389A65;
}
details .mental_content{
	padding: 10px;
	.agree_btn-area{
		padding: 0 100px;
	}
}

