@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++
CSS Document
+++++++++++++++++++++++++++++++++++++++++++*/

* {
}

img {
	border:					0;
}

html{overflow-y:scroll;}

body {
	margin:                 0px;
	padding:                0px;
	text-align:             center;
	font-size:              small;
	background-color: 	    #FFF;
}

body/**/ {
	font-size:              /**/small;
}

p,h1,h2,h3,h4,h5 {
	padding:                0px;
	margin:                 0px;
}
ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
    }


/*++++++++++++++++++++++++++++++++++++++++++
リンク
+++++++++++++++++++++++++++++++++++++++++++*/

a:link {
	color: #666666;
}

a,a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF6B01;
	text-decoration: none;
}

a img {
		border:                 none;

	    -webkit-transition: 0.5s ease-in-out;
	       -moz-transition: 0.5s ease-in-out;
	         -o-transition: 0.5s ease-in-out;
	            transition: 0.5s ease-in-out;
	}
a:hover img {
	    opacity: 0.7;
	    filter: alpha(opacity=70);
	}


.clear{
	clear:					both;
}

.clear hr{
	display:				none;
}

/*++++++++++++++++++++++++++++++++++++++++++
全体
+++++++++++++++++++++++++++++++++++++++++++*/

#wrapper{
	text-align:				left;
	width:					auto;
	margin:					auto;
	position: relative;
		background:#FFF;

}

/*++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++*/




#header_bg{
	text-align:				left;
	background: linear-gradient(#FFF, #EFEFEF);
	margin: 0 auto;
	width:					100%;
	height: 120px;
}

#header{
	text-align:				center;
	margin:					0 auto;
	width:					100%;
	max-width:				1200px;
	}
	

#header ul{
	padding:				5px 0px 0px 0px;
}

#header li{
	display:                inline;
	padding:                0px 8px 0px ;
	border-left:			1px solid #999999;
	font-weight:			bold;
	font-size:				10px;
}

#head_left{
	float: left;
	width: 65%;
	max-width: 650px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 0px;
	margin-left: 15px;
}

#head_left_logo{
	float:					left;
	width:					180px;
	margin-top: 24px;
}


#head_left_bottom{
	float:					left;
	width:					185px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#head_right{
	float:					right;
	width:					30%;
	max-width:					400px;
	text-align:				right;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#head_body 
{
	text-align:				left;
	margin-left:			auto;
	margin-right:			auto;
	color:#C86934;
	width: 780px;
	height:32px;
	margin-top:0px;
	padding-top: 0px;
	float: right;
}

#head_body a
{
    color:#afb2b2;
    font-family:'arial',sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}








/*++++++++++++++++++++++++++++++++++++++++++
グローバルナビ
+++++++++++++++++++++++++++++++++++++++++++*/
.menu {
	width:100%;
	min-width:1100px
	}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  letter-spacing:1px;
  float: left;
  position: relative;
  width: 164px;/*親メニューの幅*/
  height: 35px;/*親メニューの高さ*/
  line-height: 35px;
  color: #777;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
}
.menu ul li a {
  color: #4D4D4D;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#e3e1de;/*ホバー時の親メニューの背景色*/
  color:#222;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 35px;/*親メニューの高さと同じにする*/
  left: 0px;
  width: 150px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 164px;/*サブメニューの幅*/
  height: 0;
  background:#FFF;/*サブメニューの背景色*/
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#FC0;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:35px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*--- スマホ用 ---*/
#SmartNav{
	height: 8%;
	width: 100%;
	position: fixed;
	text-align: center;
	bottom: 0;
	background-color: rgba(228,197,112,0.9);
	 }
#SmartNav .SmartNavTitle li{
	width:24.6%;
	float:left;
	text-align:center;
	margin:auto;
	border-style:solid;
	/* Firefox v1.0+ */
	border-width:1px;
	border-color:rgb(148,163,163);
	border-left-style: hidden;
	line-height:1em;
	padding:2% 0;
}
#SmartNav .SmartNavTitle {
	font-size:150%;
	}
#SmartNav .SmartNavTitle li .NavTitleFont{
	font-size:55%;
	}
#SmartNav .SmartNavList li{
	font-size:95%;
	line-height:3em;
	}
#SmartNav .SmartNavTitle li a:link {
	color: #5A5E5E;
	text-decoration: none;
}
#SmartNav .SmartNavTitle li a:visited {
	color:                  #5A5E5E;
	text-decoration:        none;
}








/*++++++++++++++++++++++++++++++++++++++++++
メイン
+++++++++++++++++++++++++++++++++++++++++++*/

	
#top_mainspace {
	background-color: #DEDCD1;
	}	
	
#top_mainspace img{
	width:100%;
	height:auto;
	margin:1.5% auto 0px auto;
	}
	
	
.bx-viewport {
	overflow:visible !important;
}
.slider {
	overflow:visible;
    
}
	
	ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:1024px;
    height:auto;
	z-index: -1;
	opacity:1;
} 
	
	
ul.bxslider01 li img{
    display:block;
    width:100%;
    height:auto;
}

#main{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 100%;
	max-width: 1750px;
	background: #f7f7f7;
	float: none;
}




#main a,a:visited {
	color: #635F52;
	text-decoration: none;
}

#main a:hover {
	color: #E69128;
	text-decoration: none;
}


#main #main_left{
	float: left;
	max-width: 980px;
	width: 70%;
	margin-left: 2%;
	background-image: url(../images/oc/bg_ocarina.png);
	background-repeat: no-repeat;
	background: #FFF;
}

/* clear fix */
#main #main_left .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main #main_left .clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
#main #main_left * html .clearfix { height: 1%; }
#main #main_left .clearfix { display: block; }
/* End hide from IE-mac */

/*--- 各コンテンツの包括ボックス ---*/
#main_left #content_wrapper{
	width: 100%;
	float: left;
	padding: 2rem 1rem;
}

/*--- ライン細 ---*/
#main_left #hr_nalow{
	height: 2px;
	margin-top: 10px;
	border-style: solid;
	border-color: #000000;
	_width: 702px;/* IE6 hack */
}

/*--- ライン極細 ---*/
#main_left #hr_thin{
	height: 1px;
	margin-top: 10px;
	border-style: solid;
	border-color: #888888;
}

/*--- ライン太 ---*/
#main_left #hr_bold{
	height: 5px;
	margin-top: 10px;
	border-style: solid;
	border-color: #000000;
	_width: 702px;/* IE6 hack */
}

/*==============================*/
/*    各コンテンツ右端コラム    */
/*==============================*/
#main_left #column_box{
	width: 200px;
	background: #e6e4e5;
	color: #757374;
	float: left;
	font-size: 9px;
	line-height: 1.5em;
}

/*--- THE WORD設定 ---*/
#main_left #column_box h3{
	font-family: 'impact', 'arial', sans-serif;
	font-size: 16px;
	color: #8c8c8e;
	margin-top: 5px; margin-left: 5px; margin-bottom: 0;
}

/*--- LastForever設定 ---*/
#main_left #column_box h2{
	font-family: 'impact', 'arial', sans-serif;
	font-size: 12px;
	color: #8c8c8e;
	margin-top: 0; margin-left: 5px;
}

/*--- タイトル ---*/
#main_left #column_box .col_title{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px;
}

/*--- コンテンツ ---*/
#main_left #column_box .col_contents{
	margin: 0px 5px 0px 5px;
}

/*--- 出典 ---*/
#main_left #column_box .col_auth{
	color: #000000;
	text-align: right;
	margin: 0px 5px 0px 5px;
}

/*--- リスト ---*/
#main_left #column_box li{
	list-style-image: url(../images/user_list1.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin: 1px 0px 1px 20px;
	font-size: 9px;
}

#column_topics_list #ct_box img.category_label,
#column_topics #ct_box img.category_label,
#topics_news .tn_topics img.category_label,
.review #category_date img.category_label,
 .tn_topics .kiji_label img.category_label {
		width: 60px;

	}

