@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
* { margin: 0; padding: 0;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
html {
	background-color:#fff;
}
.min {
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
p,a,li,dt,dd {
	font-size: 12px;
	line-height: 1.5em;
}
a {
	transition:0.3s;
	opacity:1;
	text-decoration:none;
	color:#000;
}
a:hover {
	opacity:0.7;
}
ul { list-style:none; }
ol { list-style-position:inside; }
img { border: none; }
.tm5 { margin-top: 5px; display:block; }
.bm0 { margin-bottom: 0 !important; }
.bm10 { margin-bottom: 10px; display:block; }
.bm20 { margin-bottom: 20px; display:block; }
.bm30 { margin-bottom: 30px; display:block; }
.rm8  { margin-right: 8px; display:block; }

.t_left   { text-align: left; }
.t_right  { text-align: right; }
.t_center { text-align: center; }
.right { float: right; }
.left  { float: left; }
.clear { clear: both; }
.skm {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* clearfix */
.cr:after {
	display : block;
	clear : both;
	height : 0;
	content : "";
	overflow : hidden;
}
.cr {
	overflow : hidden;
}
.shadow {
-moz-box-shadow: 2px 2px 3px 1px #ccc;
-webkit-box-shadow: 2px 2px 3px 1px #ccc;
box-shadow: 2px 2px 3px 1px #ccc;
}
/* --------------------------------------------------------------------- */
.body {
	position:relative;
	width: 842px;
	margin:0 auto;
}
header .logo a {
	left:24px;
	top:11px;
	position:absolute;
	display:block;
	background-image:url(../img/common/logo.png);
	background-repeat:no-repeat;
	width:230px;
	height:88px;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}
header .t1 {
	left:270px;
	top:11px;
	position:absolute;
	color:#395DAA;
}
header .headnavi {
	position:absolute;
	left:267px;
	top:70px;
	width:575px;
	list-style:none;
}
header .headnavi li {
	float:left;
}
header .headnavi li a {
	display:block;
	background-repeat:no-repeat;
	width: 188px;
	height: 42px;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
	background-image:url(../img/common/headnavi-sprite.png);
}
header .headnavi li:nth-child(1) a {
	background-position:0px 0px;
}
header .headnavi li:nth-child(2) a {
	background-position:-187px 0px;
}
header .headnavi li:nth-child(3) a {
	background-position:-374px 0px;
}
.middle {
	margin-bottom: 40px;
}
.middle .main {
	float:left;
	width: 538px;
}
.sidebar {
	float:left;
	width: 233px;
	margin-left:24px;
	margin-right:32px;
	text-align:center;
}
.sidebar h3 {
	font-size:16px;
	border-bottom:1px solid #000;
	margin-bottom:8px;
}
.sidebar ul.infomation {
  min-height: 204px;
  margin-left: 8px;
}
.sidebar ul.infomation li {
  margin-bottom: 8px;
}
.sidebar ul.infomation li p {
  text-align: left;
}
.sidebar li a {
	text-align:left;
	font-size:16px;
	display:block;
	padding:8px 8px 8px 12px;
	border-left:7px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:7px;
}
.sidebar .info {
	display:block;
	background-image:url(../img/common/sidebar-info.png);
	background-repeat:no-repeat;
	width:230px;
	margin-top:15px;
	height: 0; padding-top: 79px; overflow: hidden;
}
.bg .t2 {
	display:block;
	width: 441px;
	text-align:center;
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	position: absolute;
	left: 391px;
	top: 157px;
}
.footer {
	position:relative;
	height: 112px;
	background-color:#ccd6ea;
	border-bottom:18px solid #345daa;
}
footer .logo a {
	left:47px;
	top:12px;
	position:absolute;
	display:block;
	background-image:url(../img/common/footer-logo.png);
	background-repeat:no-repeat;
	width:230px;
	height:92px;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}
footer .footnavi {
	position:absolute;
	left:306px;
	top:0px;
	width:575px;
	list-style:none;
}
footer .footnavi li {
	float:left;
}
footer .footnavi li a {
	display:block;
	background-repeat:no-repeat;
	width: 175px;
	height: 58px;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
	background-image:url(../img/common/footnavi-sprite.png);
}
footer .footnavi li:nth-child(1) a {
	background-position:-6px 0px;
}
footer .footnavi li:nth-child(2) a {
	background-position:-180px 0px;
}
footer .footnavi li:nth-child(3) a {
	background-position:-354px 0px;
}
footer .t1 {
	left:314px;
	top:61px;
	position:absolute;
	display:block;
	background-image:url(../img/common/footer-txt1.png);
	background-repeat:no-repeat;
	width:252px;
	height:42px;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}
footer .t2 {
	left:571px;
	top:61px;
	position:absolute;
	display:block;
	background-image:url(../img/common/footer-txt2.png);
	background-repeat:no-repeat;
	width:253px;
	height:42px;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}