@charset "utf-8";

/* =================================
reset
================================= */

html {color: #333;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin: 0;	padding: 0;}
table {	border-collapse: collapse;	border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,th,var,optgroup {font-style: inherit;font-weight: inherit;}
li {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
table {	font-size: 100%;}
q:before,q:after {content: '';}

/*for IE */
input,button,textarea,select,optgroup,option {font-family: inherit;	font-size: inherit;font-style: inherit;font-weight: inherit;}
input,button,textarea,select {*font-size: 100%;}

/* base --------------------------------- */
html,body{
	height:100.1%;
	margin-bottom:1px;
	font-size:100%;
    font-size: 62.5%;
}

body {
	width: 100%;
	color:#444;
	font-family:/*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",arial,sans-serif;
	font-size:14px;
	font-size:1.4rem; /* 14px */
	line-height:1.5;
	letter-spacing:-0.01em
}

#wrapper{
	width: 100%;
	position: relative;
	min-height: 100%;
}
#container{
	position:relative;
	width:980px;
	margin: 0 auto;
	padding:10px 0 80px;
	overflow:hidden;
	zoom:1;
}
#contents{
	position:relative;
	float:left;
	width:720px;
	height: 100%;
	min-height: 100%;
	margin: 15px auto 0;
	padding: 0 0 80px 10px;
	overflow:hidden;
	zoom:1;
}
#contents section {
	margin-bottom:20px;
	padding-bottom:10px;
}
aside{
	float:right;
	width:220px;
	height:100%;
	margin:15px 0 0 30px;
}
/* link */
a {
	color:#0066aa;
	text-decoration:none;
	outline:none;
}
a:visited {	color:#0066aa;}
a:hover {
	color:#eb5505;
	text-decoration:underline;
}
a:active {
	color:#eb5505;
	text-decoration:underline;
}
a:forcus{outline:none;}

/*  */
img {
	border: none;
	vertical-align: text-bottom;
}

/* =================================
header_footer
================================= */

/* header --------------------------------- */
header {
	padding: 4px 0 11px;
	border-bottom: solid #e5e5e5 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
}

/* header_snav 複数対応 */
#header_snav {
	margin:0 auto;
	width:980px;
	overflow:hidden;
}
#header_snav ul {
	float:right;
	margin:4px auto 0;
}
#header_snav ul li {
	float:left;
	margin-right:5px;
	padding:0 0 0 15px;
	background:url(../../img/common/arrow/arrow_c_s.gif) no-repeat left 2px;
	line-height:1.2;
	font-size:12px;
	font-size:1.2rem;
}
#header_snav ul li:last-child {margin-right:0;}
#header_snav ul li a{color:#444;}
#header_snav ul li a:hover{color:#eb5505;}

#header {
	clear:both;
	width:998px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}

#header h1 {
	width:200px;
	float:left;
	padding: 9px;
	margin:0 56px 0 0;
	background: url(../../img/common/logo.png) no-repeat 9px 9px;
}
#header h1 a {
	width:200px;
    height: 28px;
	text-indent: -9999px;
	display:block;
	overflow:hidden;
}

/* header_gnav */
#header_gnav {
	float:left;
	margin:15px 0 0;
}

#header_gnav li {
	float:left;
	width:95px;
	margin-right:30px;
}
#header_gnav li:nth-child(2), #header_gnav li:nth-child(3){
	float:left;
	width:115px;
	margin-right:30px;
}
#header_gnav li:last-child {
	margin-right:0;
}
#header_gnav li a,#header_gnav li span {
	display:block;
	height:30px;
	background: url(../../img/common/header_gnav.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#header_gnav .nav1{background-position:-0px -0px;}
#header_gnav .nav2{background-position:-125px -0px;}
#header_gnav .nav3{background-position:-270px -0px;}
#header_gnav .nav4{background-position:-415px -0px;}

#header_gnav a.nav1:hover{background-position:-0px -50px;}
#header_gnav a.nav2:hover{background-position:-125px -50px;}
#header_gnav a.nav3:hover{background-position:-270px -50px;}
#header_gnav a.nav4:hover{background-position:-415px -50px;}

#header_gnav .nav1:active, #header_gnav .nav1_on{background-position:-0px -100px;}
#header_gnav .nav2:active, #header_gnav .nav2_on{background-position:-125px -100px;}
#header_gnav .nav3:active, #header_gnav .nav3_on{background-position:-270px -100px;}
#header_gnav .nav4:active, #header_gnav .nav4_on{background-position:-415px -100px;}

#au_id {
	float:right;
	margin:10px auto 0;
}

