@charset "Shift_JIS";

/* ############################################################

	全ページ共通のCSSファイル
	Last Up Date: 2012.11.30
	Author: shirato.manabu

############################################################ */

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font-size: 100%;
}

img,table {
	border: 0;
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,form{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*hr{
	display: none;
}
hr.indicate{
	display: block;
}*/

/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
	}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */

/*--------------------------------------------
全体を包むコンテナ
--------------------------------------------*/
#wrapper{/*横幅750pのコンテンツ*/
	width: 750px;
	margin: 0 auto;
	text-align:l eft;
}

#widewrapper{/*横幅950pxのコンテンツ*/
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------------------
リンク
--------------------------------------------*/
a img {
	border: none;
}


/* sp */

body p#spBnrThk{
	/*display: none; ←非表示対応*/
	text-align: center;
	padding-bottom: 8px;
}

body p#prvBnrThk{
	text-align: center;
	padding-bottom: 8px;
}

body p#spBnrThn{
	/*display: none; ←非表示対応*/
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 40px;
	/*background-color: #00ADEF;*/
}

body p#spBnrThk.ovrsTop{
	padding: 8px 0;
}

body p#spBnrThn.undrBnrMain{
	margin-top: -10px;
	margin-bottom: 16px;
	display: none; /*←前半非表示*/
}

body p#spBnrThn.ovrsTop{
	margin-top: 5px;
	margin-bottom: 0;
	display: none; /*←前半非表示*/
}

p#grpServiceTitle{
	/*display: none;←アニメーションGIF用*/
}
