@charset "UTF-8";
/**
 * レスポンシブ スタイル
 * ＰＣ版
 */





body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	font-size: 0.813em \9;
	line-height: 1.231em;
	background: #fff;
	color: #333;
}


a:link {
 color:#333333;
 text-decoration:none
}

a:visited {
 color:#333333;
 text-decoration:none
}
a:hover {
 color:#333333;
 text-decoration:underline
}
a:active {
 color:#333333;
 text-decoration:none
}

.b:link {
 color:#333333;
 text-decoration:none
}

.b:visited {
 color:#333333;
 text-decoration:none
}
.b:hover {
 color:#333333;
 text-decoration:underline
}
.b:active {
 color:#333333;
 text-decoration:none
}




.c:link {
 color:#ffffff;
 text-decoration:none
}

.c:visited {
 color:#ffffff;
 text-decoration:none
}
.c:hover {
filter: alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
 color:#fffe9b;
 text-decoration:none
}
.c:active {
 color:#fffe9b;
 text-decoration:none
}


.pc_none {
	display: none;
}


/* header
======================================================= */

header {

	top: 0;
	width: 960px;
	margin: 10px auto 0px;
	padding: 0px;
	z-index: 1000;
	text-align: center;
	background:#ffffff;
}

header a:link,
footer a:link,
header a:visited,
footer a:visited { color: #333; text-decoration:none; }
header a:hover,
footer a:hover,
header a:active,
footer a:active { color: #333; text-decoration:underline; }

header #logo {
	float: left;
	width: 277px;
	margin: 0 25px 0 0;
}

header h1 {
	float: left;
	width: 317px;
	padding: 14px 0 0;
	font-size: 77%;
	color: #666;
	text-align: left;
}

header #h_right {
	float: right;
	width: 280px;
	padding: 2px 0 0;
}

header #h_right #google_translate_element {
	margin: 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 77%;
	float: right;
	height: 25px;
}

header #h_right .h_inleft {
	float: left;
	width: 150px;
}

header #h_right .h_inright {
	padding: 30px 0 0 0;
	float: right;
	width: 126px;
}

header #h_right #google_translate_element {
	margin: 0 0 9px;
	padding: 0;
	list-style-type: none;
	font-size: 77%;
	float: right;
	height: 25px;
}

header #h_right ul#head_fc {
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 92%;
	text-align: right;
}

header #h_right ul#head_fc li {
	width: 75px;
	margin: 0;
	padding: 0 0 3px 15px;
	background: url(../img/head_arw.png) no-repeat 0 0;
}


/* nav
======================================================= */

nav {

	top: 74px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	text-align: left;
	background: url(../img/head_bg1.gif) center top repeat-x;overflow: hidden;
	background-color: #A5CCE1;
}

nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 0 0px;
	list-style-type: none;
	background-color: #ffffff;
}

nav ul li {
	float: left;
	width: 160px;
	background-color: #ffffff;
}



nav ul li a {
	float: left;
	margin: 0;
	padding-top: 50px;
	height: 0px !important;
	width: 160px;
	overflow: hidden;
	outline: none;
	background: url(../img/bg_nav.png) no-repeat 0 0;
}

nav ul li.nav01 a {
	background-position: 0px 0px;
}
nav ul li.nav01 a:hover,
nav ul li.nav01 a:active {
	background-position: 0px -52px;
}

nav ul li.nav02 a {
	background-position: -160px 0px;
}
nav ul li.nav02 a:hover,
nav ul li.nav02 a:active {
	background-position: -160px -52px;
}

nav ul li.nav03 a {
	background-position: -320px 0px;
}
nav ul li.nav03 a:hover,
nav ul li.nav03 a:active {
	background-position: -320px -52px;
}

nav ul li.nav04 a {
	background-position: -480px 0px;
}
nav ul li.nav04 a:hover,
nav ul li.nav04 a:active {
	background-position: -480px -52px;
}

nav ul li.nav05 a {
	background-position: -640px 0px;
}
nav ul li.nav05 a:hover,
nav ul li.nav05 a:active {
	background-position: -640px -52px;
}