#au_id dl {
	display:table;
	margin:5px auto 0;
	word-break: break-all;
}

#au_id dt, #au_id dd {
	display:table-cell;
	vertical-align:middle;
}
#au_id dt {
	height:25px;
	text-align:right;
}
#au_id dd {
	max-width:140px;
	line-height:1.1;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック","MS PGothic";
}
#au_id dt img {
	display:block;
	width:25px;
	height:25px;
	margin-right:6px;
}

/* 0522 login box ---------- */

div#login_box {
	float:right;
	margin: 17px 9px 0;
}

.btn_idnum a.btn_regist,
.btn_idnum a.btn_login{
	display:inline-block;
	width:76px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	font-size: 1.2rem;
	cursor:pointer;
	-webkit-border-radius:3px;-moz-border-radius: 3px; border-radius: 3px;
}
.btn_idnum a.btn_regist {
	background:#f76b1f;
	border:1px solid #f76b1f;
	color:#fff;
}

.btn_idnum a.btn_login {
	margin-left:5px;
	border:1px solid #f76b1f;
	color:#444;
	background:#fff;
}
.btn_idnum a.btn_regist:hover,
.btn_idnum a.btn_login:hover{
	background:#FFD7B0;
	color:#f76b1f;
	text-decoration:none;
}

/* footer --------------------------------- */
 #footer {
	position: absolute;
	bottom: 0;
	width:100%;
	height:80px;
    background:#f4f4f4;
    border-top: 1px solid #ebebeb;
}
#footer .inner {
	width:940px;
	margin:0 auto;
	padding: 16px 20px 14px;
	position: relative;
}
#footer .inner > h2 {
	position:absolute;
	top:23px;
	left:0;
	width:75px;
	height:35px;
	background:url(../../img/common/footer_logo.gif) no-repeat;
	text-indent:-9999px;
}
#footer .inner #copyright > h3 {
	position:absolute;
	top:23px;
	right:0;
	width:87px;
	height:13px;
	background:url(../../img/common/footer_logo02.gif) no-repeat;
	text-indent:-9999px;
}
#footer .inner #copyright > p {
	position:absolute;
	top:50px;
	right:0;
	width:197px;
	height:6px;
	background:url(../../img/common/footer_address.gif) no-repeat;
	text-indent:-9999px;
}
#footer .inner #copyright .ponta {
	position:absolute;
	top:50px;
	right:0;
	width:233px;
	height:6px;
	background:url(../../img/common/footer_address_ponta.gif) no-repeat;
	text-indent:-9999px;
	border-bottom: 1px solid black;
}

#footer .inner > nav{
	position:absolute;
	top:35px;
	left:120px;
}

ul#footerNav li {
	float:left;
	display:inline-block;
	margin-right:1em;
	padding:0 1em;
	background:url(../../img/common/icon/icon_blank_g.png) no-repeat right top;
	border-left:solid 1px #aaa;
	font-size:.85em;
	line-height: 1;
}
ul#footerNav li:first-child {
	border-left:none;
}

ul#footerNav li.logout {
	margin-right:0;
	margin-right:1em;
	padding:0 1em;
	background:none;
	border-left:none;
}
ul#footerNav li.logout a{
	margin-right:0;
	padding:2px 1em;
	background:#aaa;
	font-size:.85em;
	color:#fff;
}

/* system error --------------------------------- */

#error{
	margin: 0 auto 20px auto;
	padding:8px 15px;
	color:#F00;
	border:#F00 solid 1px;
}
.error{
	margin: 0 auto 20px auto;
	padding:8px 15px;
	color:#F00;
	border:#F00 solid 1px;
}
#error a{
	color:#F00;
	text-decoration: underline;
}
/* 緊急告知ツール ---------- */

#alert,
#recovery,
#invalid {
	margin:0 auto 10px;
	padding:8px 10px;
}

#alert {
	border:2px solid #f00;/*#dd2211*/
	color:#f00;
}

#recovery {
	border:2px solid #333;
	color:#333;
}

