﻿@charset "utf-8";

/*
########################################################
	indexのスタイル指定
########################################################
*/

#main_picture{ margin:5px 0px 5px 0px;float:left; }
.f_left_img{ margin:5px 0px 5px 0px;float:left; }

#center_box{
	width:650px;
	height:auto;
	float:left;
	margin-left:19px;
}
#right_box{
	width:206px;
	height:auto;
	float:left;
	margin-left:14px;
}



/*-- center_box -----------------------------------------------*/
#center_box h2{
	background:url(../image/tit_bk.jpg) no-repeat;
	width:598px;
	height:29px;
	padding:9px 0px 10px 40px;
}

#center_box h3{
	background:url(../image/tit2_bk.jpg) no-repeat;
	background-position:5px 0px;
	width:608px;
	height:22px;
	padding:2px 0px 0px 20px;
	margin:20px 0px 10px 0px;
	font-size:14px;
	color:#006699;
	font-weight:bold;
	line-height:16px;
	border-bottom:1px solid #cccccc;
	clear: both;
	display: block;
}

#center_box h4{
	background:url(../image/canpaign_head.jpg) no-repeat;
	width:438px;
	height:26px;
	padding:2px 0px 0px 200px;
	margin:10px 0px 0px 0px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	line-height:28px;
}

#center_box p.p_main {
	color: #006699;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
}

.campaign_box{
	width:610px;
	height:auto;
	border:1px solid #cccccc;
	background:#e8e8e8;
	padding:5px 10px;
	overflow:hidden;
	margin-bottom: 10px;
}
.campaign{
	width:100%;
	height:auto;
	border:1px solid #cccccc;
	background:#ffffff;
	padding: 10px 0px;
}

.campaign p.tokuten {
	background:url(../image/campaing_tokuten.gif) no-repeat ;
	width:470px;
	height:auto;
	padding:0px 0px 0px 100px;
	margin:5px 0px 0px 10px;
	line-height:21px;
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}
.campaign p.joken {
	background:url(../image/campaing_joken.gif) no-repeat ;
	width:470px;
	height:auto;
	padding:0px 0px 0px 100px;
	margin:15px 0px 0px 10px;
	line-height:21px;
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}

.shop_box{
	width:95%;
	min-height:30px;
	overflow:auto;
	border:1px solid #FF9900;
	padding: 10px 0px;
	margin: 0px 10px;
	background:#FFFFCC;
}
.shop_box a {
	color: #006699;
	font-size: 11px;
}

.shop_box p.ken {
	background:url(../image/arrow_blue.gif) no-repeat ;
	width:70px;
	height:auto;
	padding:0px 0px 0px 20px;
	margin:10px 0px 5px 20px;
	font-size:14px;
	line-height:12px;
	color: #666666;
	float: left;
}
.shop_box p.shi {
	width:70px;
	height:auto;
	margin:10px 0px 5px 5px;
	font-size:11px;
	line-height:12px;
	color: #666666;
	float: left;
}
.shop_box p.shi2 {
	width:70px;
	height:auto;
	margin:10px 0px 5px 20px;
	padding-left: 95px;
	font-size:11px;
	line-height:12px;
	color: #666666;
	float: left;
}
.shop_box p.tenpo {
	width:370px;
	height:auto;
	margin:10px 0px 5px 5px;
	font-size:11px;
	line-height:12px;
	color: #666666;
	float: left;
}
.campaign_box img.title {
	margin: 15px 0px 0px 10px;
	display: block;
}

hr {
	border-color: #006699;
	border-style: solid;
	padding: 10px 0px 10px 0px;
	border-width: 2px 0px 0px 0px;
	width: 620px;
}



/* 一覧 */
div#list {

}
div#list a{
	font-weight: bold;
	font-size: 12px;
	color: #006699;
}
div#list h3,
div#list div.h3 {
	background:url(../image/list_tit_bg.gif) no-repeat ;
	font-size:12px;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	width: 200px;
	float: left;
}
div#list table {
	width: 500px;
	height:auto;
	margin:3px 0px 0px 0px;
	border:1px solid #BDBCBD;
	border-collapse:collapse;
	border-spacing:0;
	float: left;
	background-color: #FFFFFF;
}
div#list table td{
	padding: 5px;
	border:1px solid #BDBCBD;
	vertical-align: middle;
}
div#list table td.button{
	border:1px solid #BDBCBD;
	text-align: center;
	width: 80px;
	vertical-align: middle;
}
div#list table td img{
	vertical-align: middle;
	border: none;
	margin-right: 3px;
}
div#list .icon{
	float: right;
}


/* size */
table.tb_size {
	width: 260px;
	height:auto;
	margin:10px 0px 0px 0px;
	border:1px solid #BDBCBD;
	border-collapse:collapse;
	border-spacing:0;
}
table.tb_size th{
	background:url(../../price/img/tb_th_bg.jpg) repeat-x;
	line-height:9px;
	border:1px solid #BDBCBD;
	font-weight: normal;
	width: 130px;
}
table.tb_size td{
	background:url(../../price/img/tb_td_bg.jpg) repeat-x;
	text-align:center;
	line-height:9px;
	border:1px solid #BDBCBD;
	width: 130px;
}


/* 共通 */
.block_300 {
	width: 300px;
	float: left;
	padding: 10px 5px 10px 0px;
	text-align: center;
}
.img_left {
	padding: 5px;
	float: left;
}
.img_right {
	padding: 10px;
	float: right;
}
.img_clear {
	clear: both;
	display: block;
	padding: 10px;
}
.txt_Red_B {
	font-size: 15px;
	color: #FF3333;
	font-weight: bold;
}
.txt_Red {
	font-size: 12px;
	color: #FF0000;
}
.txt_Red_s {
	font-size: 11px;
	color: #FF0000;
}
.div_center {
	width: 600px;
	text-align: center;
	padding: 5px;
	clear: both;
}

/* faq */
.faq_box {
	min-height:75px;
	height: auto !important;
	height: 75px;
	width: 600px;
	background-image: url(../../other/img/bg.gif);
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	float: left;
}
.faq_q {
	margin: 10px 0 0 50px;
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
}
.faq_a {
	margin: 10px 0 0 85px;
	color: #666666;
	font-size: 12px;
}
.txt_small {
	font-size: 11px;
	color: #666666;
}

/* flow */
table.tb_flow {
	width: 580px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFFFFF;
  empty-cells: show;
	float: left;
	margin: 10px 10px 10px 0px;
}
.tb_flow th {
	color: #006699;
  padding: 0.5em 1em;
  border-style: none;
	font-weight: bold;
	text-align: left;
}
.tb_flow td {
	padding: 0.3em 1em;
  border-style: none;
}
.tb_flow td.img_photo{
	padding: 0;
	border: none;
	text-align: right;
	vertical-align: bottom;
}
.tb_flow td ul{
	margin:0px 0px 0px 20px;
}
.tb_flow td li{
	margin:0px 0px 0px 0px;
}

ul.ul_squ {
	margin:0px 0px 0px 20px;
}
ul.ul_squ li{
	margin:0px 0px 5px 15px;
	list-style-image: url("../../flow/img/img_li.jpg");
}



