@charset "utf-8";
/* CSS Document */

.main {
	width: 730px;
	margin: 0 auto;
}

#mainContents {
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box;
}

.headPosition {
	position: relative;
}

.background {
	background: url(../images/member/login_background.png) no-repeat;
	width: 338px;
	height: 39px;
	padding: 107px 0;
}

.globalsign {
	text-align: right;
	margin: 0 auto;
	width: 725px;
}

.input_S {
	width: 80px;
}
.input_M {
	width: 230px;
}
.input_L {
	width: 320px;
}
.input_zip1 {
	width: 40px;
}
.input_zip2 {
	width: 60px;
}

.textarea_L {
	width:100%;
	height: 150px;
	font-size: 1.1em;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cautionArea_pink {
	background-color: #ffcccc;
	padding: 13px;
}

.side_navTitle {
	position: relative;
}

.side_navTitle .toolTip {
	position: absolute;
	left: 93px;
	top: 6px;
}

.btnBack_auto {
	background: url(../images/common/btnBack_autoRight.png) top right no-repeat;
	display: block;
	float: left;
	color: #43362c;
	position: relative;
}

.btnBack_auto span {
	background: url(../images/common/btnBack_autoLeft.png) top left no-repeat;
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	font-size: 1em;
	padding: 8px 0 8px 10px;
	text-align: center;
	color: #43362c;
	margin-right: 10px;
}

.btnBack_auto:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

table.smallTable {
	width: 100%;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 5px 0;
}

table.smallTable th,table.smallTable td {
	padding: 3px;
	border: 1px solid #999;
}

table.smallTable th {
	background-color: #e8e8e8;
	color: inherit;
	font-weight: inherit;
}

.displayTable {
	display: table;
	width: 100%;
}

.displayTableCell {
	display: table-cell;
}

.Box_message {
	background-color: #f0f0f0;
	width: 540px;
	padding: 5px 10px;
	margin: 8px 0;
}

.two_columnBox{
	width: 50%;
	display: inline-block;
}

.point_num{
	position: relative;
	margin-bottom: 12px;
	width: 510px;
	height: 66px;
	overflow: hidden;
}

.point_num>div {
	position: absolute;
	left: 50px;
	top: 0;
}

/*------------------------------------shopping_guide------------------------------------*/

.footerAreaContents {
	margin-top: 72px;
}


.shopping_guide {
	border: 1px #ddd solid;
}

.shopping_guide_inner {
	padding: 11px;
}

.shopping_guide_detail {
	width: 282px;
	height: 324px;
	padding: 0 12px;
	border-right: 1px dotted #ddd;
}

.shopping_guide_detail:first-child {
	padding-left: 0;
}

.shopping_guide_detail:last-child {
	padding-right: 0;
	border: 0;
}

.shopping_guide_detail_inner {
	margin-bottom: 24px;
}

.guideDetail {
	padding-left: 1em;
}

.guideDetail span.guideSubTitle {
	margin-left: -1em;
	font-weight: bold;
	color: #614e40;
}

.about_cancel_contact .guideDetail {
	padding-left: 0;
}

.shopping_guide_title {
	background-color: #f1edea;
	color: #614e40;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
	padding: 5px;
}

.shopping_guide_title img{
	display: inline-block;
	vertical-align: middle;
}

.shopping_guide_title span {
	display: inline-block;
	vertical-align: middle;
}

.paypaleImage {
	margin-top: -10px;
}


/*------------------------------------footer menu------------------------------------*/
/* 2017/11/09 add */
ul.footerMenu {
	float: none;
}

#footerMenuArea {
	float: left;
	width: 83%;
}

/*---------------------------------commercial banner---------------------------------*/
/* 2017/11/09 add */
div.commercialBannerArea {
	width: 100%;
	display: block;
	position: relative;
	margin: 1.6rem 0;
}

div.commercialBannerArea ul.bannerList {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style-type: none;
}

div.commercialBannerArea ul.bannerList li {
	width: 32%;
	margin-right: 1.0rem;
}

div.commercialBannerArea ul.bannerList li:nth-child(3) {
	margin-right: 0;
}

div.commercialBannerArea ul.bannerList li img {
	display: block;
	width: 100%;
	margin: 0 auto;
    border: solid 1px #eee
}


