﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
	margin: 0px auto 0 auto;
	font-size:105%;
}

html{
    height:100%;
	margin:0px;
	padding:0px;
}

body{
    height:100%;
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

body{
	background-color:#ffffff;
	background-image:url("../img/common/bg_body2.gif");
	background-repeat:repeat-x;
}


li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #3a75af; }
a:visited { color: #3a75af; }
a:hover { color: #ff6600; }
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
/*
table  {
    margin: 0px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
*/

/***** ---パターンA *****/
.table_a {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #FFF;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px none #ccc;
	border-left: 1px solid #ccc;
	padding: 0px;
}
.table_a th {
	border-bottom: 1px solid #ddd;
	color: #333333;
	background: #dadada;
	padding: 6px 10px;
	font-weight: bold;
}
.table_a td {
	text-align: left;
	border-bottom: 1px solid #ddd;
	line-height: 160%;
	padding: 6px;
	color: #333;
}


div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダーロゴ
------------------------------------------------ */
/*
div#header {
    background: url("../img/header/bg.gif");
    width: 780px;
    height: 95px;
    margin: 0 auto;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 8px 0 0 0;
    width: 292px;
    height: 81px;
    background: url("../img/header/logo.gif");
}
div#header em {
    display: none;
}
*/

#header{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

.header_text{
	font-size:75%;
	padding-bottom:5px;
}

.user_name{
	font-size:110%;
}


/* ヘッダーナビ
----------------------------------------------- */
/*
div#information {
    float: right;
    padding: 60px 8px 0 0;
}
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}
*/


ul.gn{
	list-style:none;
	width:1140px;
    /*width: 100%;*/
	margin: 0;
	padding: 0;
}
ul.gn li{
	float: left;
	/*width: 140px;*/
	list-style:none;
	font-size:90%;
	text-align:center;

}

ul.gn a{

    width: 190px;
	height:50px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	/*background:url("../img/header/gn.gif") no-repeat left top;	*/
	background-repeat:repeat-x;
	/*padding-top:1.2em;*/
    display: table-cell;
    vertical-align: middle;
}

ul.gn a:link{
	color:#fff;
	/*background:url("../img/header/gn.gif") no-repeat left top;*/
	background-repeat:repeat-x;
}

ul.gn a:visited{
	color:#fff;
	/*background:url("../img/header/gn.gif") no-repeat left top;*/
	background-repeat:repeat-x;
}

ul.gn a:hover{
	color:#fff;
	/*background:url("../img/header/gn_hover.gif") no-repeat left top;*/
	background-repeat:repeat-x;
}



li.outlet a{
    background:url("../img/header/gn.gif") no-repeat left top;
}

li.outlet a:hover{
    background:url("../img/header/gn_hover.gif") no-repeat left top;
}




.img_top{
	margin-bottom:1em;
}


ul.top_topics{
	list-style:none;
	margin: 0;
	padding: 0;
	font-size:75%;
}
ul.top_topics li{
	list-style:none;
	text-align:left;
	padding:0.5em 0px 0.3em 0px;
	margin:0px;
	border-bottom:dashed 1px #CCC;
	width:560px;
	display:block;
}
.top_topics_day{
	color:#444;
	font-size:11px;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	float:left;	
}
ul.top_topics a{
	color:#0033ff;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:0px;
	line-height:150%;
	font-weight:bold;
	float:right;
}
ul.top_topics a:hover{
	color:#0033ff;
	text-decoration:underline;
}

ul.top_topics a:active{
	color:#0033ff;
	text-decoration:none;
}

.top_info_box{
	width:300px;
	margin:5px;
	float:left;
	font-size:75%;
	text-align:left;
	line-height:150%;
}
.top_info_box a:link{
	color:#09F;
	text-decoration:underline;
}
.top_info_box a:visited{
	color:#09F;
}
.top_info_box a:hover{
	color:#9CF;
}

.top_info_box ul{
	color:#2d90be;
	list-style-type:none;
	margin:0px;
	padding-top:20px;
	line-height:150%;
}
.top_info_box ul li{
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.title01{
	font-weight:bold;
	color:#666;
	font-size:90%;
	text-align:left;
	margin:0px;
	background:url("../img/common/h1.gif");
	background-repeat:no-repeat;
	padding:13px 12px 1em 30px;
	display:block;
}
.title01 a{
	text-decoration:none;
}
.title01 a:hover{
	color:#CCC;
}


.h_text{
	font-size:75%;
	margin:0px;
	padding:0.7em 1em 0.7em 1em;
	text-align:left;
	line-height:150%;
	width:590px;
	display:block;
}


.list_area{
	border:solid 5px #CCC;
	padding:15px 5px 15px 5px;
	margin-bottom:20px;
	text-align:center;
}

ul.ex{
	width:700px;
	margin:0px;
	padding:0px;
	float:none;
	font-size:80%;
}
ul.ex li{
	list-style:none;
	width:350px;
	height:100px;
	margin:10px 0px 10px 0px;
	padding:0px;
	display:block;
	float:left;
	text-align:left;
}
.img_ex{
	border:solid 1px #CCC;
	margin:0px 10px 50px 5px;
	float:left;
	max-height: 120px;
}

.ex_name{
	margin:0px 0px 10px 0px;
	padding:0px;
	display:block;
	float:none;
	text-align:left;
}
.ex_name a{
	color:#03F;
	font-weight:bold;
	text-decoration:underline;
	font-family: Arial;
	padding-bottom:2px;
}
.ex_name a:hover{
	color:#09F;
}

.ex_name a:visited{
	color:#03F;
	font-weight:bold;
	text-decoration:underline;
	font-family: Arial;
}
.ex_name a:active{
	color:#03F;
	font-weight:bold;
	text-decoration:underline;
	font-family: Arial;
}

.ex_text{
	margin:0px 0px 7px 0px;
	padding:0px;
	display:block;
	float:none;
	font-size:90%;
	text-align:left;
	line-height:130%;
}
.ex_price{
	margin:0px 0px 10px 0px;
	padding:0px;
	display:block;
	float:none;
	color:#C00;
	text-align:left;
	font-size:90%;
	font-weight:bold;
}

.ex_btn{
	margin:0px;
	padding:0px;
	display:block;
	float:none;
	text-align:left;
}

/* フレーム
----------------------------------------------- */
#container{
    width: 100%;
    position:relative;
	height:100%;
    min-height: 100%;
	margin:0px auto;
}
body > #container {
        height: auto;
}


div#leftcolumn {
    float: left;
    width: 166px;
}

div#leftcolumn h2 {
    padding: 15px 0 0 0;
}

