/* ==================サイト全体の設定================== */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, ;
	font-size: 75%;　/* フォントサイズ可変：「中」表示で12px相当 */
	color: #3D1E01;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}

/*-------------------
 リンク文字の設定
-------------------*/
a       {
	text-decoration: none;
	color: #3D1E01;
}

/*-------------------
 画像の設定
-------------------*/
img {
	vertical-align: bottom;
	border: none;
}

/*-------------------
 テーブルの設定 
-------------------*/
table {
	border: none;
	empty-cells: show;
}


/*-------------------
 全ページ共通DIV
-------------------*/
#wrapper {
	text-align: left;
	width: 800px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*-------------------
 段落・見出し・リスト・その他文字の設定
-------------------*/
h1,h2,h3,h4,h5,h6 {	font-size: 100%;}
.font_b  { font-weight: bold; }
.red     { color: #FF0000; }
.blue    { color: #0000FF; }
.blue2    { color: #33407B; }
.font120 {
	font-size: 120%;
	margin-bottom: 5px;
}
.font110 {
	font-size: 110%;
	margin-bottom: 5px;
}
.dotU {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #33407B;
	clear: both;
}
.font20px {
	font-size: 20px;
}
.pointArrow {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/pointArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}
/*-------------------
 右寄せ・左寄せ・中央揃え・左右寄せの解除
-------------------*/
.a_right { text-align: right; }
.a_left  { text-align: left; }
.center  { text-align: center; }
.f_right { float: right; }
.f_left  { float: left; }
.clear   { clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
.clearHidden {
	margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}

/*-------------------
 マージンの設定
-------------------*/
.m_right10  { margin-right: 10px; }
.m_left10   {
	margin-left: 10px;
}
.m_top10    { margin-top: 10px; }
.m_bottom10 { margin-bottom: 10px; }
.m_bottom20 { margin-bottom: 20px; }

/*-------------------
 共通文字設定
-------------------*/
.itemTitle {
	color: #000066;
	clear: both;
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/titleBack.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 22px;
	padding-top: 8px;
	padding-left: 32px;
	margin-bottom: 20px;
}

/*-------------------
 ヘッダーの設定
-------------------*/
#header {
	height: 75px;
	overflow: hidden;
}
h1#logo {
	float: left;
	margin-top: 12px;
	font-size: 10px;
	color: #36211D;
	font-weight: normal;
}
/* ▼ユーティリティナビの右寄せとフォント設定▼ */
#utilityNavitop {
	text-align: right;
	font-size: 10px;
	margin-top: 10px;
}
/* ▼ユーティリティナビの区切り線の設定▼ */
#utilityNavitop li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 2px;
	padding-left: 2px;
}
#utilityNavitop li#end_li {
	border-right-style: none;
}
#utilityNavitop a {
	color: #333333;
}
#utilityNavitop a:hover {
	text-decoration: underline;
}
/* ▲ユーティリティナビの区切り線の設定▲ */

#header p {
	overflow: hidden;
}
/*------------------- 
　グローバルナビ設定
-------------------*/

/* ▼ナビ背景延長部分▼ */
body {
}
/* ▼ナビ詳細　STAY状態の設定▼ */
#glovalNavi {
	font-size: 5px;
	height: 39px;
	width:800px;
	clear: both;
	margin-bottom: 20px;
}
#glovalNavi li {
	height: 39px;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
}

#glovalNavi li a{
	color: #84AD5B;
	height: 0 !important;
	height: /**/:39px;
	padding-top: 39px;
	display: block;
	overflow: hidden;
}
#glovalNavi li#home {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_home.gif);
	background-repeat: no-repeat;
	width: 139px;
}
#glovalNavi li#home a:hover {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_homeStay.gif);
	background-repeat: no-repeat;
	width: 139px;
}
#glovalNavi li#homeStay {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_homeStay.gif);
	background-repeat: no-repeat;
	width: 139px;
}
#glovalNavi li#about {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_about.gif);
	background-repeat: no-repeat;
	width: 198px;
}
#glovalNavi li#about a:hover {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_aboutStay.gif);
	background-repeat: no-repeat;
	width: 198px;
}
#glovalNavi li#aboutStay {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_aboutStay.gif);
	background-repeat: no-repeat;
	width: 198px;
}
#glovalNavi li#catalog {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_catalog.gif);
	background-repeat: no-repeat;
	width: 151px;
}
#glovalNavi li#catalog a:hover {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_catalogStay.gif);
	background-repeat: no-repeat;
	width: 151px;
}
#glovalNavi li#catalogStay {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_catalogStay.gif);
	background-repeat: no-repeat;
	width: 151px;
}
#glovalNavi li#store {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_store.gif);
	background-repeat: no-repeat;
	width: 150px;
}
#glovalNavi li#store a:hover {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_storeStay.gif);
	background-repeat: no-repeat;
	width: 150px;
}
#glovalNavi li#storeStay {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_storeStay.gif);
	background-repeat: no-repeat;
	width: 150px;
}
#glovalNavi li#shop {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_shop.gif);
	background-repeat: no-repeat;
	width: 162px;
}
#glovalNavi li#shop a:hover {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 162px;
}
#glovalNavi li#shopStay {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 162px;
}
/* ▲ナビ詳細　STAY状態の設定▲ */