/*==============================*/
/*        Head line お知らせ    */
/*==============================*/
#head-line{
	padding: 8px 15px 8px 10px;
	width: 96%;
	margin:  0;
	float:left;
	background-repeat: no-repeat;
	background-position: 15px 8px;
	text-align: left;

}

#head-line ul{
	list-style-type:none;
	overflow:hidden;
	height:19px;
}

#head-line li{
	height:16px;
	text-indent:85px;
	font-size: 12px;
	padding-top: 3px
}

#head-line a{
	color:#00aeeb;
	text-decoration:none;
}


.type-press{
	background-image:url(../imgages/ic_newstag1.png);
	background-repeat:no-repeat;
	background-position: 0 50%;
}

.type-info{
	background-image:url(../imgages/ic_newstag2.png);
	background-repeat:no-repeat;
	background-position: 0 50%;
}

.type-event{
	background-image:url(../imgages/ic_newstag3.png);
	background-repeat:no-repeat;
	background-position: 0 50%;
}

#latest_news h2{
	text-align: left;
	margin: 20px 0 0;
}



/*==============================*/
/*          スペックテーブル         */
/*==============================*/


	 .right_table table.font80{  	
	 margin-left:50px;
	 padding:10px;
	 border-collapse:collapse;  	
	 border:1px solid #999999;  	
	 border-spacing:0;  	
	 empty-cells:show;  	
	 font-size: 80%;    
	 text-indent: 0.7em;
	 }   
	.right_table table.font80 td{  	
	 padding:3px;  	
	 border:1px solid #999999;  	
	}  
	 .td_center{  	
	 padding:3px;  	
	 text-align:center;  	
	 border:1px solid #999999;  	 
	 }    
	 .right_table table.font80 th{  	
	 padding:3px;  	border:1px solid #999999;  	
	 font-weight: normal;  	
	 background-color: #eeeeee; 
	  }  
	



/**********************************************************************************************************************
	マガジン記事
***********************************************************************************************************************/


/*==============================*/
/*    Column Topics 一覧        */
/*==============================*/
#main_left #column_topics_list{
	width: 720px;
	margin-top: 10px;
	float: left;
	height: 180px;
	vertical-align: top;
}

/*--- 画像 ---*/
#column_topics_list .cl_img{
	float: left;
	vartical-align: top;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 60px;
	margin-left: 30px;
		width: 220px;

}
#column_topics_list .cl_img img{
	
		width: 100%;

}
/*--- タイトル ---*/
#column_topics_list .ct_title{
	font-size: 18px;
	font-weight: bold;
	width: 400px;
	float: left;
	margin-top: 10px;
}
/*---サブ タイトル ---*/
#column_topics_list .ct_subtitle{
	font-size: 14px;
	width: 400px;
	float: left;
	margin-top: 5px;
}

/*--- float用枠 ---*/
#column_topics_list #ct_box{
	margin-top: 4px;
	line-height: 150%;
	width: 460px;
	float: right;
	margin-right: 10px;
}

/*--- ○○一覧 ---*/
#column_topics_list .ct_comp{
	float: right;
	font-size: 9px;
	width: 100px;
}



/*==============================*/
/*       MAGAZINEメイン         */
/*==============================*/
/*------- 幅・色設定 -------*/
#main_left #magazine_main{
	margin: 0;
	width:100%;

}
/*------- 画像マージン設定 -------*/
#main_left #magazine_main img{
	margin: 0px 0px 0px 0px;
	height: auto;
	width:100%; 
}

/*------- 画像マージン設定 -------*/
#main_left #magazine_main img{
	margin: 0px auto 10px auto;
}
#main_left #magazine_main #magazineTopImg{
	width:100%
}
#main_left #magazine_main #magazineTopImg{
	width:100%;
}
#main_left #magazine_main #magazine_Pspace img{
	padding:0px;
	}



/*------- magazine 見出し設定 -------*/
#main_left #magazine_main h3{
	text-align: justify;
	font-size:28px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
	line-height:1.5em;

}

#main_left #magazine_main h4{
	text-align: justify;
	margin: 10px 50px 5px 50px;
	font-size:18px;
	font-weight: bold;
	line-height: 120%;

}

#main_left #magazine_main h5{
	text-align: justify;
	margin:  1rem 1rem 1rem 10rem !important;
	font-size:14px;
	line-height: 120%;
	font-weight: bold;
}

/*------- 本文設定 -------*/
#main_left #magazine_main p{
	line-height: 200%;
	padding: 0px;
	font-size:15px;
	text-align:justify;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#main_left #magazine_main #table1{
	text-align: justify;
	line-height: 200%;
	padding: 10px 30px 10px 50px;
	font-size:15px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.OCtextInfo{
	margin:50px 50px 0;
	}
	
.OCtextInfo dt{
	font-size:110%;
	margin-top:5%;
	margin-bottom:1%;
	font-weight:bold
	}
.OCtextInfo dd{
	font-weight:normal;
	line-height:1.6em;
	}
#main_left #magazine_main .CapTxt{
	text-align: justify;
	line-height: 1.6em;
	padding: 0px 40px 4%;
	font-size:90%;
	}


/*------- 罫線設定 -------*/
#main_left #magazine_main hr{
	background-color: #cccccc;
	border-color:#cccccc;
	height: 8px;
	margin: 10px 50px 25px 50px;
}




/*------- MAGAZINE 画像右 テンプレ ---------*/
#main_left #magazine_main #magazine_main_right{
	float: right;
	width: 400px;

}

/*------- right 本文設定 -------*/
#main_left #magazine_main #magazine_main_right p{
	text-align: left;
	line-height: 200%;
	padding: 10px;
	font-size:15px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}






/*------- MAGAZINE 画面フル テンプレ ---------*/
#magazine_main #main_full{
	margin: 0;
	padding: 10px;
}

/*------- 画面フル 関連ｱｰﾃｨｽﾄbox -------*/
#relation_artistbox{
	text-align: left;
	margin: 0 25px 25px 25px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #999999;
	font-size:14px;
	font-weight: bold;
}


/*------- magazine pgabebox -------*/
#magazine_pagebox{
	text-align: left;
	margin: 20px 20px 25px 20px ;
	padding: 10px 0 15px !important;
	border-bottom: 1px solid #999999;
	background-color:#EFECD2;
	color: #D3E4E7;
	font-size:14px;
	font-weight: bold;
}

/*------- magazine pgabebox -------*/
#magazine_pageskip{
	text-align: center;
	background-color: #C2E464;
	font-weight: bold;
	width: 160px;
	float: right;
	font-size: 10px;
}
/*------- magazine pgabebox -------*/
#magazine_pageskip h4{
	margin: 10px 10px 5px 10px;

}





/*------- 画面フル 本文設定 -------*/
#magazine_main #main_full p{
	text-align: left;
	line-height: 200%;
	padding: 10px 25px 10px 25px;
	font-size:15px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*------- magazine 画面フル 見出し設定 -------*/
#magazine_main #main_full h3{
	text-align: left;
	padding: 10px 25px 10px 25px;
	font-size:25px;
	font-weight: bold;
}

#magazine_main #main_full h4{
	text-align: left;
	padding: 10px 25px 10px 25px;
	font-size:18px;
	font-weight: bold;
}

#magazine_main #main_full h5{
	text-align: left;
	padding: 10px 25px 10px 25px;
	font-size:14px;
	font-weight: bold;
}




/*------- MAGAZINE 画面フル 画像左 テンプレ ---------*/
#magazine_main_full #main_full_left{
	float: left;
	width: 400px;
	padding:5px;
}

/*------- MAGAZINE 画面フル right 設定 ---------*/
#magazine_main_full #main_full_right{
	float: left;
	width: 570px;
	background: #eeeeee;
}