div#rightcolumn {
    float: left;
    width: 166px;
}

div#rightcolumn h2 {
    padding: 15px 0 0 0;
}

/* メインコンテンツ
----------------------------------------------- */

#contents{
    padding-bottom:550px;/* フッター高さと同じ */
	width:100%;
	text-align:left;
}
.contents{
		font-size:100%;
}


/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 432px;
    padding: 15px 0 0 0;
}

div#three_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    width: 598px;
    padding: 15px 0 0 0;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#one_maincolumn {
    padding: 10px 0 0 0;
}

/* カゴの中
----------------------------------------------- */
div#cartarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
/*
div#categoryarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff1e3;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}
*/


.side_title01{
	//background-color:#b20100;
	background-image:url("../img/common/t_side01.gif");
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	padding:0.6em 1em 0.5em 2.5em;
	font-size:90%;
}
.side_title02{
	background-color:#f2f2f2;
	background-image:url("../img/common/t_side05.gif");
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	/*padding:0.6em 1em 0.5em 2.5em;*/
	font-size:90%;
}
.side_title03{
	background-color:#f2f2f2;
	background-image:url("../img/common/t_side03.gif");
	/*background-repeat:no-repeat;*/
	color:#FFF;
	font-weight:bold;
	padding:0.6em 1em 0.5em 2.5em;
	font-size:90%;
}
.side_title04{
	background-color:#f2f2f2;
	background-image:url("../img/common/t_side04.gif");
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	padding:0.6em 1em 0.5em 2.5em;
	font-size:90%;
}
.side_title05{
	background-color:#f2f2f2;
	background-image:url("../img/common/t_side05.gif");
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	padding:0.6em 1em 0.5em 2.5em;
	font-size:90%;
}
.side_title06{
	background-color:#f2f2f2;
	background-image:url("../img/common/t_side06.gif");
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	padding:0.6em 1em 0.5em 2.5em;
	font-size:90%;
}
.side_text{
	background:#f2f2f2;
	padding:10px 0px 10px 0px;
	font-size:80%;
	margin-bottom:20px;
}
.side_spece{
	margin:0px;
	padding:0px;
	height:10px;
	width:10px;
}
ul.level1{
	list-style:none;
	/*width:160px;*/
	margin: 0px;
	padding: 0px;
}

