/* theme.css */

body {
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background:#7DBAE3;
}

a:hover img{
	opacity:0.7;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.modal-dialog{
	z-index:1050;
}
.modal-header {
  background-color: #297DB6;
  color: white;
}
.modal-header .close{
  color: white;
  filter:alpha(opcity=100);
  opacity:1;
  text-shadow:none;
}

/* HEADER
-------------------------------------------------- */
#global-header{
    background: #ffffff;
}
#global-header .container{
    position:relative;
}
#global-header #navbar{
	/*margin-bottom: 30px;
	min-height:100px;
	*/
	position:relative;
}

#global-header #navbar #mypage-login a:hover{
	text-decoration:none;
	background-color:#F60;
}
#global-header .navbar-brand{
	height: auto;
}
#global-header .navbar-nav{
	float:right;
	padding-top:25px;
	margin-bottom: 0;
}
#global-header .navbar-nav>li>a{
	padding:0px 10px 0px 12px;
	margin:25px 0 25px 10px;
	font-size:0.85em;
	background:url(../assets/img/header/header-link-icon.gif) no-repeat 0px 5px;
}
#global-header .navbar-nav>li>a:hover{
	color:#297DB6;
}
#global-header .navbar .container {
  width: auto;
}
#global-header #usermeta{
	position:absolute;
	top:10px;
	right:15px;
}
#global-header #usermeta p.login-name{
	font-size:12px;
	background:url(../assets/img/header/person.svg) no-repeat 0px 0px;
	padding-left: 20px;
	float:left;
}
#global-header #usermeta p.login-name strong{
	color:#297DB6;
}
#global-header #usermeta #mypage-login{
	float:left;
	margin:-10px 0 0 20px;
}
#global-header #usermeta #mypage-login a{
	font-weight:bold;
	color:white;
	background-color:#F90;
	border-radius:0px 0px 5px 5px;
	padding:8px 14px;
	display:inline-block;
	text-decoration:none;
}
#global-header #usermeta span.glyphicon-user{
	margin-right: 5px;
}
#global-header #usermeta span.glyphicon-user.color1{color:#06F}
#global-header #usermeta span.glyphicon-user.color2{color:#F60}
#global-header #usermeta span.glyphicon-user.color3{color:#390}
#global-header #usermeta span.glyphicon-user.color4{color:#F39}
#global-header #usermeta span.glyphicon-user.color5{color:#633}
#global-header #usermeta span.glyphicon-user.color6{color:#63C}
#global-header #usermeta span.glyphicon-user.color7{color:#369}
#global-header #usermeta span.glyphicon-user.color8{color:#FC0}
#global-header #usermeta span.glyphicon-user.color9{color:#F66}
#global-header #usermeta span.glyphicon-user.color10{color:#C96}

/* FOOTER
-------------------------------------------------- */
#global-footer{
	margin-bottom: 2em;
}
#contact-info{
	text-align:center;
}
#contact-info img{
	margin:10px;
}
#footer{
	font-size:0.85em;
	line-height:1.7;
}
#global-footer .navbar-nav{
	float:right;
	margin-bottom: 0;
}
#global-footer .navbar-nav li{
	list-style:disc;
	display:list-item;
	margin-left: 30px;
}
#global-footer .navbar-nav>li>a{
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:0.85em;
	color:#333;
	background:none;
}
#global-footer .navbar-nav>li>a:hover{
	color:#297DB6;
	background:none;
}


/* HOME
-------------------------------------------------- */

#home-mainimage{
	margin-bottom: 30px;
}
#mobile-home-mainimage{
	display:none;
}
#home-mainimage img{
	width: 100%;
	height: auto;
}
#home-select .col-md-6 {
  margin-bottom: 20px;
  text-align:center;
}
#home-select .col-md-6 p {
  margin-right: 10px;
  margin-left: 10px;
  font-size:0.9em;
}
#home-select .home-select-button {
  margin-bottom:10px;
}
#home-select .home-select-button img{
  width: 100%;
  height: auto;
}
#first-second-bt button{
	padding:30px 50px;
	font-size:2em;
	color:#297DB6;
	margin:10px;
}
#first-second-bt button#show-home-signin{
	margin-left:1em;
}

#first-second-bt-2 button{
	padding:15px 25px;
	font-size:1.2em;
	color:#297DB6;
	margin:6px;
}
#first-second-bt-2 button#show-home-signin{
	margin-left:1em;
}

#home-notice h4{
	background:#eee;
	font-size:1em;
	color:#000;
	padding:10px; 
}
#home-notice p{
	margin-bottom: 1.5em;
	line-height: 1.6;
	padding-left: 20px;
	font-size: 90%;
}
table#transaction-tbl td{
	padding:20px 30px 0px 30px;
}
table#transaction-tbl th{
	background-color: #eee;
	padding:20px 30px;
}
table#transaction-tbl td p{
	padding-left: 0;
}
table#transaction-tbl td p.indent{
	padding-left: 2em;
}

#home-announce{
	margin: auto;
}
#home-announce #flow{margin:0px;padding:0px 0px 0px 15px;}
#home-announce #flow li{
	float:left;
	width:280px;
	padding-right:30px;
	margin-right: 6px;
	margin-bottom: 20px;
	list-style:none;
	background:url(../assets/img/announce/flow_arrow.png) no-repeat right center;
}
#home-announce #flow li.last{
	width:250px;
	margin:0px;
	padding-right:0px;
}
#home-announce #flow li .flowbody{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#FBEBF2;
	padding:15px;
}
#home-announce #flow h3 img{
	width: 100%;
	height: auto;
	margin-top:-50px;
}
#home-announce .checkpoint{
	margin-bottom:30px;
}
#home-announce .checkpoint-mobile{
	display: none;
}
#home-announce .checkpoint img{
	width:98.7%;
	margin-top:-30px
}



.home-download-pdf ul{
	list-style-type:none;
	padding-bottom: 20px;
}
.home-download-pdf li{
	padding-left:16px;
	background-image:url('/assets/img/home/pdf32.png');
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-bottom: 20px;
}
.home-download-pdf p{
	
	position: relative;
	top:  18px;
	left: 26px;
	
}

.emerge-notice{
	border:3px solid red;
	padding:15px 30px 15px;
	background-color: #FFE6E6;
	margin-bottom: 20px;
}
.emerge-notice h2{
	margin: 0 0 1em; 
	padding: 0;
	font-weight:bold;
	text-align: center;
	font-size:1.2em;
	color:red;
}
.emerge-notice table{
	width: 100%;
	border-collapse:collapse;
	background-color: #fff;
}
.emerge-notice table th{
	background-color: #e0e0e0;
}
.emerge-notice table th,
.emerge-notice table td{
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-align: center;
	font-size:0.9em;
}


