/*共通↓↓↓*/
body {
	font: 15px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color:#333;
	-webkit-text-size-adjust: 100%;
}

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-image: url(../images/logo_bg.jpg);
	background-repeat: repeat;
}

#top h1{
	width:186px;
	margin: 0px auto;
	padding-top:15px;
}

#top h2 {
	font-weight:bold;
	font-size:16px;
	/*border-top:1px solid #cd0074;*/
	/*border-bottom:1px solid #cd0074;*/
	height:30px;
	color: #fff;
	padding-left:5px;
	background-color:#ff3eab;
	line-height: 30px;
}

/*トップページ専用↑↑↑*/
/*トップページ以外↓↓↓*/
#other header{
	border-top:1px solid #999999;
	background-color:#ff3eab;
}

#other header table{
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #cd0074 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}
#other header table TD {
border: 1px #cd0074 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{
	
	/*border-top:1px solid #999999;*/
	/*border-bottom:1px solid #999999;*/
	
	/*height:30px;*/
	/*font-size: 100%;*/
	font-weight:bold;
	font-size:16px;
	padding:0 10px;
	line-height: 30px;
	
	/*color: #fff;*/
	/*background-color:#333333;*/
	
	color: #fff;
	background-color:#666;
	
}

/*トップページ以外↑↑↑*/


/*ニュース*/
.news_list li{
	line-height:150%;
	padding:8px 10px;
	border-bottom:1px solid #eeeeee;
	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 {
	background-image: url(../images/navi_bg.png);
	background-repeat:repeat-x;
}

nav #original_collection div{
	float:left;
	width:160px;
	height:44px;
	background-image: url(../images/navi_ori_off.png);
	background-repeat:no-repeat;
}
nav #original_collection .active{
	float:left;
	width:160px;
	height:44px;
	background-image: url(../images/navi_ori_on.png);
	background-repeat:no-repeat;
}
nav #diva_collection div{
	float:left;
	width:160px;
	height:44px;
	background-image: url(../images/navi_pro_disable.png);
	background-repeat:no-repeat;
}
nav #diva_collection .active{
	float:left;
	width:160px;
	height:44px;
	background-image: url(../images/navi_pro_on.png);
	background-repeat:no-repeat;
}



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 #eeeeee;
	list-style-type: none;

}
nav article img{
	float:left;
}
nav article .text{
	font-weight:normal;
	font-size:18px;
	padding:17px 0 17px 60px;
	line-height:100%;

}

nav article .text_comingsoon{
	color:#CCCCCC;
	font-weight:normal;
	font-size:18px;
	padding:17px 0 17px 60px;
	line-height:100%;
}
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;
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	padding-bottom:10px;
}
footer {
	background-color:#ff3eab;
}
footer p {
	clear: both;
	
	padding: 0;
}
footer #copy{
	width:259px;
	margin:0 auto;
}

footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}