#alert h4 {
	margin:0;
	padding:0;
	padding-left: 22px;
	background:url(../../img/common/alert.png) no-repeat left 3px;
	background-size:15px auto;
	font-weight:bold;
}
#recovery h4 {
	margin:0;
	padding:0;
	background:none;
	font-weight:bold;
}

#alert p,
#recovery p , #invalid p{line-height:1.4;}

#alert a,
#recovery a {
	color:#0066aa;
	text-decoration:underline;
}

#alert a:hover,
#recovery a:hover, 
#invalid a:hover {
	text-decoration:none;
}

/* アラート ---------- */

#notify {
	margin:10px auto;
	font-weight:bold;
	font-size:13px;
	font-size:1.3rem;
}
#notify li{
	margin-bottom:10px;
	padding:5px 8px;
	border:1px solid #FE8005;
	background: url(../../img/common/bg_or.png) ;
}
#notify li a {
	color: #EB5505;
	text-decoration:underline;
}
#notify li a:hover {
	text-decoration:none;
}
#invalid {
	border:2px solid #dd2211;
	color:#dd2211;
}
/* 1705 api info --------------------------------- */

.api_info {
	margin: 16px 0;
	padding: 0;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    font-size: 0.8em;
	text-align: justify;
    line-height: 1.5;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.api_info dl {
    margin: 0 8px;
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
	box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;
}
.api_info dl:first-child {margin-top: 8px;}
.api_info dl:last-child {margin-bottom: 0; border-bottom:none;}
.api_info_t-bar{
	background-color: #888;
    color: #fff;
    padding: 5px 8px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/* aside --------------------------------- */

/* ----- userinfo ----- */
#userinfo {
	background: #eee;
	margin:0 auto 10px;
	padding:0px;
	border:1px solid #e5e5e5;
/*	box-sizing:border-box;
	-webkit-border-radius:5px;-moz-border-radius: 5px; border-radius: 5px;*/
}
#userinfo h2{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom:5px;
	width:218px;
	height: 38px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background:#f9f9f9 url(../../img/common/navi_logo.png) no-repeat;;
	box-sizing:border-box;
}
#userinfo h3{
border-top: 1px solid #EB5505;
border-right: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
	background: #fff;
	margin: 0px 5px 0px;
	padding: 5px 13px 5px;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
font-weight: bold;
}
#userinfo h3.span{
	border: 1px solid #E5E5E5;
}
#userinfo h3 .prepaid{
	color: #EB5505;
	font-weight: bold;
}
#userinfo h3 .credit{
	color: #EB5505;
	font-weight: bold;
}

#userinfo dl {
	display:table;
	width:100%;
	box-sizing:border-box;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*#userinfo dl:last-child {
	margin-bottom:10px;
	padding-bottom:0;
	border-bottom:none;
	box-sizing:border-box;
}*/
#userinfo dt {
border-right: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
background: #fff;
margin: 0px 5px 0px;
padding-left: 10px;
line-height: 1.3;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
box-sizing: border-box;
}
#userinfo .dt_ponta {
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	background: #fff;
	margin: 0px 5px 0px;
	padding-left: 0px;
	line-height: 1.3;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	box-sizing: border-box;
}

#userinfo dt:first-child {
	border-top: 1px solid #E5E5E5;
}

/*#userinfo dt ul {
	height: 35px;
}*/

#userinfo dt .balance {
	background-position:0 0px;
}
#userinfo dt:not([class]) .ponta {
	height: 20px;
	padding:0 0 15px 0px;
	background-size: 20%;
}
#userinfo .dt_ponta .ponta {
	height: 20px;
	padding:15px 0 0 37px;
	background:url(../../img/common/userinfo/icon_point_ponta.png) no-repeat;
	background-size: 20%;
}
#userinfo dt .ponta img{
	height: 20px;
	padding:10px 0 0 0px;
}
#userinfo dt .prepaid {
	height: 35px;
	padding:17px 0 0 57px;
		background:url(../../img/common/userinfo/icon_prepaid.png) no-repeat;
}
#userinfo dt .jigin {
	height: 20px;
	padding:15px 0 10px 32px;
		background:url(../../img/common/userinfo/icon_jigin.png) no-repeat;
		background:url(../../img/common/userinfo/icon_jigin.png) no-repeat;
}
#userinfo dt .credit {
	height: 35px;
	padding:17px 0 0 57px;
		background:url(../../img/common/userinfo/icon_credit.png) no-repeat;
}
#userinfo dt .credit_gold {
	height: 35px;
	padding:17px 0 0 57px;
		background:url(../../img/common/userinfo/icon_credit_gold.png) no-repeat;
}
#userinfo dt .payment {
	height: 20px;
	padding:15px 0 10px 32px;
		background:url(../../img/common/userinfo/icon_payment.png) no-repeat;
}
#userinfo dt span {
padding: 10px 0 5px 10px;
}
#userinfo dd {
	background: #FFF;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	text-align: right;
	margin: 0px 5px 0px;
	box-sizing: border-box;
}
#userinfo dd p{
	padding: 5px 10px;
	color: #EB5505;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -0.06em;
}
#userinfo dd a{
	padding: 12px;
	display: block;
	color: #06A;
}
#userinfo dd.note a:hover {
	display: block;
	background:#FFF6EE;
	text-decoration:none;
}
	/*#userinfo dl .note:last-child dd{
		border-bottom: 1px solid #E5E5E5;
	margin-bottom:10px;
	box-sizing:border-box;
}*/

