@charset "utf-8";

/* ############################################################

	全ページ共通のCSSファイル
	Last Up Date: 2012.11.30
	Author: shirato.manabu

############################################################ */

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   common
========================================================================== */
html{
	overflow-y: scroll;
}


body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font-size: 100%;
	line-height: 1.1;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

a:link,
a:visited{ text-decoration: none;}
a:hover,
a:active { text-decoration: underline;　cursor: pointer;}


img,table {border: 0;}


/*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用*/
}

/* サーチアイコン位置調整用 */
.rn_SearchButton3{
	display: inline-block;
	vertical-align: middle;
}
