@charset "UTF-8";

ul#sub-navi {
	width:480px;
	margin:0 0 36px 24px;
	padding-bottom:16px;
	position:relative;
	z-index:200;
}

ul#sub-navi li {
	display:block;
	float:left;
	padding:4px 10px 4px 24px;
	position:relative;
	background: url(../img/mark-subnavi.gif) left 1px no-repeat;
}

ul#sub-navi li a {
	color:salmon;
}
ul#sub-navi li.current,
ul#sub-navi li.current a {
	color:green;
	font-weight: bold;
}
ul#sub-navi li a:hover {
	color:orange;
}

/* TOP画像 */
h2#topImage {
	width:678px;
	margin-bottom:12px;
	/* Topics ない時は24px */
}
h2#topImage img {
	width:100%;
}
h2#topImage span {display: none;}

/* main */

#main-contact,
#main-entry,
#main-st-index,
#main {
	clear:both;
/*	background-color: #f0f7db; */
	background: url(../img/sidenavi-bg.jpg) left top repeat-y;

	width: 956px;
	height: auto;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position:relative;
}

#main-st-index {
	background-image:none;
	padding:48px 0;
}
#main-st-index nav#st-index-navi {
	width:90%;
	margin:0 auto 48px auto;
}
#main-st-index nav#st-index-navi ul li {
	text-align:center;
	margin-bottom:2em;
}
#main-st-index nav#st-index-navi ul li a {
	font-size:18px;
	text-align:center;
}
body#top #main { background-color: #fff;}
#contents {
	float: right;
	width: 678px;
	padding-top: 7px;
	background-color: #FFFFFF;
	position:relative;


}
#contents #top-topics {
	width:90%;
	margin: 0 auto 32px auto;
	padding:16px 2%;
	border-radius:12px;
	background-color:rgb(252,229,232);
	display:none;
}
#contents #top-topics h4 {
		text-align:center;
		font-size:18px;
		color:#fff;
		font-weight:bold;
		margin-bottom:0.3em;
	}
#contents #top-topics p {
	font-size:16px;
	line-height:1.8;
	margin-bottom:0.5em;
}
#contents #top-topics  ul {
	width:80%;
	margin:0 auto;
}
#contents #top-topics  ul li {
	margin-bottom:0.8em;
}
/* h2タイトル */
h2.h2title {
	clear:both;
	width:667px;
	height:37px;
	margin-left:8px;
	overflow:hidden;
}
h2.h2title-side {
	width:677px;
	height:57px;
	overflow:hidden;

	}

h2.h2title-side img,
h2.h2title img {
	margin:0;
	padding:0;
}
h2#top-whatsnew-title {}
h2#top-recent-schedule-title { margin-top:30px;}

/* トップおしらせ */
dl.whatsnew-list,
dl.schedule-list {
	width:640px;
	clear:both;
	margin:15px 0 0px 16px;
	padding-bottom:0.5em;
	color:#333;
	border-bottom:dashed 1px #aaa;
}


dl.whatsnew-list dt,
dl.schedule-list dt {
	width:500px;
	background: url(../img/icon_infoList.gif) left 3px no-repeat;
	margin-bottom: 0.5em;
	padding-left: 14px;
	font-size:1.1em;
	float:left;
}
dl.schedule-list dt { 
	width:9em;
	color:#555;
}

dl.whatsnew-list dt a,
dl.schedule-list dd a {
	text-decoration:none;
	color:olive;
}

dl.whatsnew-list dt a:hover,
dl.schedule-list dd a:hover {
	text-decoration:underline;
	color:orange;
}

dl.whatsnew-list dd {
	font-size:1em;
	color:#666;
}

#inner {
	margin-left: 18px;
}


/* --- 各種ページの設定 --- */

/* 業務概要／入会について*/
.info-conbox {
	width: 632px;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;
	background: url(../img/bg-conbox.jpg);
	margin-bottom: 20px;
	margin-top:6px;
	padding:20px;
}
.info-conbox p {
	font-size:1.1em;
	text-align;justify;
	text-indent:1.1em;
	line-height:1.6;
}

