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


.div_messageboard{
	width:680px;
	height: auto;	/* オリジナルは350px	*/
}


.div_message_blockleft{
	width:340px;
	height:350px;
	float:left;
}



.div_message_blockright{
	width:320px;
	height:350px;
	text-align:center;

	float:left;
}

.image_hot_cocktail{
	width:300px;
	height:350px;
	border:none;
}

.image_monthmessage_banner{
	width:340px;
	height:76px;
	border:none;
}

.image_monthmessage_banner_big{
	width:340px;
	height:350px;
	border:none;
}


.div_osusume_all {
	width: 680px;
	height: auto;
	padding-bottom: 20px;
	text-align: center;
}
.div_osusume_all img {
	width: 680px;
	height: auto;
	border: none;
}

.div_reset_1px {
	width: 980px;
	height: 1px;
	clear: both;
}

.div_reset0 {
	width: 100%;
	height: 0;
	clear: both;
}

.div_monthly_full {
	width: 100%;
	clear: both;
	border: none;
}

.div_monthly_full img {
	width: 100%;
	border: none;
}

/*======================================================================+
	おすすめメッセージショート											+
=======================================================================*/

.mesasage_block {
	width: 100%;
	text-align: left;
	word-wrap: break-word;
	padding-left: 1em;
	box-sizing: border-box;
}




/*======================================================================+
	お知らせページおすすめドリンク・フード表示設定						+
=======================================================================*/
.div_drinkbox{
	width:680px;
	height:auto;
}

.div_drinktitile{
	width:680px;
	height:auto;
	font-size:26px;
	font-weight:bold;
	line-height:normal;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

	.div_drinktitile img {
		width: 100%;
		height: auto;
		border-radius: 10px;			/* 以下3行　角丸目　径サイズ	*/
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

/*======================================================================+
オススメ　カテゴリー　詳細　左　商品画像設定							+
=======================================================================*/
.div_drink_category {
	width:680px;
	height:auto;
	font-size:24px;
	font-weight:bold;
	line-height:normal;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

.div_drink_photo {
	width: 20%;
	height: auto;
	float: left;
	text-align: center;
}
	.div_drink_photo img {
		width: 100%;
		height: auto;
		border: none;
	}

/*======================================================================+
	オススメ詳細メッセージ　右エリア設定								+
=======================================================================*/
.div_drinkdetail{
	width: calc(80% - 2em);
	height:auto;
	float:left;
	overflow-wrap: break-word;
}
	.div_drinkdetail img {
		width: 100%;
		height: auto;
		border-radius: 15px;			/* 以下3行　角丸目　径サイズ	*/
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		}
	.div_drinkdetail table {
		width: calc(100% - 1em);
		height: auto;
		border: none;
		margin-top: 30px;
	}

.td_c1 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.td_c2 {
	font-size: 14px;
	text-align: right;
}

.td_c3 {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}

.td_spcial {
	font-size: 26px;
	font-weight:bold;
	color: #FFF;
	text-align: center;
	background-color: #F00;
}



.image_oshirasedrink{
	width:110px;
	height:auto;
	border:none;
}

.image_oshirasedrink_price{
	width: 100%;
	height:auto;
	border:none;
}


.div_cleaerbox{
	width: 100%;
	height: 1px;
	clear:both;
}


.ods_temp_block {
	display: block;
	width: 100%;
}

.ods_temp_block img {
	width: 100%;
	border: none;
}

/* Relative Font Control Size*/
.font_small{
	font-size:small
}

.font_smaller{
	font-size:smaller;
}

.font_larger{
	font-size:larger;
}

.font_large{
	font-size:large;
}

.font_xlarge{
	font-size:x-large;
}


/* Direct Font Control Size*/
.font8px{
	font-size:8px;
}

.font10px{
	font-size:10px;
}

.font12px{
	font-size:12px;
}

.font14px{
	font-size:14px;
}

.font15px{
	font-size:15px;
}

.font16px{
	font-size:16px;
}

.font18px{
	font-size:18px
}

.font20px{
	font-size:20px
}

.font24px{
	font-size:24px;
}


/* Color Font Control */
.font_black{
	color:#000;
}

.font_gry{
	color:#666;
}

.font_red{
	color:#F00;
}

.font_red_dark{
	color:#C30;
}

.font_green{
	color:#060;
}

.font_violet{
	color:#C06;
}

.font_brown{
	color:#930;
}

.font_white{
	color:#FFF;
}

.font_red_index{
	color:#C00;
}

/* Font weight Control */
.font_bold{
	font-weight:bold;
}

.font_bolder{
	font-weight:bolder;
}

.font_inherit{
	font-weight:inherit;
}

.font_normal{
	font-weight:normal;
}


.position_right{
	text-align:right;
}


/* link text Decoration */

.dec_none{
	text-decoration:none;
}

.dec_through{
	text-decoration:line-through;
}

.dec_blink{
	text-decoration:blink;
}

.dec_overline{
	text-decoration:overline;
}

.dec_underline{
	text-decoration:underline;
}


.tabel_messagebox{
	width:335px;
	height:auto;
	line-height:normal;
	border:none;
}
.tabel_messagebox td{
	width:333px;
	height:auto;
	line-height:normal;
	border:none;
}
	
.td_right{
	width:333px;
	line-height:normal;
	height:auto;
	text-align:right;
	border:none;
}


.table_oshirase_index{
	width:400px;
}

.table_oshirase_index_td{
	width:392px;
	text-decoration:none;
	font-size:large;
	font-weight:bold;
}

.table_oshirase_index_td_seibunn{
	width:392px;
	text-align:right;
	text-decoration:none;
	font-size:small;
	font-weight:normal;
}

.table_oshirase_index_td_setumei{
	width:392px;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
}


.table_oshirase_index_td_price{
	width:392px;
	text-align:right;
	text-decoration:none;
	font-size:larger;
	font-weight:bold;
}

.text_center{
	text-align:center;
}


.font_w_normal{
	font-weight:normal;
	font-size:medium;
}

.positon_center{
	text-align:center;
}


/*	インテンド設定	*/

.indend_1em {
	padding-left: 1em;
}

.indend_2em {
	padding-left: 2em;
}

.indend_3em {
	padding-left: 3em;
}