nav ul li.nav06 a {
	background-position: -800px 0px;
}
nav ul li.nav06 a:hover,
nav ul li.nav06 a:active {
	background-position: -800px -52px;
}


/* footer
======================================================= */

footer {
	background: #1c58b0;
}

footer #foot_top {
	background: #fff;
}

footer #foot_inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 8px;
	position: relative;
}

footer #foot_inner ul {
	float: left;
	width: 600px;
	margin: -20px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

footer #foot_inner ul li {
	float: left;
	padding: 0 5px 0 0;
}

footer #foot_inner ul li a {
	padding: 5px 5px 0 0;
	font-size: 80%;
}



footer #foot_inner #pagetop {
	position: absolute;
	bottom: -4px;
	right: 0;
}


footer #foot_right {
	width: 960px;
	margin: 0 auto 0;
	padding: 24px 0 0 0;
}

footer #foot_right .txt {
	text-align:center;
	width: 960px;
	color: #fff;
	font-size: 80%;
}

footer #foot_right .txt br {
	display: none;
	}

footer #foot_btm {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 24px 0;
}

footer #foot_btm .txt {
	text-align:center;
	width: 960px;
	color: #fff;
	font-size: 77%;
}







/*	area_base	================================================ */
#area_base {
	width:960px;
	margin:0px auto 15px;
	padding:0px ;
}

/*	leftMenu	================================================ */
#leftMenu {

	float:left;
	width:220px;
	height:100%;
	margin:0px auto;
	padding:0px ;

}

#leftMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftMenu .ul li {
	margin:0px 0px 0px 0px;
	padding: 0px;
}

#leftMenu ul li img{
	display:block;
	width:220px;
	height:45px;
	margin:0px 0px 0px 0px;
	padding:0px ;

}








/*	contents	================================================ */
#contents {
	float:right;
	width:720px;
	margin:0px auto;
	padding:0px ;
	overflow:hidden;
}

#data {
	display:block;
	width:720px;
	margin:20px auto;
	padding:0px ;
	overflow:hidden;
}


#cont_title {
	width:720px;
	margin:0px auto;
	padding:0px ;
}

#cont_title img{
	display:block;
	width:720px;
	margin:0px auto;
	padding:0px ;
}


#data h3{
	background:#5284cd;
	border:0px solid #ddd;
	margin:0 0px 0 0px;
	padding:10px 10px 8px 5px;
	color:#ffffff;
	font-size : 16px;
	font-weight : 400;
	line-height:22px;
	padding-left:1em;
	text-indent:-0.7em;
}

#data h3:before{
	content:"";
	border-left:5px solid #235db1;
	margin:0 7px 0 0;
	padding:3px 0;
}


#data h4{
	background:#fff;
	border-bottom:1px dotted #666;
	margin:0px 0px 20px 0px;
	padding:10px 0px 8px 0px;
	color:#333;
	font-size : 16px;
	font-weight : 400;
	line-height:18px;
}

#data h4:before{
	content:"";
	border-left:5px solid #555;
	margin:0 7px 0 0;
	padding:5px 4px 5px 0px;
}



#midashi1{
	background:#fff;
	border-bottom:1px dotted #666;
	margin:0px 0px 20px 0px;
	padding:10px 0px 8px 0px;
	color:#333;
	font-size : 16px;
	font-weight : 400;
	line-height:18px;
}

#midashi1:before{
	content:"";
	border-left:5px solid #555;
	margin:0 7px 0 0;
	padding:5px 4px 5px 0px;
}



/*	pankuzu	================================================ */
#pankuzu {
	display:block;
	width:960px;
	margin:10px auto 15px;
	padding:0px ;
	text-align:left;
}

#pankuzu a{
 color:#333333;
 text-decoration:none
}

#pankuzu a:hover,
#pankuzu a:active {
 color:#333333;
 text-decoration:underline
}

h4(
 color:#333333;
 text-decoration:none
)

/* accordion
======================================================= */
#sp-nav{
	display: none;
}

#sp-nav2{
	display: none;
}


/* clearfix
======================================================= */

.clearfix { zoom:1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

*:after {
	display: block;
	clear: both;
}


/**pagetop  */

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	z-index:100;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#1c58b0;
	border-radius: 5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#618ac8;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}