/*------- 画面フル 画像左 関連ｱｰﾃｨｽﾄbox -------*/
#magazine_main_full #main_full_right #relation_artistbox{
	text-align: left;
	margin: 0 25px 25px 25px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #999999;
	font-size:14px;
	font-weight: bold;
}

/*------- 画面フル 画像左 本文設定 -------*/
#magazine_main_full #main_full_right p{
	text-align: left;
	line-height: 200%;
	padding: 10px 25px 10px 25px;
	font-size:15px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}











/*==============================*/
/*     関連アーティスト         */
/*==============================*/
/*------- 幅・色設定 -------*/
#main_left #relation_artistbox{
	text-align: left;
	margin: 0 50px 25px 50px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #999999;
	font-size:14px;
	font-weight: bold;
}

/*------- <a>タグ 色・下線設定 -------*/
#main_left #relation_artistbox a{
	color:#000000;
	text-decoration:underline;
}

#main_left #relation_artistbox a:hover{
	color:#999999;
	text-decoration:underline;
}

/*-------- mylist img用 ---------*/
#main_left #relation_artistbox img{
	margin:0;
	padding:0;
}

/*==============================*/
/*      ページ部分設定          */
/*==============================*/
/*------- 幅・色設定 -------*/




/******************************************************************
	マガジン 関連記事
**********************************************************************/

#related_topic{
	width:96%;
	background-color: #EDF4F4;
	padding:2% ;
	text-align:left;
	height: 100%;
	margin-top:5%;
	list-style-image: none;
	list-style-type: none;
	line-height:180%;
}

#related_topic .relate_hin_box a{
	float:left;
	width: 98%;
	text-align: left;
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
	line-height: 140%;
	font-size: 15px;

}

#related_topic .relate_hin_box .icon{
	width: 95px;
	float:left;
}

#related_topic .relate_hin_box .icon img{
	width: 90px;
}



/*==============================*/
/*     アンケート      */
/*==============================*/


#magazine_enquete {
	padding: 0px;
	margin:10px 0 130px;
	text-align:center;

}	

#magazine_enquete table{
	padding: 0px;
    text-align:left;
    width: 98%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 15px;
}	

#magazine_enquete table th{
    width:250px;
    padding: 10px;
    background-color:#FF6B01;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}	

#magazine_enquete  table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FF6B01;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
 #magazine_enquete table th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #FF6B01 10px solid;
        margin-top: -10px;
    }
}

 
#magazine_enquete table td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 8px;
}
#magazine_enquete table .p1{
	font-size: 8px;
	color: #f8f8f8;
	padding-left: 10px;
}	


#magazine_enquete table textarea{
    width: 90%;
    height: 12em;	
}	

#magazine_enquete input[type="text"]  {
	padding: 5px;
    width: 90%;
}	

#magazine_enquete table select{
    width: 80%;
}	

#magazine_enquete .btn_vote{
	margin-top:60px;
}



#magazine_enquete input[type="submit"] { 
    background:url('/images/btn_formvote.gif');
    width:300px;
    height:50px;
    border:0px solid;
    cursor:pointer;
}





/*==============================*/
/*      artist index box        */
/*==============================*/
/*------- 幅・色設定 -------*/
#main_left #artist_menu{
	font-size:16px;
	font-weight:bolder;
	color:#cccccc;
	background-color: #000000;
	margin: 0;
	padding: 5px 0 5px 15px;

}

/*------- 幅・色設定 -------*/
#main_left #artist_menu p{
	font-size:19px;
	margin: 5px 0px;
}

/*------- 幅・色設定 -------*/
#main_left #artist_menu a{
	font-size:15px;
}

/*------- index 幅・色設定 -------*/
#main_left .artist_index{
	background-color: #999999;
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
	_width: 722px;/* IE6 hack */
}

/*------- index設定 -------*/
#main_left .artist_index_box{
	background-color: #333333;
	color: #cccc99;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size:15px;
}

/*------- <a>タグ 色設定 -------*/
#main_left #artist_menu a:hover{
	color:#cccccc;
}

/*------- マウスアウト時色指定 -------*/
#main_left .artist_index_box a{
	color: #cccc99;
}

/*------- マウスオン時色指定 -------*/
#main_left .artist_index_box a:hover{
	color: #999999;
}

/*------- artist list table設定 -------*/
#main_left .artist_index .artist_list_table{
	background-color: #333333;
	color: #999999;
	border-color: #ff0000;
	width: 97%;
	margin: 1px 10px 1px 10px;
}

/*------- artist list table設定 -------*/
#main_left .artist_index .artist_list_block{
	display:block;
	width:100%;
	height:100%;
}

/*------- artist list table設定 -------*/
#main_left .artist_index .artist_list_block:hover{
	background-color: #ad9cc6;
}

/*------- artist list table 画像設定 -------*/
#main_left .artist_index .artist_list_table td img{
	margin:0;
}

/*------- artist list table padding設定 -------*/
#main_left .artist_index .artist_list_table tr, #main_left .artist_index .artist_list_table td{
	padding: 10px 10px 10px 10px;
}

/*------- artist list table アーティストナンバー -------*/
#main_left .artist_index .artist_list_table .font_art_number{
	font-size:20px;
	font-weight: 700;
	color: #cccccc;
	text-align: left;
}

/*------- artist list table ネクスト -------*/
#main_left .artist_index .artist_list_table .font_next{
	font-size:12px;
	font-weight: 800;
	color: #cccccc;
	text-align: right;
}

/*------- artist list table アーティスト画像 -------*/
#main_left .artist_index .artist_list_table .artist_img{
	width:110px;
	height:100px;
}

/*------- artist list table 種類フォント -------*/
#main_left .artist_index .artist_list_table .font_kind{
	font-size:12px;
	color: #999999;
	text-align: right;
}

/*------- artist list table 名前フォント -------*/
#main_left .artist_index .artist_list_table .font_name{
	font-size:25px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}

/*------- artist list table 名前フォント -------*/
#main_left .artist_index .artist_list_table .font_name a:link{
	color: #999999;
}

/*------- artist list table 名前フォント２ -------*/
#main_left .artist_index .artist_list_table .font_name2{
	font-size:15px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
}

/*------- artist list table メニューフォント -------*/
#main_left .artist_index .artist_list_table .font_menu{
	font-size:13px;
	color: #646466;
	text-align: left;
}

#main_left .artist_index .artist_list_table .font_menu a{
	text-decoration:        underline;
}

/*==============================*/
/*           shop              */
/*==============================*/
/*------- 幅・色設定 全体-------*/
#main_left .shop_index{
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
}

/*------- 幅・色設定 menu部分-------*/
#main_left #shop_menu{
	font-size:16px;
	font-weight:bolder;
	color:#cccccc;
	background-color: #000000;
	margin: 0;
	padding: 5px 0 5px 15px;
}

/*------- 幅・色設定 shop_index_box部分-------*/
#main_left .shop_index_box{
	width: 665px;
	background-color: #494949;
	color: #cccc99;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 25px;
	font-weight: bold;
	font-size:16px;
}

/*------- マウスアウト時色指定 -------*/
#main_left .shop_index_box a{
	padding-right: 30px;
	color: #cccc99;
}

/*------- マウスオン時色指定 -------*/
#main_left .shop_index_box a:hover{
	color: #999999;
}

/*------- shop month 設定 -------*/
#main_left .shop_index .shop_month{
	background-color: #999999;
	color: #333333;
	border-color: #ff0000;
	width: 700px;
	margin: 1px 10px 1px 10px;
	padding: 10px 25px 10px 25px;
}

/*------- shop month 設定 -------*/
#main_left .shop_index .shop_month a:hover{
	color: #646466;
}

/*------- shop number フォント設定 -------*/
#main_left .shop_index .shop_month .font_shop_number{
	font-size:20px;
	font-weight: bolder;
	color: #555555;
	text-align: left;
}

/*------- shop next フォント設定 -------*/
#main_left .shop_index .shop_month .font_next{
	font-size:12px;
	font-weight: bolder;
	color: #333333;
	text-align: right;
}