#userinfo dd.point{
	padding-top:0px;
	line-height:1.3;
}

#userinfo dd.note {
	background: #fbfbfb;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin: 0px 5px 0px;
	display:block;
	text-align:left;
	font-size:12px;
	font-size:1.2rem;
	color: #0066aa;
	font-weight:bold;
	/*letter-spacing: -0.01em;*/
}
#userinfo dd.note + .note {
	border-top: none;
}
#userinfo dd span.pt1{
	color: #333;
	width:1rem;
	padding:0 0 0 3px;
	font-size:13px;
	font-size:1.3rem;
}
#userinfo .side_btn {
	display: block;
	background-color: #eb5505;
	color: #fff;
	text-align: center;
	margin: 8px;
	padding:8px;
	font-size:1.3rem;
}
#userinfo > a {
	text-decoration:none;
}
#userinfo > a:hover {
	text-decoration:none;
	background-color: #f56006;
}
#userinfo > dl > dd > div{/*	かんたん決済未同意*/
    text-align: center;
	font-size: 0.9em;
	padding-bottom: 16px;
}
#userinfo > dl > dd > div > a{
	display: inline;
    padding: 0;
    line-height: 1.5;
    color: #eb5404;
}
.bb_reset{
	border-bottom: none !important;
}
.userinfo_t_box{
	background-color: #fff;
    margin: -1px 5px 0;
    font-size: 1.1rem;
    padding: 0px 8px 2px;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;}
/* ----- localNav ----- */
.userinfo_t_box_ponta{
	background-color: #fff;
	margin: -1px 5px 0;
	font-size: 1.1rem;
	padding: 0px 8px 2px;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: right;
}

.localNav_ttl {
	padding:2px 8px;
	margin: 0 0 2px 0;
	background:#ddd;
	font-weight:bold;
	font-size:13px;
	font-size:1.3rem;
}

#localNav{
	font-size:0;/* for IE*/
}
#localNav li{
	display:inline-table;
	background:#f5f5f5;
	margin-bottom:2px;
	height: 36px;
	line-height:1.2;
	font-size:12px;
	font-size:1.2rem;
}
#localNav li a{
	display:table-cell;
	width:210px;
	padding:5px 5px 5px 21px;
	background:url(../../img/common/arrow/arrow_or.png) no-repeat  8px center;
	vertical-align:middle;
	color:#444;
}
#localNav li a:hover{
	background:#FFF6EE url(../../img/common/arrow/arrow_or.png) no-repeat  8px center;
	color:#eb5505;
	text-decoration:none;
}
#localNav li a.select{
	background:#FFF6EE url(../../img/commonarrow/arrow_or.png) no-repeat  8px center;
	color:#eb5505;
	text-decoration:none;
}


/* topic_path --------------------------------- */
#topic_path {
	width:980px;
	margin:5px auto 0;
	font-size:12px;
	font-size:1.2rem;
	overflow:hidden;
}

#topic_path ol {
	list-style:none;
}
#topic_path ol li{
	float:left;
	display:inline-block;
}
#topic_path ol li:after {
	content:">";
	padding:0 .5em;
}
#topic_path ol li:last-child:after {
	content:""
}

