@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
	font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
body {
	font-size: 16px;
}

a {
	text-decoration: none;
}
img{
	vertical-align: middle;
}
ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header {
	margin: 0 auto;
	padding: 0;
}
#header img {
	width: 35%;
}

#footer {
	background-image: url("../img/bg-footer.gif");
	background-repeat: repeat-x;
	background-size: 100% 100%;
	display: block;
	height: 50px;
}
#footer #copyright {
	color: #999999;
	font-size: 9px;
	padding-top: 18px;
	text-align: center;
	text-shadow: 0 -1px 1px #000000;
}
#copyright{
	margin: 0 auto;
	padding: 0;
}

/*
--------------------------------------------------------------*/
hr.blue {
	background-color: #002C69;
	width:100% ;
	height: 10px;
	margin:0;
	border:0;
}

h2 {
	text-align: left;
	padding-left: 10px;
	border-left: 7px solid #002C69;
	font-weight: bold;
	color: #002C69;
	font-size: 20px;
	margin: 10px 0px 10px 10px;
}

h3, h4 {
	background-color: #D4E0F2;
	color: #002C69;
	padding-left: 5px;
	font-weight: bold;
}

h3 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

h4 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}

.list-1 li {
	width: 100%;
	border-bottom: 1px solid #C9C9C9;
	height: 40px;
	position: relative
}

.list-1 li.double {
	height: 80px;
}

.list-1 li span {
	width: 33.33%;
	font-size: 13px;
	color: #555555;
	padding-left: 10px;
	line-height: 35px;
	font-weight: bold;
}

.list-1 li span.user {
	width: 33.33%;
	font-size: 15px;
	color: #111111;
	padding-left: 15px;
	line-height: 35px;
	font-weight: bold;
}


.list-1 li span.point {
	display: inline-block;
	width: 150px;
}


li a:link {
	color: #333333;
}

li a:visited {
	color: #333333;
}

a.frame {
	font-size: 10px;
	color: #0026CF;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #0026CF;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 4px 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	margin-right: 8px;
}

a.link {
	/*font-size: 15px;*/
	color: #333333;
	line-height: 35px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
}


.list-2 li {
	width: 100%;
	border-bottom: 1px solid #C9C9C9;
	height: 35px;
	position: relative
}
.list-2 li span {
	font-size: 13px;
	color: #111111;
	padding-left: 10px;
	line-height: 35px;
	font-weight: bold;
}

.collection img {
	width: 32%;
	margin-top: 10px;
}

.item {
	margin-left: 3px;
	font-size: 15px;
	color: #111111;
	font-weight: bold;
	clear:both;
}

.login {
	width: 90%;
	height: 25px;
	margin-left: 3px;
	margin-bottom: 10px;
}

.sex {
	margin-bottom: 10px;
}


.sex input {
	display: none;
}
.sex label{
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}

.sex label.switch-on {
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	margin-left: 3px;
	margin-bottom: 10px;
}

.sex label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.sex label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.sex input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.sex input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}

form select {
	margin-bottom: 20px;
	margin-left: 3px;
	width: 30%;
	height: 30px;
}

.year {
	width: 20%;
	height: 25px;
	margin-left: 3px;
	margin-bottom: 10px;
}

.month {
	width: 20%;
	height: 30px;
	margin-left: 5px;
}

.day {
	width: 20%;
	height: 30px;
	margin-left: 5px;
}

.entry a {
	display: block;
	color:#ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #65b2ff;
	font-size: 16px;
	font-weight: bold;
	width:90%;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-radius: 10px;
}

.cancel a {
	display: block;
	color:#333333;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #d7d7d7;
	font-size: 16px;
	font-weight: bold;
	width:90%;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-radius: 10px;
}

.cause {
	color: #4c4c4c;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 3px;
}

.nomail {
	background-color: #fff2cc;
}

.nomail h4 {
	background-color: #ffd865;
	font-size: 16px;
	color: #111111;
	font-weight: bold;
	margin-top: 20px;
}

a.textlink {
	color: #0066FF;
	text-decoration: underline;
	margin-bottom: 15px;
	padding-left: 3px;
}

