@charset "utf-8";

/* ==

　00. インポート

=============================================================================== */

@import url("/common/css/rn01/common.css");

/* ==

　01. リセット用スタイル

=============================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, capTxt, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==

　02. タグ固有のスタイル指定

	□　各フォントサイズの指定値
 *  10 px : 84%   |  11 px : 92% 
 *  12 px : 100%  |  13 px : 109%
 *  14 px : 117%  |  15 px : 125%
 *  16 px : 134%  |  17 px : 142%
 *  18 px : 150%  |  19 px : 159%
 *  20 px : 167%  |  22 px : 184%
 *  24 px : 200%  |  26 px : 217%
 *  28 px : 234%  |  30 px : 250%
 *  32 px : 267%
 
 	※％指定がネストする場合の指定値は別途要計算
=============================================================================== */
html {
	overflow-y: scroll;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.7;
	background: #fff;
	color: #333;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", Osaka, Sans-Serif;
	font-size: 75%;
	-webkit-text-size-adjust: 100%;	/* webkit */
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}
#container p.pagetop{
	height:20px;
	margin-bottom:20px;
	text-indent:-9999px;
	position:relative;
	clear:both;
}
#container p.pagetop a{
	width:110px;
	height:15px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/common/images/renew2009/li_pagetop.gif);
	line-height:1.0;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}
#container p.pagetop a:hover, #container p.pagetop a:active{ background-position:left bottom; }

@media only screen and (max-width: 600px) {
	body {
		font-size: 75% !important;
	}
	#main {
		font-size: 114.5%;
	}
}


/* ==

　03. 大枠レイアウトのスタイル定義

=============================================================================== */
#allWrapper {
	position: relative;
	width: 100%;
	min-width: 319px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

/* ヘッダ＋フッタ（幅狭用）
------------------------------------------------------------------------------------------- */
div.headerAreaSt{ display:none; }

.headerAreaSt {
	display:  block;
	border-bottom: 3px solid #b4b4b4;
	background-color: #fff;
	zoom:1;
}
.headerAreaSt p {
	float: right;
}
.headerAreaSt .logo {
	float: left;
    height: 20px;
    padding: 11px 0 11px 9px;
}
.headerAreaSt .logo img {
	width: 119px;
	height: 20px;
}
.headerAreaSt p a {
	display: block;
}
/* トグルナビ
------------------------------------------------------------------------------- */
#headerSmpNav {
	display: block !important;
	z-index: 10000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	clear: both;
	-webkit-text-size-adjust: 100%;
}
#headerSmpNav .headerSmpNav_btn1 {
	display: block;
	position: absolute;
	top: 0;
	right: 53px;
	width: 52px;
	height: 42px;
	border-left: 1px solid #ddd;
	background-image: url(/common/images/rn02/header_ico01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 52px auto;
	-moz-background-size: 52px auto;
	background-size: 52px auto;
	cursor: pointer;
}
#headerSmpNav .headerSmpNav_btn1 {
  background-image: url(/common/images/rn02/header_ico01_pc.png)\9;
}
#headerSmpNav .headerSmpNav_btn2 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 42px;
	border-left: 1px solid #ddd;
	background-image: url(/common/images/rn02/header_ico02.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 52px auto;
	-moz-background-size: 52px auto;
	background-size: 52px auto;
	cursor: pointer;
}
#headerSmpNav .headerSmpNav_btn2 {
  background-image: url(/common/images/rn02/header_ico02_pc.png)\9;
}
#headerSmpNav .headerSmpNav_active {
	background-color: #3f3f3f;
	background-position: 0 -42px;
}
#headerSmpNav .headerSmpNav_search {
	display: none !important;
	position: relative;
	padding: 15px 71px 15px 10px;
	background-color: #3f3f3f;
}
#headerSmpNav .headerSmpNav_menu {
	display: none !important;
	padding: 15px 10px;
	background-color: #3f3f3f;
}
#headerSmpNav .headerSmpNav_open {
	display: block !important;
}
#headerSmpNav .headerSmpNav_menu li {
	float: none;
	margin: 0 0 2px;
}
#headerSmpNav .headerSmpNav_menu li:last-child {
	margin-bottom: 0;
}
#headerSmpNav .headerSmpNav_menu li a {
	display: block;
	line-height: 1.4;
	padding: 12px 20px 12px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #6e6e6e;
	background-image: url(/common/images/rn02/header_ico04.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	background-size: 18px auto;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#headerSmpNav .headerSmpNav_menu li a {
  background-image: url(/common/images/rn02/header_ico04_pc.png)\9;
}
#headerSmpNav .headerSmpNav_menu li .external {
   background-image: url(/common/images/rn02/header_ico05.png); 
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}
#headerSmpNav .headerSmpNav_menu li .external {
   background-image: url(/common/images/rn02/header_ico05_pc.png)\9;
}
#headerSmpNav .headerSmpNav_input {
	width: 100%;
	height: 46px;
	padding: 0 10px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headerSmpNav .headerSmpNav_send {
	position: absolute;
	top: 15px;
	*top: 16px;
	right: 10px;
	width: 61px;
	height: 46px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #fa0046;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headerSmpNav .headerSmpNav_search .headerSmpNav_close,
#headerSmpNav .headerSmpNav_menu .headerSmpNav_close {
	float: none;
	line-height: 44px;
	padding: 0 30px 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #6e6e6e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#headerSmpNav .headerSmpNav_search .headerSmpNav_close {
	margin: 10px -61px 0 0;
	*zoom: 1;
}
#headerSmpNav .headerSmpNav_menu .headerSmpNav_close {
	margin: 10px 0 0 0;
}
#headerSmpNav .headerSmpNav_close span {
	padding-left: 25px;
	background: url(/common/images/rn02/header_ico10.png) left center no-repeat;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
	color: #fff;
}
#headerSmpNav .headerSmpNav_close span {
	background-image: url(/common/images/rn02/header_ico10_pc.png)\9;
}


