/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");



.cleartext {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header img{
	width:100%;
}
video{
	width:100%;
}
a{
	text-decoration: none;
	color:#000000;
}
footer ul li{
	padding-bottom: 5px;
}

/*トップナビゲーションここから*/
#container nav #nav_logo {
	background-image: url(../image/nav/logo-02.png);
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position: center center;
	display: block;
	height: 100px;
	color: #C8000A;
	font-size: 1px;
	background-color: #C8000A;
}

#nav_toha{
	background-image: url(../image/nav/nav_toha-01.png);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center center;
	display: block;
	height: 100px;
	color: #FFF;
	font-size: 1px;
}
#nav_hakari{
	background-image: url(../image/nav/nav_hakari-01.png);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center center;
	display: block;
	height: 100px;
	color: #FFF;
	font-size: 1px;
}
#nav_seihin{
	background-image: url(../image/nav/nav_seihin-01.png);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center center;
	display: block;
	height: 100px;
	color: #FFF;
	font-size: 1px;
}
#nav_kigyou{
	background-image: url(../image/nav/nav_kigyou-01.png);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center center;
	display: block;
	height: 100px;
	color: #FFF;
	font-size: 1px;
}
#nav_toi{
	background-image: url(../image/nav/nav_toi-01.png);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center center;
	display: block;
	height: 100px;
	color: #FFF;
	font-size: 1px;
}

.accordion {
	margin: 0 auto;
}
.accordion .ac-content {
	margin: 0;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #bcbcbc;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
}
.accordion label:hover {
	border-bottom-color:#C8000A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #fff;
	padding: 0;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	background-color: #fff;
}


#nav_1{
	width: 16.666%;
	float: left;
}
#nav_2{
	width: 16.666%;
	float: left;
}
#nav_3{
	width: 16.666%;
	float: left;
}
#nav_4{
	width: 16.666%;
	float: left;
}
#nav_5{
	width: 16.666%;
	float: left;
}
#nav_6{
	width: 16.666%;
	float: left;
}
@media (max-width: 767px) { 
#nav_1{
	width: 50%;
	float: left;
}
#nav_2{
	width: 50%;
	float: left;
}
#nav_3{
	width: 50%;
	float: left;
}
#nav_4{
	width: 50%;
	float: left;
}
#nav_5{
	width: 50%;
	float: left;
}
#nav_6{
	width: 50%;
	float: left;
	clear: both;
}

}

#nav_3 .ac-cont p a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000;
}
#nav_3 .ac-cont p a:hover {
	color: #C8000A;
}
#nav_3 .ac-cont hr {
	background-color: #bcbcbc;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 110%;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -0.5px;
	margin-bottom: -0.5px;
}
#nav_line{
	border-bottom: 1px solid #bcbcbc;
}
/*トップナビゲーションここまで*/

/*ダウンロードや移動用ボタンここから*/
.botan_box1{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 40px;
	width: 231px;
	color: #000;
	padding-top: 10px;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.botan_box2{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 40px;
	width: 231px;
	color: #000;
	padding-top: 10px;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}
.botan_box3{
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.gray{
	color: #787878;
}
.red{
	color:#C8000A;
}
/*ダウンロードや移動用ボタンここまで*/

/* ページTOPに戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