/* HOME SIGN IN
-------------------------------------------------- */
#home-signin{
	display:none;
	margin-bottom: 20px;
	padding:20px;
	
}
#home-signin .form-signin h2{
	font-size:1em;
	margin: 0 0 10px 0;
	padding: 0;
}
#home-signin .form-signin .form-control{
	width:14%;
	display:inline-block;
	margin: 0px 10px 10px 0px;
}
#home-signin .form-signin .btn-primary{
	width:auto;
	display:inline-block;
}
#validation-errors-wrap{
	padding:20px;
	margin-bottom: 20px;
	background:white;
}
#validation-errors-wrap ul{
	margin: 0;
}
#validation-errors-wrap li{
	color:red;
	list-style:disc;
}
#home-signin .form-signin .checkbox{
	display:inline-block;
}
#home-signin .form-signin .checkbox label{
	margin-left: 10px;
	vertical-align:bottom
}
#home-signin .form-signin .checkbox label span{
	font-size:0.9em;
}
#home-signin .form-signin .select{
	display:inline-block;
}
#home-signin .form-signin .select .form-control{
	width: auto;
}
#home-signin .form-signin .select label{
	vertical-align:bottom
}
#home-signin .form-signin .select span{
	margin:0px 10px;
	font-size:0.9em;
}
table#remind-table td{
	border:none;
	vertical-align:middle;
}
table#remind-table td.lbl{
	width:10em;
	white-space:nowrap;
}
#home-foot-login button{
	width: 50%;
}
#guide-container .guide-container-body{
	padding: 0px 15px;
}
#guide-container .ebookbox{
	padding: 40px 0px;
}
#guide-container .ebookbox img{
	width:80%;
	border:1px solid #ccc;
	margin-bottom: 20px;
}
#flow-container .inner-body{
	margin-bottom: 30px;
}
#flow-container .flowss img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#flow-container .inner-body strong{
	color:#F90;
}
#flow-container .faqbody{
	border:1px solid #aaa;
	background-color:white;
	padding:0px 20px 20px;
	margin-bottom: 20px;
}
#flow-container .faqbody h5{
	background:none;
	border-bottom:1px solid #ccc;
}

/* PAGE
-------------------------------------------------- */
.pagebody{
	border:1px solid #aaa;
	background-color:white;
	padding:3% 5%;
	margin-bottom: 30px;
}
.pagebody h3{
	border-left:5px solid #297DB6;
	border-bottom:5px solid #297DB6;
	padding:10px 10px;
	margin-bottom: 20px;
}
.pagebody h4{
	background:#297DB6;
	color:white;
	padding:15px 15px;
	margin-bottom: 10px;
}
.pagebody h4 span{
	border-left:6px double #fff;
	padding-left: 10px;
	display:block;
}
.pagebody h5{
	background-color:#e0e0e0;
	padding:15px 15px;
	margin-bottom: 10px;
	font-size:1.2em;
}
.pagebody h5 span{
	border-left:6px double #297DB6;
	padding-left: 10px;
	display:block;
}
.section-nav{
	text-align:center;
	margin-bottom: 20px;
}
.section-nav button{
	width: 30%;
}

#steps{
	margin:0;
	padding:0;
	text-align:center;
}
#steps li{
	width: 15%;
	display:inline-block;
	text-align:center;
	margin: 15px 15px 30px;
	padding:15px;
	list-style:none;
	background-color: #ffffff;
	position:relative;
	height:50px;
}
#steps li.active{
	background-color:#E4007E;
	color:white;
}
#steps li:after{
	position:absolute;
	top:0;
	right:-20px;
	content:' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 20px;
	border-color: transparent transparent transparent #ffffff;
}
#steps li.active:after{
	border-color: transparent transparent transparent #E4007E;
}

/* KIYAKU 
-------------------------------------------------- */
.kiyaku-body{
	padding:10px 20px;
}

/* SELECT-LIST
-------------------------------------------------- */
#select-list{
	position:relative;
}
#select-list .another-path{
	position:absolute;
	right:5%;
	top:68px;
}
#select-list .another-path button{
	padding:10px 18px;
}
#select-list h3{
	/*
	border-left:none;
	text-align:center;
	*/
}
#select-list h4{
	margin-bottom: 0;
}
#select-list h5{
}
#select-list .subnav{
	margin-bottom: 30px;
    font-size:0.9em;
}
#select-list p.period{
	margin:0px 0px 20px;
	font-weight:bold;
}
#select-list .date-wrapper{
	padding:20px;
	margin-bottom: 10px;
	border:10px solid #FC6;
	position:relative;
}
#select-list .date-wrapper:after{
	position:absolute;
	bottom:-30px;
	right:43%;
	content:' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 50px 0px 50px;
	border-color: #FC6 transparent transparent transparent;
}
#select-list .date-wrapper.no-arrow:after{
	display:none;
}
#select-list .stock{
	text-align:center;
	margin-bottom: 30px;
	padding:10px 0px;
}
#select-list .stock span.glyphicon{
	color:#06F;
}
#select-list td span.label{
	font-size:1em;
	margin-right: 10px;
	background-color:#F36;
}
#select-list table{
	margin-bottom: 40px;
	width: 100%;
}
#select-list table thead th{
	text-align:center;
	background:#e0e0e0;
	padding:15px 20px;
	text-align:center;
	color:#666;
	font-size:85%;
	font-weight:normal;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#select-list table thead th.hd{
	width:30%;
}
#select-list table thead th.last{
	border-right:none;
}
#select-list table tbody th,
#select-list table tbody td{
	padding:20px 25px;
}
/*
#select-list table tbody tr{
	border-bottom:30px solid #e0e0e0;
}
#select-list table tbody tr.bd1{
	border-bottom:1px solid #ccc;
}
*/
#select-list table tbody th{
	text-align:left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight:normal;
	/*white-space:nowrap;*/
	background-color:#f0f0f0;
}
#select-list table tbody td{
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
	line-height:2;
}
#select-list table tbody td.nittei{
	white-space:nowrap;
	text-align:center;
	border-right:1px solid #ccc;
	background-color:#f0f0f0;
}
#select-list table tbody td.sbt{
	white-space:nowrap;
	text-align:center;
	border-left:1px solid #ccc;
}
#select-list table tbody td.sbt span{
	font-size:0.85em;
}
#select-list table tbody td.active{
    background: #ffddea;
}
#select-list table tbody td label{
	line-height:1;
}
#sidenav {
    width:237px;
	margin: 10px 0 0;
    font-size:0.9em;
}
#sidenav li.active>a{
    background-color: #297DB6;
    color:white;
}
#sidenav li span.glyphicon{
    color:#297DB6;
    margin-right: 5px;
}
#sidenav li.active span.glyphicon{
    color:white;
}
#sidenav li.active{
}
#sidenav li a{
    padding:3px 10px 2px 28px;
    text-indent: -9px;
    color:#333;
}
#sidenav.affix {
	top: 0;
}
#sidenav.affix-bottom {
	position: absolute;
	top: auto;
}
#sidenav .sidenav-sub {
    margin:0px;
    list-style: none;
    padding: 5px 0px;
}
#sidenav .sidenav-sub li{
    margin:5px 0px 0px 30px;
    font-size: 0.9em;
    list-style: square;
}
#sidenav .sidenav-sub li li{
    margin:5px 0px 0px 10px;
    list-style: decimal;
    font-size: 1em;
}
#sidenav .sidenav-sub li a{
    padding:2px 10px 0px 0px;
    color:#999;
}
#sidenav #selecting{
    border:3px solid white;
    background-color: #297DB6;
    color:white;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    padding: 15px 20px;
	display:none;
}
#sidenav #selecting h2{
    font-size:1.2em;
    border-bottom: 1px dotted white;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
}
#sidenav #selecting ul{
    margin: 0;
    padding:0;
}
#sidenav #selecting li{
    margin: 0 0 10px 0px;
    padding:0 0 5px 0;
    font-size:0.95em;
    list-style:none;
    border-bottom: 1px solid #623f71;
	/*display:none;*/
}
#sidenav #selecting li strong{
	color:#F90;
}
#sidenav #selecting li .glyphicon{
    color:#6CF;
	cursor:pointer;
}
#sidenav #selecting li .center-riyou{
	display:none;
}
#sidenav #selecting button{
    display: block;
    margin:auto;
}
.bosyu h5{
    color:#297DB6;
    font-weight: bold;
    background-color: transparent;
    padding-left: 0;
}
.bosyu h6{
    color:#297DB6;
    font-weight: bold;
	font-size:1em;
    background-color: #e0e0e0;
    padding: 10px 15px;
	border-bottom:2px solid #297DB6;
	margin-bottom: 0;
}
.bosyu p{
    font-size:0.95em;
    line-height: 1.8;
    padding:10px 0px;
}
.bosyu ol{
	margin-bottom: 30px;
	padding-top: 10px;
}
.bosyu table{
    text-align: center;
    font-size: 0.9em;
}
/* SELECT-INPUT
-------------------------------------------------- */
#select-input h3{
	/*
	border-left:none;
	text-align:center;
	*/
}
#select-input td span.label{
	font-size:1em;
	margin-right: 10px;
}
#select-input table{
	margin-bottom: 40px;
	width: 100%;
	background-color:#fff;
	border:1px solid #ccc;
}
#select-input table thead th{
	text-align:center;
	background:#e0e0e0;
	padding:10px 20px;
	text-align:center;
	color:#666;
	font-size:85%;
	font-weight:normal;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#select-input table thead th.hd{
	width:28%;
}
#select-input table thead th.last{
	border-right:none;
}
#select-input table tbody th,
#select-input table tbody td{
	padding:10px 15px;
}
#select-input table tbody th{
	text-align:left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight:normal;
	white-space:nowrap;
	background-color:#f0f0f0;
}
#select-input table tbody td{
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
	line-height:2;
	max-height:0;
}
#select-input table tbody td table{
	margin-bottom: 5px;
	/*display:none;*/
}
#select-input table tbody td.nittei{
	white-space:nowrap;
	text-align:center;
	border-right:1px solid #ccc;
	background-color:#f0f0f0;
}
#select-input table tbody td.sbt{
	white-space:nowrap;
	text-align:center;
	border-left:1px solid #ccc;
}
#select-input table tbody td.active{
    background: #ffddea;
}
#select-input table tbody td label{
	line-height:1;
}


