/* 修正履歴
	DATE 150507 layout css 対応
	DATE 150530 ie8 css 対応
*/

/* bootstrap　対応*/
.container {
	padding: inherit;
}
/* bootstrap　対応*/
/* base css*/
html,body {
	margin:0;
	padding:0;
	font-family: "Fira Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS P Gothic",sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin:0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   line-height: inherit; 
}
p {
	margin:0;
	padding:0;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none
}
a {
	text-decoration: none;
	display: block;
}
a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}
footer {
	width: 100%;
	height: auto;
	background-color: #d6d6d6;
}
.absolute {
	position: absolute;
}
.base {
	width: 961px;
	margin: 0 auto;
}
.block {
	display: block;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.border_none {
	border: none!important;
}
.bg_no_repeat {
	background-repeat: no-repeat;
}
.center {
	margin: 0 auto; 
}
.container {
	width: 100%;
}
.clear:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.font-25 {
	font-size: 25px;
}
.font-23 {
	font-size: 23px;
}
.font-22 {
	font-size: 22px;
}
.font-20 {
	font-size: 20px;
}
.font-18 {
	font-size: 18px;
}
.font-17 {
	font-size: 17px;
}
.font-16 {
	font-size: 16px;
}
.font-15 {
	font-size: 15px;
}
.font-14 {
	font-size: 14px;
}
.font-13 {
	font-size: 13px;
}
.font-12 {
	font-size: 12px;
}
.font-11 {
	font-size: 11px;
}
.font-10 {
	font-size: 10px;
}
.font-8 {
	font-size: 8px;
}
.font-0 {
	font-size: 0;
}
.header {
	padding: 20px 0 0 0;
}
.opacity:hover {
	opacity: 0.8;
}
.opacity10:hover {
	opacity: 1!important;
}
.opacity7:hover {
	opacity: 0.7;
}
.opacity6:hover {
	opacity: 0.6;
}
.opacity4:hover {
	opacity: 0.4;
}
.overflow {
	overflow: hidden;
}
.text-center {
	text-align: center;
}
/* page top */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 350;
}
#page-top:hover {
	opacity: 0.8;
}
/* page top */
/* slide */
.rslides {
  left: 50%;
  width: 1280px;
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-left: -640px;
  max-width: inherit!important;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  /*position: absolute;
  display: none;*/
  width: 100%;
  left: 0;
  top: 0;
}
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
 /* top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;*/
}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

	.main_img a.next, .main_img a.prev {
		top: 40%;
		color: #fff;
		font-size: 62px;
		filter: alpha(opacity=50);
		/*opacity: 0.5;*/
		opacity: 1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.prev, .next {
		text-decoration: none;
		color: white;
	}
	.main_img a.prev:after {
	  font-family: FontAwesome;
	  content: '\f104';
	  color: white;
	}
	.main_img a.prev:after {
	  font-family: 'FontAwesome';
	  content: '\f104';
	  color: white;
	  font-size: 46px;
	}
	.main_img a.next:after {
	  font-family: FontAwesome;
	  content: '\f105';
	  color: white;
	}
	.main_img a.next:after {
	  font-family: 'FontAwesome';
	  content: '\f105';
	  color: white;
	  font-size: 46px;
	}
	.main_img a.current {
	  background: white;
	  color: white;
	}
	.main_img a.prev {
	  left: 2%;
	}
	.main_img a.next {
	  right: 2%;
	}
	.slides-pagination {
		display: none;
	}




/* slide */
/* drawer */
.drawer-default .drawer-menu-item {
	font-size: 18px;
	color: #555;
	/* height: 139px; */
	padding: 56px 0 60px 20px;
	line-height: 18px;
}
.drawer-default .drawer-menu-item a img {
	height: 20px;
	padding: 0 20px 0 0;
}
.drawer-menu .dmi_entry {
	padding: 40px 0 0 0;
}
.drawer-nav .drawer-menu-item .entry_sp {
	max-width:210px; 
	height: auto!important;
	padding:0;
	margin:0 auto;
}
.drawer-toggle {
	position: absolute;
}
/* base css*/
.header_container {
	background-image: url(../img/header_container_pc.png);
	background-repeat: repeat-x;
	height: 90px;
	position: relative;
  	z-index: 10;
}
.header_img_main {
	width: 301px;
	height: 39px;
}
.header_img_sub {
	width: 223px;
	height: 39px;
	margin-left: 18px;
}
.header_img_official {
	width: 216px;
	height: 12px;
	margin-top: 17px;
}
.a_logo {
	display: block;
}
.main_img_container {
	position: relative;
	z-index: 5;
	margin-top: -5px;
}
.main_img {
	position: relative;
	max-width: 1280px;
  	margin: 0 auto;
  	max-height: 545px;
}
.main_img_each {
	display: block;
}
.entry_box {
	position: absolute;
	background-image: url(../img/entry_box.png);
	/*background-color: #b81628;*/
	width: 235px;
	height: 51px;
	top: 354px;
	left: 160px;
}
.entry_box:hover {
	/*background-color: #8a0000;*/
	background-image: url(../img/entry_box_hov.png);
}
.arrow01 {
	width: 7px;
	height: 11px;
	margin: 20px 7px 0 48px;
}
.entry_p {
	color: white;
	margin: 19px 0 0 0;
	line-height: 12px;
}
.header_nav_container {
	background-image: url(../img/header_nav_container.png);
	background-repeat: repeat-x;
	height: 69px;
	position: relative;
}
.header_nav_li {
	display: block;
}
.nav_01 {
	width: 178px;
	height: 69px;
	background-image: url(../img/nav_01.png);
}
.nav_02 {
	width: 260px;
	height: 69px;
	background-image: url(../img/nav_02.png);
}
.nav_03 {
	width: 320px;
	height: 69px;
	background-image: url(../img/nav_03.png);
}
.nav_04 {
	width: 203px;
	height: 69px;
	background-image: url(../img/nav_04.png);
}
.nav_01:hover {
	background-image: url(../img/nav_01_hov.png);
}
.nav_02:hover {
	background-image: url(../img/nav_02_hov.png);
}
.nav_03:hover {
	background-image: url(../img/nav_03_hov.png);
}
.nav_04:hover {
	background-image: url(../img/nav_04_hov.png);
}
.nav_01_active {
	background-image: url(../img/nav_01_hov.png);
}
.nav_02_active {
	background-image: url(../img/nav_02_hov.png);
}
.nav_03_active {
	background-image: url(../img/nav_03_hov.png);
}
.nav_04_active {
	background-image: url(../img/nav_04_hov.png);
}
.main_contents_container {
	width: 961px;
	position: relative;
	margin: 0 auto;
	margin-top: 47px;
}
.main_contents_box {
	width: 292px;
	margin: 0 0 54px 0 
}
.mcb_left {

}
.mcb_center {
	margin: 0 42px 0 42px;
}
.mcb_right {

}
.mcb_img {
	margin: 0 0 2px 0;
	width: 292px;
	height: 173px;
}
.mcb_p {
	margin: 8px 0 0 0;
	padding: 1px 0 7px 31px;
	/*color: #272727;*/
}
.mcb_p:hover {
	/*color: #8a0000;*/
}
.mcb_p_entry {
	background-image: url(../img/entry.png);
	background-position: 104px 4px;
	padding-right: 30px;
}
.mcb_a {
	position: relative;
	color: #272727;
}
.mcb_a:hover {
	color: #b11628;
}

.mcb_li {
	border-bottom: 1px solid #d5d5d5;
	background-image: url(../img/arrow02.png);
	background-position: 7px 11px;	
	background-repeat: no-repeat;
}
.mcb_li_top {
	margin-top: 5px;
}
.mcb_li_none {
	height: 34px;
	background-image: none;
}
.entry_img {
	margin: 11px 0 0 9px;
}
.footer_arrow {
	margin: 32px 7px 31px 2px;
}
.footer_p {
	margin: 28px 0 0 0;
}
/* base css*/
/* layout css 対応 150507*/	
#header .navbar-inverse ul.nav {	
margin-right: 0;	
}	
.none {	
display: none;	
}
/* ie8 css 対応 150520 */
.ie8_container {
	display: none;
}
.footer_modan {
	display: block;
}

/* ie8 css 対応 150520 */