ul.level1 li{
	/*width: 160px;*/
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
	display:block;
	float:none;
	font-weight:bold;	
}
ul.level1 a{
	display:block;
	color:#444;
	text-decoration:none;
	padding:0.5em 1em 0.5em 1em;
	margin:0px;
	line-height:100%;
}
ul.level1 a:hover{
	color:#C00;
	background-color:#dedede;
}
ul.level2{
	list-style:none;
	width:160px;
	margin: 2px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom:1px dotted #cccccc;
}
li.level2{
	width: 160px;
	list-style:none;
	text-align:left;
}
li.level2 a{
	display:block;
	color:#444;
	text-decoration:none;
	padding:0.5em 0.3em 0.5em 1.9em;
	background-image:url("../img/common/list1.gif");	
	background-position:1.2em 0.8em;
	background-repeat:no-repeat;
}
li.level2 a:hover{
	color:#C00;
	background-color:#dedede;
	background-image:url("../img/common/list1.gif");	
	background-position:1.2em 0.8em;
	background-repeat:no-repeat;
}

li.level3 {
	width: 150px;
	list-style:none;
	text-align:left;
}
li.level3 a{
	display:block;
	color:#444;
	text-decoration:none;
	padding:0.5em 1em 0.5em 2.9em;
	background-position:2.2em 0.8em;
	background-image:url("../img/common/list1.gif");
	background-repeat:no-repeat;
}
li.level3 a:hover{
	color:#C00;
	background-color:#dedede;
	background-position:2.2em 0.8em;
	background-image:url("../img/common/list1.gif");
	background-repeat:no-repeat;
}

.side_cart{
	line-height:170%;
}
.price{
	color:#C00;
	font-weight:bold;
}



a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }

/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* ログイン
----------------------------------------------- */
div#loginarea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 48px;
    border: solid 1px #ccc;
}



/* 検索
----------------------------------------------- */
div#searcharea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    border: solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
}

#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
    background: #FF8144;
    color: #FFFFFF;
}

#block-calendar .off {
    background: #FFEECC;
    color: #E04A00;
}

#block-calendar caption {
    color: #DD4400;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}
.bana_margin{
	margin-bottom:5px;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* ページコンテンツ要素
----------------------------------------------- */
.area_first{
	margin-left:20px;
}
.text_first{
	width:530px;
	margin:5px 0px 20px 45px;
	font-size:90%;
}
.font_ub{
	font-weight:bold;
	text-decoration:underline;
}
.font_s{
	font-size:10px;
}
ul.pagea_menu{
	width:400px;
	margin:5px 0px 0px 0px;
	padding:0px;
}
ul.page_menu li{
	text-align:left;
	width:400px;
	height:30px;
	margin:5px;
	list-style:none;
	padding-left:1.7em;
	background-image:url("../img/side/list2.gif");
	background-position:0em 0.1em;
	background-repeat:no-repeat;
	font-size:90%;
	font-weight:bold;
	color:#444;
	line-height:130%;
}

.font_howto{
	font-size:12px;
	padding-left:20px;
}

ul.howto{
	margin:0px;
	padding:0px;
}
ul.howto li{
	text-align:left;
	width:500px;
	margin:10px 0px 10px 0px;
	list-style:none;
	padding-left:1em;
	background-image:url("../img/side/list3.gif");
	background-repeat:no-repeat;
	background-position:0em 0.3em;
	line-height:130%;
}
.howto_box{
	width:500px;
	padding:7px;
	margin:7px 0px 7px 0px;
	background:#ededed;
}
.howto_tb1{
	background:#dedede;
	padding:5px;
	font-size:95%;
	text-align:center;
	font-weight:bold;
}
.howto_tb2{
	padding:5px;
	font-size:95%;
}
.howto_tb3{
	background:#dedede;
	padding:5px;
	font-size:90%;
	text-align:center;
	font-weight:bold;
}
.howto_tb4{
	padding:5px;
	font-size:90%;
	line-height:140%;
	text-align:center;
}
.howto_tb5{
	padding:5px;
	font-size:90%;
	line-height:140%;
	text-align:left;
}
.howto_tb6{
	padding:2px;
	font-size:90%;
	text-align:center;
	background:#dedede;
}
.howto_tb7{
	padding:2px;
	font-size:90%;
	text-align:center;
}
.howto_tb8{
	padding:2px;
	font-size:90%;
	text-align:left;
}
.cancel_tb{
	font-size:90%;
	margin:0px;
	padding:2px 0px 2px 0px;
	text-align:left;
}
.t_privacy{
	font-size:120%;
	font-weight:bold;
	color:#666;
}

/* 2階層メニュー・リスト要素 
----------------------------------------------- */
#pankuzu{
	text-align:left;
	color:#666;
	font-size:75%;
	margin-bottom:10px;
}

#pankuzu a{
	color:#F60;
	text-decoration:none;
}