.info-conbox ol {
	width:600px;
	margin-left:30px;
}
.info-conbox ol li {
	font-size:1.1em;
	list-style: decimal;
	list-style-position: outside;
	line-height:1.4;
	margin-bottom:8px;
}
/*関連リンク */
.info-conbox ul#links {
	margin:30px 0 30px 1em;
}
.info-conbox ul#links li {
	width:44%;
	margin-left:1.5em;
	text-indent:-1.7em;
	float:left;
	padding:1.6em 0 0.8em 0;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
	"HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
	"Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;	
	
	border-bottom:dashed 1px #888;
	height:2em;
}
.info-conbox ul#links li.lines2 {
	padding-top:0.8em;
	padding-bottom:1.6em;
}

.info-conbox ul#links li:first-child,
.info-conbox ul#links li:nth-child(2) {
	border-top:dashed 1px #888;
}
.info-conbox ul#links li:nth-child(odd) {
	margin-right:2em;
}
.info-conbox ul#links li a {
	width:100%;
	color:olive;
	background: url(../img/mark-subnavi.gif) left top no-repeat;
	padding:3px 0 3px 24px;
	font-size:1.2em;
	text-decoration:none;

}
.info-conbox ul#links li.2-lines a {
	padding-top:0;
}

.info-conbox ul#links li a:hover {
	color:darksalmon;
}
.info-conbox #links-con-bottom {
	height:32px;
}

.info-conbox #soshikizu {
	width:600px;
	height:560px;
	margin: 20px auto 20px auto;
	overflow:hidden;
}
.info-conbox #soshikizu img#soshiki-chart {
	width:100%;
}
.info-conbox #nyukai-cf-box {
	width:100%;
	border-top: solid 1px olive;
}
.info-conbox ul#nyukai-cf {
	margin:20px 0 0 24px;
}
.info-conbox ul#nyukai-cf li {
	background: url(../img/mark-li10.gif) left 2px no-repeat;
	padding:0 0 0 12px;
	margin-bottom:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
	"HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
	"Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;	
	color:olive;
}
/* 入会について */
dl#about-joining {width:100%;}
dl#about-joining dt {
	width:8.5em;
	float:left;
}
dl#about-joining dt.nyukai-koumoku {
	font-size:1em;
	font-weight:bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
	"HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
	"Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;	
	color:olive;
	background:url(../img/mark12px.png) left top no-repeat;
	padding-left:20px;
}
dl#about-joining dd {
	width:auto;
	margin-left: 10em;
	font-size:1em;
	color:#444;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom: dashed 1px #aaa;
	line-height:1.4;
}
dl#about-joining dd.dd-bottom {
	padding-bottom:0;
	border:none;
}
dl#about-joining dd h4,
dl#about-joining dd h5 {
	font-size:1.15em;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, "ＭＳ Ｐゴシック", "Osaka", verdana, arial, san-serif; 
	color:#333;
}
dl#about-joining dd h5 { 
	margin-top:14px;
	text-indent:0.5em;
}
dl#about-joining dd h4 span {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinPro-W3","ＭＳ Ｐ明朝", "MS PMincho";
}
dl#about-joining dd p {
	font-size:1.1em;
	text-indent:1em;
}	
dl#about-joining dd ul {
	margin:5px 0 0 16px;
}
dl#about-joining dd ul li {
	margin-bottom:4px;
}
dl#about-joining dd ul#jimukyoku-add {
	margin-left:100px;
	line-height:1.1;
}
dl#about-joining dd ul.haifu-cf {
	margin-left:32px;
}
dl#about-joining dd ul.haifu-cf ul {
	margin: -1.3em 0 0 24px;}



/* kenmin 県民向けページ */
.qaTop {
	background-image: url(../kenmin/img/text_ken_top.gif);
	background-repeat: no-repeat;
	width: 592px;
	height: 66px;
	margin-top: 19px;
	margin-bottom: 31px;
}

.qaTop * {
	display: none;
}

.jumpList {
	margin-bottom: 26px;
	margin-left: 59px;
	font-weight: bold;
}

.jumpList dt {}

.jumpList dd {
	margin-top: -1.3em;
	margin-left: 1em;
	padding-bottom: 10px;
}

.serviceBox {
	height: auto;
	margin-left: 12px;
	padding-top: 19px;
	overflow: hidden;
}

