@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,Arial,sans-serif;
	line-height: 1.3;
}

/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #f30; }
a:visited	{ color: #f30; }
a:hover		{ color: #fc0; }
a:active	{ color: #fc0; }

#container {
	margin: 0 auto;
	padding: 0 21px;
	background: url(../images/common/bg_container.png) no-repeat;
	width: 1000px;
	position: relative;
}

#dpimg {
	display: none;
	position: absolute;
	padding: 5px;
	background: #fff;
	color: #333;
	border: 1px solid #999;
}

.backBtn {
	margin-top: 1em;
	text-align: center;
}


/* ヘッダー
------------------------------------------------------*/
#header {
	position: relative;
	height: 208px;
}
#home #header {
	height: 193px;
}

#header h1 {
	position: absolute;
	left: 21px;
	top: 18px;
}

/* 商品検索 */
#searchForm {
	position: absolute;
	left: 565px;
	top: 15px;
	padding: 7px 0 0 10px;
	width: 420px;
	height: 28px;
}
#searchForm h2,
#searchForm form {
	float: left;
	height: 20px;
}
#searchForm form {
	padding: 0 0 0 15px;
}
#searchForm input#searchTxt {
	padding: 0 0 0 22px;
	background: #fff url(../images/common/ico_loupe.gif) no-repeat;
	width: 220px;
	height: 20px;
	line-height: 20px;
	border: 0 none;
}
#searchForm input#searchBtn {
	vertical-align: bottom;
}

/* ログイン */
#loginfield {
	position: absolute;
	left: 565px;
	top: 56px;
	width: 430px;
	height: 59px;
}
#loginfield a:hover {
	opacity: 0.7;
}

/* パンくず */
#path {
	position: absolute;
	left: 15px;
	top: 178px;
	width: 970px;
	height: 30px;
	line-height: 30px;
}


/* コンテンツ
------------------------------------------------------*/
#wrapper {
	background: url(../images/common/bg_contents.gif) repeat-y left top;
}
#home #wrapper {
	padding-bottom: 16px;
	background: url(../images/common/bg_wrapper.gif) no-repeat left bottom;
}
#wrapper-inner {
	background: url(../images/common/bg_wrapper.gif) no-repeat left bottom;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#mainCol {
	padding: 20px 50px;
	background: url(../images/common/bg_maincol.gif) no-repeat;
}
#home #mainCol {
	padding: 0;
	height: 412px;
	background: none;
}

#subCol {
	padding: 0 16px;
	background: url(../images/common/bg_contents.gif) repeat-y left top;
}


/* フッター
------------------------------------------------------*/
#footer {
	padding-bottom: 10px;
}
#footer p {
	color: #666;
	font-size: 77%;
}

/* フッターナビ */
#footer ul {
	margin: 0 auto;
	padding: 10px 0;
	list-style-type: none;
	line-height: 1;
	text-align: center;
}
#footer ul li {
	display: inline;
	padding: 0 0.7em;
	border-left: 1px solid #ccc;
}
#footer ul li:first-child {
	border: none;
}


/* グローバルナビ
------------------------------------------------------*/
#gnavi {
	position: absolute;
	left: 17px;
	top: 116px;
}
#gnavi li {
	float: left;
	width: 161px;
}
#gnavi li a {
	display: block;
	background: url(../images/common/btn_gnavi.png) no-repeat;
	height: 58px;
	text-indent: -9999px;
}

/* ホーム */
#gnavi li.gn-home a {
	background-position: 0 0;
}
#gnavi li.gn-home a:hover,
#home #gnavi li.gn-home a {
	background-position: 0 -58px;
}

/* ニュース */
#gnavi li.gn-news a {
	background-position: -161px 0;
}
#gnavi li.gn-news a:hover,
#news #gnavi li.gn-news a {
	background-position: -161px -58px;
}

/* 発売スケジュール */
#gnavi li.gn-schedule a {
	background-position: -322px 0;
}
#gnavi li.gn-schedule a:hover,
#schedule #gnavi li.gn-schedule a {
	background-position: -322px -58px;
}

/* 商品検索 
#gnavi li.gn-search a {
	background-position: -483px 0;
}
#gnavi li.gn-search a:hover,
#products #gnavi li.gn-search a {
	background-position: -483px -58px;
}*/

/* アンケート */
#gnavi li.gn-enquete a {
	background-position: -483px 0;
}
#gnavi li.gn-enquete a:hover,
#enquete #gnavi li.gn-enquete a {
	background-position: -483px -58px;
}

/* イベント&キャンペーン */
#gnavi li.gn-event a {
	background-position: -644px 0;
}
#gnavi li.gn-event a:hover,
#event #gnavi li.gn-event a {
	background-position: -644px -58px;
}

/* ガシャポンブログ */
#gnavi li.gn-blog a {
	background-position: -805px 0;
}
#gnavi li.gn-blog a:hover,
#blog #gnavi li.gn-blog a {
	background-position: -805px -58px;
}


/* 角丸ボックス
------------------------------------------------------*/
.rbox, .rbox_body, .rbox_head, .empty_head, .rbox_head div {
	background: transparent url(../images/common/bg_rbox.png) no-repeat bottom right;
}
.rbox {
}
.empty_head {
	background-position:top left;
	height: 15px;
}
.rbox_head {
	background-position:top right;
	padding: 0 15px 0 0;
}
.rbox_head div {
	background-position:top left;
	margin:0;
	padding: 15px 0 0 15px;
}
.rbox_body {
	background-position:bottom left;
	margin-right: 15px;
	padding: 0 0 15px 15px;
}


/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

iframe[name="google_conversion_frame"] {
	position:absolute;
	bottom:0;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.center { text-align: center; }

.ondes { color: #999; }

.fLeft { float: left; }
.fRight { float: right; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }
.mgt-25 { margin-top: 25px !important; }
.mgt-35 { margin-top: 35px !important; }

.mgb-25 { margin-bottom: 25px !important; }

/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }

.font-bold { font-weight:bold; }