/*------------------------------------table login------------------------------------*/

table.login {
	background: url(../images/member/login_background.png);
	background-repeat: no-repeat;
	width: 338px;
	height: 254px;
	text-align: right;
}

.login th,
.login td {
	text-align: center;
}

.loginbar {
	display: inline-block;
    position: relative;
    text-align: left;
}

.bar {
	font-size: 1em;
	width: 217px;
	height: 20px;
	padding: 5px 10px;
}

.login_h2 {
	margin-left: 0;
}

.pan {
	padding-top: 30px;
}

.borderBox {
	width: 80%;
	margin: 36px auto;
	box-sizing: border-box;
}

table td.pan02 {
	text-align: left;
	padding: 0 0 15px 48px;
}

table td.pan03 {
	height: 47px;
	color: #FF0000;
	text-align: left;
	padding-left: 48px;
	vertical-align: bottom;
}

.space02 {
	height: 80px;
}

.space03 {
	height: 30px;
	clear: both;
}

.space_L {
	height: 30px;
}

.space_M {
	height: 12px;
}

.space_S {
	height: 6px;
}

.updnWatermark01 {
    color: #999999;
    margin-left: 10px;
    padding: 6px 0;
	position: absolute;
	left: 353px;
	top: 384px;
	display: block;
}

.updnWatermark02 {
    color: #999999;
    margin-left: 10px;
    padding: 6px 0;
	position: absolute;
	left: 353px;
	top: 384px;
	display: none;
}

ul.navigation {
	width: 610px;
	height: 55px;
	list-style-type: none;
	margin: auto;
}

ul.navigation li {
	float: left;
	padding: 0 5px;
}

li.arrow {
	margin-top: 25px;
}

.area {
	width: 770px;
	margin: 0 auto;
}

.area02 {
	width: 590px;
	margin: 0 auto;
}

.area03 {
	width: 450px;
	margin: 0 auto;
}

.text_kiyaku {
    border: 1px solid #000000;
	width: 100%;
    height: 80px;
    overflow: auto;
    padding: 6px;
	margin: 0 auto;
	box-sizing: border-box;
}

th {
	color:#757475;
	text-align:center;
	padding:10px;
	font-weight:bold;
}

.text-set {
	font-size: 1.2em;
	color: #434343;
}

.mailsend {
	color: #990000;
    font-size: 1.4em;
    font-weight: bold;
	text-align: center;
}

.mailsend02 {
	color:#614e40;
    font-size: 1.2em;
	text-align: center;
}

