/* common style
-------------------------------------------------------------------------*/

body {
	font-size: 24px !important;
}

/* font */
.lag01 { font-size: 18px !important; }
.mid01 { font-size: 16px !important; }
.sml01 { font-size: 12px !important; }
.bold { font-weight: bold; }

/* list */
.comList01 li {
	margin-left:  1em;
	text-indent: -1em;
}


/* common parts
-------------------------------------------------------------------------*/

/* title */
.comTit01 {
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #DFDFCF;
	padding: 12px;
}
.comTit02 {
	font-size: 20px;
	font-weight: bold;
	border-left: 1px solid #DFDFCF;
	border-right:1px solid #DFDFCF;
	border-bottom:1px solid #DFDFCF;
	background: transparent url(/common_rn/img/com_tit02_bg.gif) repeat-x 0 0;
	padding: 15px 12px 12px 12px;
}

.comTits01 {
	font-size: 18px;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 4px solid #FF9E00;
	padding: 0 0 0 8px;
}

/* lead */
.comlead01 {
font-size: 20px;
font-weight:bold;
margin-top:50px;
}

/* link */
.comlink01 {
	background: transparent url(/common_rn/img/com_arrow01.gif) no-repeat left 6px;
	background-size: 6px 10px;
}
.comlink01 img { /* IE8 hack */
	padding: 5px 0 0 0\9;
}
.comlink01 a {
	display: block;
	padding: 0 0 0 10px;
}

/* table */
.comTbl01 {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #EFEFE7;
	border-left: none;
}
.comTbl01 th {
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	background-color: #FCFCF9;
	font-weight:bold;
	padding: 20px;
}
.comTbl01 td {
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
.comTbl01 tr {
	border-top: 1px solid #EFEFE7;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
@media screen and (max-width: 750px) {
.comTbl01 th {
	display: block;
		font-weight:bold;
	font-size:16px;
	background:none;
	padding:15px 0 2px 0;
}
.comTbl01 td {
	display: block;
		background:none;
	padding:0 0 15px 0;
}
}

/* space */
@media screen and (max-width: 750px) {
.comSpace00 {
	margin-right: -10px;
	margin-left: -10px;
}
}


/* common design
-------------------------------------------------------------------------*/

/* ====== header ====== */

#header {
}
#header .hdArea {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 979px) {
#header .hdArea {
	width: 100%;
	padding: 0;
}
}
#header .hdArea h1 {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 124px;
	height: 122px;
}
@media screen and (max-width: 550px) {
#header .hdArea h1 {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 65px;
	height: 63px;
}
}

#header .hdArea .hdInqBtn {
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 979px) {
#header .hdArea .hdInqBtn {
	position: absolute;
	top: 0;
	right: 10px;
}
}
@media screen and (max-width: 625px) {
#header .hdArea .hdInqBtn {
	position: absolute;
	top: 10px;
	right: 10px;
}
}

/* navigation - pc */
#header .naviBg {
	margin: 23px 0 0 0;
	background-color: #FF9E00;
}
#header .naviBg .naviArea {
	margin: 0 auto;
	padding: 10px 0;
	width: 680px;
	overflow: hidden;
}
@media screen and (max-width: 679px) {
#header .naviBg .naviArea {
	width: 100%;
}
}
#header .naviBg .naviArea li {
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	line-height: 0;
}
#header .naviBg .naviArea li { /* IE6-7 hack */
	_width: 165px;
	*width: 165px;
}
#header .naviBg .naviArea .first {
	border-left: 1px solid #FFFFFF;
}
#header .naviBg .naviArea a {
	display: block;
	padding: 6px;
}
#header .naviBg .naviArea .navi01 img {
	width: 70px;
	height: 16px;
}
#header .naviBg .naviArea .navi02 img {
	width: 107px;
	height: 16px;
}
#header .naviBg .naviArea .navi03 img {
	width: 71px;
	height: 16px;
}
#header .naviBg .naviArea .navi04 img {
	width: 72px;
	height: 16px;
}

/* navigation - sp */
@media screen and (max-width: 550px) {
#header .naviBg .naviArea {
	padding: 0;
}
#header .naviBg .naviArea li {
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#header .naviBg .naviArea .first {
	border-left: none;
}
#header .naviBg .naviArea li:nth-child(odd) {
	border-right: 1px solid #FFFFFF;
}
#header .naviBg .naviArea a {
	padding: 14px 0;
}
}


/* ====== pankuzu ====== */

#pankuzu {
	width: 980px;
	margin: 10px auto 0;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
#pankuzu {
	width: auto;
	margin: 10px 10px 0 10px;
}
}
@media screen and (max-width: 625px) {
#pankuzu {
	display: none;
}
}
#pankuzu li {
	font-size: 12px;
	float: left;
}
#pankuzu li a {
	text-decoration: underline;
}