/* ▼フッター背景延長部分▼ */
#footer {
	text-align: center;
	color: #FFFFFF;
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/footerbackground.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 30px;
	width: 900px;
	height: 64px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
/* ▼フッターの中身▼ */
#footermain {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/footerbackground.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 5px;
}
/* ▼フッターナビの区切り線の設定▼ */
#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 10px;
	margin-left: 3px;
	padding-right: 2px;
}
#footer li.end_border {
	border-right-style: none;
}
/* ▲フッターナビの区切り線の設定▲ */

#footer a {
	color: #FFFFFF;
}
#footer p#copyright {
	margin-top: 10px;
}

/*-------------------
 サイド・メイン包括
-------------------*/
#content {
	clear: both;
	width: 100%;
}

/*-------------------
 メイン設定
 ※メイン部分の詳細CSSはstyle.cssに記述
-------------------*/
#primary {
	float: right;
	width: 610px;
	overflow: hidden;
	display: inline;
}


/*-------------------
トップページ以外共通
-------------------*/
/* ▼パンクズリスト▼ */
#pankuzu {
	margin-bottom: 5px;
	font-size: 80%;
}
#pankuzu li {	display: inline;}
/* ▲パンクズリスト▲ */


/*-------------------
 サイド設定
-------------------*/
#secondary {
	float: left;
	width: 180px;
	overflow: hidden;
	display: inline;
}

#secondary .title {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/newentryTitle.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 30px;
	margin-bottom:10px;
	visibility: hidden;
}

/* ▼トップページ　サイド設定▼ */
.newsList {
	width:175px;
	font-size: 92%;
	margin-bottom:20px;
	background: no-repeat;
	color:#36211D;
}

.newsList a {
	text-decoration:underline;
}

.newsList dl {
}

.newsList dt {
	background: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow.gif) no-repeat 2px;
	padding-left:18px;
	padding-top: 10px;
	padding-right: 5px;

}

.newsList dd {
	background: url(http://www.sunayama-socks.com/cocoonfit/commonimg/browndotLine.gif) no-repeat bottom;
	padding: 3px 5px 10px 18px;

}

/*---------------------------------------------*/
/* ▼アイテムから選ぶ▼ */
#groupbox {
	margin-bottom: 10px;
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/groupselectFooter.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 10px;
	width: 177px;
}
#groupbox ul {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/groupselectBody.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#groupbox li {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow01.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-position: 0px 3px;
	font-size: 92%;
}
#groupbox ul li ul {
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}
#groupbox ul li ul li {
	padding-left: 16px;
	background-position: 0px 2px;
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow01.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	background-repeat: no-repeat;
}
#groupbox ul li ul li ul li {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow01.gif);
	padding-left: 10px;
	background-position: 0px 3px;
	font-size: 100%;
	margin-left: 10px;
	background-repeat: no-repeat;
}
#groupbox ul a {
	text-decoration: none;
	display: block;
	padding-left: 2px;
}
#groupbox ul a:hover {
	background-color: #EBE8E8;
}


/* ▲アイテムから選ぶ▲ */


/* ↓トップページ　商品カテゴリ↓ */
#categoryBox {
	clear: both;
	overflow: auto;
	font-size: 11px;
	margin-bottom: 20px;
}

#categoryBox .titleBox .forList a {	color: #FFFFFF;}
#categoryBox .titleBox .title {
	visibility: hidden;
	float: left;
}
#categoryBox dt {
	background-repeat: no-repeat;
	padding-left: 15px;
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow.gif);
	background-position: 0px center;
}
#categoryBox dd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 15px;
}
#categoryBox li {
	margin-right: 10px;
	margin-bottom:10px;
	white-space: nowrap;
	float: left;
}
#categoryBox dd a {
	text-decoration: underline;
}

/*---------------------------------------------*/
#blandsBox {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/blandsTitle.gif);
	width:605px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
#blandsBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}

/*---------------------------------------------*/
#aboutSunayamaBox {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/aboutSunayamaTitle.gif);
	background-repeat: no-repeat;
	width: 270px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding: 10px;
}
#aboutSunayamaBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}

/*---------------------------------------------*/
#newsBox {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/newsTitle.gif);
	background-repeat: no-repeat;
	width: 270px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding: 10px;
}
#newsBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}


