@charset "utf-8";
/* base
========================================================================*/
/*
body {
	color:#000;
	margin:0;
	padding:0;
}
*/

/*
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	line-height:1em;
	font-size:1em;
	font-weight:normal;
}
*/

p,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
}

ul,ol {list-style:none;}

img {border:none;}

table,th,td {
	font-weight:normal;
	border:none;
}

a {
/*	color:#003833;*/
	text-decoration:none;
}
a:active {
/*	text-decoration:underline;*/
}
a:visited {
	color:#436865;
}
a:visited:hover {
	color:#003833;
}

.clr {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
#region {padding:8px 28px 0 0; text-align:right;}
	
.tableclothon {border-collapse:collapse;}

.tablebordertopleftnone {
	border: 1px solid #999;
	border-top-style:none;
	border-left-style:none;
}

.tablebordertopnone {
	border: 1px solid #999;
	border-top-style:none;
}

.tablebordertoprightnone {
	border: 1px solid #999;
	border-top-style:none;
	border-right-style:none;
}

.tablebottomon {
	border: solid #999 1px;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ababab;
    text-align: center;
/*    color: #222;*/
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    opacity: 0.5;
}
/* layout */
#pack {
	width:744px;
	margin:0 auto;
}
#top2col {
	text-align:left;
	padding:38px 0 50px 0;
}
#topad {margin-bottom:40px;}
#topleft {width:440px;}
#topright {
	float:right;
	width:192px;
}
#boxOne {margin:0 36px;}
#head {padding:13px 0 17px 0;}
#cnts {
/*	background:url(../imgs_c/bg_cnt.gif) repeat-y;*/
/*	padding:38px 27px 38px 27px;*/
/*	padding:1em;*/
/*	text-align:left;*/
}
.cntsbtm {
	width:100%;
	height:11px;
}
#textbox {
	text-align:left;
	width:100%;
}
#leftbox {
	width:100%;
	text-align:left;
}

#foot {
	text-align:right;
	padding:10px 0 10px 0;
}

#cnts:after, #mainmenu:after, #top2col:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

/* nav */
/*トップメニュー*/
#topmenu {text-align:left;}
#topmenu ul {
	width:672px;
	height:28px;
	overflow:hidden;
}
#topmenu ul li {display:inline;}
#topmenu ul li a {
	float:left;
	display:block;
	height:0;
	padding-top:28px;
	overflow:hidden;
}

#topmenu ul li#tm01 a {
	width:211px;
	background-position:0 0;
}
#topmenu ul li#tm02 a {
	width:110px;
	background-position:-211px 0;
}
#topmenu ul li#tm03 a {
	width:109px;
	background-position:-321px 0;
}
#topmenu ul li#tm04 a {
	width:109px;
	background-position:-430px 0;
}
#topmenu ul li#tm05 a {
	width:133px;
	background-position:-539px 0;
}

/*メインメニュー*/
#mainmenu {
	text-align:left;
}
#mainmenu ul {
	width:672px;
	height:28px;
	overflow:hidden;
}
#mainmenu ul li {
	display:inline;
}
#mainmenu ul li a {
	float:left;
	display:block;
	height:0;
	padding-top:28px;
	overflow:hidden;
}

#mainmenu ul li#m01 a {
	width:211px;
	background-position:0 0;
}
#mainmenu ul li#m02 a {
	width:110px;
	background-position:-211px 0;
}
#mainmenu ul li#m03 a {
	width:109px;
	background-position:-321px 0;
}
#mainmenu ul li#m04 a {
	width:110px;
	background-position:-430px 0;
}
#mainmenu ul li#m05 a {
	width:132px;
	background-position:-540px 0;
}

/*サブメニュー*/
#submenu {
	float:right;
	width:169px;
	text-align:left;
}
#submenu ul li a {display:block;}
#submenu ul li {
	padding:5px;
	border-bottom:1px dashed #b0c1b3;
}
#submenu ul li.smbtm {border:none;}


/* style =====================================================================*/
/*トップページ*/
.whatsnew {
	color:#FF7F00;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0 0 2px 0;
	border-bottom:1px dashed #666;
}
#topleft dl {
	margin:0;
	padding:10px 0 2px 0;
	border-bottom:1px dashed #666;
}
#topleft dt {
	float:left;
	padding-left:12px;
}
#topleft dd {
	margin-left:120px;
	color:#066C37;
}
#topright p.linktitle {
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	background-color:#96AC96;
	padding:4px 6px 4px 6px;
	margin:0;
	border-bottom:1px solid #fff;
}

#topright ul li {
	font-size:1.1em;
	font-weight:bold;
	color:#969696;
	background-color:#E1F0E1;
	padding:7px 6px 8px 6px;;
	border-bottom:1px solid #fff;
}
/*#topright ul li a {color:#969696;}*/


/*見出し・本文*/
#cnts h2 {
	font-size:1.6em;
	color:#FF7F00;
	font-weight:bold;
	padding-bottom:1em;
	margin-bottom:1em;
}
#cnts h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#719A2F;
	line-height:160%;
}
#cnts h4 {
	font-size:1em;
	font-weight:bold;
	color:#719A2F;
	margin-top:1.4em;
	line-height:160%;
}
#cnts h5 {
	font-size:1em;
	font-weight:bold;
	margin-top:1.4em;
	line-height:160%;
}
#cnts h6 {
	font-size:1em;
	margin-top:0.8em;
	line-height:160%;
}
#cnts :not(.mt-content)>p {margin-top: .8em;}
#cnts p.afterhead,
#cnts h3.afterhead,
#cnts h6.afterhead {margin-top:0;}