/*------- shop list table設定 -------*/
#main_left .shop_index .shop_list_table{
	background-color: #454545;
	color: #999999;
	border-color: #ff0000;
	width: 700px;
	margin: 1px 10px 1px 10px;
	padding: 10px 25px 10px 25px;
}

/*------- shop list table設定 -------*/
#main_left .shop_index .shop_list_block{
	display:block;
	width:100%;
	height:100%;
}

/*------- shop list table設定 -------*/
#main_left .shop_index .shop_list_block:hover{
	background:#b67197;
}



/*------- shop list 日付ﾌｫﾝﾄ -------*/
#main_left .shop_index .shop_list_table .font_shop_days{
	font-size:20px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding-right:5px;
	width:55px;
	/padding-left: 25px;/* IE6,7 hack */
}

/*------- shop list ﾌｫﾝﾄ -------*/
#main_left .shop_index .shop_list_table .font_shop_news{
	border-left: 2px solid #999999;
	padding-left: 10px;
	width: 625px;
}

/*------- shop list ﾀｲﾄﾙﾌｫﾝﾄ -------*/
#main_left .shop_index .shop_list_table .font_shop_title{
	font-size:20px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

/*------- shop list ｻﾌﾞﾀｲﾄﾙﾌｫﾝﾄ -------*/
#main_left .shop_index .shop_list_table .font_shop_subtitle{
	font-size:15px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}

/*------- shop list ﾒﾝﾊﾞｰﾌｫﾝﾄ -------*/
#main_left .shop_index .shop_list_table .font_shop_member{
	font-size:12px;
	color: #999999;
	text-align: left;
}

/*------- shop list ﾌﾟﾚｲｶﾞｲﾄﾞﾌｫﾝﾄ -------*/
#main_left .shop_index .shop_list_table .font_shop_genre{
	font-size:13px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	vertical-align: top;
	border-left: 2px solid #999999;
}

#main_left .shop_index .shop_list_table .font_menu{
	font-size:13px;
	color: #999999;
	text-align: left;
}

/*==============================*/
/*           lesson              */
/*==============================*/
/*------- 幅・色設定 全体-------*/
#main_left .lesson_index{

	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
}

/*------- 幅・色設定 menu部分-------*/
#main_left #lesson_menu{
	font-size:16px;
	font-weight:bolder;
	color:#cccccc;
	background-color: #000000;
	margin: 0;
	padding: 5px 0 5px 15px;
}

/*------- 幅・色設定 lesson_index_box部分-------*/
#main_left .lesson_index_box{
	width: 665px;
	background-color: #494949;
	color: #cccc99;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 25px;
	font-weight: bold;
	font-size:16px;
}

/*------- マウスアウト時色指定 -------*/
#main_left .lesson_index_box a{
	padding-right: 30px;
	color: #cccc99;
}

/*------- マウスオン時色指定 -------*/
#main_left .lesson_index_box a:hover{
	color: #999999;
}

/*------- lesson month 設定 -------*/
#main_left .lesson_index .lesson_month{
	color: #333333;
	border-color: #ff0000;
	width: 700px;
	margin: 1px 10px 1px 10px;
	padding: 10px 25px 10px 25px;
}

/*------- lesson month 設定 -------*/
#main_left .lesson_index .lesson_month a:hover{
	color: #646466;
}

/*------- lesson number フォント設定 -------*/
#main_left .lesson_index .lesson_month .font_lesson_number{
	font-size:20px;
	font-weight: bolder;
	color: #555555;
	text-align: left;
}

/*------- lesson next フォント設定 -------*/
#main_left .lesson_index .lesson_month .font_next{
	font-size:12px;
	font-weight: bolder;
	color: #333333;
	text-align: right;
}


/*------- lesson list table設定 -------*/
#main_left .lesson_index .lesson_list_table{
	background-color: #454545;
	color: #999999;
	border-color: #ff0000;
	width: 700px;
	margin: 1px 10px 1px 10px;
	padding: 10px 25px 10px 25px;
}

/*------- lesson list table設定 -------*/
#main_left .lesson_index .lesson_list_block{
	display:block;
	width:100%;
	height:100%;
}

/*------- lesson list table設定 -------*/
#main_left .lesson_index .lesson_list_block:hover{
	background:#b67197;
}

/*------- lesson list td IE6,7 ハック -------*/
#main_left .lesson_index .lesson_list_table td{
	/padding-left: 25px;/* IE6,7 hack */
}

/*------- lesson list 日付ﾌｫﾝﾄ -------*/
#main_left .lesson_index .lesson_list_table .font_lesson_days{
	font-size:20px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding-right:5px;
	width:55px;
	/padding-left: 25px;/* IE6,7 hack */
}

/*------- lesson list ﾌｫﾝﾄ -------*/
#main_left .lesson_index .lesson_list_table .font_lesson_news{
	border-left: 2px solid #999999;
	padding-left: 10px;
	width: 625px;
}

/*------- lesson list ﾀｲﾄﾙﾌｫﾝﾄ -------*/
#main_left .lesson_index .lesson_list_table .font_lesson_title{
	font-size:20px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

/*------- lesson list ｻﾌﾞﾀｲﾄﾙﾌｫﾝﾄ -------*/
#main_left .lesson_index .lesson_list_table .font_lesson_subtitle{
	font-size:15px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}

/*------- lesson list ﾒﾝﾊﾞｰﾌｫﾝﾄ -------*/
#main_left .lesson_index .lesson_list_table .font_lesson_member{
	font-size:12px;
	color: #999999;
	text-align: left;
}

/*------- lesson list ﾌﾟﾚｲｶﾞｲﾄﾞﾌｫﾝﾄ -------*/
#main_left .lesson_index .lesson_list_table .font_lesson_genre{
	font-size:13px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	vertical-align: top;
	border-left: 2px solid #999999;
}

#main_left .lesson_index .lesson_list_table .font_menu{
	font-size:13px;
	color: #999999;
	text-align: left;
}


/*==============================*/
/*      artist_page             */
/*==============================*/
/*--- artist_page 全体設定 ---*/
#main_left #artist_page{
	background: #333333;
	/* margin: 0 12px 10px 10px;
	padding: 15px 0 15px 0; */
	height: 465%;
}
/*------- index設定 -------*/
#main_left #artist_page .artist_index_box{
	background-color: #333333;
	color: #cccc99;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size:15px;
}

/*-------- mylist img用 ---------*/
#main_left #artist_page .artist_page_mylist img{
	width:auto;
	margin: 0 35px 5px 0;
	padding:0;
}


/*--- artist_page left ---*/
#main_left #artist_page_left{
	color: #999999;
	float: left;
	width: 510px;
	height: 100%;
	margin: 10px 3px 10px 5px;
	font-weight: bold;
}

/*--- artist_page img 設定 ---*/
#main_left #artist_page_left img{
	margin: 3px 3px 3px 3px;
}

/*--- artist_page left table設定 th ---*/
#main_left #artist_page_left .art_page_left_table th{
	background: #000000;
	text-align: left;
	color: #cc99ff;
	font-weight: bold;
	font-size:15px;
	padding: 5px;
	width:496px;
}

/*--- artist_page left table設定 td ---*/
#main_left #artist_page_left .art_page_left_table{
	margin: 0 0 10px 0;
}

/*--- artist_page left table設定 td ---*/
#main_left #artist_page_left .art_page_left_table td{
	background: #eeeeee;
	border-color :#eeeeee;
	padding : 10px 10px 10px 10px;
	width:465px;
	/* *:width:400px; IE7 hack */
}

/*--- artist_page_left art_page_left_table_inst 設定 td ---*/
#main_left #artist_page_left .art_page_left_table_inst td{
	background: #eeeeee;
	border-color :#eeeeee;
	padding : 3px 10px 3px 10px;
	/* *:width:400px; IE7 hack */
}

