@charset "UTF-8";

/*
 * home
 */
div#home-news {
	margin:15px 0;
	line-height:1.4;
	}
div#home-news table {
	}
div#home-news table th,
div#home-news table td {
	text-align:left;
	vertical-align:top;
	}
div#home-news table th {
	padding:5px 5px 0 0;
	white-space:nowrap;
	font-weight:normal;
	}
div#home-news table td {
	padding:5px 0 0 0;
	}
div#home-item {
	margin:25px 0;
	}

/*
 * item
 */
p.item-search {
	margin:15px 0;
	}
p.item-search span {
	color:#003366;
	font-weight:bold;
	}
p.item-caption {
	margin:15px 0;
	color:#FF9900;
	}
p.item-caption span {
	float:right;
	}
table.item-catalog {
	margin:15px 0;
	width:100%;
	}
table.item-catalog th,
table.item-catalog td {
	text-align:left;
	vertical-align:top;
	}
table.item-catalog th {
	padding:0 10px 15px 0;
	width:142px;
	}
table.item-catalog th div.item-display {
	border:#CCCCCC 1px solid;
	}
table.item-catalog th a {
	display:block;
	width:140px;
	overflow:hidden;
	text-align:center;
	}
table.item-catalog td {
	padding:0 0 15px 0;
	}
table.item-catalog td div.name {
	font-size:110%;
	}
table.item-catalog td p.comment {
	margin:5px 0;
	}
table.item-catalog td div.price {
	font-size:110%;
	}
table.item-catalog td div.more {
	text-align:right;
	}
table.item-catalog td div.more a {
	background:transparent url("../images/items/marker-arrow.png") left center no-repeat;
	padding:0 0 0 12px;
	text-decoration:none;
	}
table.item-catalog td div.more a:hover {
	text-decoration:underline;
	}

/*
 * detail
 */
div.detail {
	margin:15px 0;
	width:100%;
	}
div.detail-data {
	float:right;
	width:430px;
	}
div.detail-data h3 {
	margin:15px 0 0 0;
	letter-spacing:0.1em;
	color:#003366;
	font-size:100%;
	font-family:"Meiryo","メイリオ",sans-serif;
	}
div.detail-data p {
	line-height:1.4;
	}
div.detail table {
	margin:10px 0;
	width:100%;
	color:#666666;
	}
div.detail-data table th,
div.detail-data table td {
	border-bottom:#FFFFFF 2px solid;
	padding:3px 8px;
	text-align:left;
	vertical-align:top;
	}
div.detail-data table th {
	background:#F2F2F2;
	white-space:nowrap;
	font-weight:normal;
	}
div.detail-data table td span.price {
	color:#CC0000;
	font-size:medium;
	}
div.detail-image {
	float:left;
	border:#CCCCCC 1px solid;
	width:200px;
	overflow:hidden;
	}
div.detail-image img.picture {
	}
div.detail-add {
	margin:15px 0;
	width:100%;
	}
div.detail-add h3 {
	margin:10px 0;
	font-size:medium;
	}
div.detail-add p {
	margin:10px 0;
	}
div.detail-add a img {
	border:#CCCCCC 1px solid;
	}

/*
 * cart
 */
div.cart {
	}
p.cart-totalmoneyarea {
	margin:10px 0;
	font-size:medium;
	}
table.cart-list {
	margin:15px 0;
	width:100%;
	font-size:90%;
	}
table.cart-list th,
table.cart-list td {
	padding:5px;
	vertical-align:middle;
	}
table.cart-list td.text {
	text-align:left;
	}
table.cart-list td.mark {
	text-align:center;
	}
table.cart-list td.meter {
	text-align:right;
	}
table.cart-list td.totalprice {
	font-size:x-large;
	font-weight:bold;
	}
table.cart-list thead th {
	border-bottom:#CCCCCC 1px solid;
	text-align:left;
	}
table.cart-list tfoot th,
table.cart-list tfoot td {
	border-top:#CCCCCC 1px solid;
	text-align:right;
	}
table.cart-list tbody th,
table.cart-list tbody td {
	border-top:#CCCCCC 1px dotted;
	background:#F3F3F3;
	}

/*
 * branch
 */
.branch-base {
	margin:15px 0;
	border:#FFFFFF 1px solid;
	float:left;
	width:315px;
	}
.branch-base h3,
.branch-base p,
.branch-base div {
	margin:10px !important;
	}
.branch-base ul {
	margin:10px 25px;
	}
.branch-option {
	margin:15px 0;
	border:#DDDDDD 1px solid;
	float:right;
	width:315px;
	}
.branch-option h3,
.branch-option p,
.branch-option div {
	margin:10px !important;
	}
.branch-option ul {
	margin:10px 25px;
	}

/*
 * form-sheet
 */
table.form-sheet {
	margin:15px 0;
	width:100%;
	font-size:small;
	}
table.form-sheet caption {
	text-align:left;
	}
table.form-sheet span.attention {
	color:#FF0000;
	}
