@charset "utf-8";
/* CSS Document */

/*==============================================================================
■制作者：スパイスラボ
■内容：基本レイアウト
■備考：
■目次--------------------------------------------------------------------------

	1=レイアウト
	2=タイトル・カラム　(トップページ・サイドメニュー共通)
	3=ヘッダ
	4=グローバルナビゲーション
	5=サイドメニュー
	6=フッタ
	7=リンク設定
	8=第2階層コンテンツ　共通

==============================================================================*/

/*------------------------------------------------------------------------------ 1=レイアウト*/

body {background:#494949;
	margin:0 auto;}

.row{
//	border: 3px solid #000;
	margin: 0 auto;
	overflow: hidden;
}
#content {
	width:100%; 
	text-align:center;
	padding-top:10px;}
	
.col_main { 
	text-align:left;
}
.col_side { 
	text-align:left;
	overflow:hidden;
	margin-right: -3px;
 }
 
/*------------------------------------------------------------------------------ 2=タイトル・カラム*/

/* ===== カラム ====*/
.col_442, .col_258, .col_350, .col_715{
	border-right:solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	display: block;
	margin:0px auto 5px auto;
}
.col_bottom {
	display: inline;
	height:28px;
	margin-right:15px;
	margin-bottom:15px;
}
.col_250 {
	border-right:solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	margin:0px auto 8px auto;
}

.col_banner {
	width:100%;
	display:inline;
 	margin-right:15px;
	_margin-right:5px;
	margin-bottom:15px;
}

.col_442 { width:95%; _width:95%; }   /* boder(1px)=442px */
.col_258 { width:95%; _width:95%;}   /* boder(1px)=258px */
.col_350 { width:95%; _width:95%;margin-bottom:20px;}   /* boder(1px)=350px */
.col_715 { margin-top:20px; }   /* boder(1px)=715px */
.col_250 { }  /* boder(1px)=250px This col is for div.col_side */

.height378 {height:300px; overflow:hidden; }
.height660 { _height:750px; overflow:hidden; }
.height245 {height:215px; _height:280px;overflow:hidden; }

.box {
	background:#FFF;
	border-right:solid 1px #CECECE;
	border-bottom: solid 1px #CECECE;
	width:100%;
	zoom:1;
}
.col_main .box { min-height:150px;}

.box .inner { margin:5px;
	padding-left:0px;}
.box .inner_wide { margin:10px; background-color:#FFF; }/*第2階層content*/
.box .inner_wide2 { margin:10px; margin-top:0px; }

/* ===== タイトル ====*/

p.title {
	height:33px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
}

p.title a, p.title .list {
	position:absolute;
	top:8px;
	right:10px;
}

p.title2 {
	border-bottom:solid 1px #CCC;
	margin:5px 0 0px 2px;
	height:25px;
	position:relative;
}

p.title2 em {
	font-size:10px;
	padding:5px;
	letter-spacing:1px;
}

p.title2 a {
	position:absolute;
	top:1px;
	top:4px\9; /* IE8 and below */
    *top:4px; /* IE7 and below */
    _top:4px; /* IE6 */
	right:0;
	right:10px\9; /* IE8 and below */
    *right:10px; /* IE7 and below */
    _right:10px; /* IE6 */
}


.bg_black {background-color:#000000; }
.bg_darkgray1 {background-color:#ffffff; } /*SideMenu最新号の箇所に使用*/
.bg_darkgray2 {background-color:#787878; } /*トップページ タイトル帯に使用*/
.bg_darkgray3 {background-color:#333; } /* blog,product のサイド*/

/*------------------------------------------------------------------------------ 3=ヘッダ*/
#header {
	width:100%;
	margin: 0 auto;
	text-align:center;
}

#header h1 {
	margin-top:0px;
	}
#header h1 img {
	float:left;
	width:45%;
	padding-left:2px;
	}
#rotation_banner{
	float:left;
	width:45%;
	}
#rotation_banner img {
    max-width:155px;
	padding-left:10px;
}
#header .banner { /*banner size must be 516*66px */
	width:100%;
	padding:19px 3px 19px 13px;
	display:none;
}

