/*
Theme Name: YOHEI OHMORI OFFICIAL WEBSITE themes
Description: This is YOHEI OHMORI Offcial Website theme.
Author: GNS
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, input, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 12px;
	line-height:1.8em;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	-webkit-text-size-adjust: none;
}
a{
	color: #333;
}
a img{
	border:none;
}

hr{
	height:1px;
	border:0;
	background:#999;
}

img{
	vertical-align:bottom;
}

.lfloat{ float: left;}
.rfloat{ float :right;}
.clear{ clear: both; overflow:hidden; }

.ltext{ text-align: left;}
.rtext{ text-align: right;}
.ctext{ text-align: center;}

.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}

.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb25{ padding-bottom:25px;}
.pb30{ padding-bottom:30px;}

.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}

.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr40{ margin-right:40px;}
.mr50{ margin-right:50px;}

.mb5 { margin-bottom: 5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb45{ margin-bottom:45px;}
.mb50{ margin-bottom:50px;}

.lineh_1{line-height:1em !important;}
.lineh_1_2{line-height:1.2em !important;}


/*投稿画像の回り込み処理*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/*---------------------------------------------------*/
.wrap{
	width:825px;
	margin:0 auto;
}

/*===============================
 HEADER
 ===============================*/
.header{
	margin-bottom:15px;
}
.header h1 a{
	width:505px;
	height:0;
	padding-top:50px;
	display:block;
	overflow:hidden;
	background:url(images/common/sign.png) no-repeat;
}
.header p{
	font-size: 90%;
	font-style:italic;
}
.header .g_navi{
	padding:15px 5px 0;
}
.header .g_navi p{
	display:none;
}
.header .g_navi ul{
	list-style:none;
	overflow:hidden;
}
@media screen and (min-width: 825px){
	.header .g_navi ul{
		display:block !important;
	}
}
.header .g_navi ul li{
	font-size: 90%;
	float:left;
	height:15px;
	line-height:15px;
	border-right:1px solid #999;
}
.header .g_navi ul li a{
	text-decoration:none;
	font-size: 90%;
	white-space: nowrap;
	padding: 0px 16px;
}
.header .g_navi ul li a:hover{
	background:#F0F0F0;
}
.header .g_navi ul li.current-menu-item a{
	background: #A6A6A6;
	color: #FFF;
}
.page .header .g_navi,
.archive .header .g_navi{
	display:none;
}
.home .header .g_navi,
.page-template-home .header .g_navi{
	display:block;
}

/*===============================
 CONTENT
 ===============================*/
.content h2{
	color: #444;
	font-size: 160%;
	font-weight:bold;
	line-height: 1.3em;
	padding: 2px;
}
.content h3{
	color: #444;
	padding: 6px 10px;
	margin-bottom:6px;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.8em;
	border-left: 5px solid #444;
	clear:both;
}
.content h4{
	font-size: 93%;
	font-weight:bold;
	line-height: 1.1em;
	padding-left: 18px;
	padding-bottom:5px;
	margin-bottom:20px;
	background:url(images/common/h4.gif) no-repeat;
	background-position:left 4px;
	border-bottom:1px dotted #999;
}
.content .bread ul{
	margin:5px 0;
	list-style:none;
	overflow:hidden;
}

