/*共通↓↓↓*/
body {
	font: 13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color:#fff;
	-webkit-text-size-adjust: 100%;
	background-image:url(../images/bg_dot.gif)
}

a{
	color:#258fb8;
	text-decoration:none;
}
p {
	margin-bottom: 1em;
}

article:not(.active) {
	display: none;
}

.line{
	height:1px;
	background-color:#eeeeee;
}

/*共通↑↑↑*/



/*トップページ専用↓↓↓*/
#top header{
	height:130px;
	background-repeat: repeat;
	background-color: #000;
}

#top h1{
	width:320px;
	margin: 0px auto;
}

#top h2 {
	font-weight:600;
	font-size:16px;
	height:30px;
	color: #fff;
	padding-left:5px;
	background-color:#007c87;
	line-height: 30px;
}



/*トップページ専用↑↑↑*/
/*トップページ以外↓↓↓*/
#other header{
	background-color:#007c87;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00393e;
}

#other header table{
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #00393e solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}
#other header table TD {
	border: 1px #00393e solid; /* セルの枠線（太さ・色・スタイル） */
} 

#other h1{
	/*高さ　計43px*/
	height:27px;
	line-height:16px;
	
	
	/*padding-bottom:8px;*/
	padding:0;
	margin:0;
	padding-left:10px;
	color:#FFF;
	float:left;
	font-size:16px;
	font-weight:bold;
}

#other h2{

	font-weight:bold;
	font-size:16px;
	padding:0 10px;
	line-height: 30px;
	color: #fff;
	background-color:#333333;
}
#other nav h2{
	color: #fff;
	background-color:#007c87;
	
}
/*トップページ以外↑↑↑*/


/*ニュース*/
.news_list li{
	line-height:150%;
	padding:8px 10px;
	border-bottom:1px solid #00393e;
	list-style-type: none;
}

.news_list li:last-child{
	border-bottom:none;
}

.news_list li .day{
	float:left;
	padding-right:10px;
	height:100%;
}

.news_list li .text{

}

.news_list #news_more{
	text-align:right;
}



/*ナビゲーション*/



nav #navImg{
	height:44px;
}
nav article{
	clear:both;
}

nav article li{
	padding:8px 10px;
	clear:both;
	height:50px;
	line-height:150%;
	border-bottom:1px solid #00393e;
	
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}
nav article li.non{
	padding:8px 10px;
	clear:both;
	height:50px;
	line-height:150%;
	border-bottom:1px solid #00393e;
	background-image:none;
}

nav article img{
	float:left;
}
nav article .set{
	font-weight:normal;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 60px;
}
nav article .title{
	font-size:18px;
	line-height:100%;
}
nav article .sale{

	font-size:11px;
	color:#ff3eab;
}

nav article .info{
	font-size:10px;
	color:#fff;
	line-height:12px;
}

nav article .set_comingsoon{
	color:#CCCCCC;
	font-weight:normal;
	
	
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 60px;
}
nav #navImg{
	width:320px;
	margin:0 auto;
	
}


aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}

#switchButton {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}


/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*共通フッターナビゲーション（お問い合わせ・会社概要）*/

#footer_nav{
	padding:8px 10px;
}

#footer_left{
	float:left;
}
#footer_right{
	float:right;
}

/*共通フッター*/

footer {
	clear:both;
	padding-top: 10px;
	padding-bottom:10px;
}
footer {
	background-color:#007c87;
}
footer p {
	clear: both;
	
	padding: 0;
}
footer #copy{
	width:259px;
	margin:0 auto;
}

footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}
