@charset "UTF-8";


/* 共通設定
--------------------------------------------------------------------
1. 初期設定
2. テキスト
3. clearfix
4. Header
5. Footer
6. Main
7. Global Menu
8. Footer lineup
9. ポップアップ
10. 画像保存禁止
--------------------------------------------------------------------*/


/* 1. 初期設定
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

div, p, form, input {
	margin:0px;
	padding:0px;
}

table {
	font-size:100%;
	border:0px;
}

th, td {
	margin:0px;
	padding:0px;
	font-weight: normal;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

ul, li, ol, dl, dt, dd {
	list-style:none;
	margin:0px;
	padding:0px;
}

a {
	outline: none;
}

body {
	color:#444444;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
	font-size:78%;
	line-height:130%;
	letter-spacing:1px;
}



/* 2. テキスト
--------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color:#444444; text-decoration:none;
}
a:hover {
	color:#EA0011; text-decoration:underline;
}

strong {
	font-style:normal;
	font-weight:bold;
	font-family:'ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,sans-serif;
}

br {letter-spacing:0px;}



/* 3. clearfix
--------------------------------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* for macIE ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end of for macIE */

.clear {
	clear:both;
}



/* 4. Header
--------------------------------------------------------------------*/
#header {
	width:100%;
	background:url("/hythiol/common/img/bg_header.gif") left top repeat-x;
	height:58px;
	text-align:center;
}
#header div.logoarea {
	position:relative;
	width:950px;
	height:58px;
	margin:0px auto;
	text-align:left;
}
#header div.logoarea div.logo-ss {
	padding-top:25px;
}
#header div.logoarea div.logo-hythiol {
	position:absolute;
	right:0px;
	top:24px;
}



/* 5. Footer
--------------------------------------------------------------------*/
#footer {
	width:100%;
	background:url("/hythiol/common/img/bg_footer.gif") left top repeat-x;
	text-align:center;
}
#footer div.ctsarea {
	position:relative;
	width:950px;
	margin:0px auto;
	text-align:left;
}
#footer div.ctsarea p.link {
	padding-top:13px;
}
#footer div.ctsarea p.txt {
	padding:3px 0px 5px 0px;
	font-size:90%;
}
#footer div.ctsarea p.copy {
	position:absolute;
	right:0px;
	top:13px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#ea0011; text-decoration:none;
}
#footer a:hover {
	color:#ea0011; text-decoration:underline;
}



/* 6. Main
--------------------------------------------------------------------*/
#main-bg {
	background-attachment:fixed;
}

#main {
	width:900px;
	margin:0px auto;
	text-align:left;
}



/* 7. Global Menu
--------------------------------------------------------------------*/
#globalmenu {
	width:100%;
	background: url("/hythiol/common/img/bg_m_base.gif") 50% top repeat-x;
	text-align:center;
}
#globalmenu .frm {
	position: relative;
	width: 950px;
	height: 62px;
	margin: 0 auto;
}
/* 共通 */
#globalmenu .frm dl dt,
#globalmenu .frm dl dd,
#globalmenu .frm dl dd li {
	float: left;
}
#globalmenu li {
	float: left;
	overflow: hidden;
}
/* ハイチオールC */
#globalmenu #gmhc {
	float: left;
	width: 829px;
}
#globalmenu #gmhc dt {
	float: left;
	width: 169px;
	background: url(/hythiol/common/img/bg_m_line.gif) no-repeat right 0;
}
#globalmenu .frm dl#gmhc dd {
}
#globalmenu .frm dl#gmhc dd ul li {
	position: relative;
	z-index: 8;
	height: 63px;
	text-align: left;
	background: url(/hythiol/common/img/bg_m_line.gif) no-repeat right 0;
}
#globalmenu .frm dl#gmhc dd ul li.last {
	margin-right: 0;
	background: none;
}
/* 現在位置 */
#globalmenu .frm dl#gmhc dd ul li span {
	position: absolute;
	display: block;
	width: 12px;
	height: 8px;
	z-index: 200;
	top: 54px;
	left: 42%;
}
#globalmenu .frm dl#gmhc dd ul li {
	width: 220px;
}
/* ハイチオールB */
#globalmenu #gmhb {
	width: 121px;
	height: 54px;
	float: left;
}
#globalmenu #gmhb dt{
	position: absolute;
	right:0;
	top: 0;
	z-index: 100;
}
#globalmenu #gmhb dd {
	display: none;
	position: absolute;
	width: 405px;
	height: 176px;
	left: 551px;
	top: 54px;
	z-index:10;
	background: url("/hythiol/common/img/bg_hc_b.gif") no-repeat 100% 0;
}	
#globalmenu #gmhb .localnav {
	position: absolute;
	left: 0;
	top: 13px;
	z-index: 20;
}	
#globalmenu #gmhb .localnav li{
	float: left;
	width: 176px;
	margin: 0 6px 0 0;
	padding-left: 16px;
}
#globalmenu #gmhb .localnav li.edge{
	margin-right: 0;
}



