@charset "utf-8";
/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, p, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


h1, h2, h3, h4, h5, h6 {
		margin: 0;
		padding: 0;
		border: 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;
}



/* 基本設定
--------------------------------------------------- */
body {
 margin: 0 auto;
 padding: 0;
/*
 text-align: center;
*/
 font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
 font-size: 12px;
 line-height: 160%;
 color: #282828;
 background-color: #ffffff;
}

img {
 border: none;
 height: auto;
}

a:link, a:active, a:visited {
 color: #007ecb;
 text-decoration: none;
}

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

/*
ul {
 list-style-type: none;
}
*/

ul, ol {
		margin-left: 20px;
		padding: 0;
}

em {
 font-style: italic;
}

/* 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: #c00!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
}

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

}

.tbSize {
	display: none;
}

.spSize {
	display: none;
}

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

.tbSize {
	display: inline;
}

.tbspBrBox {
	display: block;
}

	}
/* /screens smaller than 999 */

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

.tbSize {
	display: none;
}

.spSize {
	display: inline;
}

	}
/* /screens smaller than 767 */
