@charset "utf-8";
/* CSS Document */

body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#FFF;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background-color:#000;
    }

/* フルードイメージ対応 */

img {
	max-width: 100%;
	height: auto;
	}

.ie8 img {
	width: auto;
	}

#wrapper {
	width: auto;
	min-height: 100%;
	}
	
#wrapper_inner {
	}

/* フルードイメージ対応ここまで */

#header {
	height:40px;
	background-color:#000;
	position:relative;
	}

#header img {
	float:left;
	max-width: 200px;
	height: auto;
	margin: 13px 0 0 3% ;
	}
	
#header {
	height:40px;
	background-color:#000;
}


/** =======================
 * Contenedor Principal
 ===========================*/

 .accordion {
	 position:absolute;
	 top: 0;
	 right:0;
    width: 25%;
	height: 40px;
    margin: 0 auto 0;
    background: #000;
	border-left: #999 1px solid;
	z-index: 9999;
 }

.accordion .link {
    cursor: pointer;
    display: block;
	height: 40px;
    padding: 8px 0 0 8% ;
	color: #FFF;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 17px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	top: 13px;
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}

/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #FFF;
    font-size: 14px;
 }

 .submenu li {
	 font-size: 90%;
    border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5% 0 5% 7% ;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    background: #b63b4d;
    color: #FFF;
 }
 
 .submenu a:visited {
    color: #333;
 }
 
/*-----------------------*/

/*--スライダー部分

.bx-pager a.active img {
	border: 1px #FFFFFF solid;
}
/*----*/

#rogo {
	width:30%;
	position:absolute;
	top: 3px;
	right: 34%;
	z-index: 9999;
	}

#main {
	width:100%;
	background-image: url(../images/main.jpg);
	background-size:cover;
	}
	
#main dl {
	padding: 5%;
	margin: 0 auto;
	}
	
#main dl dt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
#main dl dd {
	font-size: 15px;
	}

#main dl dd ul {
	margin: 7% 0 2% ;
	}
	
#main dl dd ul li {
	float:left;
	margin: 0 5px 5px;
	padding-right: 10px;
	border-right: 1px #999999 solid;
	font-size: 80%;
	}
	
#footer {
	padding: 10px;
	text-align:center;
	font-size: 80%;}

/*PC追加用----------------------------------------------------------------------*/
 @media screen and (min-width : 767px) {
	 
#rogo {
	width:40%;
	position:absolute;
	top: 15%;
	right: 30%;
	z-index: 9999;
	}
}


/* ------ 共通 ------ */	

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

li { list-style:none; }

a { color:#FFF; text-decoration:none;}
a:hover { opacity:0.7;}
a:visited { color:#FFF; text-decoration:none;}

/*----box-sizing----*/

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box
  }

/*----clearfix----*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
	min-height: 1%;
	}