#main_left #artist_page_left .art_page_left_table_inst .title{
	color:#646466;
	width:80px;
}

/*--- artist_page left 文字色変更 ---*/
#main_left #artist_page_left .art_page_left_table .col_chg_white span{
	color:#ffffff;
}

/*--- artist_page_in_table th 設定 ---*/
#main_left #artist_page_left .art_page_left_table .art_page_in_table th{
	background: #eeeeee;
	color: #cc99ff;
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px 0;
}

/*--- artist_page_in_table td 設定 ---*/
#main_left #artist_page_left .art_page_left_table .art_page_in_table td{
	background: #eeeeee;
	border-color :#eeeeee;
	font-size:17px;
	font-weight: bold;
	padding-left:3px;
}

/*--- artist_page_in_table img 設定 ---*/
#main_left #artist_page_left .art_page_left_table .art_page_in_table img{
	margin:0;
	padding:0;
}

/*--- artist_page_in_table コラム部分設定 ---*/
#main_left #artist_page_left .art_page_left_table .art_page_in_table .colmn{
	color: #747474;
	line-height: 1.5em;
	padding: 3px;
	font-size: 10px;
}

/*--- artist_page_in_table コラム部分設定 <span>---*/
#main_left #artist_page_left .art_page_left_table .art_page_in_table .colmn span{
	color: #747474;
	line-height: 1.5em;
	padding: 3px;
	font-size: 15px;
}


/*--- artist_page left 文字色変更 ---*/
#main_left #artist_page_left .art_page_left_table .art_page_in_table .col_chg_gold span{
	color:#cc6600;
	font-size:18px;
	font-weight: bold;
}

/*--- artist_page left フォント 極小 ---*/
#main_left #artist_page_left .art_page_left_table .p_verysmall span{
	font-size: 11px;
	font-family:sans-serif;
	line-height: 200%;
}

/*--- artist_page left フォント 小 ---*/
#main_left #artist_page_left .art_page_left_table .p_small span{
	font-size: 12px;
	font-weight: bold;
	font-family:sans-serif;
	line-height: 200%;
}

/*--- artist_page left フォント 中 ---*/
#main_left #artist_page_left .art_page_left_table .p_middle span{
	font-size: 13px;
	font-weight: bold;
	font-family:sans-serif;
	line-height: 200%;
}

/*--- artist_page left フォント 大 ---*/
#main_left #artist_page_left .art_page_left_table .p_large span{
	font-size: 22px;
	font-weight: bold;
	font-family:sans-serif;
	line-height: 200%;
}

/*--- artist_page left コラム 見出し ---*/
#main_left #artist_page_left .art_page_left_table .colmn h3{
	color: #747474;
	line-height: 1.5em;
	font-size:12px;
}

/*--- artist_page left コラム img設定 ---*/
#main_left #artist_page_left .art_page_left_table .colmn img{
	width: 200px; height: 110px;
	margin:5px 2px 5px 2px;
}

/*--- artist_page left コラム フォント<p> ---*/
#main_left #artist_page_left .art_page_left_table .colmn p{
	color: #747474;
	line-height: 1.5em;
	padding: 3px;
	font-size: 12px;
}

/*--- artist_page right ---*/
#main_left #artist_page_right{
	background: #000000;
	color: #999999;
	float: right;
	width: 189px;
	_width: 180px;/* IE6 hack */
	height: 95%;
	margin: 10px 10px 0px 5px;
	font-weight: bold;
}

/*--- artist_page right table全体設定 ---*/
#main_left #artist_page_right .art_page_right_table{
	margin: 10px 10px 10px 10px;
	_margin:10px 0 10px 0;/* IE6 hack */
	width: 165px;
}

/*--- artist_page right table th 設定 ---*/
#main_left #artist_page_right .art_page_right_table th{
	background: #000000;
	text-align: left;
	color: #f5f5f5;
	font-weight: bold;
	font-size:10px;
	padding: 5px;
	width:100%;
	border-bottom: 1px solid #999999;
	line-height: 1.7em;
}

/*--- artist_page right table td 設定 ---*/
#main_left #artist_page_right .art_page_right_table td{
	background: #000000;
	text-align: left;
	color: #f5f5f5;
	font-weight: bold;
	font-size:10px;
	padding: 5px;
	line-height: 0.7em;
}

/*--- artist_page right table 文字右寄せ ---*/
#main_left #artist_page_right .art_page_right_table .art_page_alrig{
	text-align:right;
}

/*--- artist_page right table フォント<p> ---*/
#main_left #artist_page_right p{
	color: #f5f5f5;
	font-size:10px;
	line-height: 1.7em;
	font-weight: normal;
}

/*==============================*/
/*      artist_discograpy       */
/*==============================*/
/*--- artist_disco 全体設定 ---*/
#artist_disco{
	padding: 30px;
	background: #dddddd;
	font-size: 15px;
}

/*--- artist_disco テーブル設定 ---*/
#artist_disco .disco_table{
	background: #dddddd;
	border: none;
	font-size: 11px;
	color:#999999;
}

/*--- artist_disco テーブル 画像設定 ---*/
#artist_disco .disco_table img{
	margin: 5px 5px 5px 0;
}

/*--- artist_disco テーブル 文字(小) ---*/
#artist_disco .disco_table .disco_p_sml{
	color: #000000;
	font-size: 13px;
}

/*--- artist_disco  テーブル 文字(中) ---*/
#artist_disco .disco_table .disco_p_mid span{
	color: #000000;
	font-size: 16px;
}

/*--- artist_disco  アーティストネーム ---*/
#artist_disco .disco_art_name{
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}

/*--- artist_disco  ミュージックタイトル ---*/
#artist_disco .disco_music{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

/*--- artist_disco  各項目タイトル設定 ---*/
#artist_disco .disco_title{
	padding: 5px 0 10px 0;
	font-size: 16px;
	color: #996699;
}

/*--- artist_disco Playing_Guide 設定 ---*/
#artist_disco .disco_pl_guide{
	line-height: 25px;
}


/*--- artist_disco Play_list リストマーク 色設定 ---*/
#artist_disco ol{
	/*font-size: 17px;*/
	padding-left: 30px;
	/*color: #999966;*/
}

/*--- artist_disco Play_list リスト項目 色再設定 ---*/
#artist_disco li span{
	color: #000;
}

#artist_disco li{
	padding-top:7px;
}


/*==============================*/
/*          検索エリア          */
/*==============================*/
#main_left #search_box{
	background: #F6F6F6;
	margin-top: 10px;
	margin-left: 10px;
	width: 700px;
}

/*--- 画像 ---*/
#search_box .search_logo{
	margin: 20px 10px 10px 20px;
	float: left;
}

/*--- 検索フォーム ---*/
#search_box .search_form{
	padding-left: 10px; padding-top: 20px;
	width: 400px;
}

/*--- 入力エリア ---*/
#search_box .search_form p .search{
	position: relative;
    left: 5;
    width: 180px;
    height: 17px; /* border-box for IE6 */
    padding: 1px;
    border: 1px solid #ffffff;
    margin-bottom: 5px;
}

/*--- 検索ボタン ---*/
#search_box .search_form p .searchsubmit {
	bottom: 26px;
    position: relative;
    margin: 1px 0px 0px 195px;
}
/*--- ナビエリア ---*/
#search_box .search_navi_left{
	background: url(../images/user_search_navi.gif);
	background-repeat: no-repeat;
	color: #737373;
    height: 28px;				
    line-height: 2.0;
    padding-left: 17px;
}
#search_box .search_navi_left a{
	font-weight: bold;
}
#search_box .search_navi_right{
	color: #737373;
	width: 273px;
    height: 36px;
    float: left;
    font-size: 9px;
    letter-spacing: -2px;
    line-height: 3.5;
    margin-top: 16px;
}

