﻿@charset "utf-8";
/* リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav,ol,ul,li,dl,dt,dd {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    margin:1em 0;
    padding:0;
}
input,select {
    vertical-align:middle;
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}

input,select:focus{
outline:none;
}

/*メインマスター全体*/
body {
    line-height:1;
	margin: 0px;
	padding:0px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
}

a {
	text-decoration:none;
	color: inherit;
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a:link {
	color: #007FFF;
	text-decoration: none; }
a:visited {
	color: #663399;
	text-decoration: none; }
a:hover {
	color: #007FFF;
	text-decoration: underline; }
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a:active {
	color: #007FFF;
	text-decoration: underline; }

b {
	font-weight:bold;
	color: #F36;
}
.clear {clear:both;}
.clearfix {
	zoom: 1;}
.clearfix,
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both; }

/* Header
 ------------------------------------------------ */
header {
	background:rgba(255,255,255,0.5);
	background:#FFF;

}
.tosmph {
	background:#F36;
	width:1000px;
	margin: 0px auto;
}
.tosmph a {
	display:block;
}
.tosmph img {
	max-width:640px;
	width:100%;
}

.postage {
	margin: 0px auto;
	width:1000px;
	text-align:right;
	height:30px;
	padding-top:10px;
	color:#F00;
	background:rgba(255,255,255,0.9);
	font-size:12px;
}
.postage h1{
	color:#7C6565;;
	font-size:12px;
	display:inline;
	border-left:none;
}
.postage b {
	color:#F00;
	font-size:18px;
}
#fixedBox {
	margin: 0px;
	padding:0px;
	width:100%;
	border-bottom:1px solid #CCC;
}
.fixed {
	margin: 0px;
	padding:0px;
	position: fixed;
	top: 0;
	z-index: 10000;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	background:#FFF;
}
.topmenu {
	text-align:right;
	margin: 0px auto;
	width:1000px;
	position:relative;
	background:rgba(255,255,255,0.9);
	padding:10px 0;
}
.topmenu li {
	display:inline-block;
	vertical-align: text-top;
	position:relative;
	padding-right:4px;
	border-right:1px solid #DDD;
}
.topmenu li:last-child {
	border-right:none;
}

.topmenu li a {
	color:inherit;
	text-decoration:none;
}
.topmenu li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.topmenu p {
	display:inline-block;
}
.topmenu .logo_s {
	position:absolute; top:10px; left:0;
}
.topmenu li span {
	padding:4px 6px 2px 6px;
	border-radius:2px;
	color:#FFF;
	font-size: 13px;
	cursor:pointer;
	margin-top:-8px;
	margin-left:0;
	z-index:9999;
	display:inline-block;
}
.topmenu .mypage {
	position:absolute; top:20px; right:520px;
	display:none;
	font-size:12px;
	border:#666 1px solid;
	padding:0 15px 12px 15px;
	border-radius:2px;
	background:rgba(255,255,255,0.9);
	margin-left:4px;
	color:#444;
	width:110px;
	z-index:9999;
	text-align:left;
}
.topmenu .mypage p {
	display:block;
	height:14px;
	padding-top:12px;
	border-bottom:#666 1px dotted;
}
.topmenu .mypage p:last-child {
	border-bottom:none;
}

.topmenu .mypage a {
	display:block;
}

#fixedBox .topmenu .logo {
	position:absolute;
	top:-32px;
	left:0;
	background:#FFF;
}
.fixed .topmenu .logo {
	display:none;
}
/*header　nav部分*/
.wrapnavi {
	width:100%;background-color:#FF7A9D;background-image:url(../images/main_master/bg_nav2.png);background-repeat:repeat-x;background-position:bottom; height:92px;
}
.navi {
	width:1000px; height:50px;margin: 0px auto;position:relative;text-align:left;
}
.navi li {
	display:inline-block;	padding:4px 1px 2px 1px; position:relative;

}
.navi li+li {
	border-left:1px #ADA2A2 solid;
}
.navi li:nth-child(1) {
	width:78px;
}
.navi li:nth-child(2) {
	width:114px;
}
.navi li:nth-child(3) {
	width:94px;
}
.navi li:nth-child(4) {
	width:64px;
}
.navi li:nth-child(5) {
	width:98px;
}
.navi li:nth-child(6) {
	width:94px;
}
.navi li:nth-child(7) {
	width:72px;
}
.navi li:nth-child(8) {
	width:54px;
}
.navi li:nth-child(9) {
	width:56px;
}
.navi li:nth-child(10) {
	width:78px;
}
.topsearch {
	height:40px;
}
.topsearch li {
	display:inline-block;
}
.topsearch li:nth-child(1) {
	width:84px;
}
.topsearch li:nth-child(2) {
	width:81px;
}