/* 8. Footer lineup
--------------------------------------------------------------------*/
#foot-lineup {
	width:100%;
	height: 184px;
	background:url("/hythiol/common/img/bg_lineup.jpg") left top repeat-x;
	text-align:center;
}

/* ラインナップ
-------------------------------- */
#foot-lineup div.lineup {
	width:950px;
	height: 184px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#foot-lineup div.lineup p.catch {
	position:absolute;
	left:0;
	top:0;
	width:950px;
	text-align:center;
}
#foot-lineup div.lineup p.subt {
	position:absolute;
	left:19px;
	bottom:44px;
}
#foot-lineup div.lineup div.list {
	position:absolute;
	left:219px;
	top: 43px;
	width:760px;
	height: 110px;
	overflow:hidden;
}
#foot-lineup div.lineup div.list ul {
	width:760px;
	height:118px;
	overflow:hidden;
}
#foot-lineup div.lineup div.list ul li {
	float:left;
	text-align:left;
	height:118px;
	display:inline;
	overflow:hidden;
}
#foot-lineup div.lineup div.list ul li img {
	vertical-align:top;
}
#foot-lineup div.lineup div.list ul li img.pop {
	
}
#foot-lineup div.lineup div.list ul li a {
	display:block;
}

#foot-lineup div.lineup p.caption{
	position: absolute;
	top: 153px;
	left: 0;
	width: 950px;
	text-align: right;
}

/* フッターナビ
-------------------------------- */
#footnav{
	text-align:center;
	background:url("/hythiol/common/img/bg_fat_footer.gif") left top repeat-x;
}

#footnav .list{
	width:950px;
	height: 200px;
	margin:0 auto;
	text-align:left;
	background:url("/hythiol/common/img/line_fat_footer.gif") left top repeat-y;
}
#footnav .footbox{
	float:left;
}
#footnav .footbox dl{
	margin-left:1px;
}
#footnav .footbox dt{
	display:block;
	padding:35px 5px 20px 20px;
	font-weight:bold;
}
#footnav .footbox dt a:link,
#footnav .footbox dt a:visited{
	color:#e30032;
	text-decoration:none;
}
#footnav .footbox dt a:hover,
#footnav .footbox dt a:active{
	color:#e30032;
	text-decoration:underline;
}

#footnav .footbox dd{
	padding:0 5px 0 17px;
}

#footnav #fnav-top{
	width:181px;
}
#footnav #fnav-about{
	width:250px;
}
#footnav #fnav-hc{
	width:280px;
}
#footnav #fnav-hb{
	width:236px;
}

#footnav .footbox dd li{
	padding-left:9px;
	position:relative;
	background:url("/hythiol/common/img/arrow_fat_footer.gif") 3px 4px no-repeat;
	line-height:1;
	margin-bottom:8px;
}
#footnav #fnav-hc .last{
	line-height:1.3;
}

#footnav .footbox dd li a{
}
#footnav .footbox dd li a:link,
#footnav .footbox dd li a:visited{
	color:#333;
	text-decoration:none;
}
#footnav .footbox dd li a:hover,
#footnav .footbox dd li a:active{
	color:#333;
	text-decoration:underline;
}

#footnav .footbox dd .icon{
	margin-left:2px;
}


/* 9. ポップアップ
--------------------------------------------------------------------*/
body.popup {
	background:#ffffff;
}

/* ヘッダー
-------------------------------- */
#headerwrap-pop {
	width:100%;
	text-align:center;
	border-bottom:#d1d1d1 1px solid;
}

#header-pop {
	width:680px;
	height:47px;
	margin:0px auto;
	text-align:left;
}

#header-pop div.logo-ss {
	float:left;
	width:200px;
	padding-top:14px;
}
#header-pop div.logo-r {
	float:right;
	width:200px;
	padding-top:15px;
	text-align:right;
}


/* メイン
-------------------------------- */
#mainwrap-pop {
	width:100%;
	text-align:center;
	background-color:#fcedf4;
}
#main-pop {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:20px 0px;
}


/* フッター
-------------------------------- */
#footerwrap-pop {
	width:100%;
	text-align:center;
	border-top:#d1d1d1 1px solid;
}

#footer-pop {
	width:680px;
	margin:0px auto;
	text-align:right;
	padding:7px 0px 15px 0px;
}



/* 10. 画像保存禁止
--------------------------------------------------------------------*/
.protect{
	display: block;
}