#pankuzu a:hover{
	color:#FC0;
}
#pankuzu a:visited{
	color:#F60;
	text-decoration:none;
}
#pankuzu a:active{
	color:#F60;
	text-decoration:none;
}

.title02{
	font-weight:bold;
	color:#666;
	font-size:90%;
	text-align:left;
	margin:0px;
	background:url("../img/common/h2.jpg");
	background-repeat:no-repeat;
	padding:18px 20px 3em 40px;
	display:block;
}
.title02 a{
	text-decoration:none;
}
.title02 a:hover{
	color:#CCC;
} 
.title02 a:active{
	text-decoration:none;
}
.title02 a:visited{
	text-decoration:none;
}

ul.sec_menu{
	list-style:none;
	width:610px;
	margin: 0px;
	padding: 0px;
}
ul.sec_menu li{
	width:190px;
	float: left;
	list-style:none;
	font-size:90%;
	margin-left:10px;
	margin-bottom:10px;
}
ul.sec_menu a{
	display:block;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	background-color:#ededed;
	text-align:left;
	padding:17px 10px 17px 10px;
}
ul.sec_menu a:hover{
	color:#C00;
}

.border_l{
	height:35px;
	border-left:solid 7px #666;
	margin:0px;
	padding-left:10px;
	line-height:120%;
}

