/*
 初期化
-------------------------------------------------------------------------*/
.ui-content .h1{
	color: #5E87B0;
	font-size: 17px;
	text-shadow: 1px 0 0 #FFF;
}
.ui-content .h1_a{
	color: #5E87B0;
	font-size: 17px;
	text-shadow: 1px 0 0 #FFF;
	margin-bottom: -10px;
}
.ui-content .h2{
	font-size: 15px;
	text-shadow: 1px 0 0 #FFF;
}
.ui-content .h2_a{
	font-size: 15px;
	text-shadow: 1px 0 0 #FFF;
	margin-top: 40px;
}
.ui-content .h2_b{
	background: #FEF3E7;
	width: auto;
	font-size: 15px;
	text-shadow: 1px 0 0 #FFF;
	border-bottom: 1px solid #EABD8D;
	padding: 5px 5px 5px 0;
}
.ui-content .p1{
	font-size: 12px;
}
.ui-content .p2{
	font-size: 12px;
	margin-top: -12px;
}
.ui-content .p3{
	font-size: 13px;
}
.ui-content .p4{
	font-size: 13px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.ui-content .p5{
	font-size: 14px;
	padding-left: 15px;
}
.ui-content .p6{
	font-size: 14px;
	margin-bottom: -10px;
	font-weight: bold;
}
.ui-content .p7{
	font-size: 12px;
	color: #783E00;
	text-align: center;
}
.ui-content .p8{
	font-size: 12px;
	color: #783E00;
}
.ui-content .p9{
	font-size: 12px;
	background: #FEF3E7;
	color: #783E00;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
.ui-content .p10{
	background: #FFF;
	text-align: center;
	margin: 0;	
}
.ui-content .p11{
	font-size: 12px;
	background: #FEF3E7;
	color: #783E00;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCC;
	margin: 0;
}
.ui-content .p12{
	font-size: 12px;
	background: #FFF;
	text-align: center;
	border-left: 1px #DFDFDF solid;
	border-right: 1px #DFDFDF solid;
	margin: 0;	
}
img{
	max-width: 100%;
	height: auto;
	border:0;
}
div#map{
	width: 100%;
	height: 400px;
	border: 4px solid white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.triangle1{
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #999;
	margin-top: 20px;
	margin-bottom: -28px;
}


/*
 背景修飾
-------------------------------------------------------------------------*/
.bg000{
	background: #000;
}
#yutori{
	width: auto;
	background: #FFF;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;	
}
#kitei{
	width: auto;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;	
}


/*
 リンク
-------------------------------------------------------------------------*/
a {
	background: none;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration:underline;
}

/*
 折り返し表示
-------------------------------------------------------------------------*/
.wordbreak{
	verflow: visible;
	white-space: normal;
}

/*
 スペース
-------------------------------------------------------------------------*/
.spc05{
	margin-left: 5px
}
.spc10 {
	margin-left: 10px;
}
.spc15 {
	margin-left: 15px;
}
.spc28 {
	margin-left: 28px;
}


/*
 文字修飾
-------------------------------------------------------------------------*/
.bold{
	font-weight: bold
}
.red{
	color: #F00;
}
.F90{
	color: #F90;
}
.size08{
	font-size: 8px;
}
.size10{
	font-size: 10px;
}
.size12{
	font-size: 12px;
}
.step01{
	color: #783E00;
	background: #EABD8D;
	padding: 5px;
}
.step02{
	color: #783E00;
	padding: 5px 5px 5px 15px;
}
.goods{
	background: #99F;
	color: #FFF;
	padding: 1px 2px;
	margin-right: 5px;
}


/*
 テーブル修飾
-------------------------------------------------------------------------*/
#kitei_size table{
	width: 100%;
	background: #FFF;
	font-size: 12px;
	border-left: 1px #DFDFDF solid;
	border-right: 1px #DFDFDF solid;
	border-collapse: collapse;
}
#kitei_size table tr{
	width: auto;
	border: 1px solid #CCC;
}
#kitei_size table th{
	width: auto;
	background: #FEF3E7;
	border: 1px solid #CCC;
}
#kitei_size table td{
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
}


/*
 位置決め
-------------------------------------------------------------------------*/
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.margin_top-20{
	margin-top: -20px;
}
.margin_btm-10{
	margin-bottom: -10px;
}


/*
 送料欄の枠設定
-------------------------------------------------------------------------*/
.delivery_p{
	padding: 40px 0;
	border: 1px solid #999;
	width: auto;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: url(../m/Images/info/truck01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*
 ベルベット画像寄せ
-------------------------------------------------------------------------*/
.vel_right{
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
}