/*
Theme Name: nsr-benefull
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: nsr-benefull
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under t he GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 nsr-benefull is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
th {
	font-weight:bold;
}
body {
	color: #404040;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

/* Text elements */
p {
	margin-bottom: 1em;
}

em{
	font-weight:bold;
}


table {
	margin: 0 0 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}
a:hover, a:hover img {
    opacity: 0.8;
}
#logo a:hover img {
    opacity: 1.0 !important;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.cf:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.cf {
	display: block;
	min-height: 1%;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	z-index:1;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
}
.main-navigation a,
.main-navigation img {
	display: block;
	text-decoration: none;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}



hr.grey_dot {
	  border:none;
    border-top:dashed 1px #c3bcb5;
    height:1px;
		margin:8px auto 10px;
}
hr.line_img {
	border: none;
	height: 1px;
	background:url("../img/line_dot.jpg") 50% 0  repeat-x;
	margin:8px 0;
}
.txtcenter {text-align:center;}
.txtright {text-align:right;}

table.tbl01 th.red,
table.tbl01 td.red {
	background-color:#FFECE8;
}
table.tbl01 th.pink,
table.tbl01 td.pink {
	background-color:#F5DCE0;
}
table.tbl01 {
	width:100%;
	border: 1px solid #DCDDDD;
	border-collapse: collapse;
}
table.tbl01 th {
	text-align:center;
	background-color:#f6f6f6;
	border: 1px solid #DCDDDD;
	vertical-align:middle;
	padding:5px 5px;
}
table.tbl01 th.left {
	text-align:left;
}
table.tbl01 td {
	padding:6px 10px;
	border-bottom:1px solid #DCDDDD;
	border-left:1px solid #DCDDDD;
	border-right:1px solid #DCDDDD;
}
table.tbl01 td.dot {
	border-bottom: 1px dotted #DCDDDD;
}
table.tbl02 {
	width:100%;
	border: 1px solid #DCDDDD;
	border-collapse: collapse;
}
table.tbl02 th {
	text-align:left;
	background-color:#f6f6f6;
	border: 1px solid #DCDDDD;
	vertical-align:middle;
	padding:3px 0px 3px 10px;
	font-weight:normal;
}
table.tbl02 td {
	padding:6px 10px;
	border: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
}
table.tbl02 td.pd15 {padding:15px;}
td.cen {
	text-align:center;
}
table.tbl03 {
	width:100%;
	border: 1px solid #DCDDDD;
	border-collapse: collapse;
}
table.tbl03 th {
	text-align:center;
	background-color:#f6f6f6;
	border: 1px solid #DCDDDD;
	vertical-align:middle;
	padding:5px 0px;
}
table.tbl03 td {
	text-align:center;
	padding:6px 10px;
	border: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
}
table.tbl04 td{
	padding-bottom:3px;
}
table.tbl_w {
	border: 1px solid #DCDDDD;
	border-collapse: collapse;
}
table.tbl_w th {
	text-align:center;
	background-color:#f6f6f6;
	border: 1px solid #DCDDDD;
	vertical-align:middle;
	padding:5px 0px;
}

table.tbl_w td {
	padding:6px 10px;
	border: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
}
table.tblintbl {
	width:100%;
}
table.tblintbl th{
	background-color:#F0F0E1;
}
h2.p_ttl {
	margin-bottom:20px;
}
h3.ttl {
	width:714px;
	margin-left:-2px;
	margin-right:-2px;
}
h3.ttl img{
	margin-bottom:20px;
}

.ps15{
	padding-left:15px;
	padding-right:15px;
}
.box {
	overflow:hidden;
}
.red_char {
	color:#B91014;
}
.txt_arrow {
	background:url("../img/arrow.jpg") no-repeat left 50%;
	padding-left:15px;
	vertical-align:bottom;
}
.txt_sm_ar {
	background:url("../img/arrow_sm.jpg") no-repeat left 50%;
	margin-left:15px;
	padding-left:15px;
	vertical-align:bottom;
}
.txt_point {
	background:url("../img/point_sq.jpg") no-repeat left 50%;
	padding-left:15px;
	vertical-align:bottom;
	font-weight:bold;
	line-height:1;
}
.txt_point_normal {
	background:url("../img/point_sq.jpg") no-repeat left 50%;
	padding-left:15px;
	vertical-align:bottom;
}
.txt_pdf {
	background:url("../img/pdf.gif") no-repeat left 50%;
	padding:7px 35px;
	vertical-align:bottom;
} 
.txt_pdf2 {
	background:url("../img/pdf.gif") no-repeat left 50%;
	padding:10px 0 10px 40px;
	border-bottom:1px dotted #CCC;
} 


