
/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 30px 0 10px 0;
  background: url(../images/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../images/h_bg_gray.gif) center repeat-x;
  text-align:center;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #192f60 !important;
  font-weight: normal;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../images/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #1e50a2 !important;
  display: block;
  font-weight: normal;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../images/nav_bg_hover.gif) repeat-x;
}

/*****   会社概要   *****/
#outline-sp, #item-sp, #shop-sp, #access-sp, #contact-sp  {
	background-color: #FFFFFF;
	width:100%;
	margin:0 auto;
	padding-top:100px;
	text-align:left;
	font-size:15px!important;
}
#outline-sp h2, #item-sp h2, #shop-sp h2, #access-sp h2, #contact-sp h2 {
	margin:0 auto 100px;
	text-align:center;
}
#outline-sp h2 span, #item-sp h2 span, #shop-sp h2 span, #access-sp h2 span, #contact-sp h2 span {
	display:none;
}
#outline-sp h3, #item-sp h3, #shop-sp h3, #access-sp h3, #contact-sp h3 {
	margin:0 auto 40px;
	text-align:center;
}
#outline-sp h3 span, #item-sp h3 span, #shop-sp h3 span, #access-sp h3 span, #contact-sp h3 span {
	display:none;
}
#outline-sp .message {
	width: 90%;
	margin: 0 auto;
}
#outline-sp .box {
	width: 1080px;
	margin: 0 auto;
}
#outline-sp ul.idea {
	margin:50px auto 0;
	width:95%;
}
#outline-sp ul.idea li {
	float:left;
	width:31%;
	margin-left: 2%;
}
#outline-sp table.history {
	width:90%;
	font-size: 14px;
	line-height:1.5em;
}
#outline-sp table.table { 
    width: 90%;
	margin: 0 auto;
	border: solid 1px #e2e2e2;
    border-collapse: collapse; 
    background-color: #FFFFFF;
	line-height:1.5em;
	font-size: 14px;
} 
#outline-sp table.history th {
	padding-right:10px;
	font-size:15px!important;
}
#outline-sp table.history td {
	padding-left: 10px;
	font-size:15px!important;
}
#outline-sp table.table th { 
	text-align:left;
    width: 25%;
	padding: 20px 10px!important;
    border-top: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    margin: 0;
    color: #00479d;
	background-color:#eff4fc;
	font-weight: normal;
} 
#outline-sp table.table th:first-child {
	padding-bottom: 0px;
}
#outline-sp table.table td { 
    margin: 0;
	padding: 20px 10px!important; 
    width: 75%;
    border-top: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    color: #000;
}

/*****   取り扱い商品   *****/
#item-sp ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 90%;
	margin-bottom:50px;
	margin-left:5%;
}
#item-sp ul li {
	display: table-cell;
	vertical-align: middle;
	width:33.3%;
}
#item-sp ul li span {
	display:none;
}

/*****   ネットショップ＆実店舗   *****/
#shop-sp  { text-align:center; }
#shop-sp h2 span {
	display:none;
}
#shop-sp p span{ font-size:16px; font-weight:bold; line-height:120%; }
#shop-sp p a:link{ color:#0000FF; }
#shop-sp p a:visited{ color:#000080; }
#shop-sp p a:hover{ color:#ff0000; }
#shop-sp p a:active{ color:#ff8000; }

#shop-sp ul.netshop {
	margin:50px auto 0;
	width:95%;
}
#shop-sp ul.netshop li {
	text-align:center;
	font-size:120%;
	margin-bottom:80px;
}
#shop-sp ul.netshop li:first-child { margin-left:0; }

/*****   アクセス   *****/

#access-sp {
	width:100%;
	text-align:center;
}
#access-sp p{
	font-size:14px;
	line-height:120%;
}
#map {
	height: 400px!important;
}
#map_thunder {
	height: 400px!important;
}

/*****   お問い合わせ   *****/
#contact-sp {
	width:100%;
	text-align:center;
}
table.contact { 
	table-layout:fixed;
	width:98%;
    border-collapse: collapse; 
    background-color: #FFFFFF;
} 
#contact input.confirm {
	border:solid 0px #ccc;
	padding:15px 30px 20px 30px;
	margin:40px 0 20px;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#ff4d4d;
	cursor:pointer;
}

#thanks a.pageback{
	border:solid 0px #ccc;
	padding:15px 30px 20px 30px;
	margin:40px 0 20px;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#162b6a;
	cursor:pointer;
	text-decoration: none;
}
#thanks a:link { color:#FFFFFF; }
#thanks a:visited { color:#FFFFFF; }
#thanks a:hover { color:#FFFFFF; }
#thanks a:active { color:#FFFFFF; }

