@charset "utf-8";

/*基本設定
----------------------------------------------------*/

body {
		margin:0;
		padding:0;
		background:url(../images/top/top_bg.gif) left top repeat-x #F8F2E6;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#000;
		line-height:1.8em;
		font-size:14px;
		text-align:center;
		
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#000;
		text-decoration:underline;
}

a:hover {
		color:#999;
		text-decoration:none;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

th,td {
		font-size:12px;
}


#wrap {
		margin:0 auto;
		padding:0;
		width:840px;
		text-align:left;
}

.clear {
		clear:both;
}

.fix:after {
  content: "."; 
  display:block; 
  clear:both;
  height:0;
  visibility:hidden;
}

.fix {
  min-height:1px;
}

* html .fix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.ohz {
		overflow: hidden;
		_zoom: 1;
}


p.mark {
		display:none;
}

span.red {
		color:#f00;
}

/*section p
----------------------------------------------------*/

.section {
		margin:0 0 30px 0;
		width:100%;
}

.section20 {
		margin:0 0 20px 0;
		width:100%;
}

.section0 {
		margin:0 0 0 0;
		width:100%;
}


.btm5 {
		margin-bottom:5px!important;
}

.btm10 {
		margin-bottom:10px!important;
}

.btm15 {
		margin-bottom:15px!important;
}

.btm20 {
		margin-bottom:20px!important;
}

.btm25 {
		margin-bottom:25px!important;
}

.btm30 {
		margin-bottom:30px!important;
}

.btm40 {
		margin-bottom:40px!important;
}


.top5 {
		margin-top:5px!important;
}

.top10 {
		margin-top:10px!important;
}

.top20 {
		margin-top:20px!important;
}

.f10 {
		font-size:10px!important;
}

.f10b {
		font-size:10px;
		color:#000;
}

p.f12 {
		font-size:12px;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

p.img-l {
		float:left;
		margin:0 15px 10px 0;

}

p.img-r {
		float:right;
		margin:0 0 10px 15px;
}

p.img-r.lightbox{
	display: flex;
	flex-direction: column;
}

p.img-r.lightbox span.lightbox_link{
	display: block;
	margin-top: 8px;
}

p.img-r.lightbox span.lightbox_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF6633;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	padding: 4px;
	text-decoration: none;
}

p.img-r.lightbox span.lightbox_link a img{
	width: auto;
	height: auto;
	max-width: 12px;
	margin-right: 6px;
}

.f16 {
		font-size:16px;
}

.tac {
		text-align:center;
}

/*ヘッダー
----------------------------------------------------*/

#header {
		width:100%;
		height:90px;
		position:relative;
}

h1 {
		color:#4d4d4d;
		font-size:11px;
		text-align:right;
}

p.number {
		position:absolute;
		top:6px;
		left:0;
}

p.member {
		position:absolute;
		top:20px;
		left:56px;
}

p.logo {
		position:absolute;
		top:24px;
		left:0;
}

p.h-tel {
		position:absolute;
		top:30px;
		right:0;
}

p.h-affiliation {
	position: absolute;
	top: 8px;
	left: 227px;
}

.head_icon{
	position: absolute;
	top: 36px;
    left: 386px;
}


/*ナビ
----------------------------------------------------*/

#navi {
		width:840px;
		height:45px;
		margin:0;
		padding:0;
}

#navi li {
		margin:0;
		padding:0;
		float:left;
		overflow:hidden;
}

#navi li a {
		margin:0;
		padding:0;
		width:140px;
		height:45px;
		display:block;
		text-indent:-9999px;
}

#navi #menu01 {background:url(../images/common/navi.gif) 0px 0px no-repeat;}
#navi #menu02 {background:url(../images/common/navi.gif) -140px 0px no-repeat;}
#navi #menu03 {background:url(../images/common/navi.gif) -280px 0px no-repeat;}
#navi #menu04 {background:url(../images/common/navi.gif) -420px 0px no-repeat;}
#navi #menu05 {background:url(../images/common/navi.gif) -560px 0px no-repeat;}
#navi #menu06 {background:url(../images/common/navi.gif) -700px 0px no-repeat;}
#navi #menu01r,#navi #menu01 a:hover {background:url(../images/common/navi.gif) 0px -45px no-repeat;}
#navi #menu02r,#navi #menu02 a:hover {background:url(../images/common/navi.gif) -140px -45px no-repeat;}
#navi #menu03r,#navi #menu03 a:hover {background:url(../images/common/navi.gif) -280px -45px no-repeat;}
#navi #menu04r,#navi #menu04 a:hover {background:url(../images/common/navi.gif) -420px -45px no-repeat;}
#navi #menu05r,#navi #menu05 a:hover {background:url(../images/common/navi.gif) -560px -45px no-repeat;}
#navi #menu06r,#navi #menu06 a:hover {background:url(../images/common/navi.gif) -700px -45px no-repeat;}

#sp_head{
	display: none;
}

/*コンテンツ
----------------------------------------------------*/
#cont {
		width:100%;
		margin:10px 0 0 0;
}


/*サイド
----------------------------------------------------*/

#side {
		width:210px;
		float:left;
}