.item {
	display: inline-block;
	text-align: center;
}

.item > img {
	width: 100%;
}


.collection{
	width: 100%;
}
.item-box {
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.item2 {
	text-align: center;
/*
	width: 50%;
	float: left;
	text-align: center;
*/
}
.item2 img{
	width: 95%;
}
.button {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.exchange {
	display: inline-block;
	color: #111;
	margin: 10px 0;
	padding: 10px 14px;
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
}

.item2 .changed .exchange {
	color: #F00;
}

/*.collection .exchange {
	display: inline-block;
	color: #111;
	margin: 10px 0;
	padding: 10px 14px;
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
}*/

.nomail {
	margin-left: 3px;
	font-size: 15px;
	color: #ff3232;
	font-weight: bold;
	clear:both;
}

.carrierbtn{
	margin-bottom: 25px;
	margin-left: 5px;
	width: 150px;
}

.carrier {
	margin-bottom: 10px;
	padding-left: 5px;
}

.idpass {
	margin-top:10px;
}

.creditbtn {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 240px;
}

.detail_label{
	color:#000 !important;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: #333333;
}

a.frame:link {
	color:#0026CF;
}

a.frame:visited {
	color:#0026CF;
}

.nowid {
	padding-left: 5px;
	margin-bottom: 10px;
	color: #666666;
}

.back {
    height: 45px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-image: url(/s/mypage/img/arrow-back.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px;
}

.back a {
    line-height: 45px;
    padding-left: 30px;
    display: block;
	color: #444;
	font-weight: bold;
}

.leftbox {
	display: table-cell;
}

.rightbox {
	display: table-cell;
}

/*.rightbox p {
	padding-bottom: 10px;
}*/

.question {
	color: #3299ff;
	font-weight: bold;
	font-size:16px;
}

.answericon {
	color: #ff003f;
	font-weight: bold;
	font-size:16px;
}

.title {
	font-weight: bold;
	font-size: 16px;
}

.qtitle {
	font-weight: bold;
	font-size: 16px;
	padding-right: 30px;
}

.answer {
	color: #323232;
	padding-bottom: 10px;
}

.answer a {
	color: #3265ff;
	font-size: 15px;
	padding: 5px 0px;
	display: inline-block;
	font-weight: bold;
}

.maillist {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
}

/* アコーディオンメニュー */
#acMenu {
	clear: both;
}



#acMenu dt{
	display: block;
	border-bottom: 1px solid #E1E1E1;
	cursor: pointer;
	background: url("/s/faq/img/icon-open.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 18px;
	padding: 10px;
}
#acMenu dd{
	background-color: #FFFFFF;
	border-bottom: 1px solid #E1E1E1;
	display: none;
	padding: 5px 10px;
}
#acMenu dt.active{
	background: url("/s/faq/img/icon-close.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 18px;
	border-bottom: none;
}

.detail, .detail2 {
	width: 100%;
	font-size: 13px;
}

.detail th {
	width: 28%;
	font-weight: bold;
	border-top: 1px solid #ddd;
	padding: 10px 5px;
	font-size: 12px;
}

.detail td {
	border-top: 1px solid #ddd;
	padding: 10px 5px;
}

.detail td:last-child {
	width: 20%;
	text-align: right;
}

.detail td a:link,
.detail td a:active,
.detail td a:hover,
.detail td a:visited,
.detail td a {
	font-size: 10px;
	color: #0026CF;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #0026cf;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 4px 12px;
}

.detail .course {
	font-size: 12px;
	font-weight: bold;
}

.detail2 td {
	border-bottom: 1px solid #ddd;
}

.course .member {
	color: red;
}

.course .guest {
	color: blue;
}

/* ポイント系 */
.now_point > div,
.total_point > div {
	display: inline-block;
	margin: 0 auto;
}

.now_point .point,
.total_point .point {
	text-align: left;
	float: left;
}

.now_point .btn_use_point,
.total_point .btn_campaign {
	text-align: right;
}

td.now_point .btn_use_point > a,
td.total_point .btn_campaign > a {
	display: inline-block;
	text-align: center;
	width: 85px;
	padding: 1px 8px;
}
