@charset "utf-8" ;
/* =======================================================
	CSS構成: 全頁共通レイアウト
	-----------------------------------------------------
	Last Modified: [ 2016/12/21 ]

	【TOC】
	01 : 
	02 : ヘッダー部分
	03 : フッター部分
	04 : .container
	05 : #main
	06 : #sub
	07 : #pankuzu
======================================================= */





/*	01 : 
---------------------------------------------------------------------- */
#header,
.container,
#pankuzu ul,
#pageup,
#footer {
	width: 970px;
	margin: 0 auto;

	clear: both;
	overflow: hidden;
}

/*
navskip
---------------------------------------------------------*/

.navskip { display: none; }

.right { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle; }

.txt_red { color: #c11a1a; }

/*	02 : ヘッダー部分
---------------------------------------------------------------------- */
#header_wrap {
	border-bottom: 1px solid #ccc;
}
/* #header */
#header {
	background: #FFF;
	height: 70px;
	width: 970px;
}
	#header #mainLogo {
		float: left;
		margin: 18px 0 0;
	}
	#header ul {
		float: right;
		margin: 30px 0 0;
	}
	#header ul li {
		float: left;
		font-size: 120%;
	}
	#header ul #coronaLogo {
		margin-left: 20px;
		padding-top: 2px;
	}
	#header ul li:hover {
		opacity: 0.7;
	}


/* #gnav */
#gnav {
	width: 970px;
	margin: 15px auto 0;
}
#mainNav {
	background: url(../../common/images/bg_gnav.gif) no-repeat right 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
	#mainNav li {
		background: url(../../common/images/bg_gnav.gif) no-repeat left 0;
		width: 1%;
		display: table-cell;
	}
	#gnav #mainNav li a {
		display: block;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.4;
		padding: 3px 15px;
		text-align: center;
		white-space: nowrap;
		text-decoration: none;
		height: 30px;
		transition: all .3s;
		border-bottom: 5px solid #fff;
	}
	#mainNav li a:hover {
		border-bottom: 5px solid #468A07!important;
		opacity: 0.7;
	}
	#mainNav li a.select {
		border-bottom: 5px solid #468A07!important;
	}





/*	03 : フッター部分
---------------------------------------------------------------------- */
/* pageup */
#pageup {
	padding-top: 65px;
}
#pageup a {
	float: right;
	display: block;
}

/* footer_wrap */
#footer_wrap {
	border-top: 1px solid #CCC;
}

/* footer */
#footer_wrap #footer {
	margin-top: 30px;
}

/* fgnavi */
#footer_wrap #footer #fgnavi {
	clear: both;
	overflow: hidden;
}
#footer_wrap #footer #fgnavi > li {
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-right: 25px;
}
#footer_wrap #footer #fgnavi > li > a {
	background: url(../images/list.png) left 5px no-repeat;
	font-size: 1.2em;
	padding: 0 0 3px 17px ;
}

#footer_wrap #footer #fgnavi > li.home {
	margin-right: 25px;
}
#footer_wrap #footer #fgnavi > li.home a {
	background: none;
	padding: 0;
}

#footer_wrap #footer #fgnavi > li.topics > a {
	border-bottom: 2px solid #468A07;
	display: block;
	width: 62px;
}
#footer_wrap #footer #fgnavi > li.products > a {
	border-bottom: 2px solid #468A07;
	display: block;
	margin-bottom: 20px;
	width: 120px;
}
#footer_wrap #footer #fgnavi > li.products > div {
	float: left;
	margin-right: 35px;
}
#footer_wrap #footer #fgnavi > li.products > div:last-child {
	margin-right: 0;
}
#footer_wrap #footer #fgnavi > li.products > div p {
	margin-bottom: 5px;
}
#footer_wrap #footer #fgnavi > li.products > div p,
#footer_wrap #footer #fgnavi > li.products > div p a { color: #333; }
#footer_wrap #footer #fgnavi > li.products > div ul li {
	background: url(../images/arrow03.png) left center no-repeat;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 5px;
}
#footer_wrap #footer #fgnavi > li.support > a {
	border-bottom: 2px solid #468A07;
	display: block;
	margin-bottom: 20px;
	width: 85px;
}
#footer_wrap #footer #fgnavi > li.support p {
	margin: 12px 0;
}