/* ページの先頭へ ---------- */
#toTop {
	position:absolute;
	bottom: 0;
	right:10px;
	margin:50px auto 10px;
	text-align: right;
	font-size:12px;
	font-size:1.2rem;
}
#toTop a {
	padding-left: 16px;
	background: url(../../img/common/arrow/arrow_pagetop.png) left 3px no-repeat;
	background-size: 11px auto;
}
#toTop a:hover {
	background:rl(../../img/common/arrow/arrow_pagetop.png) left 3px no-repeat;
	background-size: 11px auto;
}

/* 戻るボタン ---------- */
#toBack {
	margin:15px auto;
}
#toBack a {
	padding-left: 15px;
	background: url(../../img/common/arrow/arrow_bl_l.png) left 3px no-repeat;
	background-size: 10px auto;
	text-align: right;
}
#toBack a:hover {
	background:rgba(211, 229, 241, 0.46)  url(../../img/common/arrow/arrow_bl_l.png) left 3px no-repeat;
	background-size: 10px auto;
}

/* =================================
common
================================= */

.spr { text-indent:-9999px;display:block;}
a.spr {overflow:hidden;}

/* contents --------------------------------- */

/*#contents h2 {
	margin:0 auto 15px;
	padding:6px 0 6px 8px;
	background:#f9f9f9;
	border-left: 4px solid #EB5505;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}*/
#contents h2 {
	border: 1px solid #E5E5E5;
	margin: 0 0 15px;
	padding: 10px 13px;
	background:url(../../img/common/h2_bar.gif) 0 bottom;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight:bold;
}

#contents h3 {
	margin: 0 0 15px;
	padding: 10px 0px 10px;
	background:url(../../img/common/h3_bar.gif) no-repeat 0 bottom;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:bold;
}

h4, #contents h3.form_ttl {
	margin: 0 0 10px 10px;
	padding:0 0 0 16px;
	background:url(../../img/common/h4.png) no-repeat left 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}

/* もっと見る ---------- */
div.arrow_next {text-align: right;}
div.arrow_next a {
	padding-right: 15px;
	background: url(../../img/common/arrow/arrow_bl.png) right 1px no-repeat;
	background-size: 10px auto;
	text-align: right;
}

div.arrow_next a:hover {
	background:rgba(211, 229, 241, 0.46) url(../../img/common/arrow/arrow_bl.png) right 1px no-repeat;
	background-size: 10px auto;
}


/* form --------------------------------- */