.bcard_area {
	margin-bottom:30px;
}
.bcard_box1 {
	/*width:429px;*/
	width:370px;
	padding:25px 30px 0;
	float:left;
	text-align:center;
}
.bcard_box1 img.card{
	margin-bottom:13px;
}
.bcard_box1 img.btn{
	margin-bottom:15px;
}
.bcard_box1 txt{
}
.bcard_box2 {
	/*width:278px;*/
	padding:25px 18px 0;
	width:242px;
	float:left;
	height:auto;
}
.bcard_box2 img{
	margin-bottom:15px;
}
.bcard_area2{
	padding:0 15px;
}
.bcard_area2 .txt {
	border-bottom:#B10F13 dotted 1px;
	line-height:29px;
	font-size:18px;
	padding-left:68px;
	margin-bottom:8px;
}
.bcard_area2 img.no{
	float:left;
}


.ttl_01{
	line-height:1;
	padding:9px 0  10px 28px;
	background:url("../img/ttl_bg_01.jpg") no-repeat;
	margin-bottom:15px;
}
.ttl_02{
	padding:3px 5px;
	background-color:#F0F0E1;
	border-bottom:2px solid #BBBB77;
	margin-bottom:10px;
}
.ttl_02_d{
	background:url("../img/ttl_02_d_bg.png") no-repeat 10px 50% ;
	line-height:1;
	padding:8px 5px 7px 25px;
	background-color:#F0F0E1;
	border-bottom:2px solid #BBBB77;
	margin-bottom:10px;
}
.ttl_02_e{
	background:url("../img/ttl_02_d_bg.png") no-repeat 10px 50% ;
	line-height:1;
	padding:8px 5px 7px 25px;
	background-color:#FFFFFF;
	border-bottom:2px solid #0033CC;
	margin-bottom:10px;
	color:#28BDFD;
	font-weight:800;
	font-size:medium;
}
.ttl_02_g{
	background:url("../img/ttl_02_d_bg.png") no-repeat 10px 50% ;
	line-height:1;
	padding:8px 5px 7px 25px;
	background-color:#28BDFD;
	border-top:2px solid #0033CC;
	margin-bottom:10px;
	color:#FFFFFF;
	font-weight:800;
	font-size:medium;
}
.ttl_03{
	background:url("../img/arrow2.jpg") no-repeat 0 50% ;
	line-height:1;
	padding:8px 5px 7px 15px;
	margin-bottom:10px;
}
.c_howto_box{
	padding:0 15px 15px;
}
.c_howto_box p{
	width:460px;
	float:left;
}
	
.c_howto_box img {
	float:right;
}
.c_howto_box2{
	margin:15px;
	overflow:hidden;
}
.color_box {
	padding:15px;
	background-color:#F6F6EB;
}
.color_boxB {
	padding:15px;
	background-color:#F6F6F6;
}
.c_howto_box2 p.txt{
	width:50%;
	float:left;
}
.c_howto_box2 p.txt2{
	width:50%;
	float:left;
}

.etcbox {
	padding:25px 50px;
	margin-bottom:38px;
}
.etcbox p{
	margin:10px 0;
}
.etcbox_r img.btn{
	margin-right:5px;
}	
.etcbox_l {
	width:197px;
	margin-right:25px;
	float:left;
}
.btn_area {
	text-align:center
}
.btn_area img.btn{
	margin-right:10px;
}
.boxA{
	padding:0 15px 20px;
}
.boxA .ltxt{
	font-size:15px;
	font-weight:bold;
}
.boxA .stxt{
	font-size:11px;
}

.scard_area{
	padding:0 15px 18px;
}
.scard_area .txt {
	border-bottom:#B10F13 dotted 1px;
	line-height:29px;
	font-size:18px;
	padding-left:68px;
	margin-bottom:8px;
}
.scard_area img.no{
	float:left;
}

.scard_box_area {
	overflow:hidden;
}
.scard_box_area .box1 {
	width:250px;
	float:left;
}
.scard_box_area .box2 {
	width:400px;
	float:right;
}
.scard_area img.arrow {
	display:inline;
	vertical-align:text-bottom;
	padding-bottom:2px;
	margin-right:5px;
}
.scard_area .txtA {
	display:inline;
}
.scard_area .txtB {
	font-size:15px;
}

table#tbl_tie td{
	padding:20px 10px;
}
table#tbl_tie img{
	margin-bottom:10px;
}
table#tbl_use_step td.arrow{
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	text-align:center;
}
table#tbl_use_step td.txt{
	padding-left:10px;
}
table#tbl_use_step img.pic{
	margin:10px 0 15px;
}
.boxB_area {
	margin-bottom:15px;
}
	