.serviceBox h4 {
	font-weight: bold;
	margin-bottom: 7px;
	margin-left: 3px;
}

.serviceBox div {
	float: left;
	border: 1px #FFD1B9 solid;
	width: 303px;
	height: 100px;
	margin-bottom: 3px;
	margin-right: 3px;
}

.serviceBox div ul {
	background-color: #FFDFD0;
	height: 28px;
}

.serviceBox div ul li.title {
	float: left;
	background-image: url(../img/icon_serviceBox_titleArrow.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
	font-weight: bold;
	color: #FD666C;
	line-height: 28px;
	padding-left: 26px;
}

.serviceBox div ul li.photo {
	float: right;
}

.serviceBox div ul li.photo.hidden {
	display: none;
}

.serviceBox div ul li.photo a {
	background-image: url(../kenmin/img/icon_photo.png);
	background-repeat: no-repeat;
	display: block;
	width: 31px;
	height: 0;
	padding-top: 27px;
	overflow: hidden;
}

.serviceBox div ul li a:hover {
	background-position: -32px 0;
}

.serviceBox div p {
	clear: both;
	background-color: #FFEFE8;
	height: 68px;
	line-height: 1.7;
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 9px;
}

/* usageArea sec.3 「訪問看護は誰が利用できるの？」 */
.usageArea {
	margin-left: 12px;
}

.usageArea h4 {
	margin-top: 24px;
	margin-bottom: 3px;
}

.usageArea p,
p.point {
	background-image: url(../img/icon_infoList.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	line-height: 1.7;
	padding-left: 12px;
	margin-left: 24px;
}
h3.iryou-h3 img, 
h3.kenmin-h3 img {
	width:642px;

}
/* soudanArea sec.4 「どうすれば訪問看護を利用できるの？」 */
.soudanArea {
	margin-top: 23px;
	margin-bottom: 19px;
}

.soudanArea dl {
	border-bottom: 3px #E0E0E0 solid;
	width: 555px;
	height: auto;
	margin-left: 39px;
	padding-bottom: 12px;
	overflow: hidden;
}

.soudanArea dl dt {
	padding-bottom: 10px;
}

.soudanArea dl dd {
	float: left;
	background-image: url(../img/icon_disc_pink.gif);
	background-repeat: no-repeat;
	background-position: 15px 0.73em;
	display: block;
	font-weight: bold;
	color: #666666;
	width: 251px;
	height: auto;
	line-height: 1.7;
	padding-left: 26px;
}

.soudanArea .stepBox {}

.soudanArea .stepBox h4 {
	position: relative;
	top: 15px;
	left: 9px;
	filter:
}

.soudanArea .stepBox .stepBox-detail {
	background-color: #FFEFE8;
	width: 577px;
	line-height: 1.7;
	padding: 25px 19px 10px;
	margin-left: 26px;
}

.soudanArea .nextArrow {
	text-align: center;
	margin-top: 8px;
	margin-bottom: -12px;
}

/* exArea sec.6 「こんなときは訪問看護を利用してみませんか？」 */
.exArea {
	margin-top: 23px;
	margin-left: 26px;
}

.exArea p {
	margin-left: 20px;
}

.exArea dl {
	margin-top: 0 !important;
}

.exArea dl dt {
	background-image: url(../img/icon_exBox_baloon.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-weight: bold;
	padding-top: 13px;
	padding-botom: 2px;
	padding-left: 39px;
	margin-top: 23px;
}

.exArea dl dd {
	margin-top: 5px;
}

.exArea .glayBox {
	margin-top: 19px;
	margin-bottom: 19px;
}


/* ishi 医療・関係者向けページ */
.ishi h3 {
	margin-top: 24px;
	margin-bottom: 24px;
}

.ishi h4 {
	margin-top: 24px;
	margin-bottom: 16px;
}
h4title-iryou
.ishi .boldTitle {
	font-weight: bold;
}

.ishi h4.h4title-iryou {
	width:638px;"
}
.chapterBox {
	line-height: 1.7;
	margin-left: 26px;
	margin-right: 43px;
}

.firstIndex,
.chapterBox p.chapText {
	width:96%;
	margin:0 auto;
	text-indent: 1em;
	line-height:1.6;
}

.firstIndex a,
.chapterBox p.chapText a {
	text-indent: 0;
}

.sansyou {
	text-align: right;
	margin-bottom: 16px;
	margin-right: 22px;
}

.bassui {
	text-align: right;
	margin-top: -8px;
	margin-bottom: 24px;
	margin-right: 22px;
}
/* --- チャプター --- */
.chapterBox {
	margin-top: 20px;
	margin-left: 26px;
}

.chapterBox p {
	margin-left: 2em;
}

.chapterBox .chapText,
.chapterBox ul,
.chapterBox dl,
.chapterBox dl {
	margin-left: 22px;
}

.chapterBox ul,
.chapterBox dl,
.chapterBox dl {
	margin-top: 16px;
}

.chapterBox ul li,
.chapterBox dl dt,
.chapterBox dl dd {
	background-repeat: no-repeat;
	background-position: left 0.6em;
	line-height: 1.7;
}
/* 訪問看護費用　*/
.chapterBox h3 {
	font-size:21px;
	font-weight:bold;
	color:rgb(96,182,48);
	margin-bottom:0.3em;
}
.chapterBox p.hiyou-cf {
	width:96%;
	margin:0 0 1em 3%;;
	line-height:1.4;
	font-size:13px;
	text-indent:-1em;
}
.chapterBox dl.houmon-hiyou {
	width:100%;
	margin:0 0 8px 0;
	background-color:#ccc;
	display:flex;
	flex-wrap:wrap;

}
.chapterBox dl.houmon-hiyou dt {
	width:20%;
	padding:5px 2% ; 
	margin-bottom:2px;
	background-color:rgb(255,255,192);
	display: flex;
	align-items: center;

}
.chapterBox dl.houmon-hiyou dd {
	width:72%;
	padding:5px 2%;
	background-color:rgb(255,226,198);
	margin-bottom:2px;
}
.chapterBox dl.iryou_hoken dd {
	background-color:rgb(210,240,240);
}

.chapterBox dl.houmon-hiyou dd h4 {
	font-size:14px;
	font-weight:bold;
	margin:1em 0 0.5em 0;
}
.chapterBox dl.houmon-hiyou dd h4.hiyou-cf {
	margin:0.5em 0 1em 0;
}

.chapterBox dl.houmon-hiyou dd ul {
	margin:0;
}
.chapterBox dl.houmon-hiyou dd ul.ul-ex li {
	margin:0 0 0.2em 1em;
}
.chapterBox dl.iryou_hoken dd ul ul li {
	text-indent:-1em;
	margin-left:2.5em;
}
.chapterBox dl.houmon-hiyou dd table {
	margin:0 0 24px 0;
}
.chapterBox dl.houmon-hiyou dd.futan-wari {
	padding-top:12px;
	padding-bottom:12px;
}
.chapterBox dl.houmon-hiyou dd.futan-wari table {
	width:100%;
	margin:0;
}
.chapterBox dl.houmon-hiyou dd th,
.chapterBox dl.houmon-hiyou dd td {
	border-bottom:solid 1px #666;
	width:32%;
	background-color:rgb(255,255,220);
	margin-right:1%;
}

.chapterBox dl.houmon-hiyou dd.futan-wari th,
.chapterBox dl.houmon-hiyou dd.futan-wari td {
	border-bottom:solid 2px #fff;
	border-top:solid 2px #fff;
	width:32%;
	background-color:transparent;
	margin:0;
}
.chapterBox dl.houmon-hiyou dd.futan-wari td {
	width:29%;
	padding-right:3%;
	border-left:solid 2px #fff;
}
.chapterBox dl.houmon-hiyou dd th p {
	margin:0 0 0 1em;
	text-indent:-1em;
}
.chapterBox dl.houmon-hiyou dd th.head-th {
		background-color:rgb(255,255,196);
		text-align:center;
		border-right:solid 1px #ccc;
}
.chapterBox dl.houmon-hiyou dd td {
	text-align:right;
}
.chapterBox p {
	font-size:13px;
	margin:0 0 1em 0;
	line-height:1.3;
	text-align:justify;
}
/*県民の皆様ページ　訪問看護費用の概要　介護・医療保険cf重複部分 */
.kenmin-con .chapterBox p.houmon_kaigo-cf {
	display:none;
}
.kenmin-con .chapterBox dl.houmon-hiyou {
	margin:0 0 24px 0;
}
.chapterBox p.hiyou-cf {
	margin:0 0 0.5em 1em;
	text-indent:-1em;
}

.chapterBox ul.discList {
	margin-left: 30px;
	zoom: normal;
}

.chapterBox ul.discList li {
	list-style: disc;
	zoom: normal;
}

.chapterBox dl.leftTitle dt {
	padding-left: 0 !important;
	background-image: none !important;
}

.chapterBox dl.leftTitle dd {
	margin-left: 2.8em;
	margin-top: -1.7em;
}

.chapterBox dl dd dl.leftTitle {
	margin-left: 0 !important;
}

.chapterBox dl.leftTitle dd.ml1e {
	margin-left: 1em !important;
}

.chapterBox dl.leftTitle dd.ml8e {
	margin-left: 8em !important;
}

.chapterBox.exList dl.leftTitle dd {
	margin-left: 3em !important;
}

.chapterBox dl.arrowTitle dt,
.chapterBox ul.arrowList li {
	background-image: url(../ishi/img/icon_arrowList.gif);
	padding-left: 12px;
}

.chapterBox dl.arrowTitle dd {
	margin-left: 45px;
}

/*各ボタン */
.chapterBox .youshikiBtn {
	margin-top: 16px;
	margin-left: 0;
}

.chapterBox .youshikiBtn a {
	background-repeat: no-repeat;
	display: block;
	width: 157px;
	height: 0;
	padding-top: 39px;
	overflow: hidden;
}

.chapterBox .youshikiBtn a:hover {
	background-position: -157px 0;
}

.chapterBox .youshikiBtn .youshiki16 {
	background-image: url(../ishi/img/btn_youshiki16.jpg);
}

.chapterBox .youshikiBtn .youshiki18 {
	background-image: url(../ishi/img/btn_youshiki18.jpg);
}

.sheetBtn {
	margin: 19px 0 19px 38px;
	width: auto;
	height:70px;
}

.sheetBtn a {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
}

.sheetBtn .check_iryokikan {
	background-image: url(../ishi/img/btn_check_nurse.png);
	width: 420px;
}

.sheetBtn .check_jigyosho {
	background-image: url(../ishi/img/btn_check_caremane.png);
	width: 420px;
}

.sheetBtn:hover .check_iryokikan, 
.sheetBtn:hover .check_jigyosho {
	opacity:0.8;
}

/* imageBox */
.chapterBox .imageBox {
	margin-left: -26px;
}

.chapterBox .imageBox img {
	position: relative;
	left: 26px;
	display: block;
}

/* table テーブル */
.chapterBox table {
	width: auto;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.chapterBox table thead tr * {
	font-weight: bold;
}

.chapterBox table thead tr th {
	width: 3em;
	vertical-align: top;
}

.chapterBox table tbody {
}

.chapterBox table tbody tr * {
	padding: 3px 5px;
}

.chapterBox table tbody tr td {
	background-color: #FFEFE8;
	border: 1px #FFD1B9 solid;
	border-bottom: 1px #FFD1B9 solid;
}

/* その他 */
.dialInfo {
	background-image: url(../kenmin/img/image_ken_dialInfo.jpg);
	background-repeat: no-repeat;
	width: 641px;
	height: 140px;
	margin-top: 38px;
}

.dialInfo-ishi {
	clear: both;
	background-image: url(../ishi/img/image_ishi_dialInfo.jpg);
	background-repeat: no-repeat;
	width: 641px;
	height: 162px;
}

.dialInfo *,
.dialInfo-ishi * {
	display: none;
}

.toTop {
	clear: both;
	float: right;
	margin-top: 19px;
	margin-bottom: 19px;
	margin-right: 17px;
}

.toTop a {
	background-image: url(../img/btn_toTop.gif);
	background-repeat: no-repeat;
	display: block;
	width: 173px;
	height: 0;
	padding-top: 27px;
	overflow: hidden;
}

.toTop a:hover {
	background-position: -173px 0;
}


/* link 関連リンク */
.linkBox {
	margin-top: 20px;
	margin-left: 26px;
}

.linkBox ul {
	margin-bottom: 230px;
	margin-left: 36px;
	zoom: normal;
}

.linkBox li {
	list-style: disc;
	line-height: 2.0;
	zoom: normal;
}

/* junbi 準備中 */
.junbiBox {
	margin-left: 26px;
	text-align: center;
}

.junbiBox p {
	margin: 180px 0;
}

/* comboBox 組み合わせボックス */
.comboBox {}

.comboBox .cmbBox-top,
.comboBox .cmbBox-bottom {
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
}

.comboBox .cmbBox-detail {
	background-repeat: repeat-y;
}

/* baloonBox 吹き出しボックス */
.comboBox.baloonBox {
	width: 600px;
	height: auto;
	margin: 12px 0 0 17px;
}

.baloonBox .cmbBox-top {
	background-image: url(../img/baloonArea-top.gif);
	padding-top: 24px;
}

.baloonBox .cmbBox-detail {
	background-image: url(../img/baloonArea-detail.gif);
	padding-left: 20px;
	padding-right: 24px;
}

.baloonBox .cmbBox-detail p {
	background-image: url(../img/icon_baloonBox_check.jpg);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	line-height: 1.7;
	padding-left: 36px;
}

.baloonBox .cmbBox-bottom {
	background-image: url(../img/baloonArea-bottom.gif);
	padding-top: 18px;
	overflow: hidden;
}

/* glayBox 灰色ボックス */
.comboBox.glayBox {
	width: 578px;
	height: auto;
}

.glayBox .cmbBox-top {
	background-image: url(../img/glayArea-top.gif);
	padding-top: 10px;
}

.glayBox .cmbBox-detail {
	background-image: url(../img/glayArea-detail.gif);
	padding-left: 20px;
	padding-right: 20px;
}

.glayBox .cmbBox-detail p {
	line-height: 1.7;
	margin: 0;
}

.glayBox .cmbBox-bottom {
	background-image: url(../img/glayArea-bottom.gif);
	padding-top: 10px;
	overflow: hidden;
}

/* 2012-04-23 追加 */
/*** 個別対応 ***/

/* chapter_4 */
.info_under_20minute {
	margin-top: 0 !important;
	margin-bottom: 1em;
}
.info_under_20minute dt {
	padding-left: 0 !important;
	background-image: none !important;
}
.info_under_20minute dd {
	margin-left: 0 !important;
}
.info_under_20minute dd p {
	text-indent: -0.5em;
	margin-left: 0 !important;
	padding-left: 0.5em;
}

.info_from_rigakuryouhou {
	margin-top: 0 !important;
}
.info_from_rigakuryouhou dt {
	padding-left: 0 !important;
	background-image: none !important;
}
.info_from_rigakuryouhou dd {
	margin-top: -1.7em;
	margin-left: 0 !important;
	padding-left: 2.5em !important;
}
* お問い合わせ */
#contact-conbox {
	width:640px;
	margin: 0 auto 50px auto;
	padding: 80px 0 30px 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;
	background: url(../img/bg-conbox.jpg);
	position:relative;
}

/* 会長挨拶 */
#aisatsu-conbox {
	width:640px;
	margin: 20px auto 50px auto;
	padding: 36px 0 30px 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;
	background: url(../img/bg-conbox.jpg);
	position:relative;

}
#aisatsu-conbox h3.h3title {
	width:600px;
	margin:0px auto;
	font-size:21px;
	text-align:center;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinPro-W3","ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;1
	line-height:1.5;
}
#aisatsu-conbox h3.h3title span {
	font-size:16px;
}
#kaicho-photo {
	position:absolute;
	top:56px;
	left:43px;
	width:160px;
	}
