﻿@charset="utf-8";

/*index*/

#index_billboard {
  margin-top: 5px;
}
#container	{
	margin-top: 5px;
}
.news{

}
.osusume	{
	width: 475px;
	height: 120px;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.news dl {
	padding: 10px 0 10px 10px;
}
.news dt {
	font-weight: bold;
	text-decoration: underline;
}
.news dd {
	padding: 5px 30px 0 0;
	font-size: 12px;
	line-height: 1.3;
}
.news dd strong	{
	color: crimson;
	font-weight: bold;
}
.cake_image{
	float:left;
	width:150px;
	padding-right:10px;
}
.cake_data{
	float:left;
	width:315px;
}
h4	{
	color: mediumblue;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.btn_area li 	{		/*追加修正箇所20120825*/
	float:left;
	display:block;
	list-style-type:none;
	margin: 10px 10px 0 0;
}

/*products*/

.products_list a	{
	margin-left: 10px;
	font-size: 12px;
	color: mediumblue; 
} 
.products_h3	{
	font-size: 16px;
	background-color: #7c0725;
	color: #fff;
	line-height: 30px;
	padding-left: 5px;
}


/*shop*/

.shop_data	{
	line-height: 2;
	width: 475px;

}
.shop_data th	{
	text-align: right;
	font-weight: bold;
	background-color:#ffd8f3;
}
.shop_data td	{
	background-color: #f3f3f3;
}
.shop_data th,.shop_data td	{
	border: 1px solid #ccc;
	border-collapse:collapse;
	border-spacing: 0;	/*効果なし？*/
}

/*order*/
.order_form	{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.submit	{
	padding-top: 10px;
}
