
hr {
	border:1px dotted #ccc;
	border-width:1px 0 0 0;
}

h3 {
	margin-bottom: 10px;
	border-radius: 4px;
}

input[type=image] {
	border:0;
}

address.ac {
	padding:10px;	
}


/* ---------- class ----------- */

.radius_3 {
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

}

.radius_5 {
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

}

.shadow {
	/* box-shadow */
	box-shadow:rgba(189, 189, 189, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(189, 189, 189, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(189, 189, 189, 0.65098) 0px 0px 6px 3px;
}

.red { color:red; }

.hideTextTitle {
	display:block;
	padding-left:14px;
	background:url(/lib/image/template/bg_hideTextTitle.png) left center no-repeat;
	cursor:pointer;
}

.hideTextTitle:hover {
	background-color:#FFf3f3;
}

.hideTextTitle h3 {
	border:3px outset #F0C0C0 !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.border_left {
	border-left:7px solid #Fee;
	padding-left:7px;
}

.prd_table {
	width:100%;
	border-collapse:collapse;
	background:#000;
	border:1px solid #333;
}
.prd_table th,
.prd_table td,
.prd_table caption {
	padding:5px;
	text-align:center;
}

.prd_table th {
	background:#FFdde2;
	border:1px solid #333;
}

.prd_table td {
	background:#FFF;
	border:1px solid #333;
}

.prd_table caption {
	font-size:larger;
	background:#FF6699;
	color:#fff;
	border-bottom:2px solid #333;
}

.notice {
	text-align: left;
	border: 3px solid red;
	padding: 10px;
	margin-bottom: 10px;
}

.notice h3 {
	font-size: 18px;
	color: red;
	text-align: center;
	padding: 10px;
	background: #FEE;
	margin-bottom: 10px;
}


#comparison {
	clear:both;
	margin:10px;
}

#comparison .prd_table {
	margin-top:10px;
}

/*スクロール用
#comparison .prd_table thead.scrollHead,
#comparison .prd_table tbody.scrollBody{
  display:block;
}
#comparison .prd_table tbody.scrollBody{
  overflow-y:scroll;
  height:100px;
}
*/
#comparison .prd_table caption a {
	color:#fff;
	border-color:#fff;
	padding:2px;
}

#comparison .prd_table th,
#comparison .prd_table td {
	font-size:12px;
}
.kakomi {
	background:#FEC;
	padding:10px;
	margin:10px 0;

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

div.kakomi div.kakomi {
    border: 1px solid #F99;
    background: url(/_module/theme/default08/blockskin/skin-7/kakomi_bg.gif);
}


/* == overwrite */

.type-1 .frame-1 .btl, 
.type-1 .frame-1 .btr, 
.type-1 .frame-1 .btc, 

.type-1 .frame-1 .bml, 
.type-1 .frame-1 .bmr, 
.type-1 .frame-1 .bmc, 

.type-1 .frame-1 .bbl, 
.type-1 .frame-1 .bbr, 
.type-1 .frame-1 .bbc

{
	background-image:none;
}

/* -- product to cart */

.prd_to_cart {
	margin:10px 0;
}

.prd_to_cart_title {
	background: #FF6699;
	color: #fff;
	padding:7px 0 5px 7px;
	font-size:14px;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
}

.prd_to_cart_body {
	border: 1px solid #FF6699;
	padding:10px;
	border-radius: 0 0 4px 4px;
}

.prd_to_cart_price {
	font-weight:bold;
	font-size:22px;
	line-height:26px;
	padding-left:10px;
}

.prd_to_cart_text {
	border-top:1px dotted #ddd;
	margin-top:4px;
	padding-top:4px;
}

.btn_to_cart {
}

/* -- / product to cart */





/* ----------- / Class ----------- */


/* ===== login_form & cart  */

#login_form {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}

#login_form table {
	border-width:0;
	border-collapse:collapse;
	width:100%;
	
}