/* SELECT-CONFIRM
-------------------------------------------------- */

#select-confirm table{
	margin-bottom: 0;
	border:1px solid #ccc;
	background:white;
}
#select-confirm table th{
	background-color:#e0e0e0;
	border-bottom:1px solid #ccc;
}
#select-confirm table td{
	vertical-align:middle;
	padding:50px 20px;
}
#select-confirm table#confirm-list td span.md,
#mypage-home table#registed td span.md{
	display: none;
}
#select-confirm table td strong{
	color:#E4007E;
}
#select-confirm table td.price{
	color:#06F;
	text-align:center;
	font-weight:bold;
}






#select-confirm table td.etc{
	color:#000;
	text-align:left;
	font-weight:bold;
}





#select-confirm #select-price{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom: 40px;
}
#select-confirm #select-price table{
	width: 80%;
	margin:auto
}

/* IDENT-INPUT & CONFIRM
-------------------------------------------------- */
#ident-input h4{
	margin-bottom: 0;
}
#ident-input .must{
	color:#E4007E;
}
#ident-input fieldset,
#ident-confirm fieldset{
	background-color: #fff;
	padding:10px 20px 20px;
	margin-bottom: 20px;
}
#ident-input table,
#ident-confirm table{
	margin-bottom: 0;
	border-bottom:1px solid #ddd;
}
#ident-input th, #ident-input td,
#ident-confirm th, #ident-confirm td{
	vertical-align:middle;
	font-weight:normal;
	padding:10px 15px
}
#ident-input th,
#ident-confirm th{
	background-color: #eee;
	white-space:nowrap;
	width:30%;
}
#ident-input td .note{
	display:block;
	font-size:0.85em;
	padding:10px;
}
#ident-input input,
#ident-input select{
	width: auto;
	display:inline;
	margin:0px 5px;
}
#ident-input label{
	font-weight:normal;
}
.suggest-field{
	margin:0px 10px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: 0 3px 9px rgba(0,0,0,.35);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	position:absolute;
	min-width:200px;
	z-index:100;
}
.suggest-field div{
	padding:3px;
	cursor:pointer;
}
.suggest-field div:hover{
	background:#D9F1FF
}
#oldschool_search_result{
	max-height:250px;
	overflow-y:scroll;
}
#oldschool_search_result ul{
	margin-top:10px;
	padding:10px 0px 10px 40px;
	background:#eee;
}
table.input-note-table{
	border:none !important;
}
table.input-note-table td{
	border:none !important;
	padding:0px !important;
}
table.input-note-table td.icon{
	padding:0 10px 0px 0px !important;
}

/* IDENT-COMPLETE
-------------------------------------------------- */
#ident-complete{
	line-height:1.7;
}
#ident-complete ul{
	margin-bottom: 30px;
}
#ident-complete #mypage-id-show{
	margin: 20px auto;
	width:80%;
	border:5px solid #297DB6;
	padding:20px;
	text-align:center;
	font-size:2em;
	background-color:#eee;
}
#ident-complete #mypage-id-show strong{
	color:#609;
}
.flow-after-image{
	margin: 30px auto;
	text-align:center;
}
.flow-after-image img{
	width: 90%;
	height: auto;
}
#ident-complete .mypage_ability img{
	width:100%;
}






#ident-complete .text-red{
	color: #EC0000;
}






