@charset "Shift_JIS";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	margin: 0px;
	padding: 0px;
	font-size: small;
	/* font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif; */
	font-family: 'Noto Sans Japanese', sans-serif;
}


/* ----------------------------------------------------- */
/*  Body／ヘッダ／フッタ／パンくず／メイン部分の枠用css／エラーページ  */
/* ----------------------------------------------------- */


/* ▼基本要素 */
/* ----------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	line-height: 160%;
	background-color: #FFFFFF;
	text-align: center;
	/* border: 1px solid #0000ff; */
	min-width: 1024px;
}

br.clr {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* ▼ヘッダー */
/* ----------------------------------------------------- */

div#header-block {
	width: 100%;
	background-color: #FFFFFF;
}

div#header-block div#globalheader {
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	width: 787px;
	text-align: left;

}

div#globalheader div {
	float: right;
	width: 635px;
}

div#globalheader div.ci {
	float: left;
	width: 120px;
}

div#globalheader div.ci a img {
	border: none;
	vertical-align: bottom;
}

div#globalheader div dl {
	margin: 0;
	padding: 6px 0 0 0;
	width: 635px;
}

div#globalheader div dl dd {
	margin: 0;
	padding: 12px 0 0 0;
	float: left;
	width: 420px;
}

div#globalheader div dl dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#globalheader div dl dd ul li {
	margin: 0;
	padding: 0 8px 0 8px;
	display: inline;
	line-height: 100%;
	background: url(../images/line_menu.gif) no-repeat right center;
	font-size: 10px;
}

div#globalheader div dl dd ul li.company {
	padding: 0 8px 0 0;
}

div#globalheader div dl dd ul li.ir {
	padding: 0 0 0 8px;
	background: none;
}

div#globalheader div dl dd li a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

div#globalheader div dl dd li a:hover {
	font-size: 10px;
	text-decoration: underline;
}

div#globalheader div dl dd.search {
	margin: 0;
	padding: 0;
	float: right;
	width: 215px;
	text-align: right;
}

div#globalheader div dl dd.search form {
	margin: 0;
	padding: 0;
}

div#globalheader div dl dd.search form input {
	margin: 0 4px 0 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	width: 155px;
	height: 20px;
}

div#globalheader div dl dd.search form input.btn {
	border: none;
	width: 50px;
	height: 22px;
	vertical-align: top;
}

div#globalheadermenu{
	width:100%;
	background: url(../images/bg_menu.jpg) repeat-x 0px 10px #ffffff;
}

div#globalheadermenu ul.hdrmenu {
	width:787px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	list-style-type: none;
}

div#globalheadermenu ul.hdrmenu li {
	margin: 0;
	padding: 0;
	float: left;
}

div#globalheadermenu ul.hdrmenu li a {
	display: block;
	width: 109px;
	height: 28px;
	line-height: 100%;
	background: url(../images/menu_catalog.jpg) no-repeat left top;
	text-indent: -9999px;
	text-decoration:none;
}