#footerAreaN{ display:none; }
#footerAreaN a,
#footerAreaN span {
	display: block;
	color: #fff;
	text-decoration: none;
}
#footerAreaN .areaInner {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #544a42;
	background-color: #c2c1bc;	
}
#footerAreaN #ftBt01 {
	padding: 15px 0;
	border-top: 1px solid #d3d3ce;
	background-color: #96938d;
}
#footerAreaN #ftBt01 a {
	width: 231px;
	line-height: 44px;
	margin: 0 auto;
	background: url(../../images/rn01/footerAreaN_bg_btn.gif) right center no-repeat;
	font-size: 14px;
	text-align:center;
}
#footerAreaN #ftBt01 span {
	display: inline;
	padding-right: 20px;
	background: url(../../images/rn01/footerAreaN_bg_arrow.gif) right center no-repeat;
}
#footerAreaN small {
	display: block;
	padding: 5px;
	border-top: 1px solid #d3d3ce;
	background-color: #96938d;
	color: #fff;
	font-size: 9px;
	text-align:center;
}
@media only screen and (max-width: 1020px) {
	#hdArea, #hdNav, #ftArea, #header { display:none; }
	div.headerAreaSt, #footerAreaN { display:block; }
}

/*	トピックスパス
-------------------------------------------------------------------*/
div.topicpath{
	width: 100%;
	min-height: 1%;
	line-height: 1.2;
	padding: 5px 0 8px;
	position: relative;
	clear: both;
}
div.topicpath:after, div.topicpath div:after{ content:''; display:block; clear:both; }
div.topicpath div{ margin:0 auto; position:relative; clear:both; }
div.topicpath li{ 	margin-right:5px;font-size:10px; color:#666; float:left; }
div.topicpath li a{
	padding-right:10px;
	background:url(/common/images/renew2009/arrow_topicpath.gif) right center no-repeat;
	color:#666;
	float:left;
}
div.topicpath li a:link, div.topicpath li a:visited{ color:#666;}
div.topicpath li a:hover, div.topicpath li a:active{ color:#666;}
div.topicpath p{ font-size:10px; color:#666; position:absolute; right:0; top:0; }
div.topicpath div{ width:950px; }

#categoryBack { display:none; }
#categoryBack div {
	position: relative;
	height: 36px;
	background: #575655 url(../../images/inb/categoryBack_bg_01.jpg) left top repeat-x;
	font-size:13px;
	overflow: hidden;
}
#categoryBack a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 36px;
}
#categoryBack em {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 56px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
}

@media only screen and (max-width: 1020px) {
	#container { width:auto; }
	#container p.pagetop{ display:none; }
	div.topicpath { width: auto; padding-right: 10px; padding-left: 10px; }
	div.topicpath div{ width:100%; }
}
@media only screen and (max-width: 979px) {
	div.topicpath div p{ display: none; }
}
@media only screen and (max-width: 600px) {
	div.topicpath div p{ display: none; }
	div.topicpath{ display:none; }
	#categoryBack{ display:block; }
}


/* ==

　04. メイン領域のスタイル

=============================================================================== */
#main {
	padding: 20px 0;
	background-color: #fff;
}
@media only screen and (max-width: 1020px) {
	#main {
		padding: 20px;
	}
}
@media only screen and (max-width: 600px) {
	#main {
		padding: 20px 10px;
	}
}

/* ==

　05. 特殊オプション

=============================================================================== */

#container.opExpand {
	width: 100%;
	text-align: center;
}
#container.opExpand #main {
	padding: 0;
}
#container.opExpand .fnIndentArea {
	width: 950px;
	margin: 0 auto;
	padding:  0;
	text-align: left;
}
#container.opExpand p.pagetop {
	width: 950px;
	margin: 0 auto 20px;
}

@media only screen and (max-width: 1020px) {
	#container.opExpand .fnIndentArea {
		width: auto;
		padding:0 20px;
	}
	#container.opExpand #main {
		padding: 0;
	}
}
@media only screen and (max-width: 600px) {
	#container.opExpand .fnIndentArea {
		width: auto;
		padding: 0 10px;
	}
	#container.opExpand #main {
		padding: 0;
	}
}

/* ==

　99. SNSボタン

=============================================================================== */
#sns{
	width:950px;
	margin:0 auto 10px;
	padding:0;
	text-align:right;
	overflow:hidden;
}
#sns p{
	margin:0;
	padding:0;
	display:inline;
}
#sns p{
	/padding:0 0 0 5px;
}
#sns img{
	vertical-align:baseline;
}
@media only screen and (max-width: 1020px) {
	#sns{
		width:auto;
		margin:0 0 10px ;
	}
	#sns p#sns_twitter{
		margin-right:10px;
	}
}
@media only screen and (max-width: 600px) {
	#sns{
		text-align:center;
	}
	#sns p#sns_twitter{
		margin-right:0;
	}
}