@charset "euc-jp";

/*-------------------------------------------------------
 File name:      iphone.css
 Author:         hops staff
 Style Info:     iPhone、iPhone 3G、iPod touch用CSS
 				※SafariなのでCSS 3を使用する事ができます。
-------------------------------------------------------*/

/*　デフォルトスタイルリセット（Yahoo! User Interface）
-------------------------------------------------------*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
body{
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}
/* bodyでのフォントサイズの統一 */
body{
	font-size: 12px;
}
/* for IE7 */
*:first-child+html body {
	font-size: 84%;
}
/* for IE6 */
* html body {
	font-size: x-small;
}
/* テーブル内へのフォントサイズ継承 */
table {
  font-size: inherit;
  font: 100%;
}
/* テーブル余白リセット */
table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
/* strict 画像下余白削除 */
img { vertical-align: bottom; }

/*　フロート解除（フロート解除するタグを追加してください）
-------------------------------------------------------*/
#top_category ul:after,
#search:after,
#cart_login:after,
.category_list li a:after,
.maker_list li:after,
.search_list li a:after,
#also_purchased_products li a:after,
#product_info_main:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/*　テキスト打消し（表示したくないテキストを追加してください）
-------------------------------------------------------*/
#cart_login a,
.clearTxt {
	display: block;
	text-indent: -10000px;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
	white-space: normal;
}


/*　共通
-------------------------------------------------------*/
/* 全体指定 */
html {
	background: #d7dade;
	-webkit-text-size-adjust: none; /* テキストサイズ自動調整OFF */
}
#wrapper {
	background: #ffffff;
}

/* まがりや.net ロゴ */
h1 {
	background: url(../images/title_bg_red.png) repeat-x left top;
	height: 34px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
}
h1 a {
	background: url(../images/header.png) no-repeat left top;
	color: #FFFFFF;
	text-decoration: none;
}
#gotoPC {
	float: right;
	width: 64px;
	font-size: 13px;
	-webkit-border-radius: 5px;
	background: #4D4D4D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D4D4D), to(#2B2B2B));
	padding: 4px;
	margin: 0 3px 0 0;
}

/* ログイン名 */
#login_name {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.2em;
}

/* フッタ＋コピーライト */
#footer {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: none;
}


/*　トップページ
-------------------------------------------------------*/
/* 検索バー */
#search {
	margin-bottom: 10px;
	padding: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#search .s_box {
	float:left;
	width: 210px;
	font-size: 26px;
	height: 39px;
}
#search input[type="submit"] {
	font-size: 18px;
	height: 45px;
	width: 75px;
	margin-left: 10px;
}

/* 商品カテゴリ */
#top_category ul {
	margin-bottom: 15px;
}
#top_category li {
	display: inline;
	margin-bottom: 10px;
	margin-left: 17px;
	float: left;
}
#top_category li span {
	display: block;
	text-align: center;
	width: 58px;
	font-size: x-small;
}

/* RSS読込 */
.rss-widget-outer-div {
	-webkit-border-radius: 5px;
	border: solid 1px #999999;
	font-size: 1.2em;
	margin-bottom: 7px;
	padding: 5px;
	background: #e4e4e4;
	margin-left: 5px;
	margin-right: 5px;
	height: 5em;
}
.ticker_title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}
.rss-widget-inner-div {
	padding: 3px 5px;
	font-size: 1.2em;
}
.rss-widget-inner-div a {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	color: #6e6e6e;
}


/*　下層ページ
-------------------------------------------------------*/
/* 下層ヘッダ　ボタン */
.leftbutton {
	background: url(../images/title_button_top.png) no-repeat left center;
	display: block;
	float: left;
	width: 48px;
	height: 25px;
	margin-left: 3px;
}
.maker {
	background: url(../images/title_button_category.png) no-repeat left center;
	width: 64px;
}
.home {
	margin-right: 18px;
}

/* ログイン＋カート */
#cart_login {
	width: 198px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#cart_login a {
	display: block;	
}
#cart_login .cart {
	background: url(../images/button_cart.png) no-repeat left top;
	height: 38px;
	width: 99px;
	float: left;
}
#cart_login .login {
	background: url(../images/button_login.png) no-repeat left top;
	height: 38px;
	width: 99px;
	float: right;
}
#cart_login .account {
	background: url(../images/button_account.png) no-repeat left top;
	height: 38px;
	width: 99px;
	float: right;
}

/* 商品詳細 */
#product_info {
	-webkit-border-radius: 10px;
	background: #ffffff;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