/*==============================*/
/*      LatestNewsコーナー      */
/*==============================*/
 #latest_news{
	margin-top: 0px;
	margin-left: 0%;
	margin-bottom: 0px;
	padding:1% 3%!important;
	width: 96%;
	max-width: 980px; 
	 min-height: 80px;
	background: url(../images/oc/bg_news2.gif);
	background-repeat: repeat-y;
	 background-size: contain;
	 
}

#main_left #latest_news2{
	margin-top: 25px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 680px;	
}

/*--- LatestNewsトピックス欄 ---*/
#main_left #latest_news #content_wrapper .news_list{
	width: 410px;
	float: left;
}
#main_left #latest_news #content_wrapper .news_list td{
	line-height: 2em;
	white-space: nowrap;
}

/*--- LatestNewsコーナー画像 ---*/
#main_left #latest_news #content_wrapper .content_img{
	width: 90px;
	float: left;
}

/*==============================*/
/*    Feature_topicsコーナー    */
/*==============================*/
#main_left .topics_logo{
}
/*--- 枠 ---*/
#main_left #feat_topics{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100%;
	margin-left: 10px;
	float: right;
}

/*--- レビュー欄 ---*/
#main_left #feat_topics #content_wrapper .review{
	max-width: 220px;
	width: 32%;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	height:430px;
}
#main_left #feat_topics #content_wrapper .review img{
	
	width: 100%;
	
}

#main_left #feat_topics #content_wrapper .review h1{
	font-size: 1.4em;
	
	
}

/*--- ギア欄 ---*/
#main_left #feat_topics #content_wrapper .gear{
	width: 220px;
	float: right;
	margin-left: 10px; margin-right: 10px;
}

/*--- タイトル ---*/
#main_left #feat_topics h3{
	color: #737373;
	font-size: 16px;
	line-height: 1.5em;
}

/*--- コンテンツ ---*/
#main_left #feat_topics .ft_cont{
	color: #737373;
	line-height: 2.5em;
		font-size: 13px;
	text-align: justify

}
#main_left #feat_topics .ft_cont p{
	line-height: 1.8em;
	

}

/*==============================*/
/*        Column Topics         */
/*==============================*/
#main_left #column_topics{
	width: 240px;
	margin-top: 5px;
	float: left;
}

/*--- 画像 ---*/
#column_topics .cl_img{
	float: left;
	margin: 0px 20px 10px;
	vartical-align: top;
	width: 220px;
}
#column_topics .cl_img img{

	width: 100%;
}

/*--- タイトル ---*/
#column_topics .ct_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 200%;
}

/*--- float用枠 ---*/
#column_topics #ct_box{
	margin-top: 5px;
	line-height: 1.6em;
}

/*--- ○○一覧 ---*/
#column_topics .ct_comp{
	float: right;
	font-size: 9px;
}



/*==============================*/
/*     Topics Newsコーナー      */
/*==============================*/
/*--- 左側画像エリア ---*/
#main_left .tn_img{
	float: left;
	margin: 10px; margin-top: 0;
	width: 239px;
	_margin: 0;
}

/*--- トピックス表示エリア ---*/
#main_left .tn_topics{
	font-size: 11px;
	line-height: 1.5em;
	float: left;
	margin-left: 10px;
	width: 430px;
	_width: 230px;
	_padding-left: 20px;
}

/*--- トピックス見出し ---*/
#main_left .tn_topics h3{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

/*==============================*/
/*   topics(関連記事)コーナー   */
/*==============================*/
#main_left .topics{
	padding: 15px;
	background-color: #FFFFFF;
}

/*--- 楽器トップブロック3 ---*/
#main_left .topics3{
	padding: 15px;
}

/*--- 右寄せ用 ---*/
#main_left .li_pr{
	text-align: right;
}

/*--- リスト ---*/
#main_left .topics li{
	list-style-image: url(../images/user_list1.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin: 5px 0px 5px 20px;
}


/*==============================*/
/*      tp_table                */
/*==============================*/
/* tp_table 全体設定 */
#main_left .tp_table{
	width: 700px;
	margin-top: 30px;
	padding-left: 10px;
	color: #747474;
}

/* 見出し設定 */
#main_left .tp_table h3{
	color: #747474;
	line-height: 1.5em;
	font-size:12px;
}

/* 画像設定 */
#main_left .tp_table img{
	width: 215px; height: 110px;
	padding-top:5px;
}

/* td設定 */
#main_left .tp_table td{
	line-height: 1.5em;
	padding: 0 5px;
	font-size: 9px;
	width: 215px;
}

/* タイトル設定*/
#main_left .tp_title{
	font-family: sans-serif;
	font-size: 18px;
	float: left;
	margin-right: 20px;
	color: #669933;
	padding-top: 5px;
}

/* tp_table 文章位置設定 */
#main_left .tp_title span{
	vertical-align: bottom;
	font-size: 12px;
	padding-left: 7px;
}


/**************************************************************************************************
	メイン右側
***************************************************************************************************/
#main_right{
	width: 300px;
	float: right;
	margin-right: 10px;
	_margin-right: 0px;
	background-color: #F4F9E3;
	margin-top: 30px;
}

/*--- 右側限定h3 ---*/
#main_right h3{
	font-family: 'impact', 'arial black', sans-serif;
	font-size: 18px;
	margin-left: 15px; margin-bottom: 0px;
}

/* タイトル設定*/
#main_right .tp_title{
	font-family: 'impact', 'arial black', sans-serif;
	font-size: 18px;
	float: left;
	margin-right: 20px;
	color: #C5E199;
	padding-top:5px;
}
/* tp_table 文章位置設定 */
#main_right .tp_title span{
	vertical-align: bottom;
	font-size: 12px;
	padding-left: 7px;
}


/*==============================*/
/*   topics(関連記事)コーナー   */
/*==============================*/
#main_right .topics{
	width: 270px;
	padding: 15px;
	background-color: #F1EFE9!important;
}
#main_right .topics li{
	list-style-image: url(../images/user_list1.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin: 5px 0px 5px 20px;
}

/*==============================*/
/*      ログインボックス        */
/*==============================*/
#main_right .login_box{
	background: url(../images/user_ocarina_login_bg.gif);
	width: 300px;
	font-weight: bold;
	font-size: 10px;
	height: 100%;
}

/*--- wrapper的な役割 ---*/
#head_right .login_cnt{
	margin: 0px 5px 0px 5px;
	padding-top: 10px;
	font-size:9px;


}

/*--- ボタン画像 ---*/
#main_right .login_cnt li{
	float: left;
}

/*--- 右寄せ用（ログイン中） ---*/
#head_right .right_al{
	color: #e9953d;
	font-size:11px;
	font-weight: bold;
}
#head_right .login_cnt span{
		font-size:12px;

}

/*--- フォーム ---*/
#main_right .login_box form{
	margin-left: 5px;
}

/*--- フォーム（インプット） ---*/
#main_right .login_box form input{
	margin-bottom: 8px;
	width:156px;
}

/*--- フォーム（インプット） ---*/
#main_right .login_box .login_cnt form .id_box_mid{
	vertical-align:middle;
}


/*==============================*/
/*            Vote              */
/*==============================*/
#main_right #vote{
	width: 300px; 
	height: 180px;
	padding-top: 30px;
	margin: 0;
	border-bottom: 3px solid #000000;
}

/*--- vote コンテンツ ---*/
#vote .vote_cnt{
	background: url(../images/user_ocarina_vote.gif);
	width: 236px; height: 108px;
	margin-bottom: 20px; margin-left: 5px;
	font-weight: bold;
	font-size: 11px;
}

#vote .vote_sml{
	margin: 20px;
}

#vote p{
	padding: 5px 0px 0px 10px;
}



#enquete{
	margin-top:10px;
	padding: 10px 0px 5px 10px;
	width: 300px;
	height: 100%;
}


/*==============================*/
/*         Ocarina             */
/*==============================*/
#main_right #ocarina{
	width: 300px; height: 120px;
	padding-top: 10px;
	margin: 0;
	border-bottom: 3px solid #000000;
}

