@charset "utf-8";
/* #Reset & Basics
================================================== */
* {
 margin: 0;
 padding: 0;
}



	table {
		border-collapse: collapse;
		border-spacing: 0; }



/* #Base styles
================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* { -webkit-text-size-adjust: none; }
/*
html {
  overflow-y: scroll;
}
*/
html, body {
	 overflow-x: hidden;
	height: 100%;
/*
	height: 100%;
*/

}

/* screens smaller than 767
--------------------------------------------------- */
@media only screen and (max-width:767px) {
html, body {

}
	}
/* /screens smaller than 767 */


/* 基本設定
--------------------------------------------------- */
body {
 margin: 0 auto;
 padding: 0;
 text-align: center;
 font-family: "メイリオ", "Meiryo", sans-serif;
 font-size: 18px;
 line-height: 140%;
 color: #191919;
 background: url(../images/common/bg_gray.png) repeat 0 0;
}

img {
 border: none;
 height: auto;
}

a:link, a:active, a:visited {
 color: #999999;
 text-decoration: underline;
}

a:hover {
 color: #999999;
 text-decoration: underline;
}

ul, ol {
/*
	margin-left: 20px;
	padding: 0;
*/
 list-style-type: none;
}

/* screens smaller than 767
--------------------------------------------------- */
@media only screen and (max-width:767px) {
body {
 font-size: 16px;
 line-height: 140%;
}
	}
/* /screens smaller than 767 */


/* rollover
----------------------------------------------------*/
a:hover img.hov {
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* wide img
--------------------------------------------------- */
.wide img, .wide img, .wide img {
	display:block;
	max-width: 100%;
	height: auto;
}
.ie6 .wide img, .ie6 .wide img, .ie6 .wide img {
	width: 100%;
}

/* body
--------------------------------------------------- */
.ie body {
}


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

.clear {
	clear: both;
}

/* 調整用 */
.mb5 {
	margin-bottom: 5px!important
}
.mb10 {
	margin-bottom: 10px!important
}
.mb15 {
	margin-bottom: 15px!important
}
.mb20 {
	margin-bottom: 20px!important
}
.mb25 {
	margin-bottom: 25px!important
}
.mb30 {
	margin-bottom: 30px!important
}
.mb40 {
	margin-bottom: 40px!important
}
.mb50 {
	margin-bottom: 50px!important
}
.mt5 {
	margin-top: 5px!important
}
.mt10 {
	margin-top: 10px!important
}
.mt15 {
	margin-top: 15px!important
}
.mt20 {
	margin-top: 20px!important
}
.mt25 {
	margin-top: 25px!important
}
.mt30 {
	margin-top: 30px!important
}
.bold {
	font-weight: bold!important
}
.txtC1 {
	color: #BD2727!important
}
.txtC2 {
	color: #666666!important
}
.txtS1 {
	font-size: 16px;
}
.txtS2 {
	font-size: 10px;
}
.txtS3 {
	font-size: 14px;
}
.alignL {
	text-align: left!important
}
.alignC {
	text-align: center!important
}
.alignR {
	text-align: right!important
}
.floatL {
	float: left!important
}
.floatR {
	float: right!important
}

.maxWidth{
	max-width:100%;
}

.bg_white {
	background: url(../images/common/bg_white.png) repeat 0 0;
}

.bg_gray {
	background: url(../images/common/bg_gray.png) repeat 0 0;
}

.bg_green {
	background: url(../images/common/bg_green.png) repeat 0 0;
}

.bg_green02 {
	background: url(../images/common/bg_green02.png) repeat 0 0;
}

/* 画面サイズ調整用 */
.pcSize {

}

.spSize {
	display: none;
}

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.pcSize {
	display: none;
}

.spSize {
	display: inline;
}

.spbr {
	display: block;
}

	}
/* /screens smaller than 767 */
