@charset "utf-8";
/* CSS Document */


/*******************************************
初期設定
*******************************************/

* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
	vertical-align: top;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: 999999;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}
li {
	list-style: none;
}

/*******************************************
ヘッダー
*******************************************/

#header {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#sub_navigation {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	text-align: right;
}
#sub_navigation ul li {
	float: right;
	height: 15px;
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	line-height: 1.3;
}
#sub_navigation ul li a {
	text-decoration: underline;
}
#sub_navigation ul li#icon_sitemap {
	background: url(http://www.kantenhonpo.co.jp/common/images/base/icon_head_sub_link_05.png) no-repeat;
	text-indent: 1em;
}
#sub_navigation ul li#icon_register {
	background: url(http://www.kantenhonpo.co.jp/common/images/base/icon_head_sub_link_01.png) no-repeat;
	text-indent: 1em;
}
#sub_navigation ul li#icon_login {
	background: url(http://www.kantenhonpo.co.jp/common/images/base/icon_head_sub_link_02.png) no-repeat;
	text-indent: 1em;
}
#sub_navigation ul li#icon_guide {
	background: url(http://www.kantenhonpo.co.jp/common/images/base/icon_head_sub_link_03.png) no-repeat;
	text-indent: 1em;
}
#sub_navigation ul li#icon_contact {
	background: url(http://www.kantenhonpo.co.jp/common/images/base/icon_head_sub_link_04.png) no-repeat;
	text-indent: 1em;
}
#information {
	width: 940px;
	height: 120px;
	margin: 0 auto 10px;
	position: relative;
}
h1#logo {
	width: 170px;
	height: 60px;
	position: absolute;
	top : 35px;
	left: 25px;
}
#produse {
	width: 190px;
	height: 50px;
	position: absolute;
	top: 40px;
	right: 0;
}
#free_number {
	width: 290px;
	height: 60px;
	position: absolute;
	top: 35px;
	left: 230px;
}
#shopping_cart {
	width: 150px;
	height: 50px;
	position: absolute;
	top: 40px;
	right: 210px;
}

/*******************************************
ナビゲーション
*******************************************/

#navigation {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#navigation ul {
	width: 940px;
	height: 40px;
	margin: 0 auto;
}
#navigation ul li#first {
	position: relative;
	display: inline;
	height: 45px;
	float: left;
	padding-right: 20px;
}
#navigation ul li.bor_l {
	position: relative;
	display: inline;
	height: 40px;
	padding-left: 19px;
	padding-right: 19px;
	float: left;
	border-left: 1px solid #C9BEB1;
}
#navigation ul li.bor_l_r {
	border-left: 1px solid #C9BEB1;
	border-right: 1px solid #C9BEB1;
	position: relative;
	display: inline;
	height: 40px;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
}
#navigation li ul#pull_00{
  list-style: none;
  position: absolute;
  top: 40px;
  left:0px;
  padding: 10px;
}
#navigation li ul#pull_01{
  list-style: none;
  position: absolute;
  top: 40px;
  left:-1px;
}
#navigation li ul#pull_02{
  list-style: none;
  position: absolute;
  top: 40px;
  left: -162px;
}
#navigation li ul#pull_03{
  list-style: none;
  position: absolute;
  top: 40px;
  left: -267px;
}
#navigation li ul#pull_04{
  list-style: none;
  position: absolute;
  top: 40px;
  right: -148px;
}
#navigation li ul#pull_05{
  list-style: none;
  position: absolute;
  top: 40px;
  right: -1px;
}
#navigation li#first ul li {
  overflow: hidden;
  width: 185px;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  background: #FFFFFF;
}
#navigation li#first:hover ul {
	width: 198px;
	border: 1px solid #993333;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 5px;
}
#navigation li#first:hover ul li{
  height: 65px;
  width: 190px;
  padding-top: 5px;
  padding-bottom: 5px;
　border: 3px solid #CCCCCC;
}
#navigation li#first:hover ul li img {
	width: auto;
	padding-left: 5px;
	padding-bottom: 10px;
}
#navigation li#first:hover ul li#admission_privilege {
	height: 140px;
	border-bottom: 0;
	padding: 5px;
}
#navigation li#first:hover ul li#admission_privilege img {
	width: 180px;
	height: auto;
	padding-left: 0;
}
#navigation li#first:hover ul li#registration {
	height: 40px;
}