.notice {
	text-align:center;
	position:absolute;
	right:-2px;
	top:-4px;
	background:#F00;
	text-shadow:-1px -1px 0px #F00;
	border-radius:20px;
	height:14px;
	padding:4px 2px 0 2px;
	min-width:16px;
	font-size:11px;
	color:#FFF;
	z-index:8888;
}
.notice2 {
	position:absolute;
	right:-2px;
	bottom:30px;
	z-index:9999;
}
.cautionmark {
	background:url(../images/main_master/caution.png) no-repeat;width:14px;height:14px;display:inline-block;vertical-align:middle;margin-left:2px;
}

/* Cart
 ------------------------------------------------ */
#cart_s {
	position:absolute;
	right:0;
	top:0;
	width:140px;
	text-align:center;
	background:#7C6565;
	padding:0;
	height:46px;
	padding-top:4px;
}
#cart_s a {
	display:block;
}

#CartTotalDisp {
	position:absolute;
	right:0;
	bottom:0px;
	width:140px;
	height:16px;
	background:#FFDEDE;
	padding-top:4px;
	color:#FF6D9C;
	font-size:12px;
}
#itemcount {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	position:absolute;
	right:6px;
	top:4px;
	background:#F00;
	border:1px solid #FFF;
	text-shadow:1px 1px 0px #F00;
	border-radius:20px;
	height:17px;
	padding-top:3px;
	min-width:20px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

/* TopSearch
 ------------------------------------------------ */
.topsearch {
	padding-top:6px;
	padding-bottom:4px;
	width:1000px;
	margin:0 auto;
	text-align:left;
}
.topsearch li {
	display:inline-block;
	vertical-align: top;
	padding:0 5px 0 10px;
	position:relative;
	border-left:1px #666 dotted;
}
.topsearch li select {
	border: 1px solid #999;
	padding: 0 4px;
	width:174px;
 	height:28px;
	font-size: 14px;
	line-height: 30px;
	border-radius:5px;
	background:#FFF;
}
.topsearch .topkeyword {
	width:240px;
 	height:26px;
	padding-left:4px;
	margin:0;
	border-radius:5px 0 0 5px;
	border: solid 1px #999;
	line-height: 26px;
}
.topsearch .search_btn {
	margin-left:-5px;
}
.advancedsearch {
	display: inline-block;
	padding-top:8px;
}
.advancedsearch a:visited {
	color:#007FFF;
}

.hotword {
	width:205px;
	height:30px;
	border-right:1px #666 dotted;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	color:#666;
	vertical-align: middle;
	line-height:20px;
}
.hotword p {
	display: inline-block;
	padding:2px 4px;
	font-size:10px;
	font-weight:normal;
	background:#FFF;
	border-radius:5px;
	margin-top:3px;
}

/* フッター
 ------------------------------------------------ */
.main_footer {
	margin:0 auto;
	background:url(../images/main_master/bg_diagonal.png);
	z-index:9999;
	border-top:1px solid #CCC;
	padding-top:5px;
	color:#666;
	font-size:12px;
	text-align:left;
	padding-bottom:20px;
}
.main_footer a {
	padding:0 2px;
}

.main_footer .footer_info {
	width:1000px;
	margin:0 auto;
}