/* ====== errArea ====== */
#errArea {
	text-align: left;
	color: red;
	height: 1em;
}

/* ====== header ====== */
#header .contTitleBg {
	margin: 20px 0 0 0;
	background-color: #FF9E00;
}

#header .contTitleBg .contTitle {
	margin: 0 auto;
	font-size: 36px;
	color: white;
	text-align: center;
	white-space: nowrap;
	width: 680px;
	overflow: hidden;
}

/* tbl */
@media only screen and (max-width:959px){
#header .contTitleBg .contTitle {
	width: 100%;
}
}

/* sp  */
@media screen and (max-width: 679px) {
#header .contTitleBg .contTitle {
	width: 100%;
	font-size:90%;
}
}
/*--10/26 oishiCstart--*/
/* ip  */
@media screen and (max-width: 600px) {
#header .contTitleBg .contTitle {
	width: 100%;
	font-size:80%;
}
}
/*--10/26 oishiCend--*/

/* sp  */
@media screen and (max-width: 480px) {
#header .contTitleBg .contTitle {
	width: 100%;
	font-size:70%;
}
}

/* sp c */
@media screen and (max-width: 320px) {
#header .contTitleBg .contTitle {
	width: 100%;
	font-size:70%;
}
}

/* ====== contTitle02 ====== */
.contTitle02 {
	font-size: 24px;
	width: 100%;
}

/* tbl */
@media only screen and (max-width:959px){
.contTitle02 {
	width: 100%;
}
}

/* sp  */
@media screen and (max-width: 679px) {
.contTitle02 {
	width: 100%;
	font-size:90%;
}
}
/*--10/26 oishiCstart--*/
/* ip  */
@media screen and (max-width: 600px) {
.contTitle02 {
	width: 100%;
	font-size:80%;
}
}
/*--10/26 oishiCend--*/

/* sp  */
@media screen and (max-width: 480px) {
.contTitle02 {
	width: 100%;
	font-size:60%;
}
}

/* sp c */
@media screen and (max-width: 320px) {
.contTitle02 {
	width: 100%;
	font-size:50%;
}
}

/* ====== contents ====== */
#contWrap {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#contWrap #contLiquid {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
#contWrap #contLiquid #contArea {
	margin: 20px 0px 100px 0;
	width: 980px;
	white-space: nowrap;
}
#contWrap #menuarea {
	float: right;
	width: 220px;
	margin: 50px 0 0 0;
}

#contWrap02 {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/*--10/26 oishiCstart--*/
#contWrap02 #contLiquid {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
#contWrap02 #contLiquid #contArea {
	margin: 20px 0px 100px 0;
	width: 980px;
	white-space: nowrap;
}

#contWrap02 #menuarea {
	float: right;
	width: 220px;
	margin: 50px 0 0 0;
}
/*--10/26 oishiCend--*/

@media screen and (max-width: 979px) {
#contWrap , #contWrap02 {
	width: auto;
	padding: 0 10px;
}

/*--10/26 oishiCstart--*/
#contWrap02 #contLiquid #contArea {
	width: auto;
}
}
/*--10/26 oishiCend--*/

@media screen and (max-width: 750px) {
#contWrap  {
	padding: 0;
}
#contWrap #contLiquid {
	float: none;
	width: auto;
	margin: 0;
	padding: 0 10px;
}
#contWrap #contLiquid #contArea {
	margin: 30px 0 100px 0;
}
#contWrap #menuarea {
	float: none;
	width: 100%;
}

/*--10/26 oishiCstart--*/
#contWrap02  {
	width: auto;
	padding: 0;
}
#contWrap02 #contLiquid {
	float: none;
	width: auto;
	margin: 0;
	padding: 0 10px;
}
#contWrap02 #contLiquid #contArea {
	margin: 30px 0 100px 0;
}
#contWrap02 #menuarea {
	float: none;
	width: 100%;
}
}
/*--10/26 oishiCend--*/

#contWrap h2 , #contWrap02 h2 {
	margin-bottom:50px;
}
@media screen and (max-width: 550px) {
#contWrap h2 , #contWrap02 h2 {
	margin-bottom:30px;
}
}

.defaultFont {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #666659;
	background-color: #FFFFFF;
}

/* button */
#contBtn01 {
	text-align: left;
	margin: 20px 0 0 20px;
}
#contBtn02 {
	text-align: center;
	margin: 20px 0 160px 0;
}
#contBtn03 {
	text-align: right;
	margin: 20px 20px 0 0;
}

.default_button_tinny {
	width: 50px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 9pt;
}