#product_info .text_right {
	text-align: right;
}
#product_info .text_right input[type="text"] {
	font-size: 1.4em;
	text-align: center;
}
#product_info_photo {
	float: left;
	width: 100px;
}
#product_info_photo {
	float: left;
	width: 130px;
}
#product_info_text {
	font-size: 1.4em;
	width: auto;
	margin-left: 130px;
}
#product_info_text h2 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
}
#product_info_text h3 {
	font-weight: bold;
	color: #922524;
}
#product_info_main {
	margin-bottom: 10px;
}
#goto_cart {
	background: #e1eef3;
	-webkit-border-radius: 5px;
	border: solid 1px #6b9bad;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 10px;
}
#goto_cart input {
	background: url(../images/button_goto_cart.png) no-repeat left top;
	width: 207px;
	height: 33px;
	border: none;
}
#goto_cart2 {
	background: #f5dedd;
	-webkit-border-radius: 5px;
	border: solid 1px #ad706b;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 10px;
}
#product_info_detail {
	-webkit-border-radius: 5px;
	border: solid 1px #6b9bad;
	margin-bottom: 10px;
}
#product_info_detail h3 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px;
}
#product_info_detail p {
	padding: 10px;
	line-height: 1.5;
	font-size: 1.2em;
}
#product_info_detail p.add_spec {
	padding-top: 0px;
	padding-bottom: 10px;
}
#product_info_detail p.add_spec2 {
	padding-top: 0px;
	padding-bottom: 0px;
}
#makerLink {
	background: #e1eef3;
	-webkit-border-radius: 5px;
	border: solid 1px #6b9bad;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 10px;
}
#makerLink a {
	background: url(../images/button_goto_maker.png) no-repeat left top;
	width: 207px;
	height: 33px;
	margin: 0 auto;
}
#also_purchased_products {
	-webkit-border-radius: 5px;
	border: solid 1px #6b9bad;
	margin-bottom: 10px
}
#also_purchased_products h3 {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px;
	line-height: 1.5;
}
#also_purchased_products ul {
	padding: 10px;
}
#also_purchased_products li {
	background: #ffffff;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DFDFDF;
	font-size: 1.2em;
}
#also_purchased_products li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
#also_purchased_products li span {
	display: block;
}
#also_purchased_products li .photo {
	float: left;
	width: 100px;
}
#also_purchased_products li .text {
	width: auto;
	margin-left: 100px;
	font-size: 1.2em;
}

#product_review_list {
	-webkit-border-radius: 5px;
	border: solid 1px #6b9bad;
}
#product_review_list h3 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px;
}
#product_review_list ul {
	padding: 10px;
}
#product_review_list li {
	margin-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 3px;
	line-height: 1.5;
	font-size: 1.2em;
}
#product_review_list .uname_date {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

/* カテゴリリスト */
.category_list {
	margin-bottom: 25px;
}
.category_list h2 {
	background: #474747 url(../images/title_bg_black.png) repeat-x left bottom;
	height: 33px;
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	height: auto;
}
.category_list h2 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.category_list li {
	-webkit-border-radius: 10px;
	background: #ffffff url(../images/icon_arrow_gray.png) no-repeat right center;
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.category_list li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.category_list li span {
	display: block;
}
.category_list li .photo {
	float: left;
	width: 100px;
}
.category_list li .text {
	width: auto;
	margin-left: 100px;
	font-size: 1.4em;
	padding-right: 25px;
	line-height: 1.5;
	font-weight: bold;
}

/* メーカーリスト */
.maker_list {
	margin-bottom: 25px;
}
.maker_list h2 {
	background: #474747 url(../images/title_bg_black.png) repeat-x left bottom;
	height: 33px;
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	height: auto;
}
.maker_list h2 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.maker_list li {
	-webkit-border-radius: 10px;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
}
.maker_list li a {
	display: block;
}
.maker_list li span {
	display: block;
}
.maker_list li .photo {
	float: left;
	width: 100px;
}
.maker_list li .text {
	width: auto;
	margin-left: 100px;
	font-size: 1.2em;
	line-height: 1.5;
}

/* 検索リスト */
.search_list {
	margin-bottom: 25px;
}
.search_list h2 {
	background: #474747 url(../images/title_bg_black.png) repeat-x left bottom;
	height: 33px;
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	height: auto;
}
.search_list h2 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.search_list li {
	-webkit-border-radius: 10px;
	background: #ffffff url(../images/icon_arrow_gray.png) no-repeat right center;
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.search_list li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.search_list li span {
	display: block;
}
.search_list li .photo {
	float: left;
	width: 100px;
}
.search_list li .text {
	width: auto;
	margin-left: 100px;
	font-size: 1.4em;
	padding-right: 25px;
	line-height: 1.5;
	font-weight: bold;
}
.search_list li .gray {
	color: #999999;
}
.nav {
	margin-top: 10px;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.5;
}
