@charset "utf-8";
/* CSS Document */


/* 【インデックス】スタイル*/

@import "reset_style.css";
@import "base.css";


/* オリジナルスタイル */

.s_font{
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}

.m_font{
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

.l_font{
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}












/* コンテンツスタイル */

.contents {
}

#info {
	height: 33px;
	padding: 17px 120px 0 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #ffffff;
	background-image: url(../images/base/title_back.jpg);
	background-repeat: no-repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.shop_img {
	width: 580px;
	height: 165px;
}

.dsta_img {
	width: 580px;
	height: 165px;
}

.box {
	width: 545px;
	margin: 0px 15px 30px 20px;
}

.new {
	float: left;
	width: 350px;
	margin: 8px 0 0 0;
}

.link_img {
	float: right;
	width: 180px;
}

.pickup {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 72px;
	background-image: url(../images/index/info_icon.jpg);
	background-repeat: no-repeat;
	border: 5px dashed #ffbb99;
}

h3 {
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #aaaaaa;
	border-left: 10px solid #ff8800;
	color: #505050;
}

.set {
	border-bottom: 2px dotted #cccccc;
}

.date {
	float: left;
	width: 70px;
	padding: 10px 5px 10px 5px;
	color: #333333;
	line-height: 17px;
	font-size: 12px;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.new_text {
	float: right;
	width: 250px;
	padding: 10px 10px 10px 0;
	color: #333333;
	line-height: 17px;
	font-size: 12px;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.link_list li {
	margin: 0;
	padding: 0;
	height: 60px;
}