.default_button_smaller {
	width: 70px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 11pt;
}

.default_button_normal {
	width: 100px;
	height: 30px;
	text-align: center;
	certical-align: center;
	font-size: 15pt;
}

.default_button_larger {
	width: 150px;
	height: 40px;
	text-align: center;
	certical-align: center;
	font-size: 18pt;
}

/* tbl */
@media only screen and (max-width:959px){
.default_button_tinny {
	width: 50px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 9pt;
}

.default_button_smaller {
	width: 70px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 11pt;
}

.default_button_normal {
	width: 100px;
	height: 30px;
	text-align: center;
	certical-align: center;
	font-size: 15pt;
}

.default_button_larger {
	width: 150px;
	height: 40px;
	text-align: center;
	certical-align: center;
	font-size: 18pt;
}
}

/* sp  */
@media screen and (max-width: 679px) {
.default_button_tinny {
	width: 50px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 9pt;
}

.default_button_smaller {
	width: 70px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 11pt;
}

.default_button_normal {
	width: 100px;
	height: 30px;
	text-align: center;
	certical-align: center;
	font-size: 15pt;
}

.default_button_larger {
	width: 150px;
	height: 40px;
	text-align: center;
	certical-align: center;
	font-size: 18pt;
}
}

/*--10/26 oishiCstart--*/
/* ip  */
@media screen and (max-width: 600px) {
.default_button_tinny {
	width: 50px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 8pt;
}

.default_button_smaller {
	width: 65px;
	height: 20px;
	text-align: center;
	certical-align: center;
	font-size: 10pt;
}

.default_button_normal {
	width: 80px;
	height: 25px;
	text-align: center;
	certical-align: center;
	font-size: 13pt;
}

.default_button_larger {
	width: 110px;
	height: 35px;
	text-align: center;
	certical-align: center;
	font-size: 14pt;
}
}
/*--10/26 oishiCend--*/

/* sp  */
@media screen and (max-width: 480px) {
.default_button_tinny {
	width: 50px;
	height: 22px;
	text-align: center;
	certical-align: center;
	font-size: 6pt;
}

.default_button_smaller {
	width: 40px;
	height: 15px;
	text-align: center;
	certical-align: center;
	font-size: 7pt;
}

.default_button_normal {
	width: 50px;
	height: 20px;
	text-align: center;
	certical-align: center;
	font-size: 10pt;
}

.default_button_larger {
	width: 100px;
	height: 25px;
	text-align: center;
	certical-align: center;
	font-size: 12pt;
}
}

/* sp c */
@media screen and (max-width: 320px) {
.default_button_tinny {
	width: 25px;
	height: 11px;
	text-align: center;
	certical-align: center;
	font-size: 4pt;
}

.default_button_smaller {
	width: 35px;
	height: 11px;
	text-align: center;
	certical-align: center;
	font-size: 5pt;
}

.default_button_normal {
	width: 50px;
	height: 15px;
	text-align: center;
	certical-align: center;
	font-size: 7pt;
}

.default_button_larger {
	width: 75px;
	height: 20px;
	text-align: center;
	certical-align: center;
	font-size: 9pt;
}
}

.default_button_fixed_back {
	position: fixed;
	bottom: 10px;
	right: 10px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}

/* @̓[h */
.default_ime_mode_active {
	ime-mode: active;
}

.default_ime_mode_inactive {
	ime-mode: inactive;
}

.default_ime_mode_disabled {
	ime-mode: disabled;
}

.default_overflow_hidden {
	overflow: hidden;
}

/* menu area */
#menuarea dl {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #DFDFCE;
	border-left: none;
}
#menuarea dt {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #DFDFCE;
	border-left: none;
	background: transparent url(/common_rn/img/com_arrow01.gif) no-repeat 10px 15px;
	_background: none; /* IE6 hack */
	background-size: 6px 10px;
	font-weight: bold;
}
#menuarea dt img { /* IE8 hack */
	padding: 5px 0 0 0\9;
}
#menuarea dt p {
	padding: 0 10px 0 10px;
}
#menuarea dt a {
	display: block;
	padding: 10px 0 10px 10px;
}
#menuarea dd {
	background: transparent url(/common_rn/img/com_arrow01.gif) no-repeat 20px 15px;
	_background: none; /* IE6 hack */
	background-size: 6px 10px;
}
#menuarea dd img { /* IE8 hack */
	padding: 5px 0 0 0\9;
}
#menuarea dd p {
	padding: 0 10px 0 20px;
}
#menuarea dd a {
	display: block;
	padding: 10px 0 10px 10px;
}

