@charset "utf-8";


/* ==

　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: none;	/* webkit */
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

/*
a  {
	color: #b49c39;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
*/

/* ページの先頭へ */
#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; }


/* ==

　03. 大枠レイアウトのスタイル定義

=============================================================================== */
#allWrapper {
	position: relative;
	width: 100%;
	min-width: 319px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	position: relative;
	/*
	width: 1122px;
	min-height: 235px;
	height: auto !important;
	height: 235px;*/
	width:950px;
	height:auto;
	margin: 0 auto;
	/*padding-bottom: 174px;*/
	text-align: left;
}



/* ヘッダ＋フッタ
------------------------------------------------------------------------------------------- */
/* ヘッダ（PC） */
#headerArea{
	padding-top:10px;
	border-top:3px solid #fa0046;
	border-bottom:1px solid #b4b4b4;
	clear:both;
}
#headerArea .header .floatR{ width:845px; }
.header .floatR .upper{ margin-top:3px; position:relative; }
.header .floatR .upper p{ padding-top:10px; }
.header .floatR .upper p.txt_group{ padding-top:0; position:absolute; top:0; right:0; }

.header .floatR .upper ul{ padding-top:20px; }
.header .floatR .upper li#fontSizeChg a{ top:27px; }


.header .floatR .gnav ul{ line-height:1.0; }
.header .floatR .gnav li{ min-height:20px; line-height:1.0; }
* html .header .floatR .gnav li{ height:20px; }
.header .floatR .gnav li a{ height:13px; line-height:1.0; }

.header .floatR .gnav li.gnav_mail a{ width:175px; background-image:url(../images/rn01/gnav_mail.gif); left:0; }


.header .floatR div fieldset{ margin-top:0; }





/* ヘッダ（幅狭） */
div.headerAreaSt{ display:none; }

.headerAreaSt {
    display:  block;
    border-bottom: 3px solid #b4b4b4;
    background-color: #fff;
		zoom:1;
}
.headerAreaSt:after{ content: ''; display: block; clear: both; height: 0; }
.headerAreaSt p {
    float: right;
}
.headerAreaSt .logo {
	float: none;
	height: 20px;
	padding: 11px 0 11px 9px;
}
.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;
}
#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;	position: relative;
	top: 0;
}
#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;
}

/* フッタ（PC） */
#footerArea{ min-height:95px; clear:both; }
#footerArea a {
	color: #4d4d4f;
	text-decoration: none;
}
#footerArea a:hover {	text-decoration: underline; }


#footerArea .areaInner .column1 {
	width:950px;
	margin:0 auto 8px;
	padding-top:24px;
	clear:both;
}
#footerArea .areaInner .column2 {
	width:100%;
	padding-top:5px;
	border-top:3px solid #fa0046;
	clear:both;
}
#footerArea .areaInner .column3 {
	width:950px;
	margin:0 auto;
	padding-bottom:15px;
	clear:both;
}


#footerArea .areaInner .column1 ul {
	line-height: 1.2;
	overflow: hidden;
}
#footerArea .areaInner .column1 li {
	display: inline;
	float: left;
	margin: 0 13px 0 -7px;
	padding-left: 6px;
	border-left: 1px solid #4d4d4f;
	font-size: 12px;
}

#footerArea .areaInner .column2 ul {
	width:950px;
	margin:0 auto;
	line-height: 1.2;
	margin-bottom: 12px;
	overflow: hidden;
}
#footerArea .areaInner .column2 li {
	display: inline;
	float: left;
	margin: 0 13px 0 -7px;
	padding-left: 6px;
	border-left: 1px solid #4d4d4f;
	font-size: 11px;
}

#footerArea .areaInner .column3 p {
	line-height: 1.1;
	color: #4d4d4f;
	font-size: 11px;
	text-align:right;
}





/* フッタ（幅狭） */
#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 {
	width: 190px;
	margin: 14px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e6e6e6;
	font-size: 14px;
	text-align: center;
}
#footerAreaN #ftBt01 a {
	display: block;
	line-height: 44px;
	color: #fff;
	text-decoration: none;
}
#footerAreaN #ftBt01 span {
	padding-left: 20px;
	background: url(/column/images/rn01/footer_ico01.gif) left center no-repeat;
	color: #000;
	display:inline;
}

#footerAreaN small {
	display: block;
	line-height: 1.1;
	margin-top: 0px;
	padding: 6px 5px 8px;
	font-size: 10px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Droid Sans', "メイリオ", Meiryo, sans-serif;
	text-align: center;
	color: #4d4d4f;
}


#footerAreaN .footer_utility {
	line-height: 1;
	margin: 14px 0 0;
	padding:7px 0 0;
	border-top: 2px solid #fa0046;
	text-align: center;
	overflow: visible;
}
#footerAreaN .footer_utility li {
	display: inline-block;
	float: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #4d4d4f;
	font-size: 10px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Droid Sans', "メイリオ", Meiryo, sans-serif;
	vertical-align: baseline;
}
#footerAreaN .footer_utility li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
#footerAreaN .footer_utility li a:link, #footerAreaN .footer_utility li a:visited,
#footerAreaN .footer_utility li a:active, #footerAreaN .footer_utility li a:hover{ text-decoration:none; color:#4d4d4f; }



	
@media only screen and (max-width: 1020px) {
	/* 通常用 */
	#headerArea, #header, #footerArea, .r3Header{ display:none; }
	#hdArea, #ftArea{ display:none; }
	
	/* 幅狭い用 */
	div.headerAreaSt, #footerAreaN{ display:block; }



	.r3Footer {
		min-width: 0 !important;
		padding: 34px 0 0 !important;
	}
	.r3Footer .r3Footer_social {
		margin: 0 0 16px;
	}
	.r3Footer .r3Footer_social li {
		width: 30px;
	}
	.r3Footer .r3Footer_social img {
		width: 100%;
	}
	.r3Footer .r3Footer_top {
		padding: 0 15px 35px;
	}
	.r3Footer .r3Footer_nav {
		width: auto !important;
		font-size: 13px !important;
	}
	.r3Footer .r3Footer_nav li {
		margin: 14px 20px 0 0;
	}
	.r3Footer .r3Footer_nav li::before {
		top: 1px;
		right: -11px;
		height: 13px;
	}
	.r3Footer .r3Footer_btm {
		padding: 22px 30px 38px;
	}
	.r3Footer .r3Footer_copy {
		line-height: 1.7;
		font-size: 10px;
	}
	.r3Footer .r3Footer_copy span {
		margin: 0 12px 0 0;
	}


}

@media only screen and (max-width: 600px) {

	#footerAreaN .footer_utility li:first-child {
		padding-bottom:6px;
		display:block;
		clear:both;
	}
	#footerAreaN .footer_utility li:nth-child(2){
		border-left:none;
	}

}




/* ==

　04. メイン領域のスタイル

=============================================================================== */
/* contents
------------------------------------------------------------------------------- */
#main #contents {
	padding: 20px 0;
	background-color: #fff;
}
#sub #subContents {
	padding: 20px 0;
	background-color: #fff;
}

