@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
    margin: 0 auto;
    width: 100%;
}

.zipimg img {
    vertical-align: middle;
}


/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
    width: 100%;
}

div#mynavi_area {
    width: 100%;
}

div#mycontents_area {
    width: 100%;
}
div#mynavi_area .mynavi_list {
    margin-bottom: 20px;
    width: 100%;
}
div#mynavi_area .mynavi_list li {
    margin: 0 15px 5px 0;
    padding-left: 15px;
    float: left;
    background: url('../img/icon/ico_arrow_01.gif') no-repeat left ;
    font-size: 120%;
}

div#mynavi_area div.point_announce {
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #ffcc62;
    background-color: #fffaf0;
}
div#mynavi_area div.point_announce p {
    padding-left: 20px;
    background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
    margin-bottom: 20px;
}

div#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}


/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: solid 1px #ccc;
    width: 97%;
    background: #f9f9f9;
}
div#mycontents_area div.mycondition_area p {
    float: left;
}
div#mycontents_area div.mycondition_area .btn {
    width: 195px;
    margin-top: 15px;
    float: right;
}
.add_address {
    margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#mycontents_area .message_area p {
    margin-bottom: 20px;
}

div#poke-gym_kiyaku_div .poke-gym_kiyaku_text {
    margin: 5px auto;
    padding: 5px;
    border: solid 1px #ccc;
    width: 94%;
    background: #fff;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
    width: 100%;
}

div#undercolumn_entry .kiyaku_text {
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #ccc;
    width: 94%;
    background: #fff;
}


/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
    margin: 0 auto;
    width: 100%;
}

div#undercolumn_login .login_area {
    margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
    margin: 15px auto 15px auto;
    padding: 15px 20px 10px 20px;
    background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox dl {
	padding: 10px 20px;
}

div#undercolumn_login .login_area .inputbox dl dt {
	float: left;
	width: 120px;
}

div#undercolumn_login .login_area .inputbox dl dd {
	padding-left: 120px;
}

div#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
}


/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#undercolumn_error .message_area .error {
    padding: 120px 0;
}


/* ==============================================
▼商品一覧
=============================================== */
#products_list {
}

	#products_list .result {
	}

		#products_list .result span { color: #ea3e72; }

	#products_list .paging {
		margin: 20px 0;
		padding: .5em 0;
		border-top: solid #ccc 1px;
		border-bottom: solid #ccc 1px;
	}

		/* furukawa #products_list .paging .nav { float: left; width: 50%; }*/
		#products_list .paging .nav { text-align: center; padding-top: 1em; }
			#products_list .paging .nav a,
			#products_list .paging .nav span,
			#products_list .paging .nav strong { margin-right: .6em; }
			#products_list .paging .nav a { color: #00e; }

		#products_list .paging .sort { width: 100%; }
			#products_list .paging .sort a,
			#products_list .paging .sort span,
			#products_list .paging .sort strong { margin-right: .6em; }
			#products_list .paging .sort a { color: #ea3e72; }

	#products_list .item_list {
		margin: 20px -10px 0 0;
	}

		#products_list .item_list li {
			width: 165px;
		}

			#products_list .item_list li .photo { width: 153px; height: 153px; border: solid #e1e1e1 1px; overflow: hidden; }
			#products_list .item_list li .icon { margin-left: -2px; }
				#products_list .item_list li .icon li { padding-left: 2px; width: auto; }
			#products_list .item_list li .info { width: 155px; }
			#products_list .item_list li .item_name { font-size: 100%; }
			#products_list .item_list li .price { font-size: 100%; }
			#products_list .item_list li .comment { font-size: 90%; color: #909090; }

/* ==============================================
▼商品詳細
=============================================== */
#products_detail {
	margin: 20px 0 0px;
}

	.right_block { float: right; width: 283px; }
	.left_block { float: left; width: 337px; }

	#products_detail .icon { margin: 0 0 5px -2px; }
		#products_detail .icon li { float: left; padding: 0 0 2px 2px; }
	/*#products_detail h2 { font-size: 200%; font-weight: normal; }*/
	#products_detail h2 { font-size: 130%; }
	#products_detail .comment {}
	#products_detail .cart_area {}
		#products_detail .cart_area dl { margin-top: 10px; }
			#products_detail .cart_area dl dt { padding-left: 15px; background: url(../img/icon/arrow2.png) no-repeat left .6em; font-size: 110%; font-weight: bold; word-break: break-all; }
			#products_detail .cart_area dl dd {}
				#products_detail .cart_area dl dd select { width: 100%; }
		#products_detail .cart_area .btn { margin-top: 10px; text-align: center; }
		#products_detail .cart_area .favorite_btn { margin-top: 10px; text-align: center; }

	#products_detail #main_photo { width: 100%; }
		#products_detail #main_photo div { display: none; width: 100%; height: auto; }
			#products_detail #main_photo div table { margin: 0; width: 100%; height: 100%; border: none; border-collapse: collapse; border-spacing: 0; vertical-align: middle; }
				#products_detail #main_photo div table td { margin: 0; padding: 0; border: none; text-align: center; vertical-align: middle; }
					#products_detail #main_photo div table td a { display: block; }
	#products_detail #thumb_photo { margin: 15px 0 0 -8px; }
		#products_detail #thumb_photo li { float: left; margin: 0 0 8px 8px; width: 75px; height: auto; border: solid #bababa 1px; overflow: hidden; }
			#products_detail #thumb_photo li table { margin: 0; border: none; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
				#products_detail #thumb_photo li table td { padding: 0; border: none; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
				#products_detail #thumb_photo li table td img { width:100%; max-width:100%; }