.main_footer h2 {
	width:1000px;
	margin:10px auto;
	position:relative;
	border-bottom:1px solid #AAA;
}
.main_footer h2 span {
	font-size:10px;
	font-weight:normal;
	text-align:right;
	position:absolute;
	right:0;
	bottom:5px;
}
.main_footer h2 img {
	margin-bottom:-5px;
}

.main_footer h3 {
	border-left:5px solid #F9C;
	padding-left:2px;
	margin-bottom:2px;
	font-size:12px;
}

.main_footer section {
	padding:10px;
	background:#FFF;
	border-radius:5px;
	box-shadow:2px 2px 0px #CCC;
	margin-bottom:10px;
	line-height:140%;
	margin-left:10px
}
.main_footer section b {
	font-weight:bold;
	color:#F00;
}
.main_footer section dl dt {
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background:#EEE;
	padding:2px;
	vertical-align:middle;
}
.main_footer section dl dd {
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background:#FFF;
	padding:5px;
	vertical-align:middle;
	margin-bottom:5px;
}
.main_footer section table {
	font-family:Arial, Helvetica, sans-serif;
	margin:5px auto;
}
.main_footer section table th {
	background:#EEE;
	border:1px solid #DDD;
	padding:2px;
	font-weight:normal;
}
.main_footer section table th:nth-child(1) {
	width:70px;
}
.main_footer section table th:nth-child(2) {
	width:80px;
}
.main_footer section table tr td {
	display:table-cell;
	vertical-align:middle;
	padding:2px 5px;
	border:1px solid #DDD;
}

.calendar {
	padding:10px;
	background:#FFF;
	border-radius:5px;
	box-shadow:2px 2px 0px #CCC;
	width:160px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
.calendar h4 {
	border-bottom:1px dotted #966;
	text-align:center;
	color:#F69;
	margin:0px auto 2px auto;
}
.calendar ul li {
	width:21px;
	text-align:center;
	float:left;
	height:16px;
	padding-top:5px;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
}
.calendar ul li:nth-child(1) {
	border-top:1px solid #DDD;
	background:#EEE;
}
.calendar ul li:nth-child(2) {
	border-top:1px solid #DDD;
	background:#EEE;
}
.calendar ul li:nth-child(3) {
	border-top:1px solid #DDD;
	background:#EEE;
}
.calendar ul li:nth-child(4) {
	border-top:1px solid #DDD;
	background:#EEE;
}
.calendar ul li:nth-child(5) {
	border-top:1px solid #DDD;
	background:#EEE;
}
.calendar ul li:nth-child(6) {
	border-top:1px solid #DDD;
	background:#EEE;
}
.calendar ul li:nth-child(7) {
	border-top:1px solid #DDD;
	background:#EEE;
}
.calendar ul li:nth-child(7n) {
	border-right:1px solid #DDD;
}
.calendar ul li.holiday {
	background:#FDE;
}
.calendar p {
	clear:both;
	width:160px;
	text-align:right;
	padding-top:5px;
}
.calendar p span {
	color:#FDE;
	font-size:18px;
	margin-right:5px;
}

.sitemap {
	padding:4px 10px;
	background:#FFF;
	border-radius:5px;
	box-shadow:2px 2px 0px #CCC;
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:10px;
	margin-left:8px;
}
.sitemap dt {
	padding:2px;
	border:none;
	margin:0px;
	background:#FFF;
}
.sitemap dd {
	background:#FFF;
	padding:2px;
	border:none;
	margin:0px;
}
.sitemap dd:before {
	content:"├";
	color:#AAA;
}

.sitemap dd:last-child:before {
	content:"└";
}




ul.question li {
	padding: 4px 0;
	border-bottom: 1px #b3958a dotted; }
ul.question a:before {
	content: "Q."; }
.attention {
	font-size:10px;
	line-height:110%;
	text-indent:0.2px;
}
.link {
	font-size:12px;
	text-align:right;
	position:relative;
}
.link:before {
	content: url("../images/masterpage/arrow.png");
}
.main_footer nav {
	background:none;
}

#foot_navi {
	padding: 3px;
	background:#FFF;
	border-radius:5px;
	box-shadow:2px 2px 0px #CCC;
	width: 1000px;
	text-align:center;
	margin: 0 auto;
}
#foot_navi li {
	display: inline-block;
	padding:2px 20px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	margin:10px auto;
	text-align:center;
}
.smph {
	margin-left:8px;
}

