@charset "utf-8";
/**********************************************
共通CSS
***********************************************/

/* topicPath
--------------------------------------------------------*/

#topicPath li {
}

#topicPath li a {
	display: block;
	margin-right: 11px;
	padding-right: 15px;
	color:#009F43;
	text-decoration: underline;
	background: url(../images/icons/arrow/green_right_mini.png) right center no-repeat;
}

/* #main > header
--------------------------------------------------------*/

#main > header {
	position: relative;
	min-height: 1px;
}

#main > header:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

#main > header h1 {
	clear:both;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#main > header > span {
	position: absolute;
	right:0;
	top:12px;
}

#main > header > span a {
	display: block;
	padding-left: 47px;
	width: 156px;
	height: 37px;
	line-height: 37px;
	color:#24A753;
	font-weight: normal;
	border:2px solid #DBEFE3;
	background: url(../images/shared/btn_print.png) no-repeat;
}


/* styles
-------------------------------------------------------------*/

/* layout */

.alignCenter	{text-align:center;}
.alignRight		{text-align:right;}
.alignLeft		{text-align:left;}

.floatRight	{float:right;}
.floatLeft	{float:left;}

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

/* image */

.imgRight 	{float:right;margin:0 0 20px 20px;}
.imgLeft	{float:left;margin:0 20px 20px 0;}

/* margin */

.mgnT5	{margin-top:5px;}
.mgnT10	{margin-top:10px;}
.mgnT20 {margin-top:20px;}

.mgnR5	{margin-right:5px;}
.mgnR10	{margin-right:10px;}
.mgnR20 {margin-right:20px;}

.mgnB5	{margin-bottom:5px;}
.mgnB10	{margin-bottom:10px;}
.mgnB20 {margin-bottom:20px;}

.mgnL5	{margin-left:5px;}
.mgnL10	{margin-left:10px;}
.mgnL20 {margin-left:20px;}

/* opacity */

.op10 {filter: alpha(opacity=10);-moz-opacity:0.10;opacity:0.10;}
.op20 {filter: alpha(opacity=20);-moz-opacity:0.20;opacity:0.20;}
.op30 {filter: alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;}
.op40 {filter: alpha(opacity=40);-moz-opacity:0.40;opacity:0.40;}
.op50 {filter: alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;}
.op60 {filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}
.op70 {filter: alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}
.op80 {filter: alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;}
.op90 {filter: alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;}

/* position */

.static		{position:static;}
.relative	{position:relative;}
.absolute	{position:absolute;}

/* display */

.none	{display:none;}
.block	{display:block;}

/* visibility */

.visible	{visibility:visible;}
.hidden		{visibility:hidden;}

/* reset */