#ocarina .ocarina_left_img{
	margin-left: 10px;
	_margin-left: 5px;/* IE6 hack*/
	float: left;
}

#ocarina p{
	float: right;
	margin-right: 20px;
	_margin-right: 10px;/* IE6 hack */
}



/*==============================*/
/*      This Week Event         */
/*==============================*/
#main_right #week_event{
	background: #6b6b6b;
	width: 248px;
	padding-top: 15px;
}

/*--- 今週のイベント ---*/
#week_event .ev_sub_tit{
	font-size: 9px;
	font-weight: bold;
	color: #ac7795;
	margin-left: 15px;
}

/*--- イベント情報 ---*/
#week_event .event_box{
	border-top: 1px dashed #515151;
	margin-left: 15px; margin-right: 5px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1.4em;
}

/*--- リンク ---*/
#week_event a{
	color: #000000;
}
/*--- リンク ---*/
#week_event .more_info{
	color: #ac7795;
	font-weight: bold;
	font-size: 9px;
	margin-left: 15px;
}
/*--- ジャンル(右端) ---*/
#week_event .genre{
	font-family: 'impact', 'tahoma', sans-serif;
	float: right;
	color: #9e9e9e;
	font-size: 10px;
}






/*==============================*/
/*        テキストエリア          */
/*==============================*/
#main_right #right_textbox{
	padding-top: 5px;
	width: 248px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 2px;
	margin-bottom:50px;
	font-size: 11px;
	margin-top: 10px;
}




/*==============================*/
/*        バナーエリア          */
/*==============================*/
#main_right #right_banner{
	padding-top: 10px;
	width: 300px;
	padding-left: 0px;
	padding-right: 5px;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 1px;
}

#main_right #right_banne3r ,
#main_right #right_banner img{
	width: 100%;
}

/*==============================*/
/*           PICKUP             */
/*==============================*/
#main_right #pickup{
	background: #6b6b6b;
	width: 300px; height: 700px;
	padding-top: 100px;
}
#main_right #pickup a{
	color:#000000;
}

#pickup .pu_sm{
	color: #978753;
	margin-left: 15px;
}

#pickup .pickup_box{
	margin-left:15px; margin-right: 15px;
	border-top: 4px dotted #a6a6a6;
	font-weight: bold;
	padding-top: 5px;
}

#pickup .pickup_box .pu_category{
	color: #878787;
	font-size: 9px;
	font-family: 'impact', 'arial', sans-serif;
	float: right;

}

#pickup .rt_os{
	color: #968655;
	font-weight: bold;
	margin-left: 15px;
}

/*==============================*/
/*          広告表示            */
/*==============================*/
#main_right #analog{
	width: 300px;
	color: #a09e9f;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #000000;
}

#analog .ads{
	margin-top: 10px; margin-left: 10px; margin-bottom: 30px;
}

#analog .g_ads{
	text-align: right;
}

.ads .ad_title{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/*==============================*/
/*        メルマガ登録          */
/*==============================*/
#main_right #mail_mag{
	width: 300px;
	color: #969696;
	background: #ffffff;
	padding-top: 20px;
	font-size: 10px;
	font-weight: bold;
}

/*--- トップページへ ---*/
#main_right #mail_mag .go_p_top{
	text-align: right;
}

#main_right #mail_mag form{
	float: left;
}

/*--- フォーム ---*/
#main_right #mail_mag .form_text{
	width: 20em; height: 20px;
}




/*++++++++++++++++++++++++++++++++++++++++++
スマホ　表示
+++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (max-width: 767px){
.pc,.tablet {
	display: none;
	}
	.sp{
		display: block;
	}
body {
	background-color:#e5f4f0;
	}
	
	
	#header_bg{
	text-align:				left;
	background: linear-gradient(#FFF, #EFEFEF);
	margin: 0 auto;
	width:					100%;
	height: 80px;
}
#header {
	width:100%;
}

#header #head_left{
	width:100%;
	text-align:center;
	float: left;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#header #head_left img{
	width:200px;
	height:40px;
}

#header #grobal_navi .main_navi ul{
	width:100%;
}
#header #grobal_navi .main_navi ul li{
	width:50px;
}


#header #grobal_navi li img{
	width:20%;
}

#top_mainspace{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	height: 100%;
}

#top_mainspace img{
	width:100%;
	margin:0 auto 0px auto;
	}

#main{
	text-align: center;
	margin: 1% auto 0px auto;
	padding-bottom: 2%;
	text-align: justify;
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	background-color: #fff;
}


/*==============================*/
/*        Head line お知らせ    */
/*==============================*/
#head-line{
	padding: 0px;
	width: 100%;
	margin: 0px;
	float:left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



#head-line ul{
	list-style-type:none;
	overflow:hidden;
	height:19px;
}

#head-line li{
	height:16px;
	text-indent:85px;
	font-size: 12px;
	padding-top: 3px
}

#head-line a{
	color:#00aeeb;
	text-decoration:none;
}


#main #main_left{
	width:100%;
	margin:1% auto;
}
	
	
	.topics .latest_img img{
		width: 100%;
	}
	
	
/*==============================*/
/*      LatestNewsコーナー      */
/*==============================*/
 #latest_news{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: url(../images/oc/bg_news2.gif);
	background-repeat: repeat-y;
	padding-left: 0px;
}

	#banner3 img{
		width: 100%;
	}
#main_left #latest_news #content_wrapper{
	width:100%;
	margin:0px;
	}
#content_wrapper #whats_new_box{
	width:100%;
	float: none;
	font-size:85%;
	letter-spacing:normal;
	line-height: 1.5em;
	margin-left: inherit;
}
/*    LatestNewsトピックス欄    */
#main_left #latest_news #content_wrapper .news_list{
	width: 100%;
	float: left;
}

/*--- Feature_topicsコーナー  ---*/
/*--- 枠 ---*/
#main_left #feat_topics{
	margin-top:1%;
	margin-bottom:0;
	padding-bottom:0;
	float:  none;
}
#main_left #feat_topics img{
	width:220px;
}
#main_left #feat_topics #content_wrapper{
	float:  none;
	margin-bottom:0;
	padding: 2rem 0rem;


}

/*--- レビュー欄 ---*/
#main_left #feat_topics #content_wrapper .review{
	width: 95%;
	max-width:95%;
	float: none;
	margin: 0px ;
	margin-right: 0px;
	padding: 1%;
	height:auto;
}

	#main_left #feat_topics #content_wrapper .review h2{
	font-size: 1.4em;
	line-height: 150%;
	
	
}

#main_left #feat_topics #content_wrapper .review img{
	max-width:100%;
}
#main_left #feat_topics #content_wrapper img{
	width:60%;
	text-align:center;
	margin:0px auto;
}


/*--- コラムトピックス欄 ---*/
#main_left #column_topics{
	width: 96%;
	margin-top: 5px;
	float: left;
}

/*--- 画像 ---*/
#column_topics .cl_img{
	float: left;
	margin: 20px 40px 10px 10px;
	width: 100%;
}

#column_topics .cl_img img{
		width: 100%;

}


/*--- タイトル ---*/
#column_topics .ct_title{
	font-size: 18px;
	font-weight: bold;
}

#column_topics .ct_title h1{
	
	font-size: 120%;
	line-height: 1.3em;
	padding:1% 0
	}
	
/*--- タイトル ---*/
#main_left #feat_topics h1{
	font-size: 120%;
	margin: 2% 0px;
	height: 100%;
}
/*--- ブロック2　コーナー  ---*/
 #content_wrapper .topics2{
	padding:3%;
	background-color:#f6f5f4;
	width:85%;
	margin:0px auto 2% auto;
	overflow:hidden;
	float: none;
	font-size: 13px;
	line-height: 1.8em;
}
/*--- 広告バナー  ---*/
 #content_wrapper .ADsmart{
	 text-align:center;
	 width:91%;
	 margin:2% auto;
	 overflow:hidden;
	 }