.content .bread ul li{
	font-size: 93%;
	line-height: 1.8em;
	margin-left:5px;
	float:left;
}
.content .bread ul li a{
	font-size: 93%;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
.content .bread ul li a:hover{
	background:#F0F0F0;
}
.content .cnt_box{
	overflow:hidden;
	clear:both;
}
.content .main_area a,
.content .page_top{
	font-size:94%;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
.content .page_top{
	cursor:pointer;
	float:right;
}
.content .main_area a:hover,
.content .page_top:hover{
	background:#F0F0F0;
}

/* side_area
-----------------------------------*/
.side_area{
	width:160px;
	float:left;
}
.side_area a{
	text-decoration:none;
	border-bottom:1px dotted #999;
}
.side_area a:hover{
	background:#F0F0F0;
}
.side_area .left_navi ul{
	list-style:none;
	margin:10px 10px 20px;
}
.side_area .left_navi ul li{
	line-height:0;
	list-style-position:outside; /*IE7用*/
}
.side_area .left_navi ul li a{
	display: block;
	text-decoration: none;
}
.side_area .left_navi ul li img{
	vertical-align: top;
}
.side_area .left_navi ul li a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
.side_area #twitter-widget-0, .twitter-timeline {
	min-width:140px !important;
}
.page-template-page-2 .side_area{
	width:260px;
	margin-top:10px;
}

/* main_area
-----------------------------------*/
.main_area{
	width:650px;
	float:right;
	margin-bottom:20px;
}
.main_area .wp_area{
	padding: 10px;
	margin: 0 8px;
}

/*===============================
 PAGE
 ===============================*/
.page .main_area .wp_area{
	border-bottom:1px dotted #CCC;
}
.page .main_area .wp_area .article{
	padding-bottom:40px;
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
}

.page .content p{
	font-size:94%;
	color: #333;
}
.content a img{
	display:block;
	border-bottom:none;
}
.content a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
.content .main_area .wp_area .section{
	clear:both;
	overflow:hidden;
	margin:0 0 40px;
}
.content .main_area .wp_area .page_top{
	display:inline-block;
	float:right;
	cursor:pointer;
}
.page-template-page-2 .side_area a{
	font-size:94%;
}
.page-template-page-2 .main_area{
	width:550px;
}

/*===============================
 FOOTER
 ===============================*/
.footer{
	padding:10px 0;
	clear:both;
	overflow:hidden;
}
.footer p{
	color: #999;
	font-size: 80%;
	text-align:right;
}



/*===============================
 TOP
 ===============================*/
#top_info_box h2{
	color: #444;
	padding: 6px 10px;
	margin-bottom:6px;
	font-size: 105%;
	font-weight: bold;
	line-height: 2.0em;
	border-left: 5px solid #444;
	clear:both;
	line-height:1.3em;
}
#top_info_box{
	margin:30px 0;
	overflow:hidden;
}
#top_info_box .left_box{
	float:left;
	width: 49%;
}
#top_info_box .left_box #news{
	height:260px;
	overflow-y:auto;
}
#top_info_box .right_box{
	float: right;
	width: 49%;
}
#top_info_box .right_box #live_info{
	height:260px;
	overflow-y:auto;
}
#top_info_box table{
	margin:0px 10px;
	border-collapse: collapse;
	border-bottom: 1px dotted #BBB;
}
#top_info_box table th,
#top_info_box table td{
	border-top: 1px dotted #BBB;
}
#top_info_box table th{
	padding:5px;
	color: #444;
	font-size: 93%;
	font-weight:bold;
	line-height: 1.5em;
	background:url(images/top/bg_dt.gif);
}
#top_info_box table td{
	padding: 5px 10px;
}
#top_info_box table td a{
	font-size: 93%;
	color:#333;
}
#top_info_box table td a:hover{
	background:#F0F0F0;
}
#top_link_box{
	padding:0 10px;
	overflow:hidden;
}
#top_link_box .sns_twitter{
	width:30%;
	float:left;
}
#top_link_box .bnr_box{
	width:63%;
	float:right;
}
#top_link_box .bnr_box p{
	margin-bottom:15px;
}
.home #top_slider ul,
.page-template-home #top_slider ul{
	list-style:none;
}

/*===============================
 INTERVIEW
 ===============================*/
#interview .wp_area p{
	margin-bottom:30px;
}

/*===============================
 GARDEN
 ===============================*/
#garden{
	background: #FFF10D;
}

/*===============================
 REVIEW
 ===============================*/
.page-id-59{
	background: #FFF10D;
	margin-top:30px;
}
.page-id-59 .header{
	display:none;
}
#review .wp_area h2{
	color: #0E4C28;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝","MS PMincho";
	line-height: 1.1em;
}
#review .wp_area h2 a{
	color: #0E4C28;
	font-family: "ＭＳ Ｐ明朝","MS PMincho";
}
#review .wp_area p{
	color: #0E4C28;
	font-size: 95%;
	font-family: "ＭＳ Ｐ明朝","MS PMincho";
	line-height: 1.4em;
	margin-bottom:15px;
}
#review .wp_area{
	border-bottom:none;
}
#review .wp_area .section{
	clear:both;
	overflow:hidden;
	margin:20px 0 40px;
	border-bottom:1px dotted #AAA;
}
#side-review p,
#side-review a{
	color: #0E4C28;
	font-size: 95%;
	font-family: "ＭＳ Ｐ明朝","MS PMincho";
	line-height: 1.4em;
	margin-bottom:10px;
}
#side-review a{
	font-size: 100%;
}