/* MYPAGE
-------------------------------------------------- */
body.mypage{
	background-color: #D2EBF5;
}
#mypage-login .login-panel{
	width:560px;
	padding:30px;
	margin:50px auto 15px;
	background-color:white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mypage-login .login-panel h2{
	margin:0 0 30px 0;
	text-align:center;
}
#mypage-login .login-panel table{
	width: 100%;
}
#mypage-login .login-panel th,
#mypage-login .login-panel td{
	padding:5px 10px;
}
#mypage-login .login-panel th{
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
}
#mypage-login .login-panel .name input{
	width: 35%;
	display:inline;
	margin:5px;
}
#mypage-login .login-panel .name input#name-sei{
	margin-right: 1em;
}
#mypage-login .login-panel .select select{
	width: 30%;
	float:left;
	margin:5px 10px 5px 0px;
}
#mypage-login .remind-password{
	width:550px;
	margin:0px auto 50px;
	text-align:right;
	font-size:0.9em;
}
#mypage-login .form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}
#mypage-login .form-signin .form-signin-heading,
#mypage-login .form-signin .checkbox {
  margin-bottom: 10px;
}
#mypage-login .form-signin .checkbox {
  font-weight: normal;
}
#mypage-login .form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
#mypage-login .form-signin p.name-notice{
	font-size:12px;
	text-align:right;
	color:#333
}
#mypage-login .form-signin .form-control:focus {
  z-index: 2;
}
#mypage-login .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#mypage-login .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#mypage-home .well table{
	width: 100%;
	margin-bottom: 0;
}
#mypage-home .well table th,
#mypage-home .well table td{
	padding: 10px;
	vertical-align:middle
}
#mypage-home .well table td.mypage-action button{
	margin:5px;
	width: 100%;
}
#mypage-home .well table .last{
	border-bottom:none;
}
#mypage-home .well table thead th{
	text-align:center;
	font-weight:bold;
	font-size:1em;
}
#mypage-home .well table td.delete{
	color:#bbb;
}
#mypage-home .well table td.price{
	font-size:1.2em;
	color:#06F;
	font-weight:bold;
	text-align:left;
}
#mypage-home .well table td.price span{
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
#mypage-home .editable input,
#mypage-home .editable select{
	display:inline;
	width:auto;
}
#mypage-home #other-regist{
	margin: 20px 0px;
}
body.mypage .nav-tabs{
	text-align:center;
	margin-top: 30px;
	margin-bottom: 30px;
}
body.mypage .nav-tabs li{
	margin:0px 5px;
	display:inline-block;
	width: 24%;
}
body.mypage .nav-tabs li span{
	position: relative;
	display: block;
	padding: 10px 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-image: -webkit-linear-gradient(top,#eeeeee 0,#cccccc 100%);
	background-image: -o-linear-gradient(top,#eeeeee 0,#cccccc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#cccccc));
	background-image: linear-gradient(to bottom,#eeeeee 0,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	color:#999;
}

body.mypage .nav-tabs li a{
	background-color: #2d6ca2;
	background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
	background-image: -o-linear-gradient(top,#428bca 0,#2d6ca2 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#428bca),to(#2d6ca2));
	background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #2b669a;
	border-bottom:none;
	color:white;
}
body.mypage .nav-tabs li.active a,
body.mypage .nav-tabs li a:hover{
	background-color: #286090;
	background-image: -webkit-linear-gradient(bottom,#428bca 0,#2d6ca2 100%);
	background-image: -o-linear-gradient(bottom,#428bca 0,#2d6ca2 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,from(#428bca),to(#2d6ca2));
	background-image: linear-gradient(to top,#428bca 0,#2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #2b669a;
	border-bottom:none;
	color:white;
}
body.mypage .nav-tabs li.active:after{
	position:absolute;
	botom:-10px;
	right:45%;
	content:' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color:#428bca transparent transparent transparent;
}

/* 20160601 mypage/download-admission */
body.mypage .nav-tabs li.grayout a{
	background-color: #eee;
	background-image: -webkit-linear-gradient(bottom,#eee 0,#666 100%);
	background-image: -o-linear-gradient(bottom,#eee 0,#666 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,from(#eee),to(#666));
	background-image: linear-gradient(to top,#eee 0,#666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ff666666', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #ccc;
	border-bottom:none;
	color:white;
	pointer-events: none;
}

body.mypage .alert td{
	padding:5px 10px;
	vertical-align:middle;
}
#mypage-payment h5{
	font-size:1em;
	margin:0 0 20px 0;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	border: 1px solid #dbdbdb;
}
#mypage-payment .payment-detail-container{
	width: 80%;
	margin:0px auto;
	padding:30px 0px;
}
#mypage-payment .cc-types img{
	margin:0px 5px 5px 0px;
}
#mypage-payment table.payment-bt thead th{
	text-align:center;
}
#mypage-payment table.payment-bt td{
	border:none;
}
#mypage-payment table.payment-bt td.logos{
	width:150px;
}
#mypage-payment table.payment-bt td.above{
	padding-top: 20px;
}
#mypage-payment table.payment-bt button{
	width: 90%;
}
#mypage-payment table.cvs-list td,
#mypage-payment table.cvs-list th{
	vertical-align:middle;
	border-bottom:1px solid #e0e0e0;
	padding:20px 10px;
}
#mypage-payment table.cvs-list p{
	font-size:0.8em;
	padding:10px 0 0 0;
}
#mypage-payment table.pay-info{
	border: 5px solid #F90;
}
#mypage-payment table.pay-info th{
	background-color:#FFC;
	text-align:center;
}
#mypage-payment table.pay-info td{
	font-weight:bold;
	color:#06F;
	text-align:center;
}











#mypage-payment .well table{
	width: 100%;
	margin-bottom: 0;
}
#mypage-payment .well table th,
#mypage-payment .well table td{
	padding: 10px;
	vertical-align:middle;
}
#mypage-payment .well table td.mypage-action button{
	margin:5px;
	width: 100%;
}
#mypage-payment .well table .last{
	border-bottom:none;
}
#mypage-payment .well table thead th{
	text-align:center;
	font-weight:bold;
	font-size:1em;
}
#mypage-payment .well table td.delete{
	color:#bbb;
}
#mypage-payment .well table td.price{
	font-size:1.2em;
	color:#06F;
	font-weight:bold;
	text-align:left;
}
#mypage-payment .well table td.price span{
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

#mypage-payment .well table tr{
	padding: 15px 0px 5px 0px;
	text-align: left;
	list-style: none;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 0px 10px;
}
#mypage-payment .well table td{
	padding: 10px;
}
#mypage-payment .well table td.text-nowrap{
	white-space:normal;
}
















#mypage-payment  p.message,
#home-remind  p.message{
	padding:50px 0px;
	color:#690;
	background:#E3FEE0;
	border:1px solid #690;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
}

#mypage-payment em{
	font-weight:bold;
	color:#297DB6;
}
#mypage-payment ul,
#mypage-payment ol{
	margin-bottom:30px;
}
#payment-rt table{
	background:#fff;
}
#payment-rt table th{
	white-space:nowrap;
}
#payment-rt table th,
#payment-rt table td{
	vertical-align:middle;
	font-size:0.9em;
	border-bottom:1px solid #e0e0e0;
}
#payment-rt table th{
	text-align:center;
	border-right:1px solid #e0e0e0;
}
#mypage-dl #download-notice{
	font-size:1.5em;
	font-weight:bold;
	color:red;
	padding:10px 0px 20px;
}
#mypage-dl .dl-pane{
    background-color: white;
    border-radius:6px;
    padding:20px 16px;
	font-size:1.2em;
	line-height:2;
}
#mypage-dl .dl-pane #requires{
	margin: 0;
	padding: 15px;
}
#mypage-dl .dl-pane #requires li{
	margin-left: 0;
	list-style:none;
	border:1px solid #ccc;
	border-top:5px solid #ccc;
	padding:20px 370px 20px 30px;
	position: relative;
}
#mypage-dl .dl-pane #requires li h5{
	background: none;
	padding: 0 0 10px 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	font-size:1.2em;
	color:#297DB6;
	font-weight:bold;
}
#mypage-dl .dl-pane #requires li p{
	margin-bottom: 0em;
}
#mypage-dl .dl-pane #requires p.note{
	color:#06C;
	font-size:80%;
	line-height:1.7;
	text-indent:-1em;
	padding-left: 1em;
	margin-bottom: 1em;
}
#mypage-dl .dl-pane button{
    width:300px;
    height:3em;
	display: block;
	margin: 20px auto;
	position: absolute;
	top:0;
	right:30px;
}
#mypage-dl .dl-notice{
	margin:2em 0em;
}
#mypage-dl .dl-notice li{
    list-style:none;
	padding-left:2.5em;
	text-indent:-2.5em;
	margin-bottom:10px;
}












#mypage-dl .well table{
	width: 100%;
	margin-bottom: 0;
}
#mypage-dl .well table th,
#mypage-dl .well table td{
	padding: 10px;
	vertical-align:middle;
}
#mypage-dl .well table td.mypage-action button{
	margin:5px;
	width: 100%;
}
#mypage-dl .well table .last{
	border-bottom:none;
}
#mypage-dl .well table thead th{
	text-align:center;
	font-weight:bold;
	font-size:1em;
}
#mypage-dl .well table td.delete{
	color:#bbb;
}
#mypage-dl .well table td.price{
	font-size:1.2em;
	color:#06F;
	font-weight:bold;
	text-align:left;
}
#mypage-dl .well table td.price span{
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

#mypage-dl .well table tr{
	padding: 15px 0px 5px 0px;
	text-align: left;
	list-style: none;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 0px 10px;
}
#mypage-dl .well table td{
	padding: 10px;
}
#mypage-dl .well table td.text-nowrap{
	white-space:normal;
}

















#mypage-result table td{
    position:relative;
}
#mypage-result table td button{
    float:right;
}
#mypage-result table td h6{
    float:left;
    font-size: 1em;
}
#mypage-result table .result-pane{
    padding:50px 60px;
    background-color:white;
    border:5px solid #ccc;
    clear: both;
    margin: 60px auto 30px;
	display: none;
}
#mypage-result table .result-pane h2{
    font-family: serif;
    text-align: center;
    font-size: 4em;
    margin-bottom: 50px;   
}
#mypage-result table .result-pane h2.refused{
    font-size: 3em;
}
#mypage-result table .result-pane p{
    text-align: center;
}

