@charset "utf-8";
/* CSS Document */

#loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff url(../../common/img/logo_anime_200.gif) center center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

body {
	position:relative;
	width:100%;
	min-height:100%;
	margin:0 auto;
	background:url(../img/bg00.jpg) center top no-repeat;
}

#header {
	min-width:1080px;
	background:url(../../common/img/hd_bg.png) center top no-repeat;
}

#header .inner {
	width:1000px;
	margin:0 auto;
}

#header #bg_left {
	float:left;
}
#header #bg_left img {
	width:180px;
	margin:11px 16px 0 0;
}

#header ul {
	position:relative;
	float:right;
	width:800px !important;
	margin:0;
	z-index:3;
}

#header ul li.sns {
	float:left;
	margin:0 0 0 10px !important;
}

#pankuzu {
	display:block;
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	min-width:1080px;
	height:20px;
	background:#fff;
	z-index:1;
}
#pankuzu .inner {
	width:96%;
	margin:0 auto;
	text-align:right;
}

.wrapper {
	position:relative;
	width:100%;
	min-width:1080px;
	max-width:2000px;
	height:auto;
	min-height:100%;
	margin:0 auto;
}
     

#sp_hd {
	display:none;
}

.hd_ft {
	display:block;
	position:absolute;
	top:80px;
	left:0;
	z-index:10;
	width:100%;
	height:18px;
	background:url(../img/bg00.png) center top repeat-x;
}

.mv {
	position:relative;
	margin:-80px 0 0;
	z-index:2;
}

.mv > img {
	position:relative;
	width:100%;
	vertical-align:bottom;
}

.mv h3 {
	position:absolute;
	top:0;
	left:0;
	width:50%;
}
.mv h4 {
	position:absolute;
	top:0;
	left:0;
}

.mv h3 img {
	width:100%;
	margin:20% 0 0;
}
.mv h4 img {
	width:100%;
}

.container {
	width:100%;
	min-width:1080px;
	max-width:2000px;
	min-height:100%;
	margin:0 auto;
	padding:100px 0 0;
	background:#000;
}

.container .contentsBox {
	width:88%;
	margin:0 auto;
	color:#fff;
	font-size:15px;
	line-height:2.1em;
}

iframe[name="google_conversion_frame"] {
	width:1px;
	height:1px;
}

#pagetop {
	position: fixed;
	bottom: 55px;
	right: 0;
	width:84px;
	height:128px;
	background:rgba(255,255,255,0.8);
	z-index:30000;
}
#pagetop .pagetop {
	display:block;
	margin:10px auto 0;
}
#pagetop .ptlogo {
	display:block;
	margin:5px 0 0 5px;
}
#pagetop p {
	display:block;
	width:90%;
	margin:5px auto 0;
	padding:5px 0 0;
	border-top:1px solid #888;
}
#pagetop p img {
	margin:0 0 0 5px;
}
 
@media all and (max-width: 640px) {

#loadingWrap {
	min-width:100%;
}

#header {
	min-width:100%;
}

#pankuzu {
	display:none;
}

#subheader {
	display:none;
}

/* sp gnav */
#sp_hd {
	display:block;
	position:relative;
	height:60px;
	z-index:1000;
	background:#000;
}

.menu-icon {
	color: #fafafa;
	position: absolute;
	top:0;
	right:0;
	width:60px;
	cursor: pointer;
}
.menu-icon img {
	width:100%;
}
.menu-icon.current {
	opacity: 0.6;
}

#sp_hd h1 {
	color: #fafafa;
	font-size: 18px;
	display: block;
	width:192px;
}

#sp_hd h1 img {
	width:90%;
	margin:2%;
}

.pull-down-list {
	position:relative;
	z-index:1000;
}

.pull-down-list ul {
	height:400px;
}

.pull-down-list li {
	float:left;
}

.pull-down-list li a {
	display: block;
	width: 100%;
	height:40px;
	line-height:40px;
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}

.pull-down-list li a:after {
	/*font-family: 'FontAwesome';
	content: "\f054";*/
	content: "＞";
	color: #fff;
	position: absolute;
	top: 8px;
	right: 5px;
	margin-top: -0.5em;
}

.pull-down-list li:nth-child(odd) {
	background: #222;
}
.pull-down-list li:nth-child(even) {
	background: #444;
}

.pull-down-list li.hd{
	height:60px;
}

.pull-down-list li.cell_odd {
	background: #333;
}
.pull-down-list li.cell_even {
	background: #555;
}
.pull-down-list li.cell_full{
	background: #555;
}


.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}

.one { width:100%; }
.two { width:50%; }
.three { width:33.33%; }
.four { width:25%; }

#sp_sw {
	width:40%;
	margin:0 auto;
}
#sp_sw a {
	float:left;
	display:block;
	width:42%;
	margin:3% 4% 0;
}
#sp_sw a img {
	width:100%;
}
/* sp gnav end */


.wrapper {
	position:relative;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.container {
	width:100%;
	min-width:100%;
	max-width:100%;
	margin:0 auto;
	padding:10px 0 0;
	background:#000;
}

.container .contentsBox {
	width:88%;
	margin:0 auto;
	color:#fff;
	font-size:15px;
	line-height:2.1em;
}

#snsarea {
	position:relative;
	bottom:0;
	left:0;
	width:375px;
	height:24px;
	margin:0 auto;
	clear:both;
}

}


@media all and (max-width: 400px) {

#snsarea {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:56px;
	margin:0 auto;
	clear:both;
}

#snsarea ul {
	width:180px;
	height:56px;
	margin:0 auto;
}

#snsarea ul li {
	height:28px;
}

#snsarea ul li.fb {
	clear:both;
	float:left;
	width:130px !important;
}


}