/*===============================
 DISCOGRAPHY
 ===============================*/
#discography .menu{
	float: left;
	width: 35%;
}
#discography .menu ul{
	list-style:none;
}
#discography .menu ul li{
	margin-bottom: 1px;
	font-size: 95%;
	font-weight: bold;
	color: #444;
	padding:3px 8px 3px 22px;
	background:#EEE url(images/common/tab_h2.png) no-repeat;
	background-position:5px center;
}
#discography .menu ul li:hover{
	background:#BABABA url(images/common/tab_h2_on.png) no-repeat;
	background-position:5px center;
	cursor:pointer;
}
#discography .menu ul li.select{
	color: #FFF;
	background:#707070 url(images/common/tab_h2_cr.png) no-repeat;
	background-position:5px center;
}
#discography .disc_box_wrap{
	float: left;
	width: 64%;
}
#discography .disc_box_wrap .box_cnt{
	border:1px solid #E5E5E5;
	padding:10px;
}
#discography .section{
	margin-bottom:40px;
}
.disnon {
	display: none;
}

/*===============================
 LIVE
 ===============================*/
#live .main_area .wp_area #live_section{
	padding-bottom:40px;
	border-bottom:1px dotted #CCC;
}
.btn_link{
	font-size:14px;
}
.btn_link a{
	font-weight:bold;
	padding-left:18px;
	background:url(images/common/tab_h2.png) no-repeat;
	background-position:left center;
}
.btn_link a:hover{
	background:url(images/common/tab_h2.png) no-repeat;
	background-position:left center;
}
.new{
	color: #DD6422;
	padding-right:5px;
}
/*===============================
 LIVE HISTORY
 ===============================*/
#live_history .main_area .wp_area{
	padding:0;
	margin:0;
}
#live_history .subMenu ul{
	overflow:hidden;
	clear:both;
	list-style:none;
}
#live_history .subMenu ul li{
	width:24.8%;
	margin-bottom: 1px;
	margin-right:1px;
	float:left;
}
#live_history .subMenu ul li a{
	font-size: 95%;
	font-weight: bold;
	color: #444;
	display:block;
	padding:3px 8px 3px 22px;
	background:#EEE url(images/common/tab_h2.png) no-repeat;
	background-position:5px center;
	text-decoration:none;
	border-bottom:none;
}
#live_history .subMenu ul li a:hover{
	color:#FFF;
	background:#707070 url(images/common/tab_h2_cr.png) no-repeat;
	background-position:5px center;
}
#live_history .main_area .wp_area dl{
	border:1px solid #E5E5E5;
	padding:10px;
}
#live_history .main_area .wp_area dl dt{
	float:left;
	width:75px;
	font-size: 93%;
	line-height: 1.8;
}
#live_history .main_area .wp_area dl dd{
	font-size: 93%;
	margin-left:75px;
	line-height: 1.8;
}
.paginate{
	margin:20px 0 10px;
	overflow:hidden;
	clear:both;
}


/* 2016/09/21 追記 */
.page-id-2461{
	background:#000;
	color:#FFF !important;
}

.page-id-2461 a{
	color:#FFF !important;
}

.page-id-2461 p.page_top{
	color:#FFF;
	text-align:right;
	font-size:11px !important;
	border-bottom:none !important;
}

.page-id-2461 p.page_top:hover{
	background:none !important;
	border-bottom:1px dotted #FFF;
}

.page-id-2461 .main_area .wp_area{
	border-bottom:1px solid #FFF !important;
}

.mb20{ margin-bottom:20px; }


#side-anniversary{
	padding-top:100px;

}
#side-anniversary p{
	color:#FFF !important;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif !important;
	font-size:14px;
}

#side-anniversary a{
	color:#FFF;
	border-bottom:none;	
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif !important;
	font-size:14px;
}

#side-anniversary a:hover{
	background:none;
	border-bottom:1px dotted #FFF;
}

#anniversary{
	color:#FFF;
}

#anniversary .box{
	padding:20px 0;
	margin-top:20px;
	border-top:1px solid #EEE;
}

#anniversary .box p{
	color:#FFF;
	font-size:14px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