#kaicho-photo img {
	width:100%;
	height:auto;
}
#aisatsu-conbox p.kaicho-katagaki {
	width:480px;
	margin:80px 0 0.3em 240px;
	font-size:1rem;
	line-height:1.3;
}

#aisatsu-conbox h3.kaicho {
	width:320px;
	margin:0 0 64px 260px;
	font-size:1.5em;
	line-height:1.2;
}
#aisatsu-conbox h3.kaicho span {
	font-size:80%;
}
#aisatsu-conbox h3.kaicho span.kaicho-katagaki {
	font-size:64%;
}

#aisatsu-conbox .p-con {
	width:80%;
	margin:0 auto;
}
#aisatsu-conbox .p-con p {
	margin:0;
	font-size:15px;
	line-height:1.9;
	text-align:justify;
	text-indent:1em;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinPro-W3","ＭＳ Ｐ明朝", "MS PMincho";
}

#aisatsu-conbox ol {
	width:96%;
	margin: 0 0 14px 3em;
}
#aisatsu-conbox ol li {
	font-size:1rem;
	list-style: decimal;
	list-style-position: outside;
	line-height:1.6;
	margin-bottom:0.3em;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinPro-W3","ＭＳ Ｐ明朝", "MS PMincho";
}

/* お問い合わせ -*/