table.form-sheet th,
table.form-sheet td {
	border-top:#CCCCCC 1px dotted;
	border-bottom:#CCCCCC 1px dotted;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	}
table.form-sheet thead th {
	border-bottom:#CCCCCC 1px solid;
	text-align:left;
	}
table.form-sheet td em {
	color:#003399;
	font-size:x-small;
	font-style:normal;
	}

/*
 * qa
 */
dl.qa-talk {
	margin:15px 0 30px 0;
	line-height:1.4;
	}
dl.qa-talk dt {
	margin:10px 0 5px 0;
	font-weight:bold;
	}
dl.qa-talk dt span {
	color:#003399;
	}
dl.qa-talk dd {
	margin:5px 0;
	}
dl.qa-talk dd span {
	color:#FF3300;
	font-weight:bold;
	}
dl.qa-talk dd + dt {
	border-top:#CCCCCC 1px dotted;
	padding:10px 0 0 0;
	}
dl.qa-talk dl {
	margin:15px;
	}
dl.qa-talk dl dt {
	border:none;
	}

/*
 * order
 */
order {
	}
table.order-pay {
	line-height:1.4;
	}
table.order-pay th,
table.order-pay td {
	text-align:left;
	vertical-align:top;
	}
table.order-pay th {
	padding:10px 0 5px 10px;
	font-size:large;
	font-family:"Meiryo","メイリオ",sans-serif;
	}
table.order-pay td {
	padding:0 10px 10px 10px;
	}
table.order-pay td div.account {
	margin:10px 0;
	border:#FFE3C7 1px solid;
	background:#FFF0E0;
	padding:5px;
	font-family:monospace;
	}
dl.order-pay {
	margin:15px 0;
	line-height:1.4;
	}
dl.order-pay dt {
	border-top:#CCCCCC 1px dotted;
	margin:10px 0 5px 0;
	padding:10px 0 0 0;
	color:#990000;
	font-size:medium;
	font-family:"Meiryo","メイリオ",sans-serif;
	font-weight:bold;
	}
dl.order-pay dd {
	margin:5px 0;
	}

/*
 * quality
 */
div.quality {
	}
table.quality-value {
	width:100%;
	}
table.quality-value th,
table.quality-value td {
	border:#CCCCCC 1px solid;
	padding:5px;
	vertical-align:top;
	color:#666666;
	font-family:"Meiryo","メイリオ",sans-serif;
	font-weight:normal;
	}
table.quality-value th {
	text-align:center;
	}
table.quality-value td {
	text-align:left;
	}
table.quality-value thead th {
	color:#FFFFFF;
	}
table.quality-value thead.total th {
	background:#009900;
	}
table.quality-value thead.color th {
	background:#990033;
	}
table.quality-value thead.clarity th {
	background:#003399;
	}
table.quality-value thead.glitter th {
	background:#FF9900;
	}
table.quality-value tbody th {
	background:#F3F3F3;
	white-space:nowrap;
	}

/*
 * voice
 */
dl.voice-over {
	margin:15px 0;
	line-height:1.4;
	}
dl.voice-over dt {
	margin:25px 0 10px 0;
	}
dl.voice-over dt strong {
	color:#CC0000;
	font-weight:bold;
	}
dl.voice-over dd {
	margin:10px 0;
	}
dl.voice-over dd + dt {
	border-top:#CCCCCC 1px dotted;
	padding:25px 0 0 0;
	}

/*
 * calendar
 */
div.calendar {
	}
div.calendar-primary {
	float:left;
	padding:10px;
	width:300px;
	}
div.calendar-secondary {
	float:right;
	padding:10px;
	width:300px;
	}
div.calendar table {
	font-size: 10px;
	width: 100%;
	margin: 0 0 15px;
	}
div.calendar table  th,
div.calendar table  td{
	border:#CCCCCC 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0px;
	}
div.calendar table th{
	width: 14px;
	}
div.calendar table th.sun {
	color: #c00;
	}
div.calendar table th.sat {
	color: #06c;
	}
div.calendar table span {
	font-weight: bold;
	}
div.calendar table td.txt {
	font-size: 14px;
	font-weight: bold;
	}

/*
 * mypage
 */
div.mypage {
	}
ul.mynavarea-nav {
	zoom:1;
	margin:0 0 5px 0;
	border-bottom:#CCCCCC 1px solid;
	list-style:none;
	}
ul.mynavarea-nav li {
	float:left;
	margin:0 10px -1px 5px;
	text-align:center;
	font-size:small;
	}
ul.mynavarea-nav li a {
	display:block;
	border:#CCCCCC 1px solid;
	padding:5px 10px;
	text-decoration:none;
	color:#333333;
	}
ul.mynavarea-nav li span {
	display:block;
	border:#CCCCCC 1px solid;
	border-bottom:#FFFFFF 1px solid;
	padding:5px 10px;
	color:#333333;
	}

/*
 * document
 */
div.document {
	}
div.document ul {
	margin:10px 0 10px 30px;
	}
table.document-data {
	margin:15px 0;
	border-collapse:separate;
	border-spacing:1px;
	background:#E5E5E5;
	width:100%;
	color:#666666;
	}
table.document-data th,
table.document-data td {
	border:#FFFFFF 1px solid;
	padding:10px;
	text-align:left;
	vertical-align:top;
	}
table.document-data th {
	background:#F3F3F3;
	white-space:nowrap;
	}
table.document-data td {
	background:#FFFFFF;
	}
table.document-data td strong {
	background:#FFFFFF;
	color:#CC0000;
	font-weight:normal;
	}

/*
 * pager
 */
ul.pager {
	margin:15px 0;
	zoom:1;
	list-style:none;
	}
li.pager-previous {
	float:left;
	}
li.pager-next {
	float:right;
	}

/*
 * approach
 */
ul#approach-local {
	clear:both;
	margin:25px 0 15px 0;
	border-top:#CCCCCC 1px dotted;
	padding:5px;
	text-align:center;
	list-style:none;
	font-size:small;
	}
ul#approach-local li {
	display:inline;
	padding:0 10px;
	}
ul#approach-local li + li {
	border-left:#EEEEEE 1px solid;
	}
ul#approach-global {
	margin:15px 0;
	border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	background:#FFFFFF url("../images/approach-global-background.png") left top repeat-x;
	padding:2px 10px;
	overflow:hidden;
	list-style:none;
	}
li#approach-global-one {
	float:left;
	padding:8px 0 0 0;
	width:310px;
	}
li#approach-global-two {
	float:right;
	width:310px;
	}