@charset "utf-8";
/* ==========================================================================
   Reset
============================================================================= */
html, body,h1,h2,h3,h4,h5,p,dl, dt, dd, ol, ul, li,table,tr, th, td{
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
html, body {
	position: relative;
	height: 100%;
}
/* ==========================================================================
   Base
============================================================================= */
body{
	color: #343434;
	font-size: 13px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
	background-color: #fff;
}
img{
	border: 0;
	vertical-align: bottom;
}
ol,ul{
  list-style-type: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:active{
	color: #000066;
	text-decoration: underline;
}
a.ver2{
	color: #000;
	text-decoration: none;
}
a.ver2:hover{
	color: #000;
	text-decoration: underline;
}
a.ver2:active{
	color: #000066;
	text-decoration: underline;
}
a:hover.ov img{
    -webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}
.pagetop{
	text-align: right;
}
.cf:after{
	content: "";
	display: table;
	clear: both;
}

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

ヘッダー

----------------------------------------------------- */
#header{
	width: 100%;
	min-width: 960px;
	background: url(../img/header_bg.png) 0 0 repeat-x;
}
#header_inner{
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#header h1{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	height: 20px;
	line-height: 20px;
	background-color: #dc143c;
}
#header h2{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 10px 0 10px 10px;
}
#header #logo{
	float: left;
	padding: 20px 0 0 0;
}
#header #btnHeader{
	width: 280px;
	position: absolute;
	top: 0;
	right: 0;
}
#header .btnHeader1{
	float: left;
	padding: 0 0 20px 0;
}
#header .btnHeader2{
	float: right;
}
#header .btnHeader1_tb{
	display: none;
}
#header .btnHeader2_tb{
	display: none;
}
#header .btnHeader1_sp{
	display: none;
}
#header .btnHeader2_sp{
	display: none;
}
/* ----------------------------------------------------

フッター

----------------------------------------------------- */
#footer{
	width: 100%;
	min-width: 960px;
	background-color: #000;
	padding: 15px 0 20px 0;
}
#footer_inner{
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#footer .fimg{
	float: left;
	padding: 5px 0 25px 0;
}
#footer .fnaviSet{
	float: right;
	width: 700px;
}
#footer .fnavi{
	width: 33%;
	color: #fff;
	float: left;
}
#footer .fnavi p{
	color: #fff;
	font-size: 12px;
	padding: 3px 0 3px 20px;
	background: url(../img/li4.png) 2px center no-repeat;
}
#footer .fnavi p a{
	color: #fff;
}
#footer .fnavi li a{
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 28px;
	background: url(../img/li5.png) 15px center no-repeat;
}
#footer address{
	padding: 40px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-style: normal;
}

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

コンテンツ

----------------------------------------------------- */
#content{
	width: 960px;
	margin: 0 auto;
}
/* ----------------------------------------------------

パンくず

----------------------------------------------------- */
.pkg{
	font-size: 11px;
	padding: 10px 0;
}
.pkg a,
.pkg a:active,
.pkg a:visited{
	color: #cc0000;
	text-decoration: underline;
}
.pkg a:hover{
	color: #cc0000;
	text-decoration: none;
}

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

左カラム