h3#form-h3 {
	font-size:15px;
	font-weight:bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
	"HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4";
	color: olive;
	background:url(../img/mark12px.png) left 1px no-repeat;
	padding-left:20px;
}
#main-contact p.contact-cf {
	font-size:1em;
	margin:10px 0 10px 16px;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, "ＭＳ Ｐゴシック", "Osaka", verdana, arial, san-serif; 
}

table#inquiry_form{
	border-collapse:collapse;
	margin: 5px auto 10px auto;
	width:540px;
	}
#inquiry_form table{
	border-collapse:collapse;
	margin:0;
	}
#inquiry_form th, #inquiry_form td{
	border-bottom:solid 1px #aaa;
	padding:8px 10px;
	text-align:left;
	}
#inquiry_form th{
	color:#333;
	font-weight:normal;
	vertical-align:middle;
	width:30%;
	}
#inquiry_form td{
	font-size:12px;
	color:#666;
	font-family:"Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
	width:60%;

}

#inquiry_form input[type="text"]{
	border:solid 1px #bbb;
	}
#inquiry_form input[type="text"]:focus{
	border:solid 1px black;
	}
#inquiry_form textarea{
	border:solid 1px #bbb;
	font-size:12px;
	}
#inquiry_form textarea:focus{
	border:solid 1px black;
	}