.boxB {
	width:330px;
	float:left;
	margin-bottom:15px;
}
.boxB .txt{
	padding:15px 15px 0 120px;
}
.boxB .txt2{
	padding:15px 10px 0 140px;
}
.boxB:nth-child(odd) {
	margin-right:20px;
}
.clear {
	clear:both;
}

.pd15 {padding:15px;}
.font11{font-size:11px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font15{font-size:15px;}
.font17{font-size:17px;}
.font25{font-size:25px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb50 {margin-bottom:50px;}

.box_h140 {height:140px;}
.box_h145 {height:145px;}
.box_h175 {height:175px;}
.box_h198 {height:198px;}
.box_h189 {height:189px;}
.box_h159 {height:159px;}
.use_change_01 {background:url("../img/use_bbg_01.jpg") no-repeat;}
.use_change_02 {background:url("../img/use_bbg_02.jpg") no-repeat;}
.use_change_03 {background:url("../img/use_bbg_03.jpg") no-repeat;}
.use_change_04 {background:url("../img/use_bbg_04.jpg") no-repeat;}

.aboutsrv_01 {background:url("../img/aboutsrv_bbg_01.jpg") no-repeat;}
.aboutsrv_02 {background:url("../img/aboutsrv_bbg_02.jpg") no-repeat;}
.aboutsrv_03 {background:url("../img/aboutsrv_bbg_03.jpg") no-repeat;}
.aboutsrv_04 {background:url("../img/aboutsrv_bbg_04.jpg") no-repeat;}
.aboutsrv_05 {background:url("../img/aboutsrv_bbg_05.jpg") no-repeat;}
.aboutsrv_06 {background:url("../img/aboutsrv_bbg_06.jpg") no-repeat;}
.aboutsrv_07 {background:url("../img/aboutsrv_bbg_07.jpg") no-repeat;}

.change_01 {background:url("../img/change_01.jpg") no-repeat;}
.change_02 {background:url("../img/change_02.jpg") no-repeat;}
.change_03 {background:url("../img/change_03.jpg") no-repeat;}
.change_04 {background:url("../img/change_04.jpg") no-repeat;}
.change_05 {background:url("../img/change_05.jpg") no-repeat;}
.change_06 {background:url("../img/change_06.jpg") no-repeat;}

.use_more {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	height:200px;
	padding-top:15px;
	position:relative;
}
.use_more .txt_arrow{
	position:absolute;
	right:10px;
	bottom:10px;
}
	

.aboutsrv_box {
	width:171px;
	margin-top:15px;
}

/***********  カードを使う　公共料金  *****************/
.usr_public ul {
	overflow:hidden;
	margin-bottom:10px;
}
.usr_public ul li {
	float:left;
}
.usr_public table {
	width:inherit;
	border-collapse:collapse;
}
.usr_public table td {
	border:1px solid #CCC;
}
.usr_public table td.nob {
	border:0;
	padding:5px 5px 5px 20px;
}
.use_p_box {
	margin-top:-20px;
	background:url("../img/use_p_bg.jpg") no-repeat bottom right;
	height:208px;
	padding-top:25px;
}
.use_p_box .txt{
	font-size:22px;
	line-height:1;
	color:#B00E13;
	margin-bottom:25px;
}

/***********  カードを使う　更に便利なサービス  *****************/

.more_box_head {
	padding:25px 35px 0 32px;
}
.more_box .ttl {
	border-bottom:2px solid #ccc;
	position:relative;
	font-size:23px;
	margin-bottom:25px;
	padding-bottom:5px;
}
.more_box .ttl img{
	right:0px;
	position:absolute;
}
.more_box_r {
	width:368px;
	float:right;
}
.more_box_r img{
	margin-bottom:10px;
}
.more_box .btn_area {
	text-align:center;
	background-color:#F0EFEC;
	padding:15px 0;
}
.more_taxi_box {
	padding:25px 35px 25px 32px;
}
table.tbl_more_taxi {
	width:450px
}
table.tbl_more_taxi td{
	width:150px;
	vertical-align:top;
}

.use_more_top_box {
	padding: 15px 15px 0;}
	
.use_more_top_box .imgw{
	text-align:right;
	margin-bottom:10px;
	}
.use_more_top_box .inner {
	margin:0 60px;
}
.use_more_top_box .ttl {
	display:inline-block;
	background:url("../img/arrow15.jpg") no-repeat 10px 40% ;
	border-bottom:2px solid #ccc;
	font-size:23px;
	margin-bottom:15px;
	padding:0 20px 5px 30px;
	text-align:left;
}

.use_more_top_box table td {
	padding:25px;
}

.use_more_use_limit_box {
	background-color:#F6F6F6;
	padding-top:20px;
}
.use_more_use_limit_box .inner{
	width:400px;
	margin:10px auto 20px;
}
table.cal_online {
	margin-bottom:10px;
}
.cal_be_area .btn_area {
	padding-bottom:20px;
}
.cal_be_area img.btn2 {
	padding-bottom:35px;
}


/*********************  5.よくある質問  *********************/
.cnt_qa_box {
	padding:15px 15px 10px;
	margin-bottom:30px;
	background-color:#F0F0E1;
}
.cnt_qa_box .txt {
	font-size:14px;
	font-weight:bold;
}
.cnt_qa_box ul {
	overflow:hidden;
}
.cnt_qa_box li {
	float:left;
	margin:0 0 5px 15px;
}
.cnt_qa_box li:first-child {
	margin-left:0;
}
/*********************  加盟店の皆様  *********************/

table.join_card td{
	text-align:center;
}
.qa_area {
	margin-bottom:25px;
}
.qa_area .q{
	padding-left:28px;
	background:url("../img/icon_q.jpg") 0 0 no-repeat;
	font-weight:bold;
}
.qa_area .a{
	padding-left:28px;
	background:url("../img/icon_a.jpg") 0 0 no-repeat;
}

.sq_list_area .list{
	padding-left:28px;
	background:url("../img/icon_a.jpg") 0 0 no-repeat;
}
.sq_list_area .list_01{background:url("../img/sq_1.jpg") 0 0 no-repeat;}
.sq_list_area .list_02{background:url("../img/sq_2.jpg") 0 0 no-repeat;}
.sq_list_area .list_03{background:url("../img/sq_3.jpg") 0 0 no-repeat;}
.sq_list_area .list_04{background:url("../img/sq_4.jpg") 0 0 no-repeat;}
.sq_list_area .list_05{background:url("../img/sq_5.jpg") 0 0 no-repeat;}
.sq_list_area .list_06{background:url("../img/sq_6.jpg") 0 0 no-repeat;}

.join_merit_box {
	width:500px;
	padding:10px;
	margin-bottom:10px;
}
.change_box {
	padding:15px 28px 5px;
	background-color:#EEEEEE;
}
.change_box .btn {
	width:304px;
	height:41px;
	background:url("../img/btn_chage_bg.jpg") 0 0 no-repeat;
	padding:21px 0 0 0;
	text-align:center;
}
.change_box .btn img{
	vertical-align:text-bottom;
	padding-bottom:2px;
	margin-right:6px;
	margin-left:-18px;
}
.change_box ul{
	overflow:hidden;
}
.change_box li {
	float:left;
	margin-bottom:10px;
	font-size:15px;
}

	
.change_box li.even{ 
	margin-left:15px;
}
.btn_mail {
	overflow:hidden;
}
.btn_mail .txt{
	margin-top:15px;
}

ul.g_nav {
	width:950px;
}
ul.g_nav li.menu-item {
	position:relative;
	z-index:20;
}
ul.g_nav li.menu-item ul {
	display:none;
}
ul.g_nav li.menu-item:hover ul {
	position:absolute;
	display:block;
	top:42px;
	left: 0;
	width:190px;
	list-style-type: none;
}
ul.g_nav li.menu-item ul li {
}
ul.g_nav li.menu-item ul li a{
	color:#000;
	float:none;
	width:160px;
	height:21px;
	/*/height:21px;*/
	font-size:100%;
	background:url("../img/c_menu_bg.jpg") 0 0 no-repeat;
	padding:8px 10px 5px 22px;
	zoom: 1;
	display: block;
}
ul.g_nav li.menu-item ul li a.long{
	height:44px;
	padding:8px 10px 0 22px;
	background:url("../img/c_menu_bg2.jpg") 0 0 no-repeat;
}
ul.g_nav li.menu-item ul li a:hover{
	opacity:1.0;
}

.bxslider {
	z-index:1;
}

.sub_nav_area {
	float:right;
	padding-top:15px;
	
}
.sub_nav_area li.menu-item  {
	float:left;
	margin-left:5px;
}	
.sub_nav_area li.menu-item:first-child {
	margin-left:0;
}	
ul.sub_nav {
	width:414px;
}


ul.sub_nav li.menu-item {
	position:relative;
	z-index:10000;
}
ul.sub_nav li.menu-item:hover ul {
	position:absolute;
	display:block;
	top:24px;
	left: 0;
	width:139px;
	list-style-type: none;
}

ul.sub_nav li.menu-item ul {
	display:none;
	list-style-type: none;
}
ul.sub_nav li.menu-item ul li {
	line-height:0;
}

ul.sub_nav li.menu-item ul li a{
	line-height:normal;
	zoom: 1;
	display:block;
	color:#000;
	float:none;
	width:139px;
	height:16px;
	font-size:11px;
	background:url("../img/sub_menu_bg.jpg") 0 0 no-repeat;
	padding-top:8px;
	padding-left:30px;
	text-decoration:none;
}

ul.sub_nav li.menu-item ul li a:hover{
	opacity:1.0;
}

.box_h130 {height:130px;}
.box_h138 {height:138px;}
.box_h150 {height:150px;}
.join_01 {background:url("../img/join_bg_01.jpg") no-repeat;position:relative;}
.join_02 {background:url("../img/join_bg_02.jpg") no-repeat;position:relative;}
.join_03 {background:url("../img/join_bg_03.jpg") no-repeat;position:relative;}
.join_04 {background:url("../img/join_bg_04.jpg") no-repeat;position:relative;}
.join_area .boxB .txt {
	padding-left:145px;
}
.join_01 .txt_arrow,
.join_02 .txt_arrow,
.join_03 .txt_arrow,
.join_04 .txt_arrow {
	position:absolute;
	right:10px;
	bottom:10px;
}

/*********************  加盟店の皆様  *********************/

.bp_about_box {
	height:90px;
	background:url("../img/bp_about_02.jpg") no-repeat;
	overflow:hidden;
}
.bp_about_box .btn{
	margin:24px 0 0 455px;
}
.bp_about_box2 {
	margin-top:13px;
}
.bp_about_box2 img{
	margin-right:8px;
}

.bp_cnf_box {
	background-color:#F6F6F6;
	padding:10px;
	width:368px;
	margin-bottom:15px;
}

.ttl_box .ttl_box_bottom {
	padding:10px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.bp_cnf_box_01 {
	width:360px;
	float:left;
}
.bp_cnf_box_02 {
	width:310px;
	float:right;
}

/*********************  法人の皆様  *********************/

.corp_box {
	background:url("../img/corp_bg.jpg") no-repeat;
	height:187px;
	padding:30px 0 0 345px;
}
.corp_box .btn {
	font-size:15px;
	padding-top:20px;
	text-align:center;
	background:url("../img/btn_bg_304.jpg") no-repeat;
	width:304px;
	height:64px;
}
.corp_box .btn img{
	vertical-align:text-bottom;
	padding-bottom:2px;
	margin-right:8px;
}

/*********************  その他  *********************/

.relate_area .txt_arrow{
	width:300px;
	float:left;
}
.corp_box {
	height:187px;
	padding:30px 0 0 345px;
	background:url("../img/corp_bg.jpg") no-repeat;
}
.corp_box .btn {
	font-size:15px;
	padding-top:20px;
	text-align:center;
	background:url("../img/btn_bg_304.jpg") no-repeat;
	width:304px;
	height:44px;
}
.corp_box .btn img{
	vertical-align:text-bottom;
	padding-bottom:2px;
	margin-right:8px;
}

img.pmark {
	margin:5px 15px 0;
	float:left;
}
.pmark_txt {
	float:left;
	margin-top:20px;
}
.com_guide_area {
}
.com_guide_area .txt{
}
.com_guide_btn_box {
	padding:10px 0 10px 15px;
	background-color:#EEEEEE;
	overflow:hidden;
}
.com_guide_btn_box .btn {
	font-size:15px;
	padding-top:20px;
	background:url("../img/btn_bg_com_guide.jpg") no-repeat;
	text-align:center;
	width:214px;
	height:44px;
	float:left;
	margin-right:5px;
}
.com_guide_btn_box .btn img{
	vertical-align:text-bottom;
	padding-bottom:2px;
	margin-right:6px;
	margin-left:-18px;
}
.com_guide_btn_box .btn img.ml0{
	margin-left:0px;
}
.pay_btn_box {
	padding:15px 0 5px 148px;
	background-color:#EEEEEE;
	overflow:hidden;
}
.pay_btn_box .btn {
	font-size:15px;
	padding-top:20px;
	background:url("../img/btn_bg_pay.jpg") no-repeat;
	text-align:center;
	width:384px;
	height:44px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}
.pay_btn_box .btn img{
	vertical-align:text-bottom;
	padding-bottom:2px;
	margin-right:6px;
}
.cal_tel_box {
	font-size:15px;
	padding-top:7px;
	padding-left:70px;
	background:url("../img/cal_tel_01_bg.jpg") no-repeat;
	width:460px;
	height:60px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:15px;
}
img.log_kashikin {
	vertical-align:middle;
	margin-right:5px;
}
.cal_life_box {
	background:url("../img/cal_life_01_bg.jpg") no-repeat;
	width:680px;
	height:125px;
}
.cal_life_box .txt{
	padding-top:55px;
	text-align:center
}

.use_buy_box {
	padding-top:18px;
	padding-left:220px;
	background:url("../img/use_buy_01_bg.jpg") no-repeat;
	width:460px;
	height:155px;
	margin-bottom:25px;
}

.use_ic_box_01 {
	background:url("../img/use_ic_01.jpg") no-repeat top right;
}
.use_ic_box_01 .txt {
	width:460px;
}
.use_ic_box_02 {
	background:url("../img/use_ic_02.jpg") no-repeat top right;
}
.use_ic_box_02 .txt {
	width:460px;
}
.corp_corpc_box {
	padding-top:48px;
	padding-left:457px;
	background:url("../img/corp_corpc_01.jpg") no-repeat;
	width:253px;
	height:146px;
	margin-bottom:25px;
}

.color_box_C {
	text-align:center;
	padding:20px 20px 10px;
}
.color_box_C li {
	margin-bottom:10px;
}
/*********************  ベネオンページ  *********************/


.beneon_area {
	background:url("../img/beneon_bgaa.jpg") no-repeat;
	height:740px;
	padding-top:225px;
	padding-left:30px;
}
.beneon_area img {
	margin-right:30px;
	margin-bottom:23px;
	border:2px;
}

.beneon_area li{
	float:left;
}

.beneon_area .row2 {
	margin-left:92px;
}

.beneon_area p  {
    height:20px;
    width:70px;
    border:5px #ff0000 solid;
    text-align: center;
    margin-right:110px;
    margin-left:30px;
}
/* ボタン */
.benebutton {
    padding: 1px;
    font-size: 13px;
}
dl.adv_news dt {
	border-bottom:1px dotted #CCC;
	clear: left;
	float: left;
	margin: 0 0 0.5em;
	width: 5em;
}
dl.adv_news dd {
	border-bottom:1px dotted #CCC;
	background: url("../img/list_arrow_blue.jpg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	margin-bottom: 0.5em;
	margin-left: 5.5em;
	padding-left:1em;
	padding-right: 10px;
}
.baneon_intr_area {
	background:url("../img/beneon_intr_01_bg.jpg") no-repeat;
	height:819px;
	padding-top:442px;
	padding-left:145px;
	position:relative;
	font-size:13px;
	color:#fff;
}
.baneon_intr_area .bb{
	
	width:375px;
}
.baneon_intr_area .btn{
	position:absolute;
	top:700px;
	left:213px;
}
.baneon_intr_area a{
	color:#fff;
}
dl.baneon_intr_news {
    font-size: 13px;
}
dl.baneon_intr_news dt {
	float: left;
	margin: 0 0 0.5em;
	width: 5em;
}
dl.baneon_intr_news dd {
	margin-bottom: 0.5em;
	margin-left: 5.5em;
	padding-right:10px;
}
.sm_2c_box {
}
.sm_2c_box_l {
	width:345px;
	float:left;
}
.sm_2c_box_r {
	width:345px;
	float:right;
}
.sitemap_area {
	font-size:15px;
	line-height:1.8;
}
.p6_box_area .p6_box {
	width:185px;
	margin-bottom:10px;
	float:left;
}
.p6_box .list {
	font-size:16px;
}
img.pre {
	float:left;
}
.top-bar_inner {
	float:right;
}

h1.single_ttl {
	font-size:28px;
	margin-bottom:20px;
}
.p_all {
	background-color:#af1014;
	color:#fff;
	padding:5px 25px;
	width:180px;
	display:block;
	text-align:center;
}
.corp_box_right{
	float:right;
	height:150px;
	padding-top:20px;	
}
/*****************ベネオン画像新規レイアウト画面**************/
dl.beneimg {
    border-radius:10px;
    box-shadow:0px 0px 5px 1px #ddeeff;
    width:220px;
    height:270px;
    float: left;
    text-align:center;
    margin:5px;
}
dl.beneimg img {
    border:2px;
    zoom: 75%;
}
.benecenterimg {
    text-align: center;
}
.beneonline {
    clear: both;
    width: 600px;
    height:10px;
    padding:10px;

}

dl.beneimg dt {
    background-color: #ddeeff ;
     border-radius:10px;
    font-weight:bold;
    text-shadow:0px 0px 3px #999;
    border-top:1px solid #ccc;
    width:220px;
    height:200px;
}

dl.beneimg dd {
    font-weight:bold;
    text-shadow:0px 0px 3px #999;
    border-top:1px solid #ccc;
    text-align:center;
}
.dlclass1 {
text-align: center;
vertical-align: top;
padding:20px;
margin:3px;
}

 
}
dl.beneimg dd {
    padding:5px;
    border-top:1px solid #ccc;
    font-size:smaller;
}

}
dl.beneimg dt:first-child
{
    border:none;
}
dl.beneimg dt:first-child + dd
{
    border:none;
}

/******************ベネオンブログレイアウト******************/
.benemenu h2{
	margin: 0;
	padding: 0;
}
.benemenu h3{
	width: 710px;
}



.benemenu ul{ 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
}
.benemenu li{ 

	border-bottom-right-radius: 20px; /* 右下 */
	padding: 0px; 
	margin: 0px; 
	float: left; 
}
.benemenu li a{
	display: inline; 
	background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
	display: block; 
   	border-radius: 10px;         /* CSS3 */
	border: 3px #CC9933 solid;     /* 枠線の装飾 */
	border-left: 10px solid #C97556;
	margin-bottom:15px;
	padding:20px;
	text-decoration: none;
	color: #330000;
	width: 123px; 
	text-align: center;
	font-size: 14px;
	font-weight:900;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;

}
.benemenu li a:hover{
border-left: 10px solid #990033;
background-color: #474655;
}
.beneartical {
/*	width: 600px;
	height: 400px;
	background-color: #fffdee;
	border: 2px #CC66CC solid;
	margin:50px;
	clear : both;  */
	
}
beneartical ul  {
	list-style-type: none;
}	
.beneartical li  {
	width: 560px;
	height: 400px;
	background-color: #fffdee;
	border: 2px #CC66CC solid;
	margin:50px;
/*	margin:20px;    */
	clear : both;
	font-size: 32px;	
	list-style-type: none;
}	
.beneartical a  {
	margin: 20px;
	font-size: 16px;	
}	
.beneartical p  {
	font-size: 16px;	
}	
.beneartical img{
	float: right;
    margin: 70px 0px;
	width: 100px;
	height: 80px;
	border: solid 2px #ccc;
	padding: 2px;
}

.benegazou  {
	float:left;
	margin:2px;
	width:150px;
	height:110px;
	border:solid 2px #cccaaa;
}
		  	
.benetitle  {
	margin:-5px 0px 0px 65px;
	width:500px;
	height: 50px;
}
.benetitle a {
	overflow: hidden;  
    white-space: nowrap; 
    text-overflow: ellipsis; 
    -moz-text-overflow:ellipsis; /* Firefox */ 
    -o-text-overflow: ellipsis; /* Opera */ 
	font-size: 15px;
	font-weight:900;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}
.benephp {
	margin-right: 5px;
	padding: 2px;
	border: 1px #FF9900 solid;
	background-image:url("../images/beneblogkabe.jpg");
	overflow:hidden;
	width:710px;
	height: 430px;
}
.benephp2 {
	margin-right: 5px;
	padding: 2px;
	border: 1px #FF9900 solid;
	background-image:url("../images/beneblogkabe.jpg");
	overflow:hidden;
	width:710px;
	height: 1500px;
}
.title-date {
	border: 1px #FF9900 solid;
	float:left;
	text-align:center;
	width:70px;
	height:60px;
	padding:5px;
	background-color:#000000;
	color:#00FF33;
}
.title-date-day {
	border: 1px #FF9900 solid;
	display:block;
	height:40px;
	font-size:40px;
	line-height:35px;
}
.title-date-month {
	display:block;
	height:20px;
	overflow:hidden;
	font-size:24px;
	line-height:14px;
}
/******************  ベネオン *****************************/
img.beneon_gazou{
	  width:280px;
	  height:330px;
	  margin: 20px;	
}

.bene_gazo1{
	  float:left;
      width:400px;
      height:400px;
      border-style: solid;
      border-color:black;

}
p.beneon_moji1{
      	font-size: 20px;
      	margin:20px;
      	color:red;
	    font-family:'Lucida Grande',
                    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
                     Meiryo, メイリオ, sans-serif;
}
p.beneon_moji2{
      	font-size: 24px;
      	margin:20px 20px 20px 80px;
      	color:red;
	    font-family:'Lucida Grande',
                    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
                     Meiryo, メイリオ, sans-serif;
}
p.beneon_moji3{
      	font-size: 20px;
      	margin:20px 20px 20px 80px;
      	color:red;
	    font-family:'Lucida Grande',
                    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
                     Meiryo, メイリオ, sans-serif;
}
       
.bene_gazo2{
      float:right;
      width:250px;
      height:180px;     
}
img.bene_gazo_yuru{
      width:250px;
      height:120px;
      border-style: solid;
      border-color:black;     
}      
.bene_gazo3{
      float:right;
      width:250px;
      height:120px;
}
.bene_title1{
      float:right;
      width:400px;
      height:60px;
      border-style: solid;
      border-color:black;
      background-color: yellow;
}
.bene_title2{
      float:right;
      width:310px;
      height:60px;
}
.bene_title3{
      width:310px;
      height:60px;
      border-style: solid;
      border-color:black;
}

h1.bene_entry_moji{
      font-size:20px;
      color:#FF66CC;
}


/****************** ベネップページ *****************************/
.homebox1 {
	float: left;
	background-image:url("../images/beneblogkabe.jpg");
	padding: 0px;
	border:medium solid #FFFFCC;
	width: 420px;
	height:270px;
}
p.homeboxtxt1 {
    font-size:1.0em;
    height: 70px;
}   
img.homeboximg1 {
    margin: 2px;
    width: 130px;
} 
img.mousikomi {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.homeboxtxt2 {
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.0em;
    height: 70px;
}
.homebox2 {
	float: left;
	background-image:url("../images/beneblogkabe.jpg");
	padding: 0px;
	border:medium solid #FFFFCC;
	width: 275px;
	height: 270px;
}   
img.homeboximg2 {
    margin: 1px;
    border: 1px;
    width: 130px;
} 

.homeboxspace {
	clear: left;
}
.homebox3 {
    margin:10px;
    background-image:url("../images/beneblogkabe.jpg");
	width: 710px;
	height: 250px;
}
.homebox4 {
	float: left;
	background-color: #FFCCCC;
	width: 200px;
	height: 200px;
}
.crecakiyaku {
	background-color: #EEFFFF;
}
/* clearfix */

 




/******************  シミュレーションページ  ******************/
#simu .red { color:#c00; }
#simu .f12 { font-size:12px !important; }
#simu .w10 { width:10% !important; }
#simu .w15 { width:15% !important; }
#simu .w20 { width:20% !important; }
#simu .w30 { width:30% !important; }
#simu .w40 { width:40% !important; }
#simu .w45 { width:45% !important; }
#simu .w49 { width:49% !important; }
#simu .w50 { width:50% !important; }
#simu .w60 { width:60% !important; }
#simu .w70 { width:70% !important; }
#simu .w80 { width:80% !important; }
#simu .le { text-align:left !important; }
#simu .ri { text-align:right !important; }
#simu .cen { text-align:center !important; }
#simu .ml00 { margin-left:0px !important; }
#simu .ml15 { margin-left:15px !important; }
#simu .mb20 {margin-bottom:20px !important;}
#simu .mb70 { margin-bottom: 70px !important; }
#simu .flL { float:left; }
#simu .flR { float:right; }
#simu #btn { width:390px; margin:35px auto 65px auto !important; overflow:hidden; list-style:none;}
#simu #btn02 { width:440px; margin:35px auto 65px auto !important; overflow:hidden; list-style:none;}
#simu input[type="image"]:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#simu .primary-container {
    padding: 0 15px 0 0;
}

#simu .section2 {
	width:710px;
	clear:both;
	overflow:hidden;
}

#simu .section2 h4 {
	background: url("/simulation/images/h4_bg01.jpg") no-repeat;
	font-size: 13px;
	width:710px;
	height: 32px;
	line-height: 29px;
	padding: 1px 0 0 25px;
}