#header .side {
	display:block;
	float:right;
	margin-right:1px;
	position:relative;
	width:49%;
}
#header .side a {text-indent: -9999px; }
#header .side a.company{
	display:block;
	background:url(http://ro69.jp/img/btn_company.gif) 0 0 no-repeat;
	width:120px;
	height:13px;
	line-height:1px;
	position:absolute;
	top:4px;
	right:0;
	display:none;
}
#header .side a.company:hover { background-position: 0 -13px; }

#header .side ul {
	list-style:none; 
	position:absolute;
	top:20px;
	right:0;
	display:none;}
#header .side ul li { display:inline; }
#header .side ul li a {
	display:block;
	float:left;
	width:20px;
	height:19px;
	margin-right:8px;
	text-indent:-9999px;
	background:url(http://ro69.jp/img/btn_social.png) 0 0 no-repeat;

}

#header .side ul li a.twitter { background-position: 0 0; }
#header .side ul li a.facebook { background-position: -20px 0; }
#header .side ul li a.mail { background-position: -40px 0; }
#header .side ul li a.rss { background-position: -60px 0; margin-right:0px; }

#header .side ul li a.twitter:hover { background-position: 0 -20px; }
#header .side ul li a.facebook:hover  { background-position: -20px -20px; }
#header .side ul li a.mail:hover  { background-position: -40px -20px; }
#header .side ul li a.rss:hover  { background-position: -60px -20px; }

#header form {
	position:absolute;
	top:5px;
	right:0;
	display:none;
}
#header input.gsc-input {
	width:120px;
	height:18px;
	border:solid 1px #000;
	padding:2px;
	margin-top:2px;
}

#header input.gsc-search-button {
	width:22px;
	height:21px;
	border:none;
	cursor: pointer;
	text-indent:-9999px;
	background:transparent url(http://ro69.jp/img/btn_search.gif) 0 0 no-repeat;
}

#header input.gsc-search-button:hover {
	background-position: 0 -21px; }
#pulldown {
    margin-top:15px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}	
#pulldown option{
	width:auto;
	}
#pulldown select{
	width:148px;
	height:30px;
	font-size:16px;
	}
/*------------------------------------------------------------------------------ 4=グローバルナビゲーション*/

#nav {
	background:#000;
	width:100%;
	text-align:center;
}
#nav #start{
    display: none;
}


#nav ul {
	display:none;
	height:120px;
	list-style:none; 
	margin: 0 auto;
	text-align:center;
	width:320px;
}

#nav ul li {
	display:inline;
}
#nav ul li a {
	display:block;
	float:left;
	height:40px;
	_margin:0 10px; /* IE6 only*/
}

#nav ul li a span    { 
	font-size:12px;
	line-height:41px;
	}

#nav ul li a.home    {
	width:97px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	height:40px;
	}