/* MANAGER
-------------------------------------------------- */
body.manager{
	background-color:#036;
}
body.manager .container{
	width:auto;
    padding:0px 20px;
}
body.manager .container h2{
    color:white;
    font-size:1.3em;
    font-weight: bold;
    border-bottom: 3px solid #23547e;
    margin:0px 0px 10px;
    padding:10px 0px;
}
body.manager #mypage-login{
	margin-top:100px;
}
body.manager #global-header{
	margin-bottom: 0;
}
body.manager #footer{
	color:white;
}
body.manager .control{
    padding:20px;
    position: relative;
    margin: 0px auto 10px;
    border-radius: 6px;
}
body.manager .control .form-control{
    height:auto;
    display: inline;
    font-size:0.8em;
    padding: 3px;
    width: auto;
    margin: 0 5px;
}
body.manager .control #manager_output_list{
	font-size:1em;
}
body.manager .control strong{
    margin: 0 5px;
}
body.manager .hanrei{
    padding: 10px 0px;
    color:white;
    text-align: left;
    font-size: 0.9em;
    margin: 0 auto 0px;
}
body.manager .hanrei>div{
    white-space: nowrap;
}
body.manager .hanrei{
    color:#ffffff;
}
body.manager .hanrei .glyphicon{
    color:#ffffff;
}
body.manager .hanrei .form-control{
    height:auto;
    display: inline;
    font-size:1em;
    padding: 3px;
    width: auto;
    margin: 0 5px;
}
body.manager .pages{
	text-align:left;
}
body.manager .pages .page a{
	padding:0px 5px;
}
body.manager .pages .page strong{
	color:#c00;
	padding:0px 5px;
}
body.manager .pages span.needle{
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	background:#23527c;
	margin-right: 5px;
	color:white;
	font-weight:bold;
}
body.manager .manager-list{
    font-size: 0.85em;
    border-top: 2px solid #ccc;
    background-color: white;
}
body.manager .score-list{
    font-size: 0.85em;
    border-top: 2px solid #ccc;
    background-color: #eee;
}
body.manager .search-control{
	padding-bottom: 10px;
}
body.manager .search-control button{
	margin-right: 5px;
}
body.manager .limit-list{
    border-top: 2px solid #ccc;
    background-color: white;
}
body.manager .manager-list thead th,
body.manager .score-list thead th,
body.manager .limit-list thead th{
    text-align: center;
    white-space: nowrap;
    font-size:0.9em;
    font-weight: normal;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
}
body.manager .manager-list thead th input,
body.manager .manager-list thead th select{
    margin: 5px auto 0px;
    min-width: 0px;
}
body.manager .score-list thead th{width:auto;}
body.manager .manager-list thead th a{
    text-decoration: underline;
}
body.manager .manager-list thead th .glyphicon{
    color:#428bca;
}

body.manager .manager-list td,
body.manager .score-list td{
    vertical-align: middle;
    text-align: center;
    border-left:1px solid #ccc;
	cursor:pointer;
}
body.manager .manager-list tr.locked td{
	cursor:default;
}
body.manager .score-list td{
	cursor:default;
}
body.manager .score-list td.log-data-detail{
	white-space:normal;
}
body.manager .score-list td.log-data-detail pre{
	width: 300px;
	text-align: left;
	display: none;
}
body.manager .score-list td input{
	width: 70px;
	border-color:#999;
	text-align:center;
}
body.manager .manager-list td.checks{
	text-align:center !important;
}
body.manager .manager-list td.checks .glyphicon{
	font-size:1.2em;
	color:#F90;
}
body.manager .manager-list td.checks .glyphicon-lock{
	font-size:1em;
	color:#C00;
}
body.manager .manager-list tr.complete{
	background-color:#ddffcc;
}
body.manager .manager-list tr:hover{
	background-color:#fed;
}
body.manager .manager-list tr.locked:hover{
	background-color:#fff;
}
body.manager .manager-list tr.complete:hover{
	background-color:#ccee99;
}
body.manager .manager-list tr.complete.locked:hover{
	background-color:#ddffcc;
}
body.manager .manager-list td ul{
    margin: 0;
    padding: 0;
}
body.manager .manager-list td ul li{
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
body.manager .manager-list td.last{
    border-right:1px solid #ccc;
}
body.manager .manager-list td input{

}
body.manager .manager-list .form-control{
    height:auto;
/*  font-size:0.8em; */
    font-size:1em;
    padding: 3px;
}
body.manager .manager-list .form-control[type=text]{
}
body.manager .manager-list .form-control[type=checkbox]{
    width:20px;
    height:20px;
    margin: 5px auto 5px;
}
body.manager #logs-search .row{
	margin-bottom: 15px;
}
body.manager #logs-search .form-control{
	width: 80% !important;
	display:inline-block;
}
body.manager #logs-search .datepicker{
	width: 42% !important;
	display:inline-block;
}
body.manager legend{
	font-size:1.2em;
	padding:10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#e0e0e0;
	margin-bottom:0px;
	border-bottom:1px solid #ccc
}

body.manager .import-list td{
    padding:5px 10px !important;
	white-space:nowrap;
}
body.manager .editform h4{
	margin-bottom: 0;
}
body.manager .must,
body.manager .hanrei .must{
	/*color:#297DB6 !important;*/
	color:#E4007E; !important;
}
body.manager .editform fieldset{
	background-color: #fff;
	padding:20px 20px;
	margin-bottom: 0px;
}
body.manager .editform table{
	margin-bottom: 0;
	border-bottom:1px solid #ddd;
}
body.manager .editform td,
body.manager .editform th{
    vertical-align: middle;
}
body.manager .editform td{
	vertical-align:middle;
	font-weight:normal;
	padding:10px 15px
}
body.manager .editform th{
	background-color: #eee;
    font-weight: normal;
	white-space:nowrap;
	width:30%;
}
body.manager .editform td .note{
	display:block;
	font-size:0.85em;
	padding:10px;
}
body.manager .editform input,
body.manager .editform select{
	width: auto;
    height:auto;
	display:inline;
	margin:0px 5px;
}
body.manager .editform label{
	font-weight:normal;
    margin-bottom: 0px;
}
body.manager .score-search table{
	margin-bottom: 20px;
}
body.manager .score-search th,
body.manager .score-search td{
	padding:10px 20px;
}
body.manager .score-search th{
	font-weight:normal;
	white-space:nowrap;
}
body.manager .score-search td{
	width:50%;
}
body.manager .score-search td input{
	display:inline;
	width:auto;
}
body.manager fieldset#ryugaku{
	display:none;
}
body.manager table.post_exist_search{
	width: 100%;
}
body.manager table.post_exist_search th,
body.manager table.post_exist_search td{
	padding:5px 5px 5px 5px;
}
body.manager table.post_exist_search th{
	font-weight:normal;
	width:10em;
	text-align: right;
}
body.manager label.unlock{
	color:#390;
}
body.manager label.locked{
	color:#C00;
}


/* COMMON
-------------------------------------------------- */
.w10{width: 10% !important;}
.w20{width: 20% !important;}
.w30{width: 30% !important;}
.w40{width: 40% !important;}
.w50{width: 50% !important;}
.w60{width: 60% !important;}
.w70{width: 70% !important;}
.w80{width: 80% !important;}
.w90{width: 90% !important;}
.w100{width: 100% !important;}

