@charset "utf-8";
/*
Theme Name: himawarimilk
Theme URI: http:www.himawarimilk.co.jp/
Description: ひまわり乳業CSS
Author: 生活創造工房
Version: 1.0(2014/02/01)
*/

/*-------------------------------------------------------------- */
/* PC　siteのCSS */
/*-------------------------------------------------------------- */

html{
	background: #FFCC33 url(../image/backimg-trans.png);
/*	background: #339933 url(../image/backimg-trans.png);*/
	background-repeat: repeat-y;
	background-position: top left;
}

body {
	width: 960px;
	margin-top:10px;
}

/*-------------------------------------------------------------- */

#header-logo {		/* ひまわり乳業株式会社のロゴを囲んだ赤い枠 */
	width: 98%;
	height: 60px;
	background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#ffffff),
	to(#ffffff));
	border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 2px solid #ff0000;
	-webkit-box-shadow:
	0px 1px 3px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.7);
	margin: 0 auto;
	}

#header-area {
	width: 960px;
	height: auto;
	}

#site-title {				/* ひまわり乳業株式会社のロゴエリア */
	width: 300px;
	height: 30px;
	margin-top: 0px;
	margin-left :20px;
	padding-top :10px;
	float: left;
	}

.logoside {		/* ロゴ横の住所と電話番号の配置*/
	color: #000033;
	float: right;
	display : block;
	text-decoration: none;
	text-align: right;
	overflow : hidden;
	margin-right :20px;
}

.logoside p{		/* ロゴ横の住所と電話番号の設定*/
	font-size: 14px; 
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 0px;
}

.comment {			/* はじまりは１本の牛乳...の表示と位置*/
	clear: none;
	display : block;
	background-image: url(/image/site-top.jpg);
	width: 100%;
	height: 200px;
	margin: 2px auto;
	padding: 0px;
	}

.comment span{			/* はじまりは１本の牛乳...の表示と位置*/
	font-size: 20px;
	line-height: 1.5;
	position:  relative;
	top: 100px;
	left: 150px;
	z-index: 999;
	}

/*----------------------------------------------*/
/*		MENU AREA 定義			*/
/*----------------------------------------------*/

#access {
	margin: 0 auto;
	padding: 0px;
	background: #FF0000;
	display: block;
	float: left;		/*メニューを横に並べる*/
	width: 98%;
	position: relative;
	left: 1%;
/*	z-index:10;*/
	}

#access a {
	color: #ffffff;
	display: block;
	line-height: 38px;
	padding: 0px 10px;
	text-decoration: none;
	}

#access ul ul a {
	background: #FF0000;
	line-height: 1;
	padding: 10px;
	width: 160px;
	height: auto;
	}

#access li:hover > a,
#access ul ul :hover > a {
	background: #ffffff;
	color: #ff3333;
	}

#access .open {
	display:none;
	}

#access .menu-header {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	}

#access .menu-header ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 1px;
	padding-left: 0px;
	padding-bottom: 1px;
	}

#access .menu-header li {
	float: left;
	position: relative;
/*	font-size: 13px;*/	/* 横ならびMENUの文字サイズ*/
	font-size: 1.15em;
	}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	background: #FF0000;
	display: none;
	position: absolute;
	top: 38px;
/*	left: 0;*/
	left: 1;
	float: left;
	width: 180px;
	z-index: 99999;
	}

#access ul ul li {
	min-width: 180px;
	background: #FF0000;
	padding: 0px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul li:hover > ul {
	display: block;
}

#access .ko {
	margin: 0 auto;
	padding: 0px;
	}

/* footer */

#access-f {
	margin: 0 auto;
	padding: 0px;
	background: #FF0000;
	display: block;
	float: left;		/*メニューを横に並べる*/
	width: 98%;
	position: relative;
	left: 1%;
	}

#access-f a {
	color: #ffffff;
	display: block;
	line-height: 38px;
	padding: 0px 10px;
	text-decoration: none;
	}

#access-f ul ul a {
	background: #FF0000;
	line-height: 1;
	padding: 10px;
	width: 160px;
	height: auto;
	}

#access-f li:hover > a,
#access-f ul ul :hover > a {
	background: #ffffff;
	color: #ff3333;
	}

#access-f .menu-header {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	}

