@charset "utf-8";
/* core	================================================	*/

@import url('http://fonts.googleapis.com/css?family=Six+Caps');

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #000

	background: #fff;
}

a{
	color: #4c494a;
}

header {
	width: 100%;
		background: #88CCC4;
	text-align: center;	
}

header #headMain {
	width: 950px;
	height: 70px;
	margin: 0 auto;
}

header #headMain h1 {
	width: 150px;
	height: 70px;
	float: left;
	margin-right: 50px;
}

header #headMain h1 a {
	font-family: 'Kite One', sans-serif;
	font-size: 30px;
	line-height: 70px;
	font-weight: normal;
	text-decoration: none;	
}

header nav {
	float: left;
}

header nav ul {
	padding-top: 25px;
}

header nav ul li {
	display: inline;
	float: left;
	margin-right: 20px;
}

header nav ul li a {
	font-family: 'Kite One', sans-serif;
	font-size: 15px;
	text-decoration: none;	
}

footer {
		text-align: center;
	width: 100%;
	border-top: 1px solid #eaeaea;
	margin-top: 50px;
	padding: 15px 0 30px 0;
	font-size: 10px;
	font-family: 'Kite One', sans-serif;
	color: #666666;
}

footer nav a {
  padding: 5px 10px;
  font-family: 'Six Caps', sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 1.3;
}

footer p {
	padding-top: 30px;
}

article h3 {
	color: #000000 !important;
}

/* AIP default reset */

/* 見出し文字色 */
.color2 {
  color: #ffffff !important;
}
#head_menu_area h2 { 
background-color: #FFF !important;
 color: #000 !important; 
 font-weight: bold; 
 letter-spacing: 1px; 
 padding:10px !important; 
 border-bottom: solid 1px #e3e3e3;
  }
  
h2.bgcolor2 img { display: none; }
h2.title {  }

/* 見出し背景色 */
.bgcolor2 {
  background-color: #88CCC4 !important;
}

/* コンテンツ背景色 */
.bgcolorMain {
  background-color: #ffffff !important;
}

#main_contents {
	color: #000000;
	overflow: hidden;
}

.news_detail_txt {
	color: #000000 !important;
}

#latest_news h3 {
	color: #f0f0f0;
}

.live_one_info h4,
.live_detail dd {
	color: #000000;
}

/* more page */
.more_btn { padding-bottom: 30px; overflow: hidden; margin-bottom: 10px;}

#news_navi li { float: left; }

.bgcolor6 {
    background-color: #88CCC4 !important;
}

/* info */

    h2.bgcolor2 img { display: none; }
    
h3.textColor1 {
 color: #333; 
line-height: 150%; 
    padding: 10px 10px 0px;
 }
.news_detail_txt { padding-top: 10px; }

/* live */

article {
    padding:  0px;
    }
.search_arrow {
    right: 20px !important;
    display: none;
}

article h3 {
    padding: 0px;}

.live_detail_txt {
    padding: 0px 0px 11px;
    }
    
 .live_one_info .arrow_wrap {
    padding: 6px 0px 0px;
}  
    
.live_detail {
    padding: 6px 0px 0px;
}

.live_detail dt p { background-color: #FF555E !important;}

/* media */
#media_list { }
#media_list .arrow_wrap {
    padding: 6px 10px;
}
.media_list_category { background-color: red !important;}
option { text-align: center; }
/* disoco */

#disco_category_arrow img { display: none; }
#disco_list_view section {
    padding: 6px 0px;
    }
.disco_list_tab option {
    text-align: center;
}
.disco_list_txt h3 { padding: 0 !important;}
    
    