/* パンくず
 ------------------------------------------------ */
#breadcrumb {
	font-size: 11px;
	border-bottom:1px dotted #7C6565;
	padding-bottom:5px;
	margin:10px 0;
	color:#7C6565;
}
#breadcrumb ul {
	margin-bottom;15px;
	zoom: 1; }
#breadcrumb ul:after {
	content: "";
	display: block;
	clear: both; }
#breadcrumb li {
	padding: 2px;
	float: left;
	padding:0 5px;
	display: inline-block;
}
#breadcrumb li+li:before {
	content: ">>";
	padding-right: 4px;
}

/* ページトップ
 ------------------------------------------------ */
p.pagetop a {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 9000;
	margin: 0;
	background:url(../images/main_master/bg_totop.png) top center no-repeat;
	font-weight:bold;
	width:24px;
	height:64px;
	display:block;
}
p.pagetop a:hover {
	opacity:0.5;
}
/* アドセンス
 ------------------------------------------------ */
#googlead {
	text-align: center;
	width: 100%;
	margin: 45px auto;
	padding: 20px 0 20px;
	border-top: 1px #ccc dashed;
	clear: both; }

/* ボタン＆フォーム
 ------------------------------------------------ */
.btn a {
	font-weight:bold; color:#FFF;font-size:24px; width:480px; margin:20px auto 40px auto; 
	border:#0F0 2px solid; border-radius:10px;padding:15px 0 10px 0; text-align:center; display:block;
	background: #aaee22;
	background: -moz-linear-gradient(top,  #aaee22 0%, #00dd00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaee22), color-stop(100%,#00dd00));
	background: -webkit-linear-gradient(top,  #aaee22 0%,#00dd00 100%);
	background: -o-linear-gradient(top,  #aaee22 0%,#00dd00 100%);
	background: -ms-linear-gradient(top,  #aaee22 0%,#00dd00 100%);
	background: linear-gradient(to bottom,  #aaee22 0%,#00dd00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaee22', endColorstr='#00dd00',GradientType=0 );
}
.btn a:hover{
	color:#FF0;
	text-decoration: none;}
.button {
	text-align:center;
}
.button input[type="submit"] {
  padding: 4px 18px;
  border: 1px solid #093;
  background: #0C3;
  color: #FFF;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  margin:20px auto;
}
.button input:hover[type="submit"] {
  border: 1px solid #0C3;
  background: #6F9;
}
.btn_ng {
  padding: 4px 18px;
  border: 1px solid #666;
  
  color: #FFF;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  margin:20px auto;
}
.btn_ng:hover{
  border: 1px solid #DDD;
  background: #EEE;
}
a.button_none {
  padding: 4px 18px;
  border: 1px solid #36C;
  background: #36C;
  color: #FFF;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.button_none:hover {
  border: 1px solid #36C;
  background: #538fca;
  text-decoration:none;
}

.idpass {width:340px;height:36px;padding-left:4px;margin:0;border-radius:5px;border: solid 1px #999;line-height: 30px;font-size:16px;}

/* フォーム
 ------------------------------------------------ */
.cart_change_data {
	width:724px;
	margin:20px auto;
}

.cart_change_data p.title {
	background:#805555;
	color:#FFF;
	font-size:18px;
	padding:4px 0 2px 12px;
	border-radius:5px 5px 0 0;
}

.cart_change_data table{
	color: #633;
	width:724px;
	line-height:110%;
}

.cart_change_data tr th {
	background:url(../images/base/bg_pn.gif);
	text-align:center;
	padding:3px;
	border:#805555 1px solid;
	font-weight:normal;
	vertical-align:middle;
	width:200px;
	font-size:14px;
}
.cart_change_data tr td {
	text-align:left;
	padding:20px 16px;
	border:#805555 1px solid;
	line-height:110%;
	font-size:16px;
}
.cart_change_data tr td span {
	font-size:12px;
}
.cart_change_data tr td span b{
	color:#F00;
	font-size:12px;
	font-weight:normal;
}
.cart_change_data tr td b{
	font-size:18px;
}

.cart_change_data p.u_table {
	background:#805555;
	height:8px;
	border-radius:0 0 5px 5px;

}

.cart_change_data tr td input[type="text"] {height:36px;padding-left:4px;margin:2px;border-radius:5px;border: solid 1px #999;line-height: 30px;font-size:16px;}

.cart_change_data tr td input[type="submit"] {padding:2px 8px;font-size:14px;cursor:pointer;}

.cart_change_data tr td select {padding:4px 10px;font-size:14px;border-radius:4px;margin:2px;}

.cart_change_data tr td table tr td{
	border:none;padding:10px 0;font-size:16px;
}

/* 共通装飾
 ------------------------------------------------ */
.policy {margin:20px auto;text-align:center;font-size:14px;}
.policy img {vertical-align:middle;}
.cauiton_gray {background:#E0E0E0;padding:10px 0 10px 10px;color:#333;font-size:12px;border-radius:10px;margin:20px auto;line-height:160%;}
.input_box {margin:20px auto;text-align:center;}
.alert {text-align:center; color:#fff; background-color:#f00; font-size:10px;padding-left:5px;padding-right:5px;margin-bottom:10px;}
.alert a { background-color:#fff;}
.alert:after {content:"";clear:both;height:5px;}
.inline {display:inline-block;margin-right:10px;}
.t_center {
	text-align:center;
}
.margin_auto {
	margin:0 auto;
}
.center_20auto {margin:20px auto;text-align:center;}

.box_heartp {
	clear:both;
	border: solid 1px #F99;
	padding:10px 15px;
	margin:20px auto;
	background:#FFF0F0;
	width:720px;
	font-size:12px;
	line-height:160%;
}
.box_heartp b {
	font-weight:bold;color:#F00;font-size:14px;

}
.box_heartp2 {
	clear:both;
	border: solid 1px #F99;
	padding:10px 15px;
	margin:20px auto;
	background:#FFF0F0;
	width:720px;
	font-size:12px;
	line-height:160%;text-align:center;
}
.box_heartp2 b {
	font-weight:bold;color:#F00;font-size:14px;

}
.mp_caution01 {
	border:#666 solid 1px; color:#FFF; padding:4px; width:600px; background:#666; margin:10px auto 0px auto; text-align:center;
}
.mp_caution02 {
	border:#666 solid 1px; color:#333; padding:4px; width:600px; background:#FFF; margin:0px auto 10px auto; line-height:140%;
}
.mp_caution02 b {
	font-weight:bold;color:#F00;font-size:14px;
}
.mp_caution02 p {
	text-align:center;
	margin:5px auto;
}
.pback{
	margin-top:30px;padding:10px;text-align:right; border-top:1px dotted #633;
}
.tback{
	margin-top:30px;padding:10px;text-align:center; border-top:1px dotted #633;
}
.imp1 {
	font-size:16px; font-weight:bold;
}
.imp2 {
	color:#F00; font-weight:bold;
}

/* error
 ------------------------------------------------ */

.error_box {
	background-color: #FDE3F4;width:680px;color:#F00;margin:10px auto;text-align:left;padding:10px 20px;line-height:140%; border-radius:10px;
}
.error_box h2 {
	margin:0 auto;text-align:center; font-size:18px; font-weight:bold;
}
.error_box p {
	margin:0 auto;text-align:center; font-size:18px; font-weight:bold;
}
.error_box b {
	font-weight:bold;color:#F00;
}

/* recommend
 ------------------------------------------------ */
.recommend_list {font-size:10px;}
.recommend_list li {width:104px;display:inline-block;vertical-align:top;line-height:130%;margin:8px 6px;}
.recommend_list li b {color:inherit;font-size:11px;padding-left:5px;}
.recommend_list li a {color:#333;text-decoration:none;}
.recommend_list li a:hover {color:#999;text-decoration:none;}
.recommend_list li img {float:left; border:solid 1px #CCC;width:100%;}