#cnts p.spcbottom1 {margin-bottom:4em;}
#cnts p.spcbottom2 {margin-bottom:2em;}
#cnts p.indnt1 {padding-left:1.7em;}
#cnts p.indnt2 {padding-left:3.4em;}
#cnts p.indnt1s {padding-left:1em;}
#cnts p.indnt2s {padding-left:2em;}
	
/*テーブル*/
#cnts td.leftitem {
	text-align:left;
	vertical-align:top;
	padding-bottom:1.2em;
}
#cnts td.rightitem {
	padding-left:1em;
	padding-bottom:1.2em;
	text-align:left;
	vertical-align:middle;
}

table.colorbox th,
table.colorbox td {
	border-top:1px solid #b1bfa0;
	border-right:1px solid #b1bfa0;
	vertical-align:middle;
/*	padding:5px 10px 5px 10px;*/
}
table.colorbox td.btmnoline {
	text-align:right;
	padding-right:0;
}
table.colorbox td.darkgreen,
table.colorbox th {
	background-color:#7a965c;
	color:#fff;
	font-weight:bold;
	white-space: nowrap;
}
table.colorbox td.green {
	background-color:#d4e7bd;
}
table.colorbox td.lightgreen {
	background-color:#ecfae0;
}
table.colorbox td.txtcenter {
	text-align:center;
}
table.colorbox td.txtgray {color:#666;}
table.colorbox td.txtdarkgray {color:#3F3F3F;}

table.colorbox td a {
/*	color:#000;*/
}
table.colorbox td a:visited {color:#666;}
table.sitemap td {
	color:#003833;
	text-align:left;
	vertical-align:top;
	line-height:140%;
}

/*画像*/
.topmain {margin-bottom:15px;}
.topbtn {margin-bottom:35px;}
.imgspc {margin:40px auto;}

/*フッタ*/
/*#foot a {color:#221815;}*/
.footlink {
	border-bottom:1px solid #b2b2b2;
	padding-bottom:8px;
	margin-bottom:8px;
}
.copyright {
	font-size:0.8em;
	color:#221815;
}

/*#end_wg a*/
#end_wg h2,
#end_wg h3 {color:#221815;}

/* member */
:lang(en) th,
table.colorbox th > a:not(*[name]),
table.colorbox td.green,
table.colorbox td:not(:first-child),
.mem_tbl .colorbox tr:first-child > th,
.mem_wrap .colorbox th {
	padding:.5em .7em;
}

table.colorbox th > a:not(*[name]) {
	display: block;
	color:#fff;
	text-align: left;
}
table.colorbox td.btmnoline {
	text-align:right;
	padding-right:0;
}
table.colorbox td:not(:first-child) {
	background-color:#d4e7bd;
}
.mem_wrap table.colorbox td,
table.colorbox td.lightgreen {
	background-color:#ecfae0;
}

.mem_tbl:not(:lang(en)) {
	width: 100%;
	border-top: 1px dashed #666;
}
.mem_tbl > p {padding-top: 1em;}

.cntstop {width: 100%;}/* 他に無ければ統合 */

/*
.mem_tbl td:not(.no_bdr) {/* class=no_bdr の付かない td に付与 *//*
    border-bottom: 1px #999 dotted;
}
*/
.mem_tbl td span {
    display: inline-block;
    padding-left: 1em;
}

.mem_wrap h3 {color: #7CB526;}
/*.mem_tbl a {color: #000;}*/

.mem_info tr:not(:first-child) > th {padding-top: 1.5em;}
.mem_info td {padding-left: 1em;}

#cnts .sec_top h2 {
    line-height: 1.2;
	padding: .5em 0;
/*	margin: .5em 0;*/
}

.cntsfont {font-family: Meiryo, arial, helvetica, sans-serif;}

p.afterhead {text-align: justify;}

.photo > .img {
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

#cnts .photo h4,
#cnts .message h4 {
	color: #000;
	text-decoration: underline;
}

@media screen and (min-width: 429px) {
/*	a:hover {text-decoration:underline;}*/

	table.colorbox td a:hover {color:#999;}

	.pagetop a:hover {color: #fff;}

	#alphabet > a {cursor: pointer;}
	#alphabet > a:hover {color: #3498db;}

	.br428 {display: none;}
}

@media screen and (min-width: 521px) {

}

@media screen and (min-width: 621px) {
	.colorbox tr:last-child,
	.mem_tbl tr:last-child {border-bottom: 1px solid #b1bfa0;}
	.colorbox th {width: 20%;}
}

@media screen and (min-width: 769px) {
	.photo img {
		max-width: 768px;
	}
	.mem_tbl > .alph_nav {
		text-align: right;
	} 
}

@media screen and (min-width: 961px) {

}

@media screen and (min-width: 1000px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 620px) {
	.colorbox th,
	.colorbox td {
		display: block;
		border-top: 1px solid #b1bfa0;
		border-right: 1px solid #b1bfa0;
		border-left: 1px solid #b1bfa0;
	}
	.mem_tbl > .colorbox th {margin-top: .5em;}

	.mem_tbl > .alph_nav > a {padding: 0 .5em}
	.mem_tbl td:last-child,
	.mem_wrap .colorbox tr:last-child{border-bottom: 1px solid #b1bfa0;}
}

@media screen and (max-width: 428px) {

}

@media screen and (max-width: 393px) {

}

@media screen and (max-width: 320px) {

}
