@charset "Shift_JIS";

* {
	font-style: normal;
	margin: 0px;
}

.kihon{
width: 950px;
margin-right: auto;
margin-left: auto;
}


/** ----- リンク ----- **/
a img {
	border-style: none;
}
a:link {
	color: #0f6f0f;
	text-decoration: underline;
}
a:visited {
	color: #0f6f0f;
	text-decoration: underline;
}
a:hover {
	color: #80eb41;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}



/** ----- h1 ----- **/
h1{
margin-top: 20px;
margin-bottom: 40px;
padding-left: 223px;
}


/** ----- コンテンツボックス -----**/
.box{
margin-left: 20px;
}


/** ----- h2 -----**/
h2{
margin-bottom: 20px;
}


/** ----- 商品紹介　見出し -----**/
h3{
margin-bottom: 20px;
font-size: 22px;
}

h3 img{
margin-bottom: -3px;
margin-right: 5px;
}


/** ----- 商品紹介　ボックス -----**/
.shoukai{
width: 400px;
margin-left: 30px;
margin-bottom: 8px;
float: left;
}

.shoukai img{
border: 1px solid #999;
}

/** ----- 商品紹介　キャッチコピー -----**/
.shoukai-copy{
text-align: center;
font-weight: bold;
font-size: large;
color: #ff3333;
line-height: 130%;
margin-top: 20px;
}


/** ----- 商品紹介　種類 -----**/
.shoukai ul{
margin-top: 3px;
margin-bottom: 5px;
margin-left: 40px;
line-height: 130%;
}


/** ----- 商品紹介　人前・値段 -----**/
.shoukai-nedan{
text-align: right;
}


/** ----- 商品紹介　原材料 -----**/
.shoukai-genzairyou{
color: #333;
font-size: 80%;
line-height: 120%;
margin-left: 10px;
}


/** ----- 商品紹介　小画像 -----**/
.shoukai-img-s{
margin-left: 5px;
margin-bottom: 5px;
}


/** ----- 購入案内 -----**/
.kounyuu{
width: 740px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
padding: 25px;
border: 4px dotted #0f6f0f;
text-align: center;
line-height: 120%;
}


/** ----- フッター -----**/
.footer{
text-align: center;
border-top: 2px dotted #333;
margin-bottom: 30px;
padding-top: 20px;
line-height: 140%;
}


/** ----- 申し込みフォーム -----**/
.mousikomi-box{
margin-right: 100px;
margin-left: 120px;
margin-bottom: 60px;
}

.mousikomi-naiyou{
margin-left: 40px;
}

.mousikomi-atesaki{
line-height: 200%;
}

.mousikomi-atesaki table{
border: 1px solid #ff6600;
margin-left: 30px;
}

.td-left{
border-bottom: 1px dashed #ff6600;
border-right: 1px dotted #ff6600;
}

.td-right{
border-bottom: 1px dashed #ff6600;
}

.td-left-bottom{
border-right: 1px dotted #ff6600;
}