@charset "utf-8";

/*///////////////////////////////////////////////スタイルリセット*/

body, div, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
a {outline:none;}

img {
	border-style: none;
}



body{
	background:#ffffff;
	font-size:18px;
	line-height:2em;
	color: #ffffff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width : 780px) {
body{	font-size:15px;
line-height:1.5em;}
}

/*共通スタイル*/
a,a:link{
	color: #00F;
	text-decoration: underline;
}
a:visited{
	color: #60C;
	text-decoration: underline;
}
a:active,a:hover{
	color: #FF6600;
	text-decoration: underline;
}
/*画像ボタンにリンクが貼られていると、マウスオーバーで光って見えるスタイル*/
a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}

.clear{
clear:both;
}
.photo{
}
.photoL{
	float:left;
	display:block;
}

.photoR{
	float:right;
	display:block; width:470px; margin:0 20px 0 0;
}



@media screen and (max-width: 500px) {
.photoL{
	float:none;
	display:block; width:100%; height:auto;
}

.photoR{
	float:none;
	display:block;
}
}


p{
	margin-bottom:1em;
}
/*フロートを含む親要素にこのクラスを追加する*/
.clearfix:after{/*:after議事要素とcontentプロパティによってボックスの最後に.を生成。これをブロックボックスにして回り込みの解除を*/
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
/*主に:after疑似要素をサポートしていなブラウザ向けのスタイル*/
.clearfix{display:inline-block;}
/*\*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/**/
/*///////////ここまで////////////////*/



img{
	display:block;
}



#wrapper {
	background-color: #FFF;
	width:974px;
	margin:10px auto;
}
#content{
	margin:10px auto;
	width:974px;
}
h1.page_ttl{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:10px;
	padding:10px 0 0 0;
}
h2.cvp{
	margin:20px 0;
	font-size:18px;
	font-weight:normal;
	line-height:1.3em;
	padding:4px 10px;
	background:#F2E1D2;
	
}
h2.supple{
	font-size:24px;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
	margin:20px 0;
	padding:10px 10px 10px 10px;
		border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: rgb(180,227,145);
background: -moz-linear-gradient(top,  rgb(180,227,145) 0%, rgb(97,196,25) 50%, rgb(180,227,145) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(180,227,145)), color-stop(50%,rgb(97,196,25)), color-stop(100%,rgb(180,227,145)));
background: -webkit-linear-gradient(top,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%);
background: -o-linear-gradient(top,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%);
background: -ms-linear-gradient(top,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%);
background: linear-gradient(to bottom,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );

}
#content h3{
	background:#E1D7CE;
	padding:4px 20px;
	font-size:22px;
	line-height:1.2em;
	margin:10px 0;
			border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.go_cart{
	margin:20px auto;
	width:550px;
	height:auto;
}
.soudan{
	background:#FFEFBE;
	font-size:90%;
	margin:10px 0 20px 0;
	padding:10px;
	border:#A8C761 3px solid;
}
h2.soudan_ttl{
	color:#F60;
	margin:4px 0;
}

@media screen and (max-width : 780px) {
#wrapper {
	background-color: #FFF;
	width:92%;
	margin:10px auto;
}
#content{
	width:96%;
	margin:0 auto;
}
img.photo{
	width:100%;
	display:block;
	height:auto;
}
.go_cart{
	margin:20px auto;
	width:300px;
	height:auto;
}

}

/* デフォルトテーブル
----------------------------------------------- */
table.siyou{
	margin: 15px auto 20px auto;
	width: 100%;
	border: 1px solid #222;
	text-align: left;
 border-collapse: collapse;
  border-spacing: 0;
}
table.siyou th,table.siyou td{
	padding: 8px;
	border: 1px solid #222;
	font-size: 15px;
	line-height:1.3em;
	color:#000;
}
table.siyou th{
	background:#EEE4D7;
	font-weight: bold;
	width:140px;
}
@media screen and (max-width : 780px) {
table.siyou th{
	width:20%;
}
}

footer{
	margin:0;
}
footer ul#home_navi {
	margin:10px 0 10px 0;
	padding:0;
}
footer ul#home_navi li {
	display: inline-block;
}

footer  ul#home_navi a {
	margin: 4px 2px;
	padding: 0 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background:#8A6048;
	text-decoration: none;

}
footer  ul#home_navi a:hover {
	color: #ffffff;
	background:#DD741E;
}
#f_area{
	background:#222;
	color:#fff;
	padding:10px;
	margin:0;
}
#f_area .logo{
	float:left;
	margin:0 20px 0 20px;
}
#f_area .f_add{
	float:left;
	margin:40px 0 0 0;
	font-size:18px;
	line-height:1.4em;
}
#f_area a{
	color:#9C0;
}
#f_area h3.f_ttl{
	background:none;
	font-size:15px;
	border-bottom:1px dotted #FFFFFF;
	margin:0 0 20px 0;
	border-radius:0;
	padding:0:
}
footer .f_catch{
	font-size:13px;
	text-align:center;
	background:#ededed;
	margin:0;
}
footer .copyright{
		font-size:11px;
	text-align:center;
}


/* ウフランディング用
----------------------------------------------- */

.orenge { background-color:#f08200;}
.orenge p { margin:10px; line-height:26px;}

.blue { background-color:#00afcc;}
.blue p { margin:10px; line-height:26px;}


.space_ss { height:5px; font-size:0px; line-height:1px; clear:both;}

.space_s { height:10px; font-size:0px; line-height:1px; clear:both;}

.space_m { height:15px; font-size:0px; line-height:1px; clear:both;}

.space_l { height:20px; font-size:0px; line-height:1px; clear:both;}

.clear { clear:both; height:1px; font-size:0px; line-height:1px;}

h2 { margin: 20px 0;}

.btn { width:100%; text-align:center;}
.btn img { display:inline;}

.torihiki { padding:3px 0 0 0;}
.torihiki li { float:left; margin:0 10px 0 0; list-style:none;}

.torihiki li a { color:#333333;}