form label.error{
	background: red;
	color: white;
	padding: 5px;
	border-radius: 5px;
	border: 2px solid white;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	position: absolute;
	font-size:12px !important;
	font-weight:normal !important;
	top: -25px;
	left: 0px;
}
form label.error:after{
	content:' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: red transparent transparent transparent;
	position: absolute;
	top: 21px;
	left: 11px;
}
form td,
form th{
	position:relative;
}
.validation-errors{
	background: red;
	color: white;
	padding: 5px;
	border-radius: 5px;
	border: 2px solid white;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	font-size:12px !important;
	font-weight:normal !important;
	margin:0 5px 5px 0;
	display:inline-block;
}
.error-notes{
	text-align:center;
}
.error-notes p.message{
	padding:50px 0px;
	color:red;
	background:#FFE8E8;
	border:1px solid red;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
}
























@media (max-width:1200px){
	#home-signin .form-signin .form-control{
		width:15%;
	}
	#steps li{
		font-size:13px;
	}
	body.mypage .nav-tabs li{
		margin:0px 4px;
		font-size:13px;
	}
	#global-header .navbar-nav{
		padding-top: 0;
	}
	#global-header .navbar-nav>li>a{
		margin-top: 0;
	}
}
@media (max-width:990px){
	
	#home-signin .form-signin .form-control{
		width:100%;
	}
	#steps li{
		font-size:12px;
		width: 15%;
		margin: 5px 20px 20px 0px;
		padding:17px 5px;
		height:50px;
	}
	.navbar-toggle{
		margin-top:25px;
		margin-right: 30px;
	}
	#global-header .navbar-brand>img{
		width: 250px;
		height: auto;
	}
	#global-header .navbar-nav>li>a{
		margin-left:0px;
		font-size:11px;
	}
	.section-nav button{
		min-width: 300px;
	}
	#contact-info img{
		margin:10px 0px;
	}
	body.mypage .nav-tabs li{
		margin:0px 3px;
		font-size:11px;
	}
}
@media (max-width:768px){
	body{
		min-width:768px;
	}
	#home-signin .form-signin .form-control{
		width:100%;
	}
	#contact-info img{
		width: 100%;
		height: auto;
	}
	#global-header .navbar-nav{
		float:none;
		margin:0 0 10px;
	}
	#global-header .navbar-nav>li>a{
		margin:5px;
	}
	#global-header .navbar-nav{
		clear:both;
		padding-top: 0px;
	}
	#global-header .navbar-nav>li>a{
		margin-top: 0px;
	}
	.section-nav button{
		width: 80%;
		display:block;
		margin:auto;
	}
	#steps li{
		font-size:10px;
		width: 13%;
		margin: 5px 20px 20px 0px;
		padding:7px 5px;
		height:50px;
	}
	#ident-input th, #ident-confirm th{
		width: auto;
	}
	#ident-input th, #ident-input td, #ident-confirm th, #ident-confirm td {
		padding: 10px 5px;
	}
	#ident-input th {
		padding: 5px;
		font-size:0.9em;
	}
	#ident-input td {
		padding: 10px 10px 10px 0px;
	}
	#ident-input h4{
		margin-top: 0;
	}
	#ident-input fieldset, #ident-confirm fieldset{
		padding: 10px;
	}
	#ident-input select{
		width: auto;
		font-size:15px;
		margin-bottom: 5px;
	}
	#ident-input input[type=text],
	#ident-input input[type=email]{
		margin-bottom: 5px;
	}
	#ident-input input.w30{
		width:95% !important;
	}
	#ident-input label.front-input{
		margin:5px;
		font-size:0.85em;
		display: block;
	}
	#ident-input input[name=zip1],#ident-input input[name=zip2],
	#ident-input input[name=tel_1],#ident-input input[name=tel_2],#ident-input input[name=tel_3]{
		width: 20%;
	}
	#ident-input .form-control{
		height: auto;
	    padding: 6px 6px;
	    font-size: 12px;
		height:auto;
	}
	body.mypage .nav-tabs li {
		font-size:11px;
		margin:0px 3px;
	}
	body.mypage table td,
	body.mypage table th{
		display:list-item;
		list-style:none;
	}
	#mypage-home table{
		border:none;
	}
	#mypage-home thead{
		display: none;
	}
	#mypage-home .well tr{
		border: 1px solid #999;
		background-color: #fff;
		padding: 15px 0px 5px 0px;
		display: list-item;
		text-align: left;
		list-style: none;
		margin-bottom: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin:0px 0px 10px;
	}
	#mypage-home .well table td{
		padding: 0px 10px;
		border:none;
	}
	#mypage-home .well table td.text-nowrap{
		white-space:normal;
	}
	#mypage-home table td.text-center{
		text-align:left !important;
	}
	#mypage-home table td.price{
		text-align:left;
	}
	#mypage-home table td.delete{
		text-align:right;
		padding-top:5px;
	}
	#mypage-home table#registed tr{
		border-top:5px solid #297DB6;
	}
	#mypage-home table#registed td{
		padding: 5px 16px;
	}
	#mypage-home table#registed td br{
		content:'&nbsp;';
	}
	#mypage-home table#registed td button{
		font-size:0.9em;
		width:80%;
		margin:5px auto 5px;
		display:block
	}
	#mypage-home table#registed td span.md{
		display: block;
		padding: 5px 10px;
		font-size:0.9em;
		background-color:#e0e0e0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
		font-weight:normal;
		color:#333;
	}
	#mypage-home #other-regist button{
		font-size:1em;
	}
	#mypage-home table#personal-data tr{
		padding:10px;
	}
	#mypage-home table#personal-data th, #mypage-home table#personal-data td{
		padding:3px;
		border:none;
	}
	
	#mypage-payment #payment-lt{
		padding:0px;
	}
	#mypage-payment h5{
		font-size:1em;
		background:none;
		text-align:center;
		border:none;
		border-bottom:1px solid #ccc;
		margin-bottom: 10px;
	}
	#mypage-payment h5 img{
		display: block;
		margin: 0 auto 10px;
	}
	#mypage-payment table.payment-bt thead th{
		display: none;
	}
	#mypage-payment table.payment-bt td.logos{
		width:auto;
	}
	#mypage-payment table.payment-bt button{
		width:100%;
		font-size:1.2em;
	}
	#mypage-payment table.payment-bt td.above{
		padding-top: 10px;
	}
	#payment-rt table th,
	#payment-rt table td{
		display:table-cell
	}
	#mypage-payment table.payment-bt button{
		font-size:1em;
	}
	#mypage-payment .payment-detail-container {
		width: auto;
		margin: 0px auto;
		padding: 10px 0px;
	}
	#mypage-payment .payment-detail-container button{
		font-size:1em;
		height: auto !important;
		white-space:normal;
	}
	#mypage-payment .payment-detail-container button img{
		width:32px;
		height:auto;
	}
	#payment-lt .payment-notice-container h5{
		text-align: left;
	}
	#payeasy-logo{
		padding-bottom: 10px;
		text-align:center;
	}
	#payment-lt .payment-notice-container img{
		width: 95%;
		height: auto;
	}
	#mypage-dl #download-notice{
		font-size:1em;
		font-weight:bold;
		text-align:left;
		padding:10px 5px 10px;
	}
	#mypage-dl .dl-pane {
		padding: 0;
	}
	#mypage-dl .dl-pane #requires button{
		position:relative;
		top:0;
		left:0;
		width: 100%;
	}
	#mypage-dl .dl-pane #requires button img{
		display: none;
	}
	#mypage-dl .dl-pane #requires li{
		padding: 10px 0px;
		border-left:none;
		border-right:none;
	}
	#mypage-dl .dl-pane #requires li h5{
		font-size:0.9em;
	}
	#mypage-result table .result-pane{
		padding: 10px;
		margin: 10px 0px;
	}
	#mypage-result table .result-pane h2{
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	#mypage-result table .result-pane h2.refused{
		font-size: 1.5em;
	}
	#mypage-result table td button{
		float: none;
		width: 100%;
	}
	
	
	.flow-after-image{display: none;}
	.error-notes p.message {
	    padding: 20px 10px;
	}
	
}
@media (max-width:480px){
	body{
		min-width:100%;
		font-size:13px;
	}
	
	#home-announce #flow{
		padding: 0;
	}
	#home-announce #flow li {
		width: 46%;
		padding-right: 0px;
		margin: 0 2% 25px;
		list-style: none;
		background:none;
		font-size:1.1em;
	}
	#home-announce #flow li.last {
		width: 46%;
		margin: 0 2% 25px;
		padding-right: 0px;
	}
	#flow-container .flowss img{
		width: 85%;
		height: auto;
		margin-bottom: 10px;
	}
	#flow-container img{
		margin-bottom: 10px;
	}
	#guide-container .ebookbox button{
		white-space:normal;
	}
	#home-announce .checkpoint{
		display: none;
	}
	#home-announce .checkpoint-mobile{
		display: block;
		padding: 15px 25px;
		background-color:white;
		margin-bottom: 20px;
		border: 3px solid #E6428A;
	}
	#home-announce .checkpoint-mobile h2{
		font-size:20px;
		color: #E6428A;
		text-align: center;
		font-weight:bold;
		padding-bottom: 5px;
		border-bottom: 1px solid #E6428A;
		margin-top: 0;
	}
	
	#global-header .navbar-brand{
		padding:20px 15px;
	}
	#global-header .navbar-brand>img{
		width: 220px;
		height: auto;
	}
	#global-header .navbar-nav {
		padding-top: 10px;
	}
	#global-header .navbar-toggle{
		margin-top:15px;
		margin-right:15px;
	}
	#global-header #usermeta{
		position:relative;
		top:auto;
		right:auto;
		border-top:1px solid #eee;
		padding:10px 0px;
		text-align:center;
	}
	
	#global-header #usermeta p.login-name{
		font-size:11px;
		float:none;
		display:inline-block;
		margin-bottom:0px;
	}
	#global-header #usermeta #mypage-login {
		float: none;
		margin: 0px 0px 0px 10px;
		display:inline-block;
	}
	#global-header #usermeta #mypage-login a{
		padding: 5px 10px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		font-size:11px;
	}
	#home-signin .form-signin .btn-primary{
		display:block;
		width: 40%;
		margin:auto;
	}
	h4, .h4{
		font-size:14px;
	}
	#steps li{
		font-size:10px;
		width: 13%;
		margin: 5px 20px 20px 0px;
		padding:7px 5px;
		height:40px;
	}
	#steps li:after{
		border-width: 20px 0 20px 20px;
	}
	table td,table th{
		display:list-item;
		list-style:none;
	}
	#home-mainimage {
		display:none;
	}
	#mobile-home-mainimage {
		margin-bottom: 15px;
		display:block;
		font-size:11px;
		line-height:1.7;
	}
	#mobile-home-mainimage h3{
		background:#297DB6;
		color:white;
		padding:10px 12px;
		margin-bottom: 10px;
		font-size:1.1em;
	}
	#mobile-home-mainimage .mainimage img{
		width: 100%;
		height: auto;
	}
	#mobile-home-mainimage .requirements{
		text-align:center;
	}
	#mobile-home-mainimage .requirements img{
		width: 80%;
		height: auto;
	}
	#first-second-bt{
		margin: 5px;
	}
	#first-second-bt button {
		padding: 12px 10px 8px;
		font-size: 15px;
		width: 100%;
	    display: block;
		margin:0px;
	}
	#first-second-bt button span.glyphicon{
		display:none;
	}
	#first-second-bt button#show-home-signin{
		margin-left:0em;
		margin-top: 0.5em;
	}
	#home-signin .form-signin .select span {
		display: block;
		margin: 10px 0px;
	}
	#home-signin .form-signin .btn-primary{
		margin: 10px auto;
	}
	#global-footer{
		padding:0 10px;
	}
	#global-footer .navbar-nav {
		float: none;
		margin-bottom: 15px;
	}
	#footer {
		font-size: 0.7em;
		line-height: 1.7;
	}
	#home-foot-login{
		padding: 0px 0px 0px;
		font-size: 1em;
		width: 100%;
	    display: block;
	}
	#home-foot-login button{
		font-size: 14px;
		width: auto;
	}
	.well{
		padding:10px;
	}
	#mypage-login .login-panel{
		width:auto;
		margin: 0;
		padding: 10px;
	}
	#mypage-login .form-signin{
		margin: 0;
		padding: 0;
	}
	#mypage-login .form-signin .form-control{
		padding:5px;
		font-size:14px;
	}
	#mypage-login .login-panel h2{
		display: none;
	}
	#mypage-login .login-panel th,
	#mypage-login .login-panel td{
		text-align: left;
	}
	#mypage-login .login-panel .name input{
		width: 100%;
		margin-bottom: 10px;
	}
	#mypage-login .login-panel input{
		margin-bottom: 5px;
	}
	#mypage-login .login-panel .select select{
		width: 100%;
	}
	#mypage-login .remind-password {
		width: auto;
		margin: 0px;
		text-align: center;
		font-size: 0.9em;
		padding: 15px;
	}
	#mypage-login button{
		font-size:1.1em;
		width: 80%;
		margin:0 auto 10px;
	}
	#mypage-login .form-signin p.name-notice{
		font-size:11px;
		text-align:left;
		margin:0 0 10px;
	}
	.pagebody h3 {
		border-left: 2px solid #297DB6;
		border-bottom: 2px solid #297DB6;
		padding: 5px 7px;
		margin-bottom: 10px;
		margin-top: 10px;
		font-size:1.2em;
	}
	.pagebody h4 {
		font-size:0.9em;
		line-height: 1.5;
		padding:10px;
	}
	#home-notice .kiyaku-body{
		padding:0;
		font-size:0.9em;
		margin-bottom: 20px;
	}
	.section-nav button{
		font-size:11px;
		width: auto;
		min-width:auto;
	}
	#steps{
		display:none;
	}
	#select-list table {
		margin-bottom: 20px;
	}
	#select-list table thead,
	#select-input table thead{
		display: none;
	}
	#select-list table tbody th{
		background-color:#e0e0e0;
		font-size:0.9em;
	}
	#select-list table tbody th, #select-list table tbody td {
		padding: 10px 9px;
		border:none;
	}
	#select-list table tbody td.range p{
		margin-bottom: 0;
	}
	#select-list table tbody td.sbt{
		border:none;
		padding:0px 0px 20px;
	}
	#select-input table{
		margin-bottom: 20px;
	}
	
	#select-input table tbody td{
		max-height:none;
	}
	#select-input table tbody td.school-type{
		background-color:#297DB6;
		color:white;
	}
	#select-input table tbody td.dept-type{
		background-color:#e0e0e0;
	}
	#select-input table tbody td.details{
		padding: 5px 15px;
	}
	#select-input table tbody td{
		border:none;
	}
	.section-nav button{
		display:inline-block;
		min-width:0;
	}
	#home-notice .section-nav button,
	#select-confirm .section-nav button,
	#ident-complete .section-nav button{
		display:block;
		width: 80%;
	}
	#select-input table tbody th{
	    border-top: 1px solid #ccc;
		padding: 5px 15px;
	}
	#select-confirm table{
		border:none;
	}
	#select-confirm thead{
		display: none;
	}
	#select-confirm .well tr{
		border: 1px solid #999;
		padding: 10px;
		display: list-item;
		text-align: left;
		list-style: none;
		margin-bottom: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin:10px;
	}
	#select-confirm table td{
		padding: 0px;
		border:none;
	}
	#select-confirm table td.text-center{
		text-align:left !important;
	}
	#select-confirm table td.price{
		text-align:left;
	}
	#select-confirm table td.delete{
		text-align:right;
		padding-top:5px;
	}
	.glyphicon.glyphicon-alert,
	.glyphicon.glyphicon-duplicate{
		display: none;
	}
	#select-confirm table#confirm-list td{
		padding-bottom: 5px;
	}
	#select-confirm table#confirm-list td span.md{
		display: block;
		padding: 5px 10px;
		font-size:0.9em;
		background-color:#e0e0e0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
		font-weight:normal;
		color:#333;
	}
	.modal-body {
		padding:0 0 10px;
	}
	#modal-submit button{
		white-space:normal;
		width:80%;
	}
	#ident-input th, #ident-confirm th{
		width: auto;
	}
	#ident-input th, #ident-input td, #ident-confirm th, #ident-confirm td {
		padding: 10px 5px;
	}
	#ident-input th {
		padding: 5px;
		font-size:0.9em;
	}
	#ident-input td {
		padding: 10px 10px 10px 0px;
	}
	#ident-input h4{
		margin-top: 0;
	}
	#ident-input fieldset, #ident-confirm fieldset{
		padding: 10px;
	}
	#ident-input select{
		width: 80%;
		margin-bottom: 5px;
	}
	#ident-input input[type=text],
	#ident-input input[type=email]{
		margin-bottom: 5px;
	}
	#ident-input input.w30{
		width:95% !important;
	}
	#ident-input label.front-input{
		margin:5px;
		font-size:0.85em;
		display: block;
	}
	#ident-input input[name=zip1],#ident-input input[name=zip2],
	#ident-input input[name=tel_1],#ident-input input[name=tel_2],#ident-input input[name=tel_3]{
		width: 20%;
	}
	#ident-input .form-control{
		height: auto;
	    padding: 6px 6px;
	    font-size: 12px;
		height:auto;
	}
	#ident-complete #mypage-id-show {
		margin: 20px auto;
		width: 95%;
		padding: 16px 0px;
		font-size:1em;
	}
	#ident-complete .mypage_ability{
		text-align:center;
	}
	#ident-complete .mypage_ability img{
		width: 95%;
		height:auto;
	}
	
	body.mypage .nav-tabs{
		border-bottom: none;
		margin:15px 0px;
	}
	body.mypage .nav-tabs li {
		margin: 0px 0px 5px;
		width: 100%;
	}
	body.mypage .nav-tabs li a{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:8px 10px;
		color:#333;
		border-color:#ccc;
		background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
		background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
		background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		background-repeat: repeat-x;
	}
	body.mypage .nav-tabs li.active:after{display: none;}
	
	#mypage-home table{
		border:none;
	}
	#mypage-home thead{
		display: none;
	}
	#mypage-home .well tr{
		border: 1px solid #999;
		background-color: #fff;
		padding: 15px 0px 5px 0px;
		display: list-item;
		text-align: left;
		list-style: none;
		margin-bottom: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin:0px 0px 10px;
	}
	#mypage-home .well table td{
		padding: 0px 10px;
		border:none;
	}
	#mypage-home .well table td.text-nowrap{
		white-space:normal;
	}
	#mypage-home table td.text-center{
		text-align:left !important;
	}
	#mypage-home table td.price{
		text-align:left;
	}
	#mypage-home table td.delete{
		text-align:right;
		padding-top:5px;
	}









	#mypage-home table#registed tr{
		border-top:5px solid #297DB6;
	}
	#mypage-home table#registed td{
		padding: 5px 8px;
	}
	#mypage-home table#registed td br{
		content:'&nbsp;';
	}
	#mypage-home table#registed td button{
		font-size:0.9em;
		width:80%;
		margin:5px auto 5px;
		display:block
	}
	#mypage-home table#registed td span.md{
		display: block;
		padding: 5px 10px;
		font-size:0.9em;
		background-color:#e0e0e0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
		font-weight:normal;
		color:#333;
	}
	#mypage-home #other-regist button{
		font-size:1em;
	}
	#mypage-home table#personal-data tr{
		padding:10px;
	}
	#mypage-home table#personal-data th, #mypage-home table#personal-data td{
		padding:3px;
		border:none;
	}
	
	#mypage-payment #payment-lt{
		padding:0px;
	}
	#mypage-payment h5{
		font-size:1em;
		background:none;
		text-align:center;
		border:none;
		border-bottom:1px solid #ccc;
		margin-bottom: 10px;
	}
	#mypage-payment h5 img{
		display: block;
		margin: 0 auto 10px;
	}
	#mypage-payment table.payment-bt thead th{
		display: none;
	}
	#mypage-payment table.payment-bt td.logos{
		width:auto;
	}
	#mypage-payment table.payment-bt button{
		width:100%;
		font-size:1.2em;
	}
	#mypage-payment table.payment-bt td.above{
		padding-top: 10px;
	}
	#payment-rt table th,
	#payment-rt table td{
		display:table-cell
	}
	#mypage-payment table.payment-bt button{
		font-size:1em;
	}
	#mypage-payment .payment-detail-container {
		width: auto;
		margin: 0px auto;
		padding: 10px 0px;
	}
	#mypage-payment .payment-detail-container button{
		font-size:1em;
		height: auto !important;
		white-space:normal;
	}
	#mypage-payment .payment-detail-container button img{
		width:32px;
		height:auto;
	}

	#payment-lt .payment-notice-container h5{
		text-align: left;
	}
	#payeasy-logo{
		padding-bottom: 10px;
		text-align:center;
	}
	#payment-lt .payment-notice-container img{
		width: 95%;
		height: auto;
	}
	#mypage-dl #download-notice{
		font-size:1em;
		font-weight:bold;
		text-align:left;
		padding:10px 5px 10px;
	}
	#mypage-dl .dl-pane {
		padding: 0;
	}
	#mypage-dl .dl-pane #requires button{
		position:relative;
		top:0;
		left:0;
		width: 100%;
	}
	#mypage-dl .dl-pane #requires button img{
		display: none;
	}
	#mypage-dl .dl-pane #requires li{
		padding: 10px 0px;
		border-left:none;
		border-right:none;
	}
	#mypage-dl .dl-pane #requires li h5{
		font-size:0.9em;
	}
	#mypage-result table .result-pane{
		padding: 10px;
		margin: 10px 0px;
	}
	#mypage-result table .result-pane h2{
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	#mypage-result table .result-pane h2.refused{
		font-size: 1.5em;
	}
	#mypage-result table td button{
		float: none;
		width: 100%;
	}
	
	
	.flow-after-image{display: none;}
	.error-notes p.message {
	    padding: 20px 10px;
	}
}
@media print {
	body{
		font-size:8px;
	}
	#global-header,
	#steps,
	#global-footer,
	#footer,
	#codeigniter_profiler,
	body.mypage .login-name,
	body.mypage ul.nav,
	button{
		display:none !important;
	}
	.pagebody{
		margin-bottom: 0;
	}
	.pagebody h3{
		font-size:20px
	}
	.pagebody h5{
		font-size:17px;
		margin-bottom: 10px;
	}
	#ident-complete #mypage-id-show{
		padding:20px 0px;
		width:90%;
		font-size:3em;
	}
	#ident-complete .section-nav{
		display: none;
	}
	#ident-complete .mypage_ability{
		text-align: center;
	}
	#ident-complete .mypage_ability img{
		width:50%;
	}

}