.sort_b{
	display:block;
	float:left;
	color:#444;
}
.sort_area{
	width:580px;
	font-size:65%;
	margin-bottom:0.5em;
	padding-left:10px;
	font-weight:bold;
	font-family:Arial,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.sort{
	margin:0px;
	padding:0px;
}
ul.sort li{
	list-style:none;
	float:left;
	margin:0px 0px 0px 0.5em;
	padding:0px 0.5em 0px 0px;
	border-right:solid 1px #666;
}
ul.sort a{
	font-size:9px;
	font-weight:normal;
	color:#F60;
	text-decoration:none;
}
ul.sort a:hover{
	font-size:9px;	
	color:#C00;
	text-decoration:underline;
}
ul.sort a:visited{
	color:#F60;
	text-decoration:none;
}

.line{
	border-bottom:solid 1px #dedede;
	margin-top:50px;
	margin-bottom:50px;
	height:20px;
}
.line2{
	border-bottom:solid 1px #dedede;
	margin:10px 0px 10px 0px;
}
.sec_list{
	margin:0px 0px 20px 0px;
}
ul.sec_list{
	width:560px;
	padding:0px;
	margin-top:30px;
	
}
ul.sec_list li{
    float: none;
    line-height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 560px;
}

ul.sec_list_kaitori{
	width:560px;
	padding:0px;
	margin:0px;	
}

ul.sec_list_kaitori li{
	width:560px;
	list-style:none;
	float:left;
	text-align:left;
	line-height:100%;
	margin:0px;
	padding:0px;
	height:150px;
}

.img_sec{
	/*border:solid 1px #CCC;*/
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:50px;
}
.sec_list_name{
	display:block;
	height:20px;
	margin-bottom:10px;
    text-align: left;
}
.sec_list_name a{
	color:#03F;
	font-weight:bold;
	text-decoration:underline;
	font-size:85%;
}
.sec_list_name a:hover{
	color:#09F;
}
.sec_list_name a:visited{
	color:#03F;
	text-decoration:underline;
}

.sec_list_name_kaitori{
	display:block;
	height:20px;
	margin-bottom:10px;
	margin-left:20px;
	font-weight:bold;
	font-size:100%;
}
.sec_list_name_kaitori a{
	color:#03F;
	font-weight:bold;
	text-decoration:underline;
	font-size:100%;
}
.sec_list_name_kaitori a:hover{
	color:#09F;
}
.sec_list_name_kaitori a:visited{
	color:#03F;
	text-decoration:underline;
}
.sec_list_text{
	display:block;
	font-size:75%;
	line-height:130%;
	margin-bottom:15px;
    text-align: left;
}
.sec_list_price{
	width:200px;
	height:50px;
	font-size:75%;
	text-align:left;
	float:left;
	display:block;
	margin-bottom:0px;
	line-height:170%;
}
.sec_list_price a{
	color:#C00;
	text-decoration:none;
	font-weight:bold;
}
.sec_list_price a:hover{
	color:red;
	text-decoration:underline;
	font-weight:bold;
}
.sec_list_price a:visited{
	color:red;
	text-decoration:none;
	font-weight:bold;
}

.sec_list_price_kaitori{
	width:300px;
	height:30px;
	font-size:90%;
	text-align:left;
	float:left;
	display:block;
	margin-bottom:0px;
	line-height:130%;
	margin-left:20px;
}
.sec_list_price_kaitori a{
	color:#C00;
	text-decoration:none;
	font-weight:bold;
}
.sec_list_price_kaitori a:hover{
	color:red;
	text-decoration:underline;
	font-weight:bold;
}
.sec_list_price_kaitori a:visited{
	color:red;
	text-decoration:none;
	font-weight:bold;
}

.sec_list_product_code{
	width:300px;
	height:30px;
	font-size:70%;
	text-align:left;
	float:left;
	display:block;
	margin-bottom:0px;
	line-height:130%;
	margin-left:20px;
}


.stock{
	color:#666;
	font-weight:bold;
}
.sec_list_btn{
	height:50px;
	margin:0px;
	/*padding:20px 10px 20px 0px;*/
	display:block;
	float:none;
	text-align:right;
}
.sec_list_num{
	font-size:10px;
	text-align:left;
	margin-bottom:20px;
	padding:0px;
}

/* 3階層・商品ページ要素
----------------------------------------------- */
.thi_tb_l{
	background:#ededed;
	border-bottom:solid 1px #FFF;
	font-size:75%;
	padding:5px;
	font-weight:bold;
}
.thi_tb_r{
	border-bottom:solid 1px #ededed;
	font-size:75%;
	padding:5px;
}
.thi_tb_price{
	font-size:75%;
	padding:5px;
	border-bottom:solid 1px #ededed;
	color:#C00;
	font-weight:bold;
}
.thi_tb_price a{
	text-decoration:none;
}
.thi_tb_price a:hover{
	color:#F60;
	font-weight:bold;
	text-decoration:none;
}
.thi_tb_price a:active{
	text-decoration:none;
}
.thi_tb_price a:visited{
	text-decoration:none;
}
.thi_tb_campaign{
	width:598px;
	background-color:#FFF;
	border:dotted 1px #F90;
	padding:10px;
	margin:20px 0px 20px 0px;
	text-align:left;
}
ul.campaign_text{
	margin:5px 0px 0px 0px;;
	padding:0px;
}
ul.campaign_text li{
	list-style:none;
	padding-left:1.5em;
	background-image:url("../img/side/list2.gif");
	background-position:0em 0.1em;
	background-repeat:no-repeat;
	font-size:90%;
	font-weight:bold;
	color:#444;
	line-height:130%;
}

.item_text{
	font-size:75%;
	text-align:left;
	margin:10px;
	/*font:Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	line-height:150%;
}
h1{
	font-size:100%;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	margin:0px 0px 15px 0px;
}
.link_offcial{
	padding:0px;
	margin:0px;
	text-align:right;
}
.link_offcial a{
	color:#F90;
	font-weight:bold;
	text-decoration:underline;
}
.link_offcial a:hover{
	color:#FFCB75;
	text-decoration:none;
}
.link_offcial a:active{
	color:#F90;
}
.link_offcial a:visited{
	color:#F90;
}
.btn_item_menu{
	margin:0px 0px 30px 0px;
	padding:10px 7px 10px 17px;
	background-color:#ededed;
}

.img_guide{
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
.guide{
	border:solid 1px #CCC;
	width:550px;
	margin-top:5px;
	padding:10px;

}
.guide_t{
	font-weight:bold;
	height:1.5em;
}
.guide_text{
	font-size:80%;
	text-align:left;
	display:block;
	margin:0px;
	border-left:solid 5px #63b43e;
	padding-left:10px;
	line-height:130%;
	
}
.font_red{
	color:red;
}


/* フッター
----------------------------------------------- */
#footer{
	/*background-color:#e5e5e5;*/
        bottom:0px;
	margin:0px;
	margin-top:100px;
	width:100%;
	text-align:center;
}
.footer{
	background:#FFF;
	border:solid 3px #CCC;
	padding:10px;
}
.footer_text{
	font-size:75%;
	margin:0px;
	line-height:140%;
}
.footer_text a{
	color:blue;
	text-decoration:underline;
}
.footer_text a:hover{
	color:#09F;
}
.footer_text a:visited{
	color:blue;
	text-decoration:underline;
}
.footer_text a:active{
	color:blue;
	text-decoration:underline;
}
.copy{
	padding:2px 0px 2px 0px;
	background-color:#FFF;
	font-size:70%;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top:10px;
}

/* clearfix
------------ */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

.input_text{
	color:#FF0000;
}

.text-middle{
	height: 110px;
	display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
}

.buy-category-image{
	max-height: 110px;
	max-width: 90%;
}

.font-big{
	font-size: 16px;
}