.completenav {
    border: 2px dashed #000000;
    padding: 15px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.btn_innerBox {
	margin: 10px 0;
}

.btn_innerBox>a {
	margin: 0 5px;
}

.btn_innerBox>a:first-child {
	margin-left: 0;
}

.btn_innerBox>a:last-child {
	margin-right: 0;
}

/*-----------------------------------table data-----------------------------------*/
table.data {
	width: 100%;
	border-top: 1px solid #333333;
	table-layout: fixed;
}

.data th,
.data td {
	border-bottom:  1px solid #333333;
}

.data th {
	background: #e8e8e8;
	text-align: left;
}

.data td {
	padding: 10px;
	word-wrap: break-word;
}

/*-----------------------------------toolTip-----------------------------------*/
.toolTip{
	position: relative;
	display: inline-block;
	margin: 2px 0 0 2px;
}

.toolTip img {
	vertical-align: baseline;
}

.toolTip span {
    background-color: #faf5e5;
    border: 1px solid #624C36;
    border-radius: 5px;
    color: #624C36;
    display: block;
    left: 20px;
    line-height: 1.9em;
    padding: 0 3px;
    position: absolute;
    text-decoration: none;
    top: 20px;
    visibility: hidden;
    width: 230px;
	font-weight: normal;
	text-align: left;
	font-size: 1em;
}

a.toolTip:hover,a.toolTip:hover span{
	visibility: visible;
	z-index: 100;
}

.toolTip2{
	display: block;
    float: right;
	position: relative;
	margin-top: 10px;
}

.toolTip2 span {
    background-color: #faf5e5;
    border: 1px solid #624C36;
    border-radius: 5px;
    color: #624C36;
    display: block;
    left: 20px;
    line-height: 1.9em;
    padding: 0 3px;
    position: absolute;
    text-decoration: none;
    top: 20px;
    visibility: hidden;
    width: 220px;
}

a.toolTip2:hover,a.toolTip2:hover span{
	visibility: visible;
	z-index: 100;
}

/*-----------------------------------table type_set-----------------------------------*/

table.type_set {
	width: 560px;
	padding: 15px;
}

.type_set td {
	width: 220px;
	height: 180px;
	border: 15px solid #FBE9CE;
	padding: 10px;
	text-align: center;
	background: #ffffff;
}

/*-----------------------------------table list-----------------------------------*/

.list th.title {
	background: #D1C7BF;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: normal;
	color: inherit;
}

.list th.subTitle {
	background: #E8E8E8;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 10px;
	color: inherit;
	font-weight: normal;
}

table.list {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
}

.list td {
	border-left: 1px solid #999;
	padding: 10px;
}

.list td {
	border-top: 1px solid #999;
}

.list td.listBorderColor,
.list th.listBorderColor {
	border-color: #999;
}

td.borderDot {
	border-top: 1px dotted;
}

.borderSolid_top {
	border-top: 1px solid;
}

.bh {
	color: #FF0000;
}

.redcolor {
	color: #FF0000;
}

.darkredcolor {
	color: #990000;
}

.browncolor {
	color:#614e40;
}

.browncolor_L {
	font-size: 1.2em;
	font-weight: bold;
	color:#614e40;
}

.darkredcolor_L {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}

.required {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}

.err_message {
	font-weight: bold;
	color: #FF0000;
}

.message {
	font-weight: bold;
	color: #990000;
}

.mypageTopRightArea {
	width: 580px;
	margin: 0 auto;
}

.notice_redbox {
	border: 2px solid #F03;
	padding: 10px;
	margin: 20px auto 10px;
	color: #F03;
}

.t_list2 {
	width: 380px;
}

.t_list2_top {
	margin-top: 15px;
}

/*-----------------------------------table menubar----------------------------------*/
table.menubar {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 20px;
}


.menubar td {
	text-align: right;
	padding: 0 3px;
}

.img_set {
	display: block;
	margin: 0 auto;
}

.img_set2 {
	margin: 17px 0;
}

td.border_set {
	border-right: 2px solid #624f41;
}

/*hover btn*/
a.img01 {
	display: block;
	width: auto;
	height: 18px;
	background:url(../images/common/img_button.png) no-repeat;
	padding-left: 23px;
	margin: 0 auto;
	text-align:left;
}

.img01:hover{
	background-position:left bottom;
}

a.img02 {
	background-color: #ffffff;
	color: #7A6A56;
	text-align: center;
	padding: 0 5px;
}

.img02:hover{
	background-color: #7A6A56;
	color: #ffffff;
}

.img03 {
	background-color: #7A6A56;
	color: #ffffff;
	padding: 0 5px;
}

.img03:hover {
	background-color: #7A6A56;
	color: #ffffff;
}

/*----------------------------------list submenubar---------------------------------*/

ul.submenubar {
	font-size: 1.2em;
	list-style-type: none;
	margin-top:10px;
}

ul.submenubar li {
	float: left;
	padding-left: 20px;
}

/*----------------------------------list side_data---------------------------------*/

.side_nav {
	float: left;
	width: 200px;
}

ul.side_data {
	border-top: 3px dotted #CCCCCC;
	list-style-type: none;
}

.side_data li {
	border-bottom: 1px solid #CCCCCC;
    padding: 8px 0;
	font-size: 0.9em;
}

.unlink {
	color: #ccc;
}

/*---------------------------------- table photoDetails ---------------------------------*/
.photoDetails {
	border: 1px solid #614E40;
	border-collapse: collapse;
	height: 210px;
}

.photoDetails th {
	background-color: #8f735e;
	border: 1px solid #614E40;
	color: #fff;
	font-weight: bold;
}

.photoDetails td {
	border: 1px solid #614e40;
	padding: 0 12px;
	background-color: #FBE9CE;
}

/*---------------------------------- Q&A ---------------------------------*/

dl.list_qa {
	width: 100%;
}

.list_qa > dt {
	background-color: #f1edea;
	padding: 13px;
	margin:12px 0;
	text-align: left;
	font-size: 1.1em;
	color: #614e40;
	cursor: pointer;
}

.list_qa > dt:hover{
	color: #f68029;
}

.list_qa > dd {
	margin: 0; /* これが無いと<dt>と幅が揃わない */
	background-color: #ffffff;
	color: #595959;
	padding: 13px 13px 24px 13px;
}

/*================================<マイページMENU>================================*/
/*================================rink hover button===============================*/

/*枠線付きボックスの中にある黒字の見出し*/
.title_innerBox {
	padding: 0 0 5px 0;
	font-size: 1.2em;
	height: 14px;
	line-height: 14px;
	color: #434343;
}

.nextpage {
	font-size: 1.2em;
	text-decoration: underline;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.no_data {
	width: 100%;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	color: #555555;
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.error_message {
	width: 100%;
	border: 2px solid #ff0000;
	color: #333333;
	text-align: center;
	padding: 10px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.error {
	color: #ff0000;
    font-size: 1.4em;
    font-weight: bold;
}

.error02 {
	color:#614e40;
    font-size: 1.25em;
}

.underline {
	text-decoration: underline;

}

.formCaution {
	text-align: right;
	margin-bottom: 3px;
}

/*===============================<マイページ>===============================*/
/*===============================button hover===============================*/

.buttonbar {
	width: 153px;
	margin: 18px auto 0;
	line-height: 0;
}

.buttonbar_L {
	width: 330px;
	margin: 18px auto 0;
}

.btnNext {
	display: inline-block;
	width: 153px;
	background-image:url(../images/common/btnNext.png);
	height: 15px;
	line-height: 15px;
	font-size: 1.25em;
	padding: 12px 0;
	text-align: center;
	color: #43362c;
}

.btnNext:hover{
	color: inherit;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.btnNext_flexible {
	background:url(../images/common/btnNext_right.png) top right no-repeat;
	display: inline-block;
	/*float: left;*/
	color: #43362c;
	position: relative;
}

.btnNext_flexible span {
	background:url(../images/common/btnNext_left.png) top left no-repeat;
	display: inline-block;
	float: left;
	height: 15px;
	line-height: 15px;
	font-size: 1.25em;
	/*padding: 13px 37px 13px 47px;*/
	padding: 13px 0 13px 25px;
	text-align: center;
	color: #43362c;
	margin-right: 25px;
}

.btnNext_flexible:hover {
	color: inherit;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


.btnNext_dis {
	background-image:url(../images/common/btnNext.png);
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	display: block;
	width: 153px;
	height: 15px;
	line-height: 15px;
	font-size: 1.25em;
	padding: 12px 0;
	text-align: center;
}

.btnBack {
	background-image:url(../images/common/btnBack.png);
	display: block;
	width: 153px;
	height: 15px;
	line-height: 15px;
	font-size: 1.25em;
	padding: 12px 0;
	text-align: center;
	color: #43362c;
}

.btnBack:hover{
	color: inherit;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

a.button08 {
	display: block;
	width: 62px;
	height: 20px;
	background-image:url(../images/mypage/btn_again.png);
	background-position: left top;
	margin: 0 auto;
	color: #43362c;
}

.button08:hover{
	background-position:left bottom;
}

/*===========================<新規会員登録ページ>===========================*/
/*===============================button hover===============================*/
.back_next {
	width: 514px;
	margin: 20px auto 60px;
}

.btnNext_L {
	display: block;
	width: 245px;
	height: 15px;
	line-height: 15px;
	padding: 12px 0;
	text-align: center;
	margin: auto;
	background-image:url(../images/member/btnNext_L.png);
	color: #43362c;
	font-size: 1.25em;
}

.btnNext_L:hover{
	color: inherit;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.text_notice {
	width: 100%;
	border: 1px solid #333333;
	color: #333333;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

td.topcolor {
	background: #D1C7BF;
}

td.subcolor_nonb {
	background: #fefecc;
	border-left: none;
}

.center_set {
	width: 565px;
	margin: auto;
}

.text_set {
    text-align: center;
	color: #412211;
	font-size: 1.2em;
	font-weight: bold;
}

.font_s {
	font-size:0.9em;
}

.img_set02 {
	display: block;
	margin: 0 auto 10px;
}

.guidePopup {
	margin-right: 10px;
}

table.item {
	border-collapse: collapse;
	border: 1px solid #614E40;
	width: 100%;
}

.item th {
	color: #FFF;
	background-color: #8f735e;
	line-height: 20px;
	vertical-align: middle;
	padding: 3px;
	font-weight: bold;
	border-left: 2px dashed #614E40;
}

.itemTitle {
	color: #FFF;
	background-color: #8f735e;
	line-height: 20px;
	vertical-align: middle;
	padding: 3px;
	font-weight: bold;
}

.itemTd {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #614E40;
	width: 50%;
}

.item ul {
}

.item li {
	list-style: none;
	width: 50%;
	height: 176px;
	border-right: 1px dotted #614E40;
	box-sizing: border-box;
	padding: 1rem;
	position: relative;
	background-color: #FBE9CE;
}

.item li:last-child {
	border-right: none;
}

.item .caption {
	position: absolute;
	bottom: 12px;
	left: 33px;
	right: 33px;
}

.imgLie {
	margin: 14px 0;
}

img.selected {
	border: 3px solid #fc9815;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;}

/*------------------------ここまで------------------------*/
.item tr:first-child th:first-child,
.item td:first-child {
	border-left: none;
}

.itemTitle:first-child th:first-child,
.itemTitle:first-child {
	border-left: none;
}



th.bC02 {
	background-color: #614E40;
}

dl.set_image {
	float: right;
	width: 150px;
	background-color: #FBE9CE;
	padding: 12px;
	border: 1px solid #614e40;
}

.set_image .price {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: 2em;
}

/************************************************************************************
*************************************errors page*************************************
************************************************************************************/

.center_container {
	width: 100%;
	border: 5px solid #CCC;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.bold_caution {
	background: url(../images/common/img_caution.png) no-repeat;
	color: #990000;
    font-size: 1.4em;
    font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0 15px 60px;
	margin-bottom: 15px;
}

.sub_caution {
	color: #990000;
    font-size: 1.25em;
    font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}


/************************************************************************************
************************************* item.html *************************************
************************************************************************************/

#slideshow {
    background: #604C3F url("../images/about/shadow-slide.png") no-repeat scroll center bottom ;
	padding-bottom: 30px;
	margin: 0 auto;
	color: #FFF;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}

.main03 {
	clear: both;
    background: url("../images/about/img_main03.jpg") no-repeat scroll center bottom  ;
	width: 845px;
	height: 370px;
	margin: 10px auto 0;
}


.widget {
    margin-bottom: 30px;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}

div.aligncenter, img.aligncenter {
    display: block;
    float: none;
	margin: 0 auto;
}

.caution {
    background: url("../images/about/img_caution.jpg") no-repeat scroll 0 0 ;
    margin: 10px 0 5px 50px;
    padding: 0 10px 20px 40px;
}

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    height: auto;
    max-width: 100%;
}

.content2 {
    margin: 0 auto;
    width: 660px;
}

.categoryList {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.categoryList li {
	display: table-cell;
	padding: 5px;
}

.categoryList li:first-child {
	margin-left: 0;
}

.categoryList li:last-child {
	margin-right: 0;
}

.content_title {
	color: #614e40;
	font-size: 1.4em;
	margin-bottom: 12px;
	font-weight: bold;
}

.content_text_bg {
	background: url(../images/about/textBg.jpg) center no-repeat;
    margin-top: 10px;
	height: 254px;
	position: relative;
}

.content_text {
    line-height: 2em;
	font-size: 1.2em;
	width: 460px;
}

.content_text_position {
	position: absolute;
	left: 80px;
	top: 40px;
}

.content_img {
	width: 300px;
}

.news {
	margin: 0 auto;
}

.newsTitle {
	background-color: #b8b8b8;
	color: #3d3d3d;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 1.2em;
    border: 1px solid #CCC;
}

.newsText {
    border: 1px solid #CCC;
	border-top: none;
    overflow: hidden;
    padding: 6px;
	line-height: 1.6em;
}

.newsText_date {
	margin-right: 1em;
	display: inline-block;
	float: left;
}

.newsText_details {
	display: inline-block;
	float:left;
}

.newsText a{
	text-decoration: underline;
}

.newsText a:hover{
	text-decoration: none;
}

.newBtn {
	background-color: #FF9900;
	color: #FFF;
	font-weight: bold;
	padding: 1px 5px;
}

table.sns_button {
	float: right;
}

.sns_button td {
	vertical-align: top;
	padding: 0 3px;
}

.snsBox {
	margin-right: -40px;
}

/*--------------------------------table productList--------------------------------*/

table.productList {
	margin: 0 auto 50px;
	width: 600px;
	border-collapse: collapse;
}

.productList th {
	border: 1px solid #999999;
	background: #e8e8e8;
	padding: 3px;
}

.productList td {
	border: 1px solid #999999;
	text-align: center;
	color: #333;
}

/**************************************calendar*****************************************/

ul.calender {
    margin: 0 auto;
	list-style-type: none;
}

ul.calender li {
    float: left;
    height: 180px;
    padding: 10px 30px;
}

table.calender_t {
	color: #666666;
}

.calender_t td {
	width: 20px;
	height: 18px;
	text-align: center;
}

.calender_message {
	text-align: right;
	margin: 10px 0;
	padding: 0 30px;
}

/****************************************faq*******************************************/

ul.qa_list {
	list-style-type: none;
	margin: 10px 0;
	width: 550px;
}

.qa_list li {
	padding: 2px;
}

.bold_set {
	font-size: 1.2em;
	font-weight: bold;
	color: #614E40;
}

table.a_list {
	list-style-type: none;
	margin: 5px 0 50px ;
}

.a_list td {
	padding-top: 4px;
	color: #595959;
}

td.font_color2 {
	color: #F29600;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 5px 0 0;
	vertical-align: top;
}

.list_set {
	list-style-type: disc;
	margin-left: 1.3em;
}

/***************************************guide******************************************/

/* add @inoue 2015/05/15 guide ------------------------------ HEAD */
dl.guide {
	width: 100%;
	margin: 0;
}

dl.guide dt {
	font-size: 100%;
	font-weight: bold;
	width: 140px;
	margin-top: -0.8em;
}

dl.guide dd {
	margin: -1.4em 0 0 0;
	padding: 0 0 0 140px;
	line-height: 1.2em;
}

img.step {
	max-width: 660px;
}

img.inline {
	height: 13px;
	vertical-align: middle;
	padding-bottom: 3px;
}
/* add @inoue 2015/05/15 guide ------------------------------ TAIL */

/***************************************common******************************************/

#min-width {
	min-width: 0;
}

.h3_num {
	padding: 3px 0;
	vertical-align: middle;
	height: 35px;
	border-bottom: 3px dotted #604C3F;
	margin: 12px 0;
}

.h3_num span {
	color: #604C3F;
	background: url(../images/about/step_title.png) no-repeat;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.h3_bg {
	background: url("../images/about/title_scene.png") no-repeat scroll 0 0 ;
	color: #FFF;
	padding: 5px 0 6px 20px;
	font-size: 1.6em;
	margin-bottom: 18px;
}

.h3_border {
	border-bottom: 3px dotted #604C3F;
    margin: 3px auto;
}

.contentsBox {
	margin:0 auto 48px;
	width: 95%;
}

.text_set2 {
	font-size: 1em;
    line-height: 1.8em;
	padding-left: 30px;
	margin: 10px 0;
}

#container {
    background: url("../images/common/Bg.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    text-align: left;
    width: 1004px;
}

#pagetopComp {
    bottom: 20px;
    position: fixed;
    right: 0;
}

.popupH2 {
	margin-top: 10px;
}

.bold {
	font-weight: bold;
}
/* ---------------------------------------------
 * 2018/02/07 inoue add
 * --------------------------------------------- */
p.inline {
	line-height: 1.18em;
	margin-bottom: 0;
}

.shopping_guide img.bnr_paypal {
	margin: 0 0 0.83em -1.0em;
}

}