#navigation li ul li{
  overflow: hidden;
  width: 645px;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  background: #FFFFFF;
}
#navigation li:hover ul {
	border: 3px solid #CCCCCC;
	height: auto;
	overflow: hidden;
}
#navigation li:hover ul li{
  overflow: visible;
  height: 60px;
  border-bottom: 1px solid #e8e8e8;
  width: 674px;
}
#navigation li:hover ul li a {
	display: block;
}

/*******************************************
パンクズリスト
*******************************************/

#pankzu {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
#pankzu ul li {
	display: inline;
	float: left;
}

/*******************************************
コンテンツ
*******************************************/

#page_body {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#visual {
	width: 100%;
	height: 540px;
	background: #000000;
	margin-top: 20px;
}
#visual_area {
	width: 940px;
	height: 540px;
	margin: 0 auto;
}
#contents_body {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

/* セクション１ */

#section_01 {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}
#img_01 {
	float: left;
}
#details_01 {
	width: 530px;
	font-size: 14px;
	float: right;
}
#details_01 h2 {
	width: 540px;
	height: 90px;
	margin-bottom: 30px;
}
#details_01 p {
	text-indent: 1em;
	margin-left: 26px;
	margin-bottom: 10px;
}

/* セクション２ */

#section_02 {
	width: 940px;
	height: 340px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

#details_02 {
	width: 470px;
	font-size: 14px;
	float: left;
}
#details_02 h2 {
	width: 470px;
	height: 90px;
	margin-bottom: 30px;
}
#details_02 p {
	text-indent: 1em;
	margin-left: 0px;
	margin-bottom: 10px;
}

#img_02 {
	position: absolute;
	top: -120px;
	right: 10px;
}

/* セクション３ */

#section_03 {
	width: 940px;
	height: 300px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#details_03 {
	width: 470px;
	font-size: 14px;
	float: right;
}
#details_03 h2 {
	width: 470px;
	height: 90px;
	margin-bottom: 30px;
}
#details_03 p {
	text-indent: 1em;
	margin-left: 0px;
	margin-bottom: 10px;
}


#img_03 {
	width: 440px;
	height: 400px;
	position: absolute;
	top: -85px;
	left: 0px;
}


/* セクション４ */

#section_04 {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
h2#about_title {
	margin-bottom: 30px;
}
#details_04 {
	width: 500px;
	font-size: 14px;
	float: right;
}
#details_04 p#map {
	text-indent: 0px;
	width: 470px;
	height: 90px;
	margin-bottom: 30px;
}
#details_04 p {
	text-indent: 1em;
	margin-left: 0px;
	margin-bottom: 10px;
}

#img_04 {
	width: 440px;
	float: left;
}
ul#link_btn {
	margin-top: 20px;
	overflow: hidden;
}
ul#link_btn li{
	margin-bottom: 3px;
}

/* ページトップへ戻る */

#link_top {
	width: 940px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 40px;
	text-align: right;
}

#link_top p {
	background: url(../images/base/icon_side_link.png) no-repeat;
	text-indent: 2em;
	width: 140px;
	height: auto;
	float: right;
}

#link_top a {
}


/*******************************************
フッター
*******************************************/

#footer {
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#guide {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer #guide h3 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#footer #guide ul li#payment {
	width: 210px;
	float: left;
	padding-right: 32px;
}
#footer #guide ul li#delivery {
	width: 210px;
	float: left;
	padding-right: 32px;
}
#footer #guide ul li#calendar {
	width: 210px;
	float: left;
	padding-right: 32px;
}
li#calendar iframe {
	width: 210px;
}

#footer #guide ul li#inquiry {
	width: 210px;
	float: left;
}
ul li.guide_section {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
	padding-top: 15px;
}
ul li.guide_section h4 {
	margin-bottom: 5px;
}


#copy {
	width: 100%;
	height: 45px;
	overflow: hidden;
	background: url(http://www.kantenhonpo.co.jp/common/images/base/copy_bg.jpg);
	padding-top: 10px;
}
#copy p{
	text-align: center;
	color: #FFFFFF;
}