/* menu area 02 */
#menuarea dl dl {
	padding-left:15px;
	border: none;
}
#menuarea dl dl dt {
	font-weight: bold;
	background-image:none;
	border:none;
}
#menuarea dl dl dt img { /* IE8 hack */
	padding: 5px 0 0 0\9;
}
#menuarea dl dl dt p {
	padding: 10px 5px 5px;
}
#menuarea dl dl dt a {
	display: block;
	padding: 10px 0 10px 10px;
}
#menuarea dl dl dd {
	background: transparent url(/common_rn/img/com_arrow01.gif) no-repeat 20px 15px;
	_background: none; /* IE6 hack */
	background-size: 6px 10px;
}
#menuarea dl dl dd img { /* IE8 hack */
	padding: 5px 0 0 0\9;
}
#menuarea dl dl dd p {
	padding: 0 10px 0 20px;
}
#menuarea dl dl dd a {
	display: block;
	padding: 10px 0 10px 10px;
}


@media screen and (max-width: 750px) {
#menuarea dl {
	border-top: 1px solid #DFDFCE;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#menuarea dl dl {
	border-bottom: 1px dotted #DFDFCE;
}
#menuarea dt {
	background: url(/common_rn/img/com_arrow01.gif) no-repeat right 10px center;
	background-size: 6px 10px;
}
#menuarea dt p {
	padding: 0 10px 0 10px;
}
#menuarea dt a {
	display: block;
	padding: 10px 0;
}
#menuarea dd {
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #DFDFCE;
	border-left: none;
	background: url(/common_rn/img/com_arrow01.gif) no-repeat right 10px center;
	background-size: 6px 10px;
}
#menuarea dd:last-child {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#menuarea dd p {
	padding: 0 10px 0 20px;
}
#menuarea dd a {
	display: block;
	padding: 10px 0;
}


}


/* ====== footer ====== */

#topBtn {
	position: fixed;
	bottom: 50px;
	right: 10px;
	height: 40px;
	width: 40px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}

#linkarea {
	border-top: 1px solid #F0F0E1;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 60px 0 0 0;
}
#linkarea .linkwrap {
	width: 980px;
	margin: 15px auto 0;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
#linkarea .linkwrap {
	width: auto;
	padding: 0 10px;
}
}
#linkarea .linkwrap dl {
	width: 25%;
	float: left;
}
#linkarea .linkwrap dt {
	background: transparent url(/common_rn/img/com_arrow01.gif) no-repeat left 10px;
	_background: none; /* IE6 hack */
	background-size: 6px 10px;
	font-weight: bold;
}
#linkarea .linkwrap dt img { /* IE8 hack */
	padding: 5px 0 0 0\9;
}
#linkarea .linkwrap dt a {
	display: block;
	padding: 5px 0 5px 12px;
}
#linkarea .linkwrap dd {
	margin: 0 0 0 12px;
	background: transparent url(/common_rn/img/com_arrow01.gif) no-repeat left 11px;
	_background: none; /* IE6 hack */
	background-size: 4px 6px;
}
#linkarea .linkwrap dd img { /* IE8 hack */
	padding: 4px 0 0 0\9;
}
#linkarea .linkwrap dd a {
	display: block;
	padding: 5px 0 5px 12px;
}
@media screen and (max-width: 625px) {
#linkarea {
	display: none;
}
}


#footer {
	border-top: 1px solid #DFDFCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0 0 0;
}
#footer ul {
	width: 980px;
	margin: 20px auto 0;
	overflow: hidden;
}
#footer li {
	float: left;
	margin: 0 40px 0 0;
	background: transparent url(/common_rn/img/com_arrow01.gif) no-repeat left center;
	_background: none; /* IE6 hack */
	background-size: 6px 10px;
}
#footer li p {
	padding: 0 0 0 12px;
}

#footer .copyright {
	border-top: 1px solid #F0F0E0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 20px 0 0 0;
}
#footer .copyright p {
	text-align: center;
	color: #8A8A7A;
	font-size: 12px;
	padding: 15px 0;
}
@media screen and (max-width: 979px) {
#footer ul {
	width: auto;
	padding: 0 10px;
}
#footer li {
	margin: 0 20px 0 0;
}
}
@media screen and (max-width: 750px) {
#footer {
	margin: 5px 0 0 0;
}
}
@media screen and (max-width: 625px) {
#footer ul {
	width: auto;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #EFEFE7;
	border-left: none;
	background: none;
}
#footer li:nth-child(odd) {
	border-right: 1px solid #EFEFE7;
}
#footer li a {
	display: block;
	padding: 20px 0;
	line-height: 0;
	font-size: 12px;
}
#footer li p {
	padding: 0;
}


#footer .copyright {
	border: none;
	margin: 0;
}
#footer .copyright p {
	font-size: 10px;
	padding: 12px 0;
}
}