div#globalheadermenu ul.hdrmenu li a:hover {
	background: url(../images/menu_catalog_o.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.takarabako a {
	width: 157px;
	background: url(../images/menu_takarabako.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.takarabako a:hover {
	background: url(../images/menu_takarabako_o.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.shopping a {
	width: 125px;
	background: url(../images/menu_shopping.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.shopping a:hover {
	background: url(../images/menu_shopping_o.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.social a {
	width: 122px;
	background: url(../images/menu_social.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.social a:hover {
	background: url(../images/menu_social_o.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.consult a {
	width: 121px;
	background: url(../images/menu_consult.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.consult a:hover {
	background: url(../images/menu_consult_o.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.magazine a {
	width: 153px;
	background: url(../images/menu_magazine.jpg) no-repeat left top;
}

div#globalheadermenu ul.hdrmenu li.magazine a:hover {
	background: url(../images/menu_magazine_o.jpg) no-repeat left top;
}

/* ▼パンくず */
/* ----------------------------------------------------- */
p#content-nav {
	margin: 10px auto 10px auto;
	width: 780px;
	line-height: 110%;
	color: #333333;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-align: left;
}

p#content-nav a {
	font-size: 10px;
	color: #0054BF;
	text-decoration: none;
}

p#content-nav a:hover {
	font-size: 10px;
	text-decoration: underline;
}

/* ▼メインブロック */
/* ----------------------------------------------------- */
div#main-content {
	margin: 0 auto 0 auto;
	width: 100%;
	background: url() #000000;
	text-align: left;
}

table#main-content {
	margin: 0 auto 0 auto;
	padding: 0;
	border-collapse: collapse;
/*	width: 780px; 幅固定掛た方が良いか不明な為一旦コメント化 */
	text-align: left;
}

table#main-content tr,
table#main-content tr td {
	margin: 0 auto 0 auto;
	padding: 0;
/*	text-align: left; 幅固定を掛ける際は復活させる？ */
}

/* ▼フッター */
/* ----------------------------------------------------- */
div#footer-block {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

div#footer {
	margin: 0 auto 0 auto;
	padding: 25px 0 20px 0;
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

div#footer ul li {
	margin: 0;
	padding: 0 1.0em 0 0.9em;
	display: inline;
	line-height: 105%;
	background: url(../images/line_menu.gif) no-repeat right 1px;
	font-size: 10px;
}

div#footer ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}

div#footer ul li a:hover {
	color: #333333;
	text-decoration:  underline;
	font-size: 10px;
}

div#footer ul li.global {
	padding: 0 0 0 14px;
	background: none;
}

div#footer ul li.rule {
	padding: 0 14px 0 0;
}


div#footer dl {
	margin: 0.9em 0 0 0;
	padding: 11px 0 0 0;
	border-top: 1px solid #1C82E0;
	width: 780px;
}

div#footer dl dt {
	margin: 0;
	padding: 0;
	float: left;
	width: 267px;
}

div#footer dl dt img,
div#footer dl dt a img {
	border: none;
	vertical-align: top;
}

div#footer dl dd {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	width: 385px;
	line-height: 140%;
	color: #333333;
	font-size: 10px;
}


/* ▼エラーページ */
/* ----------------------------------------------------- */

div#errorconts {
	padding: 40px 0;
}

div#errorconts p {
	padding: 0 0 15px 0;
}

div#errorconts ul {
	padding-top: 18px;
}

div#errorconts ul li {
	list-style: none;
	line-height: 100%;
	padding-bottom: 7px;
}

div#errorconts ul li img {
	padding-left: 6px;
	border: 0;
}


div#errorconts ul li a {
	color: #0054BF;
	text-decoration: none;

}

div#errorconts ul li a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------- */
/*  共通ヘッダー・フッター 2014年改修  */
/* ----------------------------------------------------- */

/* ---------------------------------------------------------------- *
	clearfix
 * ---------------------------------------------------------------- */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

/* ---------------------------------------------------------------- *
	reset css
 * ---------------------------------------------------------------- */

#Header fieldset,#Header img,
#Footer fieldset,#Footer img {    
	border:0;   
}
 
#Header ol,#Header ul,
#Footer ol,#Footer ul {  
	list-style:none;   
}
 
/* ---------------------------------------------------------------- *
	基本設定
 * ---------------------------------------------------------------- */
/*\*/#Header a, #Footer a { overflow: hidden; }/**/

#Header textarea, #Footer textarea { font-size: 100%; }

#Header img, #Footer img  { vertical-align: bottom; }


/* ---------------------------------------------------------------- *
	text-setting
 * ---------------------------------------------------------------- */
 
#FooterWrap, #HeaderWrap {
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo ,"ＭＳ Ｐゴシック",  sans-serif;
	*font-size: small;
	*font: x-small;
	color: #333333;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

#Footer a,
#Footer a:link {
  color: #0066CC;
  text-decoration: none;
}

#Footer a:visited {
  color: #0066CC;
}

#Footer a:hover {
  color: #0066CC;
}

