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


#footer {
	width: 820px;
	clear: left;
	padding-top: 10px;
	border-top: thin solid #999;
	
}
#footer img {
	border: none;
	
}
.mtb20{
	margin: 20px 0;
	
}
.mb20{
	margin-bottom: 20px;
	
}

.title12red {
    color: #900;
    font-weight: bold;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: thin dotted #900;
    font-size: 10px;	
}




/* アレンジメント＆ブーケ */
.f_text1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	vertical-align: top;	
}

.newB {
	margin: 10px 0 15px 0;
	font-size: 14px;
	color: #900;
	border-left: thick solid #900;
	padding-left: 15px;
	text-align: left;
}

.flower {
	clear: both;
	float: none;
	overflow: hidden;
}

.flower table tr td {
	width:200px;
	padding:0 10px 10px 0;
	vertical-align:top;
	
}
.flower table tr td img {
    border: thin solid #999;
    max-width: 100%;
    height: auto;
}

.button2 {
	display: inline-block;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	padding:0 10px;
	outline: none;
	background-color: #fff;
	color: #333;
	border:thin solid #333;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:20px 0;

}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2:hover {
	background-color: #333;
	color: #fff;
	border:none;
}


.button3 {
	display: inline-block;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	padding:0 10px;
	outline: none;
	background-color: #fff;
	color: #900;
	border:thin solid #900;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:20px 0;

}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3:hover {
	background-color: #900;
	color: #fff;
	border:none;
}







/* 花器 */
#vase {
	margin: 20px auto;
	
	
}

#vase tr td {
	text-align: center;
	vertical-align:top;
	border: thin solid #ccc;
}

#vase tr td img {
	max-width:100%;
	height:auto;
	display: block;
	
}
.v_txt {
	font-size: 11px;
	padding: 20px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}

.button {
	display: inline-block;
	width: 100px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
	background-color: #333;
	color: #fff;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top:10px; 

}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	color: #333;
	border:thin solid #333;
}



/* 母の日 */

h1.lead{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 150%;
	color: #C00;
}
#newM {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #900;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #900;
	padding-left: 15px;
	text-align: left;
}

/* イベントの日 */

.event {
display: inline-block;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	font-size:18px;
	font-weight: 600;
	padding:0 10px;
	outline: none;
	color: #900;
	border:2px solid #900;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:20px 0 0 0;
}