#inquiry_form .require th{
	font-weight:bold;
	font-size:13px;
	color:#333;
}
#inquiry_form .error_message{
	color:red;
	font-weight:bold;
	}
#inquiry_form_captcha{
	margin-top:10px;
	margin-bottom:10px;
	}
#inquiry_form_captcha img{
	margin-bottom:5px;
	}
p#submit {
	width:180px;
	margin:0 auto;

	}
p#submit input {padding:5px;
	font-size:0.8em;
}
/* お問合せ confirmページ　戻る・送るボタン */
table#soy_inquiry_message_confirm td {
	width:48%;
	text-align:center;
	font-size:120%;
}
table#confim-btn {
	width:48%;
	min-width:240px;
	margin:0 auto;
}
table#confim-btn td#confirm-rtn {
	width:25%;
	text-align:center;
}
table#confim-btn td#confirm-send {
	width:60%;
	text-align:left;
}
p#form-rtn { 
	text-indent:0;
}
p#form-rtn a {
	width:5em;
	margin:0 auto;
	display:block;
	background-color:#ccc;
	color:#666;
	padding:0.3em;
	text-align:center;
	border-radius:4px;
	
}
p#form-rtn a:hover {
	background-color:#ddd;
}

p#form-rtn { 
	
}
p#form-rtn a {
	width:5em;
	margin:0 auto 1em auto;
	display:block;
	background-color:#ccc;
	padding:0.3em 0.5em;
	text-align:center;
	border-radius:4px;
}
p#form-rtn a:hover {
	background-color:#ddd;
}


/* ページトップへ 
----------------------------------------------*/
#jump-top {
	position:fixed;
	bottom:24px;
	right:10px;
}
#jump-top a {
	display:block;
	border-radius: 5px;
	background-color:yellowgreen;

	color:#fff;
	padding:3px 8px;
}
#jump-top a:hover {
	background-color:lightgreen;
	text-decoration:none;
	color:#333;
}