#access-f .menu-header ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 1px;
	padding-left: 0px;
	padding-bottom: 1px;
	}

#access-f .menu-header li {
	float: left;
	position: relative;
/*	font-size: 13px;*/	/* 横ならびMENUの文字サイズ*/
	font-size: 1.2em;
	}

#access-f ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	background: #FF0000;
	display: none;
	position: absolute;
	top: 38px;
/*	left: 0;*/
	left: 1;
	float: left;
	width: 180px;
	z-index: 99999;
	}

#access-f ul ul li {
	min-width: 180px;
	background: #FF0000;
	padding: 0px;
}

#access-f ul ul ul {
	left: 100%;
	top: 0;
}

#access-f ul li:hover > ul {
	display: block;
}

/*-------------------------------------------------------------- */
/* メインコンテンツの設定 */
/*-------------------------------------------------------------- */
#main {
	float: left;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: 50%;
}

#main .content {			/*赤枠*/
	width: 90%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ffffff));
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 2px solid #ff0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
}

#main h1 {
    font-size: 20px;
	margin-top: 10px;
	border-bottom: 2px #FF0000 dotted;
	width: 90%;
}

#main h2 {
    font-size: 18px;
	margin-top: 10px;
	border-bottom: 2px #FF0000 dotted;
	border-left: 10px #FF0000 solid;
	width: 90%;
}	

#main h3 {
    font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	border-left: 5px #FF0000 double;
}

#main h4 {
    font-size: 16px;
	margin-top: 10px;
	border-left: 3px #FF0000 double;
	border-right: 3px #FF0000 double;
}

/* おすすめ（菜食健美） */

#recommend {
    padding: 0px;
	position: relative;	
}

.recommend-img {
	width: 410px;
	height: auto;
	clear: none;
    padding-bottom: 5px;
    padding-right: 3px;
}

/* お知らせ */

.open-news {
  	background: #FFFFFF;	/* 背景色-白 */
  	color: #000000;			/* 文字色-黒*/
		width: 100%;
  	margin: 0px;
  	padding-top: 10px;
  	padding-right: 0px;
		padding-bottom: 10px;
  	padding-left: 0px;
  	font-size: 16px;
  	font-weight: bold;
		}
     
#slideBox-news {
   	display: block;
}

#diary {
	display: none;
	}


/*-------------------------------------------------------------- */
/* 右サイド　CMギャラリーとにっこりひまわりエリア */
/*-------------------------------------------------------------- */
#sideR {
		float: right;
		padding: 5px 0 0 0;
		width: 29.5%;			/*30%がほんと*/
		}

.cm {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
		}

.side-cm {
		text-align: center;
		margin: 0px 10px 5px 10px; 
		padding: 5px 10px 5px 10px; 
		border-top: 2px #FF0000 solid; 
		border-bottom: 2px #FF0000 solid;
		text-decoration: none; 
		}

/* TOP-Page　今日のにっこりひまわり */

#nikori {
/*		clear: none;*/
		float: right;
		position: relative;	
    padding-bottom: 10px;
}

.nikori-area {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
		}

/* YY → MM 表示 */
/*.open-diary-2014 {*/		/* 年 */
/*    margin-top: 0px;*/
/*    margin-left: 20px;*/
/*    margin-bottom: 0px;*/
/*	}/*

/*.open-diary-2013 {*/		/* 年 */
/*    margin-top: 0px;*/
/*    margin-left: 20px;*/
/*    margin-bottom: 0px;*/
/*		}/*

/*-------------------------------------------------------------- */
/* サイドナビエリア-左　*/
/*-------------------------------------------------------------- */

#sideL {
		display:block;
		width: 20%;
		clear: both;
		float: left;
		overflow: hidden;
		margin: 0px auto;
		padding: 5px 2px 5px 2px;
		background-color:#FFFFFF;		/* 背景色-白 */
		text-align: center;
		}

.facebook {
   	margin: 0 auto;
    padding: 0px;
    text-align: center;
    border: 0px;
		}

.qr {
   	margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    border: 0px;
		}

/*-------------------------------------------------------------- */
/* タブレット表示しない定義　*/
/*-------------------------------------------------------------- */
#tb {		
		display : none;		/* 非表示*/
		}
