@charset "shift_jis";

html {
	width:100%;
	height:100%;
	-webkit-text-size-adjust:none;
	background:#FFF url(images/loading.gif) center center no-repeat;
	line-height:1.8em;	
	font-size:12px;
	font-family:"HiraKakuPro-W3",Osaka,"MS PGothic",sans-serif;
	color:#333;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
body, #contents_wrapper {
	width: 1140px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
body, #contents_wrapper {
	width: 1140px;
}
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
body, #contents_wrapper {
	width: 1140px;
}
}

/* link style */

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a:link {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}

a:active {
	color:#333;
	text-decoration:underline;
}

a:visited {
	color:#333;
	text-decoration: none;
}

/*----------------------------------
 aling
------------------------------------*/
.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
	
}
.layoutCenter {
	margin:0 auto;
}

/*----------------------------------
 float
------------------------------------*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.fl-clear {
	clear:both;
}

/*----------------------------------
 img_margin
------------------------------------*/
.bm10 {
	margin-bottom:10px;
}

.bm20 {
	margin-bottom:20px;
}

.bm30 {
	margin-bottom:30px;
}

.bm40 {
	margin-bottom:40px;
}

.left_img {
	margin-right:20px;
	margin-bottom:20px;
}

.right_img {
	margin-left:20px;
	margin-bottom:20px;
}

.font_s {
	font-size:10px;
}

.kome {
	padding-left:1em;
	text-indent:-1em;
}

.gray {
	color:#CCC;
}

/*----------------------------------
 common
------------------------------------*/

#prevnext .next {
	position:absolute;
	left: 1050px;
	top: 300px;
	display:none;
}

#prevnext .prev {
	position:absolute;
	left: 10px;
	top: 300px;
	display:none;
}

/*------------------------------------
 popup
------------------------------------*/

.hidden {
  display: none;
}

.big_bg {
	background:#FFF;
	padding:10px;
}

.pop_bn {
	padding-left:130px;
}

/*----------------------------------
 contents
------------------------------------*/

#contents {
	width:1098px;
	height:678px;
	padding-bottom:32px;
	position: absolute;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
    top: 50%;  
    left: 50%;
    margin: -356px 0 0 -550px;
	display:none;
}

/*------------------------------------
 contents_wrapper
------------------------------------*/

#contents_wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

/*------------------------------------
 footer
------------------------------------*/

#footer {
	width:1098px;
	height:30px;
	background:#000000;
	color:#CCC;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position: absolute;
	bottom: 0;
	display:none;
}

#footer .num {
	float:left;
}

#footer .num li {
	float:left;
}

#footer .close {
	float:right;
}

/*------------------------------------
 clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE\mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:: block;
}
/* End hide from IE\mac */