.reset {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

/* inline */

.inline {
	letter-spacing: -.40em;
}

.inline > * {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

/* shadow */

.shadow ,
.shadows > * {
	box-shadow:0 0 5px #e6e6e6;
	-moz-box-shadow: 0 0 5px #e6e6e6;
	-o-box-shadow: 0 0 5px #e6e6e6;
	-ms-box-shadow: 0 0 5px #e6e6e6;
	background-size: #fff;
	border:1px solid #eee \9;
}

.shadow.box ,
.shadows.box > * {
	-webkit-box-sizing: border-box \9;
	-moz-box-sizing: border-box \9;
	box-sizing: border-box \9;
}

/* font size */

.fz10 {font-size: 1.0rem !important;}
.fz11 {font-size: 1.1rem !important;}
.fz12 {font-size: 1.2rem !important;}
.fz13 {font-size: 1.3rem !important;}
.fz14 {font-size: 1.4rem !important;}
.fz15 {font-size: 1.5rem !important;}
.fz16 {font-size: 1.6rem !important;}
.fz17 {font-size: 1.7rem !important;}
.fz18 {font-size: 1.8rem !important;}
.fz19 {font-size: 1.9rem !important;}
.fz20 {font-size: 2.0rem !important;}
.fz30 {font-size: 3.0rem !important;}

/****/

a.noLink {
	cursor:default;
	text-decoration: none !important;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}

/****/


.fwbold ,
.fwbold > * {
	font-weight: bold;
}

/* common classes
-------------------------------------------------------------*/

/* not found */

.notfound {
	padding: 10px 0;
}

/* tags */

.tags > span {
	text-align: center;
	width: 81px;
	height: 18px;
	line-height: 18px;
}

/** btn at content foot **/


/*--------------------------------------------------------*/

.bottomBtn {
	clear:both;
	min-height: 1px;
}

.bottomBtn:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

.bottomBtn a {
	line-height: 50px;
	padding-left: 10px;
	font-size: 1.1em;
}

.bottomBtn a.centerBack {
	text-align: center;
	float:none !important;
	display: block !important;
	padding-left: 15px !important;
	width: 180px !important;
	height: 41px !important;
	line-height: 41px !important;
	color:#fff !important;
	margin: 30px auto 0 !important;
	background: url(../images/icons/arrow/white_left.png) 20px center no-repeat #00A040;
}

/* paging
--------------------------------------------------------*/

.paging {
	text-align: center;
	margin-bottom: 30px;
}

.paging a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color:#fff;
	font-size: 1.4em;
	background: #00A040;
	margin: 0 2px 4px;
}

.paging a.active {
	background: #007D32;
}

.paging .separate {
	padding: 0 5px;
}

/* hx
--------------------------------------------------------*/

/** type1 **/

h2.type1 ,
h3.type1 ,
h4.type1 {
	margin-bottom: 16px;
	font-weight: bold;
	min-height: 1px;
}

h2.type1:after ,
h3.type1:after ,
h4.type1:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

h2.type1 span ,
h3.type1 span ,
h4.type1 span {
	display:block;
	float:left;
	position: relative;
	/*font-size:1.2em;*/
	margin-bottom: -3px;
}

/** type2 **/

h2.type2 ,
h3.type2 ,
h4.type2 {
	padding: 6px 0 6px 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}

h2.type2 span ,
h3.type2 span ,
h4.type2 span {
	display: block;
	font-weight: normal;
	font-size:0.7em;
	margin-bottom: 10px;
}

/** from lower **/

.type_head {
	font-size: 2.3em;
	color:#00a040;
}

/** type1 **/

.type_1 {
	border-bottom: 3px solid #DAF0E4;
	margin-bottom: 16px;
	font-weight: bold;
}

.type_1:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

.type_1 span {
	display:block;
	float:left;
	position: relative;
	font-size:1.2em;
	margin-bottom: -3px;
	border-bottom: 3px solid #00A040;
}

/** type2 **/

.type_2 {
	border-left: 6px solid #00A040;
	padding:10px 0 10px 10px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
}

/** type3 **/

.type_3 {
	border-bottom: 3px solid #00A040;
	font-size: 1.3em;
	font-weight: bold;
}

.type_4 {
	color:#00A040;
	font-weight:bold;
}

.type_5 {
	font-weight:bold;
}

/* emergency
--------------------------------------------------------*/

/** window **/

#emergency_filter {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index:1100;
}

#emergency_window {
	position:absolute;
	top:50px;
	background: #fff;
	z-index:1200;
	font-size: 1.48em;
}

#emergency_window > span {
	position: absolute;
	right:0;
	top:0;
}

#emergency_window > span a {
	display: block;
	background:url(../images/icons/close_white.png) 10px center no-repeat #00A040;
	color:#fff;
	padding: 3px 20px 3px 30px;
}

#emergency_window .content {
	padding:60px 30px 30px;
}

#emergency_window table {
	width:100% !important;
	object-fit: contain;
}

#emergency_window .content img {
	max-width:100%;
	height:auto !important;
}

#emergency_window p:empty:after {content:"　";}
#emergency_window p span:empty:after {content:"　";}

/** head **/

#emergency_head {
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	z-index:1010;
	font-size: 1.48em;
	background: #00A040;
	/*height: 44px;*/
}

#emergency_head > div {
	left:0;
	top:0;
	color:#fff;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
}

#emergency_head > div p {
	width: 100%;
	text-align: left;
}

#emergency_head > span {
	position: absolute;
	right:10px;
	top:6px;
	z-index: 3;
}

#emergency_head > span a {
	display: block;
	background:url(../images/icons/close_white.png) 10px center no-repeat #00A040;
	border:1px solid #fff;
	color:#fff;
	padding: 3px 20px 3px 30px;
}


/* preview mode
--------------------------------------------------------*/

body.previewMode {
	padding-top: 40px;
}

#previewMsg {
	width: 100%;
	background: url(../images/shared/previewMsg.png) repeat-x #CCE3F7;
	display: none;
	position: fixed;
	left:0;
	top:0;
	z-index:9999;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

#previewMsg div {
	position:relative;
	padding: 10px;
}

#previewMsg div a {
	display:block;
	float:right;
	background: #000;
	color:#fff;
	padding:3px 8px;
	font-size: 12px;
	border-radius:3px;
	position: relative;
	top:-2px;
}

#previewMsg dl {
	float:right;
	margin-right: 10px;
	position: relative;
	top:-2px;
}

#previewMsg dl dt ,
#previewMsg dl dd {
	float:left;
}

#previewMsg dl dt {
	padding-top: 4px;
	font-size: 11px;
}

#previewMsg dl dd input {
	font-size: 11px;
	width: 120px;
	padding: 2px;
}

._blank {
	position: relative;
}

._blank_img {
	width: auto;
	position: absolute;
	top: 2px;
	right: 2px;
}