#simu .section2 h5 {
	background: url("/simulation/images/h5_bg01.jpg") no-repeat;
	font-size: 13px;
	width:680px;
	height: 32px;
	line-height: 29px;
	padding: 1px 0 0 10px;
}

#simu .page #primary .section2 p {
	position: relative;
	margin: 0;
}

#simu .page #primary .inner {
	margin:0 auto;
	width:680px !important;
}

#simu .section2 ul {
	margin-left:30px;
}

#simu .section2 table {
	margin:0;
	border:1px solid #999;
	border-collapse:collapse;
}

#simu .section2 .tbl01 table,
#simu .section2 .tbl02 table{
	width:100%;
}

#simu .section2 th {
	background:#f6f6f6;
	padding:8px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #999;
	font-size:12px;
}

#simu .section2 td {
	padding:8px 0;
	text-align:center;
	border:1px solid #999;
	font-size:12px;
}

#simu .section2 .tbl01 td {
	padding:8px;
	text-align:left;
}

#simu .section2 .tbl02 td {
	padding:8px;
	text-align:right;
}

#simu .section2 dl {
	margin:0 0 0 10px;
	overflow:hidden;
}

#simu .section2 dt {
	margin:0 0 0 20px;
	width:130px;
	font-weight:normal;
	clear:both;
	float:left;
	display: list-item;
	list-style-type:disc;
}

#simu .section2 dl.long dt {
	width:100%;
}

#simu .section2 dd {
	margin:0;
	float:left;
}