/*---------------------------------------------*/
#pressBox {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/mediaTitle.gif);
	background-repeat: no-repeat;
	width: 270px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding: 10px;
}
#pressBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}
/* ↑トップページ　商品カテゴリ↑ */

/* ↓お問合せ↓ */
#inquiryform {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 10px;
}
#inquiryform th {
	font-weight: normal;
	padding: 5px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	width: 120px;
}
#inquiryform td {
	background-color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#mail_form #formfooter {
	width: 500px;
	text-align: center;
}
/* ↑お問合せ↑ */
/* ↓ブランド紹介↓ */
.blandsEX {
	margin-left: 170px;
}
.blandsBox {
	overflow: auto;
	margin-bottom: 20px;
}
/* ↑ブランド紹介↑ */

/* ------------------------------------------------- */
.dotBox {
	border: 1px dotted #CCCCCC;
	margin: 10px;
	padding: 5px;
}
.topimg {
	margin-bottom: 40px;
}

.titleBox {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/top610titleBack.gif);
	background-repeat: no-repeat;
	color: #3D1E01;
	padding-left: 20px;
	padding-top: 6px;
	height: 24px;
	margin-bottom: 10px;
}
.titleBox h3 {
	font-size: 100%;
	float: left;
}
.titleBox p.forList {
	float: right;
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/titleArrow.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	background-position: right center;
	margin-right: 5px;
	font-size: 80%;
	margin-top: 3px;
}
.titleBox .forList a {	color: #FFFFFF;}

.backTop {
	padding-left: 12px;
	padding-right: 10px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
.backTop a {
	color: #00105B;
}


/* ウェブページ----------------------------- */
#pageBody {

}

#pageBody p {
	margin-left:10px;
}

#pageBody-inbox1 {
	width:395px;
	height:auto;
	margin-right:10px;
	float:left;
}

#pageBody-inbox2 {
	width:185px;
	float:right;
}

.ceoname {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 40px;
}

.companydata {
	margin-bottom: 20px;
}
.companydata th{
	padding: 5px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D588C;
	width: 130px;
	vertical-align: top;
}
.companydata td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363C7A;
}
#historyimg {
	width: 160px;
	float: left;
	text-align: center;
}
#historydata {
	margin-left: 170px;
}
#historyimg p {
	margin-bottom: 10px;
}
#historydata table {
	margin-bottom: 20px;
}
#historydata th {
	font-weight: normal;
	white-space: nowrap;
	width: 80px;
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00105A;
	text-align: left;
}
#historydata td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363C7A;
}

/* コクーンフィットについて--------------- */
.titleBox p.aboutcocoonText {
	padding-bottom: 10px;
}

/* エントリー----------------------------- */

#entrybodyBox {
	clear: both;
}
#entrybodyBox a {
	text-decoration: underline;
}
#entrybodyBox dt {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
}
#entrybodyBox dd {
	padding-left: 13px;
	margin-bottom: 20px;
}
/* メディアの設定 */
#pressentryBox,#newsentryBox {
	padding-right: 10px;
	padding-left: 10px;
}
h3#pressTitle,h3#newsTitle {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 20px;
	padding-left: 13px;
}
#pressentryBox img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
}

#pressentryBox a,#newsentryBox a {
	text-decoration: underline;
}
#spectxt {
	margin-left: 130px;
	margin-bottom: 20px;
}
.pvTitle {
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00105A;
	border-left-color: #00105A;
	margin-bottom: 20px;
}
.pvText {
	margin-bottom: 20px;
}
#confirm {
	padding: 5px;
	border: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
#confirm p {
	margin-bottom: 10px;
}

/* 商品カタログ*/
#catalogBox {
	margin-left:10px;
	margin-right:10px;
	color:#3D1E01;

}

#catalogBox h4 {
	margin-top:10px;
	margin-bottom:20px;
}

#catalogInbox1 {
	float:left;
}

#catalogInbox2 {
	margin-left:40px;
	float:left;
}

#catalogInbox2 a {
	text-decoration:underline;
}

#catalogInbox2 ul {
	margin-bottom:50px;
}

#catalogInbox2 li {
	list-style: none;
	padding-left: 3px;
}

#catalogInbox2 li img {
	margin-right:5px;
}

#catalogToiawase {
	width:260px;
	margin-top:50px;
	font-weight:bold;
	background: url(http://www.sunayama-socks.com/cocoonfit/commonimg/brownArrow01.gif) no-repeat right 3px;
}

#catalogToiawase a {
	text-decoration:none;
}



.shopBox {
	margin-bottom: 20px;
	clear: both;
}

.shopList th {
	background-color: #C5B893;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
}
.shopList td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 90%;
}

.shopList .IconBox td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 21px;
	width: 21px;
}