#footer_wrap #footer #fgnavi > li.other {
	margin-right: 0;
	margin-top: -15px;
}
#footer_wrap #footer #fgnavi > li.other a {
	background: url(../images/list.png) left 5px no-repeat;
	padding: 0 0 3px 17px ;
}
#footer_wrap #footer #fgnavi > li.other > ul li {
	font-weight: normal;
	margin-top: 15px;
}


#footer_wrap #footer #fgnavi > li > ul {
	float: left;
	margin-right: 30px;
}
#footer_wrap #footer #fgnavi > li > ul:last-child {
	margin-right: 0;
}
#footer_wrap #footer #fgnavi > li > ul li {
	font-weight: normal;
	line-height: 1;
	margin-top: 20px;
}

/* logo */
#footer_wrap #footer #logo {
	line-height: 1;
	margin: 50px auto 10px;
	text-align: center;
}

/* copy */
#footer_wrap #footer #copy {
	color: #A6A3A0;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}


/*	04 : .container
---------------------------------------------------------------------- */
.container #header {
	margin-top: 15px;
}
.container #header .clearfix {
	margin-bottom: 25px;
}


/*	05 : #main
---------------------------------------------------------------------- */
#main {
	float: left;
	width: 730px;
}





/*	06 : #sub
---------------------------------------------------------------------- */
#sub {
	float: right;
	width: 210px;
}

#sub div {
	margin-bottom: 10px;
}
#sub div:last-child {
	margin-bottom: 0;
}

#sub {}
#sub #snav {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#sub #snav > div {
	margin: 0 0 0 -1px;
}
#sub #snav > dl {}
#sub #snav > dl dt,
#sub #snav > dl dd {
	line-height: 1;
	padding-left: 15px;
	padding-right: 10px;
}
#sub #snav > dl dt {
	border-bottom: 1px solid #CCC;
	font-size: 1.4em;
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px 0 15px;
}


#sub #snav > dl dd {
	font-size: 1.2em;
	padding-top: 15px;
}
#sub #snav > dl dd.select {
	background: url(../images/select_icon.png) 0px 15px no-repeat;
}
#sub #snav > dl dd:last-child {
	padding-bottom: 15px;
}
#sub #snav > dl dd > a {
	background-image: url(../images/list.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	line-height: 1.4;
	padding-left: 18px;
	display: block;
}
#sub #snav > dl dd.select > a {
	font-weight: bold;
}
#sub #snav > dl dd.select > ul > li a {
	color: #333;
}
#sub #snav > dl dd.select > ul > li.active a {
	color: #468A07;
}
#sub #snav > dl dd > ul {
	background: url(../images/line01.png) bottom left repeat-x;
	padding: 5px 0 15px;
}
#sub #snav > dl dt {
	font-weight: bold;
	color: #468A07;
}
#sub #snav > dl dt a,
#sub #snav > dl dd.active a,
#sub #snav > dl dd a:hover,
#sub #snav > dl dd.select > .active a,
#sub #snav > dl dd > ul > li a:hover {
	color: #468A07;
}
#sub #snav > dl dd > ul > li {
	margin: 10px 0 0 18px;
}
#sub #snav > dl dd > ul > li > a {
	background: url(../images/arrow03.png) center left no-repeat;
	color: #333;
	display: block;
	padding-left: 10px;
}




/*	07 : #pankuzu
---------------------------------------------------------------------- */
#pankuzu {
	border-bottom: 1px solid #CCC;
	margin-bottom: 25px;
}
#pankuzu ul {
	clear: both;
	overflow: hidden;
}
#pankuzu ul li {
	float: left;
	font-size: 1.1em;
	height: 30px;
}
#pankuzu ul li a,
#pankuzu ul li span {
	display: block;
	padding: 7px 0;
}
#pankuzu ul li a {
	background: url("../images/pan_arrow.png") right top no-repeat;
	color: #666;
	margin-right: 8px;
	padding-right: 18px;
}
#pankuzu ul li span {
	color: #666;
}

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt50 { margin-top: 50px; }
.mb10 { margin-bottom: 10px; }
.mb30 { margin-bottom: 30px; }