----------------------------------------------------- */
#leftBody{
	width: 236px;
	float: left;
}
.navi{
	background-color: #e8e8e8;
	padding: 20px 5px 10px 5px;
	border-radius: 5px;
	margin: 0 0 40px 0;
}
.navi h3{
	font-size: 13px;
	padding: 10px 0 10px 10px;
	border-bottom: solid 2px #c1c1c1;
}
.navi ul{
	padding: 0px 0 20px 0;
}
.navi li{
	display: block;
	border-bottom: solid 2px #c1c1c1;
	padding: 14px 0;
}
.navi li.sub{
	padding: 14px 0 14px 10px;
}
.navi li a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 0 0 0 26px;
	display: inline-block;
	background: url(../img/li1.png) 10px center no-repeat;
}
.navi li a:hover{
	color: #cc0000;
	text-decoration: underline;
}
#leftBody p{
	padding: 0 0 20px 0;
}
/* ----------------------------------------------------

メインカラム

----------------------------------------------------- */
#mainBody{
	width: 700px;
	padding: 0 0 50px 0;
	float: right;
}
#mainBody h3{
	font-size: 17px;
	font-weight: bold;
	padding: 40px 0 8px 0;
	margin: 0 0 10px 0;
	background: url(../img/line1.png) 0 bottom repeat-x;
}
#mainBody h3 a{
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding: 6px 0 0 0;
}
/* ----------------------------------------------------

コンテンツ１

----------------------------------------------------- */
.cnt1{
	padding: 10px 0px 30px 10px;
}
.cnt1 li span{
	display: block;
	float: left;
	padding: 0 20px 0 0;
}
.cnt1 li a{
	width: 590px;
	float: left;
	display: inline-block;
	margin: 0 0 10px 0;
}
/* ----------------------------------------------------

コンテンツ２

----------------------------------------------------- */
.cnt2{
	border-bottom: dashed 2px #ccc;
	padding: 0 10px;
}
.cnt2 p.btxt{
	font-weight: bold;
	padding: 0 0 10px 0px;
}
.cnt2 p.ntxt{
	padding: 0 0 16px 0px;
}
.cnt2_clm{
	border-top: dashed 2px #ccc;
	padding: 12px 0;
}
.cnt2_clm p.txt1{
	font-weight: bold;
	padding: 0 0 5px 0px;
	margin-left: 160px;
}
.cnt2_clm p.txt2{
	padding: 0 0 5px 0px;
	margin-left: 160px;
}
.cnt2 img.waku{
	border: solid 1px #ccc;
	padding: 2px;
	float: left;
}
.cnt2_clm .btnDetail{
	text-align: right;
	padding: 0 0 5px 0;
}
/* ----------------------------------------------------

コンテンツ３

----------------------------------------------------- */
.cnt3{
	padding: 3px 10px 0 10px;
}
.cnt3 p.ntxt{
	padding: 15px 0;
}
.cnt3 img.waku{
	border: solid 1px #ccc;
	padding: 2px;
	float: right;
	margin: 15px 0 10px 20px;
}
.cnt3 ul.textList{
	padding: 10px 0 20px 15px;
}
.cnt3 ul.textList li{
	padding: 0 0 0 10px;
	background: url(../img/li2.png) 0 center no-repeat;
}
.cnt3 .btnDetail{
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 360px 0 0 ;
}
/* ----------------------------------------------------

コンテンツ４

----------------------------------------------------- */
.cnt4{
	padding: 0 10px;
}
.cnt4 h4{
	font-size: 15px;
	padding: 0 0 0 20px;
	margin: 20px 0 10px 0;
	border-bottom: solid 2px #aaa;
	background: url(../img/li3.png) 0 center no-repeat;
}
.cnt4 p.ntxt{
	padding: 10px 0 15px 0px;
}
.cnt4 .figure1{
	text-align: center;
	float: right;
	margin: 12px 0px 10px 20px;
}
.cnt4 .figure1 img.waku{
	border: solid 1px #ccc;
	padding: 2px;
}
.cnt4 .figure2{
	text-align: center;
	float: left;
	width: 330px;
	margin: 10px 0px;
}
.cnt4 .figure3{
	text-align: center;
	float: right;
	width: 330px;
	margin: 10px 0;
}
.cnt4 .figure1 p,
.cnt4 .figure2 p,
.cnt4 .figure3 p{
	font-size: 11px;
	padding: 10px;
}
/* ----------------------------------------------------

コンテンツ５

----------------------------------------------------- */
.cnt5{
	padding: 0 10px;
}
.cnt5 table.tbl{
	width: 100%;
	margin: 20px 0 0 0;
}
.cnt5 table.tbl th{
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #999;
	padding: 6px 20px;
	border: solid 1px #fff;
	white-space: nowrap;
}
.cnt5 table.tbl td{
	padding: 6px 20px;
	border: solid 1px #ccc;
}