#nav ul li a.news    {
	width:97px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.live    { 
	width:109px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.disc    { 
	width:131px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.blog    { 
	width:87px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.feat    { 
	width:86px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.photo   { 
	width:70px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.fes     { 
	width:70px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.jack    { 
	width:94px; 
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}
#nav ul li a.product { 
	width:70px;
	background:url("http://dev.rijfes.jp/test/smt/nav_icon_03.png") no-repeat scroll right center transparent;
	}

#nav ul li a.home:hover, #nav ul li a.home_on       { width:97px;}
#nav ul li a.news:hover, #nav ul li a.news_on       { width:97px;}
#nav ul li a.live:hover, #nav ul li a.live_on       { width:109px;}
#nav ul li a.disc:hover, #nav ul li a.disc_on       { width:131px;}
#nav ul li a.blog:hover, #nav ul li a.blog_on       { width:87px;}
#nav ul li a.feat:hover, #nav ul li a.feat_on       { width:86px;}
#nav ul li a.photo:hover, #nav ul li a.photo_on     { width:70px;}
#nav ul li a.fes:hover, #nav ul li a.fes_on         { width:70px;}
#nav ul li a.jack:hover, #nav ul li a.jack_on       { width:94px;}
#nav ul li a.product:hover, #nav ul li a.product_on { width:70px;}

/*------------------------------------------------------------------------------ 5=サイドメニュー*/
.col_side ul.list li{
	width:98%;
	width:100%\9; /* IE8 and below */
    *width:100%; /* IE7 and below */
    _width:100%; /* IE6 */
	position:relative\9; /* IE8 and below */
    *position:relative; /* IE7 and below */
    _position:relative; /* IE6 */
	height:1%\9; /* IE8 and below */
    *height:1%; /* IE7 and below */
    _height:1%; /* IE6 */
	overflow:hidden;
	border-bottom:1px solid #ccc;
	background: -moz-linear-gradient(center top , #fefefe 0%, #f9f9f9 100%) repeat scroll 0 0 transparent;
	font-size:115%;
}

/* For Moden Browser -> Safari 3以上, Chrome, Opera 9以上, Firefox 3.5以上*/
body:first-of-type .col_side ul.list li {  
	height:38px;
	overflow:hidden;
	line-height:38px;
	padding-left:5px;
}

.col_side ul.list li a {
	width:100%;
	width:100%\9; /* IE8 and below */
    *width:100%; /* IE7 and below */
    _width:100%; /* IE6 */
	height:40px;
	line-height:40px;
}

/*最新刊*/
#product_list .inner .title a {
display:block;
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
#product_list .inner a {
font-size:14px;
}
#product_list a{
	color:#000;
	}
/*ブログ*/
ul.blog_side{
	display:none;
	}
ul.blog_side li{ 
	font-size:115%;
	border-bottom:solid 1px #CCC; 
	background:transparent url(http://ro69.jp/img/side_col_blog_bg.gif) 0 0 no-repeat;
	padding:5px 11px;
	height:40px;
	_height:45px;
	overflow:hidden;

}

ul.blog_side li em{
	line-height:21px;
	font-weight:bold;
	display:block;
	font-style:normal;
}

ul.blog_side li span.dot {
	_background:url(http://ro69.jp/img/dot.gif) 11px left no-repeat; padding:3px 0 3px 10px;
}

ul.blog_side li a {display:block; text-decoration:none; zoom:1;}
ul.blog_side li a:hover span {text-decoration:underline; }

ul.blog_side li.blog01 {background-position:0 0;}
ul.blog_side li.blog02 {background-position:0 -80px;}
ul.blog_side li.blog03 {background-position:0 -160px;}
ul.blog_side li.blog04 {background-position:0 -240px;}
ul.blog_side li.blog05 {background-position:0 -320px;}
ul.blog_side li.blog06 {background-position:0 -400px;}
ul.blog_side li.blog07 {background-position:0 -480px;}
ul.blog_side li.blog08 {background-position:0 -560px;}
ul.blog_side li.blog09 {background-position:0 -640px;}
ul.blog_side li.blog10 {background-position:0 -720px;}
ul.blog_side li.blog11 {background-position:0 -800px;}

/*RO69からのお知らせ*/
ul.info_list{}
ul.info_list li {
	font-size:115%;
	padding:3px 0 3px 5px;
	text-align:left;
	list-style:none;
	min-height:25px;
	line-height:25px;
	border-bottom:solid 1px #ccc;
}
/* Margin */
.col_side a img {margin-bottom:8px; }
/*------------------------------------------------------------------------------ 6=フッタ*/
#footer {
	background:#494949;
	text-align:center;
	margin: 0 auto;
	font-size:14px;
	
}
.blog_fes .title {
    display: none;
}
#footer .row { }

#footer .col_1 li, #footer .col_2 li, #footer .col_3 li {
	border-bottom:1px solid #eee;
	float:left;
	display:block;
	margin:0px 8px 10px 8px;
	text-align:left;
	width:43%;
}
#footer .col_1 {
	width:100%;
	display:block;
	overflow:hidden;
	}
#footer .col_2 {
	width:100%;
	display:block;
	overflow:hidden;
	}
#footer .col_3 {width:100%;}
#footer .float_left {width:100%;margin-top:10px;}

#footer p.title {
	color:#FFF;
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	margin-top:3px;
	clear:both;
}
#footer .col_3 ul.list,#footer .col_2 ul.list,#footer .col_1 ul.list {
	float:left;
}
#footer .text10 { font-size:12px; }

.ref-link-title {
    background-color: #CCCCCC;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 6px 0;
    position: relative;
}

/*------------------------------------------------------------------------------ 7=リンク設定*/
/*
See general.css

*/

/*------------------------------------------------------------------------------ 8=第2階層コンテンツ　共通*/


/*スマホ用共通レイアウト*/
.banner_area { width:100%;
	display:none;}
.banner_area img { float:left;margin:0px 3px 0px 3px; width:47%; }