.small-stock{
	color:#069;
}

#products-body{
	padding-left:10px;
	padding-right:10px;
}

#products-body img{
	max-width:100%;
}
#products-body *{
	width:auto;
	margin:0;
	padding:0;
}

.medical-alert{
	width:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: solid thick #ff9999;
	background-color: #ffcccc;
}

/* user_voice
----------------------------------------------- */
#user_voice {
}

	#user_voice .lead { margin-top: 15px; padding: 10px; margin-bottom: 20px; background: #f6f6f6; }
		#user_voice .lead a { margin-left: 1em; }
		#user_voice .lead img { vertical-align: middle; }
	#user_voice ul {}
		#user_voice ul li { margin-top: 10px; padding-bottom: 10px; border-bottom: dotted #ccc 1px; }
			#user_voice ul li .voicetitle { margin-bottom: 5px; font-weight: bold; }
			#user_voice ul li .voicedate { margin-bottom: 10px; }


/* related_item
----------------------------------------------- */
#related_item {
	margin-top: 40px;
}

	#related_item .item_list { margin: 20px -30px 0 0; }
		#related_item .item_list li { width: 170px; }
			#related_item .item_list li .photo { width: 138px; height: 138px; }
			#related_item .item_list li .info { width: 140px; }

/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
#undercolumn_cart .point_announce {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}
#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

#undercolumn_cart p {
    margin: 10px 5px;
}

#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

#undercolumn .empty {
    text-align: left;
}

.form_area {
    margin-bottom: 30px;
}

/* SP版CSS */
.cart_section {
	margin: 20px 0;
	border-radius: 5px;
	border: solid #ccc 1px;
	word-break: break-all;
}
.cart_section p { margin: 0; }

	.cart_section .top_area {
		padding: 10px 2%;
	}

		.cart_section .top_area .photo { display: inline-block; width: 20%; text-align: center; vertical-align: middle; }
			.cart_section .top_area .photo img { width: 100%; }
		.cart_section .top_area .info { display: inline-block; padding: 0 2%; width: 61%; vertical-align: middle; }
		.cart_section .top_area .info2 { display: inline-block; padding: 0 2%; width: 76%; vertical-align: middle; }
		.cart_section .top_area .delete { display: inline-block; width: 15%; text-align: center; vertical-align: middle; }
			.cart_section .top_area .delete a { padding: 2px 4px; background: #333; border-radius: 3px; color: #fff; }

	.cart_section .mid_area {
		padding: 0 2%;
		background: #eee;
		border-top: solid #ccc 1px;
		border-bottom: solid #ccc 1px;
	}

		.cart_section .mid_area .num { display: inline-block; padding: 10px 0; width: 50%; vertical-align: middle; }
		.cart_section .mid_area .subtotal { display: inline-block; padding: 10px 0; width: 48%; border-left: solid #ccc 1px; text-align: right; vertical-align: middle; }

	.cart_section .btm_area {
		padding: 10px 2%;
		background: #eee;
		text-align: right;
	}

.confirm_section {
	margin: 20px 0;
	border-radius: 5px;
	border: solid #ccc 1px;
}

	.confirm_section dl {
		padding: 10px 2%;
		border-bottom: solid #ccc 1px;
	}
	.confirm_section dl:last-child { border-bottom: none; }

		.confirm_section dl dt { font-weight: bold; }
		.confirm_section dl dd { margin-top: 5px; }

/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
    margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
    color: #000;
    font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
    width: 100%;
}
div#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px auto;
}
div#undercolumn_shopping .pay_area02 .txtarea {
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    width: 99%;
    height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
    margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
    padding: 20px;
    border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;
}

#undercolumn_shopping .information {
    margin-bottom: 15px;
}

#address_area .add_multiple {
    padding: 15px 10px;
    border: 1px solid #ffcc62;
    float: right;
    width: 30%;
    color: #555;
    background: #fffaf0;
    text-align: center;
    font-weight: bold;
}

#address_area .add_multiple p {
    margin-bottom: 10px;
}

#address_area p.addbtn {
    font-weight: bold;
    font-size: 10px;
}


/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
    width: 566px;
}


/* ==============================================
▼レビュー表示
=============================================== */
#review_area {
    width: 100%;
    height: 655px;
    overflow: hidden;
    position: relative;
}
#review_area ul {
    list-style: none;
    position: absolute;
    width: 100%;
}

#review .frame {
    overflow-x: hidden;
    overflow-y: auto;
}

#review_list {
}
    #review_list .result {
    }
        #review_list .result span { color: #ea3e72; }

    #review_list .paging {
        margin: 20px 0;
        padding: .5em 0;
        border-top: solid #ccc 1px;
        border-bottom: solid #ccc 1px;
    }

        #review_list .paging .nav { text-align: center; padding-top: 1em; }
            #review_list .paging .nav a,
            #review_list .paging .nav span,
            #review_list .paging .nav strong { margin-right: .6em; }
            #review_list .paging .nav a { color: #00e; }

        #review_list .paging .sort { width: 100%; }
            #review_list .paging .sort a,
            #review_list .paging .sort span,
            #review_list .paging .sort strong { margin-right: .6em; }
            #review_list .paging .sort a { color: #ea3e72; }

