@charset "euc-jp";
/* CSS Document */

/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", Osaka;
	background: url(../images/common/body_bg.gif) repeat-x;
	color: #333333;
}

.cboth {
	clear: both;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

a, a:link,
.woong a, .woong a:link, {
	color: #333333;
	text-decoration: none;
}
a:visited, .woog a:visited {
	color: #551A8B !important;
}
a:hover,
.woong a:hover {
	color: #171F81;
	text-decoration: underline;
}

img  {
	border: none;
}


/*-------------------------
	ヘッダー
-------------------------*/

.header {
	width: 946px;
	height: 119px;
	padding-top: 12px;
	padding-left: 4px;
}
* html .header {
	height: 131px;
	width: 950px;
}
.header-left {
	width: 220px;
	float: left;
}
.header-right {
	width: 725px;
	float: right;
}

.header p.description {
	/*width: 153px;
	height: 14px;*/
	width: auto;
	float: left;
	padding-left: 9px;
	color: #270000;
	margin-top: 15px;
}

.header ul.hmenu {
	width: 236px;
	float: right;
}


.header ul.hmenu li {
	float: left;
	width: auto;
	height: 14px;
	list-style-type: none;
}

.header ul.hmenu li a {
	display: block;
	width: auto;
	height: 14px;
	text-indent:-9999px;
	background-repeat: no-repeat
}


.header ul.hmenu li.hmenu01 a {
	width: 58px;
	background-image: url(../images/common/header_menu01.gif);
	margin-right: 12px;
}

.header ul.hmenu li.hmenu02 a {
	width: 59px;
	background-image: url(../images/common/header_menu02.gif);
	margin-right: 11px;
}

.header ul.hmenu li.hmenu03 a {
	width: 89px;
	background-image: url(../images/common/header_menu03.gif);
	margin-right: 7px;
}

.header h1 {
	width: 205px;
	height: 55px;
	float: left;
	/*padding: 17px 0 0 0;*/
}

.header h1 a {
	display: block;
	width: 205px;
	height: 55px;
	text-indent: -9999px;
	background: url(../images/common/title.gif) no-repeat;
}
.hlogin-wrapper {
	width: 420px;
	float: right;
	margin-top: 5px;
}
.hlogin {
	width: 420px;
	height: 31px;
}
.hlogin-form {
	float: left;
	margin-top: 7px;
	width: 328px;
	text-align: right;
}
.hlogin-form input {
	width: 80px;
	height: 16px;
}
.hlogin-btn {
	width: 80px;
	float: right;
}
.hlogin-btn a {
	background-image: url(../images/common/login_btn.gif);
	width:80px;
}
.hlogout-text {
	width: 310px;
	text-align: right;
	float: left;
	margin-top: 10px;
}
.hlogout-btn {
	width: 98px;
	float: right;
}
.hlogout-btn a {
	background-image: url(../images/common/logout_btn.gif);
	width: 98px;
}

.global-navi {
	width: 680px;
	height: 35px;
	background: url(../images/common/gnavi_bg.jpg) no-repeat;
	float: right;
	margin-top: 5px;
	padding: 5px 5px 6px 6px;
}

.global-navi ul {
	width: 680px;
	height: 35px;
	list-style-type: none;
}


.global-navi li {
	float: left;
	width: auto;
	height: 35px;
	overflow: hidden;
}

.global-navi li a {
	display: block;
	width: 136px;
	height: 35px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-right: 1px;
}

.global-navi li a:hover {
	background-position: 0 -35px;
}


.global-navi li.gmenu01 a {
	background-image:url(../images/common/gmenu01.jpg);
	width: 133px;
}
.global-navi li.gmenu02 a {
	background-image: url(../images/common/gmenu02.jpg);

}
.global-navi li.gmenu03 a {
	background-image: url(../images/common/gmenu03.jpg);
}
.global-navi li.gmenu04 a {
	background-image: url(../images/common/gmenu04.jpg);
}
.global-navi li.gmenu05 a {
	background-image: url(../images/common/gmenu05.jpg);
	width: 135px;
	margin-right: 0;
}
/*-------------------------
	メイン
-------------------------*/

.main {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
}

table td {
	vertical-align: top;
}


h4 {
	font-size: 13px;
	color: #d22b7d;
}

/*-------------------------
	コンテンツ
-------------------------*/

.contents {
	width: 720px; /* 750 */
	/*padding: 0 10px 0 20px;*/
	padding: 0 10px 0 0;
	text-align: left;
}
* html .contents {
	width: 750px;
}

.contents p, .contents div {
	line-height: 1.5em;
}

.bread {
	margin-bottom: 15px;
}
.bread font {
	color: #333333;
}

.red {
	color:#FF0000;
}

/*-------------------------
	サイドコンテンツ
-------------------------*/

.right-column,
.left-column {
	width: 190px;
}
.left-column {
	padding-left: 10px;
	padding-right: 20px;
}

.right-column {
	padding-right: 10px;
}

.right-column .inner,
.left-column .inner {
	margin-left: 10px;
	width: 180px;
}

.right-column .title,
.left-column .title {
	width: 190px;
	height: 37px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.right-banner-box a {
	margin-bottom: 5px;
}

/*-------------------------
	左コンテンツ
-------------------------*/

/*	リスト項目共通設定	*/

.left-column ul {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 12px;
}

.left-column ul li {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	margin-bottom: 6px;
	height: 14px;
	line-height: 14px;
}

.left-column ul li a {
	color: #333333;
	text-decoration: none;
}

.left-column ul li a:hover {
	color: #171F81;
	text-decoration: underline;
}

/*	商品検索	*/
.search-box {
	background: url(../images/common/search-box_bg.gif) repeat-y;
	width:190px;
	border-bottom: #b3a9a1 solid 1px;
	margin-bottom: 10px;
	text-align: center;
}

.search-box .title {
	background-image: url(../images/common/search-box_title.gif);
}

.search-box .search-form-box {
	width: 168px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
}

.search-box .search-form-box p.search-howto {
	font-size: 10px;
	color: #4c4c4c;
}

.search-box .search-form-box p.free-word {
	background: url(../images/common/free-word.gif) no-repeat;
	width: 108px;
	height: 16px;
	text-indent: -9999px;
	margin-bottom: 10px;	
}

.search-box .search-form-box form {
	text-align: center;
	margin-bottom: 5px;
}
.search-box .search-form-box input.search-text {
	width: 168px;
}
.search-box .search-form-box .search-btn {
	display: block;
	margin: 0 0 0 48px;
	width: 73px;
	height: 33px;
}
.search-box .search-form-box p.search-detail {
	background: url(../images/common/search_marker.gif) no-repeat left center;
	height: 14px;
	padding-left: 11px;
	margin-top: 3px;
	padding-top: 2px;
	width: auto;
}

/*	左サイドメニュー	*/

p.parts-menu a {
	display: block;
	width:190px;
	height: 55px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background: url(../images/common/parts.gif) no-repeat;
}

p.life-style-menu a {
	display: block;
	width:190px;
	height: 55px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background: url(../images/common/life-style.gif) no-repeat;
}

p.mother-voice a {
	display: block;
	background: url(../images/common/mother-voice.gif) no-repeat;
	width: 190px;
	height: 42px;
	margin-bottom: 8px;
	text-indent: -9999px;
}

p.babycar-safety a {
	display: block;
	background: url(../images/common/babycar-safety.gif) no-repeat;
	width: 190px;
	height: 54px;
	margin-bottom: 8px;
	text-indent: -9999px;
}

p.child-seat a {
	display: block;
	background: url(../images/common/child-seat.gif) no-repeat;
	width: 190px;
	height: 54px;
	margin-bottom: 8px;
	text-indent: -9999px;

}

/*	商品選択	*/
.select-box {
	background: url(../images/common/gray_bg-190.gif) repeat-y;
	width: 190px;
	border-bottom: #e0e0e0 solid 1px;
	margin-bottom:10px;
}

.select-box .title {
	background-image: url(../images/common/select-box_title.gif);
}

.products-title {
	height: 16px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}


.products-item01 {
	background-image: url(../images/common/product-item01.gif);
	width: 94px;
}
.products-item02 {
	background-image: url(../images/common/product-item02.gif);
	width: 82px;
}
.products-item03 {
	background-image: url(../images/common/product-item03.gif);
	width: 82px;
}
.products-item04 {
	background-image: url(../images/common/product-item04.gif);
	width: 94px;
}

.select-box li {
	background-image: url(../images/common/select_marker.gif);
}

/*	オプション	*/

.option-box {
	background: url(../images/common/gray_bg-190.gif) repeat-y;
	width: 190px;
	border-bottom: #e0e0e0 solid 1px;
	margin-bottom:10px;
}

.option-box .title {
	background-image: url(../images/common/option-box_title.gif);
}

.option-box li {
	background-image: url(../images/common/option_marker.gif);
}

/*	月齢から選ぶ	*/
.month-box {
	background: url(../images/common/gray_bg-190.gif) repeat-y;
	width: 190px;
	border-bottom: #e0e0e0 solid 1px;
	margin-bottom:10px;
}

.month-box .title {
	background-image: url(../images/common/month-box_title.gif);
}

.month-box li {
	background-image: url(../images/common/month_marker.gif);
}

/*	左メニュー	*/

ul.left-menu {
	list-style-type: none;
	width: 190px;
	margin: 0 0 8px;
}


ul.left-menu li {
	width: 190px;
	height: 31px;
	padding: 0 0 5px;
	margin: 0;
	background-position: left top;
}

ul.left-menu li a {
	display: block;
	width: 190px;
	height: 31px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


ul.left-menu li.menu01 {
	background-image: url(../images/common/left_menu01.gif);
}

ul.left-menu li.menu02 {
	background-image: url(../images/common/left_menu02.gif);
}

ul.left-menu li.menu03 {
	background-image: url(../images/common/left_menu03.gif);
}

ul.left-menu li.menu04 {
	background-image: url(../images/common/left_menu04.gif);
}


/*	モバイル	*/
/*.mobile-box {
	background: url(../images/common/inquiry-box_bg.gif) repeat-y;
	width: 190px;
	border-bottom: #e0e0e0 solid 1px;
	margin-bottom:10px;
}*/

/*.mobile-box {
	width: auto;
}*/


.mobile-box p {
	background: url(../images/common/mobile_url.gif) no-repeat;
	width: 159px;
	height: 25px;
	text-indent: -9999px;
	margin-left: 10px;
}
.mobile-box .mobile-qr {
	text-align: center;
}

.left-banner-box {
	margin-top: 10px;
}
.left-banner-box a {
	margin-bottom: 5px;
}

/*-------------------------
	右コンテンツ
-------------------------*/


/*	ログイン	*/
.login-box {
	background: url(../images/common/login-box_bg.gif) repeat-y;
	width:190px;
	border-bottom: #93867c solid 1px;
	margin-bottom: 10px;
}

.login-box .title {
	background-image: url(../images/common/login-box_title.gif);
}

.login-form-table {
	width: 168px;
	margin: 0 auto;
}


.login-form-table td {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}


.login-form-table td p.id {
	text-align: left;
	background: url(../images/common/id.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 17px;
	height: 8px; 
}


.login-form-table td p.pass {
	text-align: left;
	background: url(../images/common/pass.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 37px;
	height: 9px;
}

.login-form-table td input.text {
	width: 121px;
}


/*	季節のお勧め	*/

.recommend-box {
	background: url(../images/common/gray_bg-190.gif) repeat-y;
	width: 190px;
	border-bottom: #e0e0e0 solid 1px;
	margin-bottom:10px;
}

.recommend-box .title {
	background-image: url(../images/common/recommend-box_title.gif);
	margin: 0;
}

.ranking-box {
	border-bottom: #e0e0e0 dotted 1px;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.no-border {
	border-bottom: none;
}

.ranking-box .rank {
	margin: 0 6px 0 6px;
	padding-left: 25px;
	padding-top: 4px;
	width: auto;
	min-height: 17px;
	height: auto !important;
	height: 21px;
	background-repeat: no-repeat;
}


.ranking-box .first {
	background-image: url(../images/common/first_icon.gif);
}


.ranking-box .second {
	background-image: url(../images/common/second_icon.gif);
}

.ranking-box .third {
	background-image: url(../images/common/third_icon.gif);
}

.ranking-box .fourth {
	background-image: url(../images/common/fourth_icon.gif);
}

.ranking-box .fifth {
	background-image: url(../images/common/fifth_icon.gif);
}

.ranking-box .price {
	text-align: right;
	padding-right: 8px;
	padding-bottom: 6px;
	color:#666666;
}

.ranking-box .product-img-box {
	width:auto;
	padding: 2px;
	text-align: center;
}

/*	お問い合わせ	*/
.inquiry-box {
	background: url(../images/common/inquiry-box_bg.gif) repeat-y;
	width: 190px;
	border-bottom: #807063 solid 1px;
	margin-bottom:10px;
	padding-bottom: 5px;
}

.inquiry-box .title {
	background-image: url(../images/common/inquiry-box_title.gif);
}

.inquiry-box .tel-box {
	border-bottom: dotted 1px #e0e0e0;
	padding-bottom:10px;
	margin-bottom: 10px;
}

.tel-box p.tel-number {
	background: url(../images/common/tel-number.gif) no-repeat;
	width: 167px;
	height: 41px;
	text-indent: -9999px;
	margin: 0 10px 9px;
}

.tel-box p.tel-time {
	background: url(../images/common/tel-time.gif) no-repeat;
	width: 167px;
	height: 28px;
	text-indent: -9999px;
	margin: 0 10px;
}

p.inq-mail {
	margin-left: 10px;
	background: url(../images/common/inq-mail.gif) no-repeat;
	width: 133px;
	height: 13px;
	text-indent: -9999px;
	margin-bottom: 5px;
}

.inq-mail-btn a {
	display:block;
	background: url(../images/common/inq-mail-btn.gif) no-repeat;
	width: 152px;
	height: 33px;
	margin: 0 0 0 19px;
	text-indent: -9999px;
}

.inq-mail-btn a:hover {
	background-position: 0 -31px;
}


/*	バナー	*/

.banner-box {
	width: 190px;
}

.banner-box img {
	margin-bottom: 10px;
}


/*-------------------------
	フッター
-------------------------*/
.pagetop-box {
	padding-right: 1em;
	text-align: right;
}
.footer {
	width: auto;
	margin-top: 20px;
	border-bottom: #300000 solid 3px;
	border-top: #e0e0e0 dotted 1px;
}

.footer .footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 15px 10px 12px;
	text-align: left;
}

.footer .footer-inner p.logo {
	width: 83px;
	height: 20px;
	float: right;
	margin-top: 5px;
}

.footer .footer-inner p.logo a {
	display: block;
	background: url(../images/common/logo.gif) no-repeat;
	width: 83px;
	height: 20px;
	text-indent: -9999px;	
}

.footer .footer-inner ul {
	width: auto;
	list-style-type: none;
	margin-bottom: 15px;
}

.footer .footer-inner li {
	width: auto;
	display: inline;
	border-right: solid 1px #333333;
	padding-right: 5px;
	margin-right: 5px;
}

.footer .footer-inner li.no-border {
	border: none;
	margin: 0;
	padding: 0;
}

.footer .footer-inner li a {
	color: #333333;
	text-decoration: none;
}

.footer .footer-inner li a:hover {
	color: #171F81;
	text-decoration: underline;
}



/*-------------------------
	ボタンオーバー
-------------------------*/
.btn-over a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}

.btn-over a:hover {
	background-position: 0 -31px;
}

.login-box td.login-btn, .login-box td.logout-btn {
	text-align: center;
}
.login-box td.login-btn a {
	width: 80px;
	background-image: url(../images/common/login_btn.gif);
	margin: 0 auto;
}
.login-box td.logout-btn a {
	width: 98px;
	background-image: url(../images/common/logout_btn.gif);
	margin: 0 auto;
}

.search a {
	width: 70px;
	background-image: url(../images/common/search_btn.gif);
	margin: 0 auto;
}