input[type="radio"] {
	margin: 0 .4em 2px 0;
	vertical-align: middle;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

input[type="checkbox"] {
	margin: 8px .4em 0px 0;
	vertical-align: middle;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
input[type="text"] {
	padding:2px 3px;
	border:1px solid #aaa;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.8);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.tipped{
	color:#000000;
/*
	font-size:14px;
	font-size:1.4rem;
*/
}

input.w_middle { width:50%;}
input.w_short { width:7em;}
input.w_long { width:98.2%;}

/* allow list --------------------------------- */
ul.liarrow_r {
	margin:10px auto;
	text-indent: 10px;
}
ul.liarrow_r li:before{
	display: inline-block;
	margin-top:5px;
	content: '';width: 0;height: 0;
	border: 5px solid transparent;border-left-color: #f76b1f;border-left-width:6px;
}

/* txt --------------------------------- */
.area_txt {
	padding:5px 10px;
}
.area_txt p {
	padding-bottom:0.5em;
}

.txt_li li {
	padding-left:1em;
	padding-bottom:3px;
	text-indent:-1em;
	list-style:inside disc;
}
.new_win {
	padding-right:15px;
	background:url(../../img/common/icon/icon_blank_g2.gif) right 6px no-repeat;
}
.info_box{
	margin: 8px 16px;
	padding: 8px;
	position: relative;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fw_b {font-weight:bold;}
.fc_or {color: #EB5505;}
.fc_gr {color:#bcbcbc;}
.fc_red {color:#ff0000;}
.fs_10 {font-size:1.0rem;}
.fs_11 {font-size:1.1rem;}
.fs_12 {font-size:1.2rem;}
.fs_13 {font-size:1.3rem;}
.fs_14 {font-size:1.4rem;}
.fs_15 {font-size:1.5rem;}
.fs_16 {font-size:1.6rem;}
.fs_17 {font-size:1.7rem;}
.fs_18 {font-size:1.8rem;}
.fc_link {color: #0066aa !important;}
.txt_r { text-align:right;}
.txt_l { text-align:left;}
.txt_c { text-align:center;}
.txt_j { text-align:justify;}
.indent {
	padding-left:1em;
	text-indent:-1em;
}
span.indent {
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
}

.note_red {
	color:#ff0000 !important;;
	font-weight: bold !important;;
	font-size: 0.9em !important;;
}

/*　参考　*/
.color_blue {color:#4077C1;}
.color_gray_1 {color:#EDEDED;}

.color_gray_1 {color:#bcbcbc;}
.color_gray_1 {color:#f5f5f5;}
.color_orange_1 {color:#eb5505;}
.color_orange_2 {color:#f76b1f;}

/* table --------------------------------- */
.table_l, .table_t {
	margin:16px auto ;
	width:100%;
	border:1px solid #aaa;
	border-collapse: collapse;
	text-align:left;
}

.table_l th, .table_l td, .table_t th, .table_t td {
	padding:8px;
	border:1px solid #aaa;
}
.table_l th, .table_t th {
	background:#f5f5f5;
	font-weight:bold;
}
.table_l th { width:30%;}
.table_l .td_r, .table_t .td_r {border-right:none;}
.table_l .td_l, .table_t .td_l {border-left:none;}

.table_l td span.note, .table_t td span.note {
	display:block;
	padding:5px 0 0;
	font-size: 11px;
	font-size:1.1rem;
	color:#666;
}

ul.note li {
	padding:5px 0 0;
	font-size:11px;
	font-size:1.1rem;
	color:#666;
	list-style:inside disc;
	margin-left:0.5em;
	line-height:1.2;
}
.table_notice {font-size: 1.1rem; padding: 5px 0 0;}
.table_caption {font-size: 1.1rem; padding: 5px 0 0; color: #ff0000;}

/* ボタンあり */
.table_l td.area_btn {
	display:table;
	width:100%;
	border:none;
}
.table_l td.area_btn div {
	display:table-cell;
	padding:8px;
	vertical-align:middle;
}
.table_l td.area_btn div:first-child {
	width:80%;
}
.table_l td.area_btn div:last-child {
	width:20%;
	text-align:center;
}
.table_l td.area_btn div:last-child a.btn_set {
	margin:0;
}

/* shape --------------------------------- */
.circle_s { display:inline-block; width:6px; height: 6px; background:#f76b1f; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.circle_l { display:inline-block; margin:2px 5px 0px 0;
 width:10px; height:10px; background:#EB5505;
  -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }

.circleL {margin:0 3px 2px 0;}
.circleR {margin:0 0 1px 5px;}

.circle_w {display: inline-block;float: left;margin: 5px 4px 0 0;
width: 5px;height: 5px;border: 4px solid #EB5505;
-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius: 12px;}

.square { width: 100px; height: 100px; background:#f76b1f; }
.square.cross.asterisk::before { -moz-transform:rotate(60deg); -webkit-transform:rotate(60deg);  transform:rotate(60deg);}
.square.cross.asterisk::after {
    content:""; display:block; width:100%; height:100%; -moz-transform:rotate(-60deg); -webkit-transform:rotate(-60deg); transform:rotate(-60deg);
    position:absolute; top:0;left:0;}

.triangle {margin-top:5px;content: '';width: 0;height: 0;border: 4px solid transparent;border-left-color: #f76b1f;border-left-width:7px;border-right-width:7px;display: inline-block;}
.triangle_l {margin-right:3px;}
.triangle_r {margin-left:3px;}

.triangle_left {margin-top:5px;content: '';width: 0;height: 0;border: 5px solid transparent;border-left-color: #f76b1f;border-left-width:6px;border-right-width:7px;display: inline-block;}

/* ▼ */
div.area_tbtm {	height: 25px; width: 100%; margin: 20px auto 0; }
.triangle_btm { position:absolute; left:40%;content: "";display:block;text-align:center;width: 0px;height: 0px;
border-style: solid;border-width: 15px 25px 0 25px;border-color:#f76b1f transparent transparent transparent;}


/* =================================
button
================================= */

a.btn {
	display: inline-block;
	margin:0 auto;
	width:240px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	color:#444;
	-webkit-border-radius:5px;-moz-border-radius: 5px; border-radius: 5px;
}

a.btn:hover {text-decoration:none;}
a.btn:active {text-decoration:none;}

/*orange*/
.orange {
	color: #ffffff !important;
	background-color:#eb5505;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRUI1NTA1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkI5OTA5IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMzc3KSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#fb9909 0%,#eb5505);
	background: -webkit-gradient(linear, left top, left bottom, from(#fb9909),to(#eb5505));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9909', endColorstr='#eb5505');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#fb9909', EndColorStr='#eb5505')";
	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
}

.orange:hover {
	background-color:#f56006;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNTYwMDYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGREFEMEEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NikiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,#fdad0a 0%,#f56006);
	background: -webkit-gradient(linear, left top, left bottom, from(#fdad0a),to(#f56006));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdad0a', endColorstr='#f56006');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#fdad0a', EndColorStr='#f56006')";
	cursor: pointer;
	text-decoration:none;
}
.orange:active {
	background-color:#fdad0a;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkRBRDBBIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjU2MDA2IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnODYzKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#f56006 0%,#fdad0a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f56006),to(#fdad0a));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56006', endColorstr='#fdad0a');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#f56006', EndColorStr='#fdad0a')";
}
.orange:visited {color:#ffffff !important;}
.orange.orange:not(:target) {
    filter: none;
    -ms-filter: none; }

/*gray*/
.gray {
	background-color:#e5e5e5;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRTVFNUU1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRURFREVEIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNzEwKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#ededed 0%,#e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),		to(#e5e5e5));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e5e5e5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#ededed', EndColorStr='#e5e5e5')";
	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
	border: 1px solid #888888;
}

.gray:hover {
	background-color:#f2f2f2;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxOTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjJGMkYyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjZGNkY2IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMTk4KSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#f6f6f6 0%,#f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f2f2f2));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f2f2f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#f6f6f6', EndColorStr='#f2f2f2')";
	cursor: pointer;
	text-decoration:none;
}
.gray:active {
	background-color:#f6f6f6;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjZGNkY2IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjJGMkYyIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDM5KSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#f2f2f2 0%,#f6f6f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),to(#f6f6f6));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f6f6f6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#f2f2f2', EndColorStr='#f6f6f6')";
}
.gray.gray:not(:target) { /*ie9以上は以下でフィルターを解除する*/
	filter: none;
	-ms-filter: none;
}
.gray_off {
	background-color: #eee;
	color:#aaa !important;
	border: 1px solid #ccc;
}
/* small_btn */

a.btn_set{
	display: inline-block;
	margin:10px auto 0px auto;
	width:78px;
	height:32px;
	line-height:34px;
	border:1px solid #b2b2b2;
	text-align:center;
	font-weight:bold;
	color:#444;
	-webkit-border-radius:5px;-moz-border-radius: 5px; border-radius: 5px;
	box-sizing:border-box;
}

a.set{
	color:#eb5505;
}
a.set:hover{
	color:#eb5505;
}
.white {
border:1px solid #ccc;
color:#444 !important;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9),inset 0 -1px 1px rgba(0, 0, 0, 0.06);
}

.white:hover {
background: #f3f3f3;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #f3f3f3 22%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#f3f3f3), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #f3f3f3 22%,#ffffff 100%);
background: -o-linear-gradient(top,  #f3f3f3 22%,#ffffff 100%);
background: -ms-linear-gradient(top,  #f3f3f3 22%,#ffffff 100%);
background: linear-gradient(to bottom,  #f3f3f3 22%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
 box-shadow:none;
 text-decoration:none;
}

a.btn_ss {width:94px;}
a.btn_m {width:184px;}
a.btn_l {width:240px;}
a.btn_xl {width:300px;}
a.btn_g {color:#444;}



/* 並列 --------------------------------- */

.btn_side2 {
	margin: 15px 20px 10px auto;
	text-align:right;
}
.btn_side2 a {
	text-align:center;
}
.btn_side2 a:first-child, .btn_center2 a:first-child {
	margin:0 10px 0 0;
}
.btn_center, .btn_center2 {
	margin: 30px auto 10px auto;
	text-align:center;
}


/* kiyaku_btn --------------------------------- */

.btn_kiyaku {
	display: block;
	width:260px;
	height:46px;
	line-height:46px;
	font-size:17px;
	font-weight:bold;
	color:#444;
	text-shadow:0 1px 1px rgba(255,255,255,0.7);
}
.btn_kiyaku span {
	display:inline-block;
	line-height:46px;
	width:215px;
	height:46px;
}
.btn_d {
	padding:0 22px 0 23px;
	background:url(../image/common/ico_note.png) no-repeat 1.4em center, url(../image/common/ico_arrow_05_d.png) no-repeat 13em center;

}
.btn_t {
	padding:0 22px 0 23px;
	background:url(../image/common/ico_note.png) no-repeat 1.4em center, url(../image/common/ico_arrow_05_t.png) no-repeat 13em center;
}


/* =================================
margin
================================= */

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt8 { margin-top: 8px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt16 { margin-top: 16px !important; }
.mt20 { margin-top: 20px !important; }
.mt24 { margin-top: 24px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr8 { margin-right: 8px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr16 { margin-right: 16px !important; }
.mr20 { margin-right: 20px !important; }
.mr24 { margin-right: 24px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb16 { margin-bottom: 16px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb24 { margin-bottom: 24px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml8 { margin-left: 8px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml16 { margin-left: 16px !important; }
.ml20 { margin-left: 20px !important; }
.ml24 { margin-left: 24px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt8 { padding-top: 8px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }

.pa8 { padding:8px;}

/*---------------width----------------*/
.w100 {width: 100%;}
.w90 {width: 90%;}
.w80 {width: 80%;}
.w70 {width: 70%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w20 {width: 20%;}
.w10 {width: 10%;}

/* =================================
bordercolor
================================= */
.bc_blk {border: 2px solid #000;}
.bc_gry {border: 2px solid #ccc;}
.bc_org {border: 2px solid #FE8005;}
/* variation --------------------------------- */
.w_80per {width:80% !important; }
.tx_size140 {font-size: 1.4rem !important;}

.clear_both { clear:both !important;}
.display_inline_block { display:inline-block !important;}
.float_l { float:left !important;}

.rounded_corners { border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
}
.bd_or {border:#EB5505 solid 1px !important;}
.display_table {display:table;}
.display_table_cell {display:table-cell;}

/* FooterSnav --------------------------------- */
#footerSnav {
	position: absolute;
	width: 720px;
	bottom: 0;
}
#footerSnav ul {
	padding: 20px 0 10px;
}
#footerSnav li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #aaa;
}
#footerSnav li:first-child {
	display: inline-block;
	border-left: none;
}
#footerSnav li a {
	display: block;
	padding-left: 12px;
	background: url("../../img/common/arrow/arrow_bl.png") no-repeat left center;
	font-size: 0.9em;
}
/*content__top_userinfo------------------------------*/
.contents__top__userinfo{ padding: 0; }
.contents__top__btn {
	margin-top: 16px;
    border: 3px solid #eee;
}
.contents__top__btn a{
	text-decoration: none;
    padding: 8px;
    background: url(../../img/common/arrow/arrow_bl.png) no-repeat right 8px center;
    display: block;
}
.contents__top__userinfo__box { margin: 16px 0; }
.contents__top__userinfo__box dl{
	margin: 16px auto 8px;
    display: table;
}
.contents__top__userinfo__box dt{
	display: table-cell;
    font-size: 1.6rem;
    padding-right: 8px;
    font-weight: bold;
}
.contents__top__userinfo__box dd{
	display: table-cell;
    font-size: 3.2rem;
    color: #eb5505;
    font-weight: bold;
}
.contents__top__userinfo__box span{
	padding-left: 5px;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
}

/* txt --------------------------------- */
.txt_box{
	position: relative;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: 8px;
    background-color: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px  rgba(0,0,0,0.08),0px 0px 2px 0px  rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.08),0px 0px 2px 0px  rgba(0,0,0,0.03);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.08),0px 0px 2px 0px  rgba(0,0,0,0.03);
}
.txt_box p{
	text-align: justify;
}
.txt_box_2nd{
	position: relative;
-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	margin: 8px;
    background-color: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px  rgba(0,0,0,0.08),0px 0px 2px 0px  rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.08),0px 0px 2px 0px  rgba(0,0,0,0.03);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.08),0px 0px 2px 0px  rgba(0,0,0,0.03);
}
.txt_box_2nd p{
	text-align: justify;
}

.info_box{
	margin: 8px 16px;
	padding: 8px;
	position: relative;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bnr_box{margin: 8px;}
.bnr_box img{
	width: 100%;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.img_box{margin: 8px;}
.img_box img{width: 100%;}
.area_txt {
	padding:16px;
	text-align: justify;
}

.btn_disabled {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}