#login_form table th {
}

#login_form table td {
	text-align:left;
}

#login_form table td input {
	width:160px;
}



#sidebar #cart {
	font-size:10px;
	padding:10px 0;
	text-align:center;
	font-family:'Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

#sidebar #cart a {
	font-size: 14px;
	padding: 2px;
}

#sidebar #cart .cart_title,
#sidebar #cart .prd_menu_title {
	margin-bottom:10px;
	padding:4px 0;

	background-color: #b11527;
	color: #FFF;
	font-weight:bold;
	font-size:12px;
}

#sidebar #cart .cart_title {
	margin:10px;	
}

#sidebar #cart div.prd_name strong {
	color:#F00;
}
#sidebar #cart div.price {
	background-color:#FFFFFF;
	text-align:right;
	padding:1px 3px;
}
#sidebar #cart div.price form {
	float:left;
}
#sidebar #cart div.price form .minus1 {
	margin:2px 0 0 0;
}
#sidebar #cart div.total {
	margin-bottom:7px;
	font-size:12px;
	text-align:center;
	padding:1px 2px;
}

#sidebar #cart div.notes {
	line-height:130%;
	padding:5px 0;	
}

#sidebar #cart div.cart_item {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #DED;
}

#sidebar #cart #btn_buy {
	padding:0;
}

#sidebar .prd_item {
	margin-top:15px;
	padding:1px;
	border:1px solid #FF9999;
	background:#fff;
}

#sidebar .prd_item a {
	display:block;
}

#sidebar .prd_item .prd_title {
	text-align:center;
	background:#FFEBE7;
	padding:7px 0;
	border-bottom:1px solid #Fcb;
	font-weight:bold;
	
	background: -moz-linear-gradient(top, #ffedf7 0%, #ffe0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedf7), color-stop(100%,#ffe0e0));
	background: -webkit-linear-gradient(top, #ffedf7 0%,#ffe0e0 100%);
	background: -o-linear-gradient(top, #ffedf7 0%,#ffe0e0 100%);
	background: -ms-linear-gradient(top, #ffedf7 0%,#ffe0e0 100%);
	background: linear-gradient(to bottom, #ffedf7 0%,#ffe0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedf7', endColorstr='#ffe0e0',GradientType=0 );
}

#sidebar .prd_item .prd_outline {
	padding:10px;
}

/* ===== / login_form & cart  */


#sidebar #bk1122 {
	display: none;
}

.menuh .menu-a ul li.li1 a {
	line-height:100%;
	padding:6px 16px 5px 16px !important;
}

.menuh .menu-a ul li.li1 a.cr {
	
}

#area-header span.img a img {
	padding:0;
}

#L02 div.area #area-main {
	text-align:left;
	line-height:150%;
	padding-left:5px;
}

#L02 #area-contents {
	padding-top:10px;
}

#bk1161 {
	background: #FFC8E2;
	border:1px solid #EEB7D1;
}

table.table th,
table.table td {
	line-height:160%;
	font-size:14px;
}

table.table th a,
table.table td a {
	border:0;
}

#twitter-widget-0 {
	width:100% !important;
}

.timeline {
	background-color: #fFf6f6 !important;
}

h1.title {
	margin:0 0 15px 0;
	padding:0;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	height:70px;
	text-indent:-2000px;
	color:#ff3300;
}

h2.title {
	margin:-15px 0 15px 5px;
	color:#F6C;
	text-align:center;
	font-size:16px;
	/*
	border-left:6px solid #F00;
	padding-left:10px;
	*/
}

h3.title {
	margin:15px 0 10px 5px;
	color:#ff3300;
}

h4.circle {
	padding-left:18px;
}

div.section {
	margin:15px 0 0 10px;
	text-align:left;
}

div.section h2 {
	margin:10px;
	color:#C36;
}

div.section ul li {
	list-style:none;
}

div.section ul.prd_list li a {
	border-bottom: 0;
}