.ADsmart .ADsmart-L img{
	float:left;
	width:48%;
	}
.ADsmart .ADsmart-R img{
	float: right;
	width:48%;
	}

/*--- 真ん中特集バナー  ---*/
#main_left .SpecialContBox img{
	width: 100%;
	max-width:680px;
	margin:0px auto 1% auto;
	}
#main_left .SpecialContBox .SpecialCont_L{
	float: none; 
	width: auto;
	}
#main_left .SpecialContBox .SpecialCont_R{
	float: none; 
	width: auto;
	}
/*--- Column Topics  ---*/
/*	float用枠	*/
#column_topics #ct_box{
	line-height: 1.5em;
	float: none;
	width:95%;
	margin:auto;
	clear:both
}
/*--- トピックス表示エリア ---*/
#main_left #news_topics .tn_topics{
	font-size:95%;
	float: none;
	margin-bottom:0px;
	width: 90%;
}
	/*--- トピックス表示エリア ---*/
#main_left .tn_topics{
	font-size: 11px;
	line-height: 1.5em;
	float: left;
	margin-left: 10px;
	width: 95%;

}
/*--- ブロック4　コーナー ---*/
#main_left .topics4{
	margin:0px auto 0% auto;
	clear:both;
}
#main_left .topics4 img{
	width:97%;
	margin:0px auto;
}
#main_left .topics4 p{
	text-align:center
}
/*--- footer ---*/

#footer_oc_bg{
	padding-bottom:18%;
	}



.OCtextInfo{
	margin:0 4%;
	}
.OCtextInfo dt{
	font-size:110%;
	line-height:1.4em
	}
.OCtextInfo dd{
	font-size:95%;
	}
#main_left #magazine_main .CapTxt{
	padding: 0px 4% 4%;
	}
#main_left #magazine_main .SMclear{
	clear:both;
}
#main_left #magazine_main .TxtImg_full{
	width:95%;
	margin:5% auto 2% auto;
}



/*------- 画像マージン設定 -------*/
#main_left #magazine_main img{
	margin: 0px auto 10px auto;
}
#main_left #magazine_main #magazineTopImg{
	width:100%
}
#main_left #magazine_main #magazineTopImg img{
	width:100%;
}

/*--- 飾り ---*/
.OCline{
	width:100%;
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(181,224,212,1);
	}
	


	
	#main_right img{
	width:100%;
	margin-right:0px;
	}

	#magazine_enquete table{
		    width:100%;

	}
	
	#magazine_enquete table th{
		float:left;
    width:100%;
    padding: 10px;
    background-color:#FF6B01;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
	}	

#magazine_enquete  table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FF6B01;
    border-width: 10px;
    margin-top: -10px;
	}
	#magazine_enquete table td{
    width:100%;
    padding: 10px;
	float:left;
		
  
	}	
	
}


/*++++++++++++++++++++++++++++++++++++++++++
PC　表示
+++++++++++++++++++++++++++++++++++++++++++*/


@media only screen and (min-width: 768px){
.smart,.pc {
display: none;
}
	#main #main_left.top{
	float: left;
	max-width: 980px;
	width: 100%;
	margin-left: 1%;
	background: #FFF;
}
	#main #main_left{
	float: left;
	max-width: 980px;
	width: 100%;
	margin-left: 1%;
	background: #FFF;
}
	#main_left #content_wrapper{
	width: 98%;
	float: left;
	padding: 2rem 1%;
}
	#main_right{
	max-width: 300px;
	float: right;
	margin-right: 0px;
	background-color: #F4F9E3;
	margin-top: 0px;
	width: 20%;
}
	#main_left #feat_topics #content_wrapper .review{
        max-width: 300px;
        width: 30%;
        float: left;
        margin-left: 1.5%;
        margin-right: 1.5%;
        height: 300px;
    
    }
	#main_left #feat_topics #content_wrapper .review h2{
        font-size: 1.4em;
        line-height: 150%;
        text-align: justify;
    
    }
	

	#main_left #column_topics{
	width: 22%;
	padding: 0.5%;
	float: left;
	height:280px;
}
	#column_topics .cl_img{
	float: left;
	margin:  1% 0;
	vartical-align: top;
	width: 100%;
	
}
	/*--- タイトル ---*/
#column_topics .ct_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}


	#column_topics #ct_box p{
	display: none;
}
	#main_right .topics{
	max-width: 300px;
	padding: 2%;
	width: 96%;
	background-color: #fff;	
}
	#main #main_right #banner3{
	width:98%;
	padding:0% 1%;
	margin-right:0px;
	float:left;
	}
	#main #main_left #banner3{
	width:46%;
	padding:0% 2%;
	margin-right:0px;
	float:left;
	}
	#banner3 img{
	width:100%;
	
	}
	#main #main_left .topics.sp{
	width:46%;
	padding:0% 2%;
	margin-right:0px;
	float:left;
	}
	
	#main_right #right_banner{
	width:98%;
	padding:0% 1%;
	margin-right:0px;
	float:left;
	}
	#main_right img,
	#right_banner img,
	#facebook_plugin iframe,	
	#facebook_plugin iframe ._2p3a{
	width:100% !important;
	
	}
	#enquete{
	padding: 10px 0px ;
	width:100%;
	height: 100%;
}
	#main_right #right_textbox{
	padding-top: 5px;
	width:100%;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 2px;
	margin-bottom:50px;
	font-size: 11px;
	margin-top: 10px;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0 2%;
  font-size:14px;
  letter-spacing:1px;
  float: left;
  position: relative;
  min-width: 120px;/*親メニューの幅*/
  height: 35px;/*親メニューの高さ*/
  line-height: 35px;
  color: #777;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
}
	/*--- トピックス表示エリア ---*/
#main_left .tn_topics{
	font-size: 11px;
	line-height: 1.5em;
	float: left;
	margin-left: 2%;
	width: 30%;

}

}

@media only screen and (min-width: 1018px){

	#main #main_left.top,
	#main #main_left{
	max-width: 980px;
	width: 70%;	
	margin-left: 10%;

}
	#main #main_left.top{
		margin-bottom: 25%;
	}
	
/*++++++++++++++++++++++++++++++++++++++++++
tablet　表示
+++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (min-width: 960px){
.pc{
	display: block;
	}
	.sp {
display: none;
}
	
#top_mainspace img{
	width:100%;
	margin:1% auto 0px auto;
	}

}

	
@media only print{
	#wrapper{
		width: 100%;
		padding: 0;

	}
	
	#main
	{
		width: 100%;
		padding: 0;

	}
	#header_bg,
	#header
	{
		width: 100%;
		height: 150px!important;
				padding: 0;
		float: left;

	}
#main #main_left.top{
        width: 100%!important;
        margin-left: 0px!important;
				padding: 0;
		float: left;

	}
	
	#main_left #feat_topics #content_wrapper .review{
		width: 220px!important;
	}
	
	#main_left #feat_topics .ft_cont{
		display: none;
	}
	#main #main_right{
		        width: 200px!important;

	}
	
		#main #main_right img{
		 width: 100%!important;


	}
	.page:last-child{
	page-break-after: auto;
}
	
	#main_right .topics{
		background-color: #EED9B6!important;
	}
	#footer.f_menu_area{
				width: 100%!important;

	}
	#footer .footer_sns{
		width: 320px!important;
	}
	#footer .f_menu1.footer_sns ul{
				width: 220px!important;

	}
		#footer .f_menu1{
		width: 280px;
	}
	#footer .f_menu1:last-child{
				width: 300px!important;

	}
	#footer .f_menu1 .latest_title{
						width: 150px!important;

	}
	#footer .f_menu1 ul{
				width: 150px!important;

	}
	
}
	/* A4縦用のベース設定 */
@page {
    size: A4 portrait; /* 横の場合はlandscape */
    margin: 0mm;
    padding: 0mm;
}
	