#Footer a:active {
  color: #0066CC;
}


/*HEADER*/
#Header { width: 100%; font-size: 92% !important; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo ,"ＭＳ Ｐゴシック",  sans-serif; background-color: #FFF;}
#HeaderInner {width: 1024px; margin: 0 auto; padding-top: 9px; padding-bottom: 8px; font-size: inherit; font-family: inherit;}
#SiteID {float: left; font-size: inherit; font-family: inherit;}
#FncNav {float: right; width: 618px; font-size: inherit; font-family: inherit;}
.fnavList { float: left; padding-top: 8px; font-size: inherit; font-family: inherit;}
.fnavList ul { font-size: inherit; font-family: inherit;}
.fnavList li { float: left; margin-left: 16px; font-size: inherit; font-family: inherit;}
.HeadSearch { float: right; padding-top: 4px; font-size: inherit; font-family: inherit;} 
.HeadSearch form input { border: 1px solid #cccccc; height: 26px; margin: 0 4px 0 0; padding: 0; width: 215px;}
.HeadSearch form input.btn { border: medium none; height: 28px; vertical-align: top; width: 53px;}
#GlobalNav { height: 46px; background-image: url(/assets/img/common/bg_gnav.png); background-repeat: repeat-x; width: 100%; font-size: inherit; font-family: inherit;}
#GlobalNav ul.GlobalNavList { width: 1024px; margin: 0 auto; font-size: inherit; font-family: inherit;}
#GlobalNav ul.GlobalNavList li { float: left; font-size: inherit; font-family: inherit;}

/*FOOTER*/
#FooterWrap { clear: both; padding-top: 20px; background-color: #FFF;}
#Footer { width: 100%; padding-bottom: 30px; text-align: left; font-size: 92% !important; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo ,"ＭＳ Ｐゴシック",  sans-serif; background-color: #FFF;}
#Footer a{  font-size: inherit !important; font-family: inherit;}
#FooterInner { width: 100%; background-image: url(/assets/img/common/bg_fotter.png); background-repeat: repeat-x; background-color: #F4F4F4; font-size: inherit; font-family: inherit;}
#FooterSitemap { width: 1024px; margin: 0 auto; padding: 30px 0; background-image: url(/assets/img/common/line_footer.png); background-repeat: no-repeat; font-size: inherit; font-family: inherit;}
.secSitemap { float: left; width: 190px; padding-left: 4px; padding-right: 10px; font-size: inherit; font-family: inherit;}
.secSitemap ul { font-size: inherit; font-family: inherit;}
.secSitemap li { padding-bottom: 5px; font-size: inherit; font-family: inherit;}
.secSitemap-parent { color: #0066CC; font-weight: bold;}
.secSitemap-child { padding-top: 5px;}
.secSitemap-child li { color: #333; background-image: url(/assets/img/common/icon_map.gif); padding-left: 10px; background-position: left 4px;; background-repeat: no-repeat;}
.secSitemap-child li a { color: #333 !important; font-weight: normal; }
.secSitemap-parent a:hover,.secSitemap-child li a:hover { text-decoration: underline !important; color: #0066CC !important;}
#FooterInqury {width: 1024px; margin: 10px auto 0 auto; font-size: inherit; font-family: inherit;}
.secSiteInfo01 { width: 430px; float: left; padding-top: 5px; font-size: inherit; font-family: inherit;}
.secSiteInfo01 ul { font-size: inherit; font-family: inherit;}
.secSiteInfo01 li { float: left; margin-right: 4px; font-size: inherit; font-family: inherit;}
.secSiteInfo01 p.txt { margin: 12px 0;}
.secSiteInfo02 { width: 376px; float: right; font-size: inherit; font-family: inherit;}
.secSiteInfo02 .fnavList {float: right;}
.secSiteInfo02 ul.spot li { float: left; margin-left: 10px; padding-top: 19px; font-size: inherit; font-family: inherit;}
.secSiteInfo02 ul.spot li a:hover img { filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60;}