#side div {
		margin:0 0 7px 0;
}

ul.ssm {
		margin:0 0 7px 0;
}

ul.ssm li {
		background:url(../images/common/ssm_bg.gif) 0 0 no-repeat;
		font-weight:bold;
		font-size:14px;
}

ul.ssm li.r {
		background:url(../images/common/ssmr_bg.gif) 0 0 no-repeat;
		font-weight:bold;
		font-size:14px;
}

ul.ssm li a {
		display:block;
		height:33px;
		width:175px;
		color:#fff;
		padding:7px 0 0 33px;
		text-decoration:none;
		margin:0;
}

ul.ssm li a:hover {
		text-decoration:underline;
		background:url(../images/common/ssmr_bg.gif) 0 0 no-repeat;
}

.side-profile{
		background:#EFE7D6;
}

.side-message {
		background:#EFE7D6;
		padding:10px;

}

.side-message p {
		font-size:12px;
		line-height:1.7em;
		margin:7px 0 0 0;

}


.spi {
		padding:10px;
		font-size:12px;
		line-height:1.4em;
}

.spi span {
		font-size:16px;
		font-weight:bold;
		line-height:1.4em;
}

.spi img {
		margin:0 0 5px 0;
}

p.office-ban {
		margin:0 0 5px 0;
		font-size:12px;
		text-align:center;
		line-height:1.5em;
}

.side_menuconts{
	margin-bottom: 20px !important;
}

.side_menuconts-ttl{
		background: #292b2e; /* Old browsers */
		background: -moz-linear-gradient(top,  #292b2e 0%, #313336 31%, #1d1f21 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #292b2e 0%,#313336 31%,#1d1f21 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #292b2e 0%,#313336 31%,#1d1f21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

		font-size: 16px;
		font-weight: bold;
		color: #fff;
		box-sizing: border-box;
		padding: 12px 12px 10px;
		
}

.side_menuconts ul{
		background: #FFFEFB;
		box-sizing: border-box;
		padding: 12px;
		border-radius: 0 0 2px 2px;
		border: 1px solid #D3CFC7;
		border-top: none;
}

.side_menuconts ul li{
		border-top: 1px dashed #999;
		padding-top: 8px;
		margin-top: 8px;
}

.side_menuconts ul li:first-child{
		border-top: none;
		padding-top: 0;
		margin-top: 0;
}

.side_menuconts ul li a{
		text-decoration: none;
		position: relative;
		padding-left: 15px;
}

.side_menuconts ul li a:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 4px;
		border: 5px solid transparent;
		border-left: 7px solid #ff8c00;
		border-radius: 2px;
}

/*メイン
----------------------------------------------------*/

#main {
		width:600px;
		float:right;
}

.top-read {
		background:url(../images/top/img01.jpg) right 510px no-repeat #FFFEFB;
		padding:15px;
		border:dotted 2px #D3CFC7;
		margin:0;
}

.top-read p {
		font-weight:bold;
		color:#3F7900;
}

.top-read p.half {
		width:384px;
}

.section h3 {
	background:url(../images/common/h3bg.gif) 0 0 repeat-x;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
}

h2.toph2{
	background: url(../images/common/h2bg.gif) 0 0 no-repeat;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 7px 20px;
	margin: 0 0 10px 0;
	border-bottom: dashed 1px #A8A399;
}

h3.toph3 {
	color:#f30;
}

p span {
		font-weight:normal;
}


.tam-inner {
		background:#F9F5EC;
		border:solid 10px #E8E4D9;
		padding:15px;
}

.area_info-textarea p{
	margin-bottom: 1em;
}

.area_info-textarea p:last-of-type{
	margin-bottom: 0;
}

.area_info-textarea h4{
	background: url(../images/common/h2bg.gif) 0 0 no-repeat;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 7px 20px;
	margin: 0 0 10px 0;
	border-bottom: dashed 1px #A8A399;
}

.area_info-textarea h5{
	font-size: 15px;
	font-weight: bold;
	color: #ff8c00;
	border-bottom: 1px dashed;
	padding-bottom: 4px;
	margin-bottom: 6px;
}


/*フッター
----------------------------------------------------*/

#footer-wrap {
		width:100%;
		text-align:center;
		background:url(../images/common/footer_bg.gif) 0 top #FF8A00 repeat-x;
		padding:0 0 10px 0;
		margin:60px 0 0 0;
}

#footer {
		margin:0 auto;
		padding:0;
		width:840px;
		text-align:left;
}

#footer a {
		color:#fff;
		text-decoration:none;
}

#footer a:hover {
		color:#fff;
		text-decoration:underline;
}

#pagetop {
		text-align:right;
		margin:0;
}

.f-logo {
		margin:0 0 13px 0;
}

.f-inner {
		width:100%;
		border-bottom:dotted 1px #fff;
		border-top:dotted 1px #fff;
		padding:10px 0;
		margin:0 0 10px 0;
}

.f-link {
		float:left;
		color:#fff;
		font-size:12px;
}

.f-tel {
		float:right;
}

p.cr {
		font-size:10px;
		color:#fff;
		text-align:center;
}

.sp_btm{
	display: none;
}
