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

*{
    margin: 0px;
    padding: 0px;
    zoom: 1;
    box-sizing: border-box;
}
html {
}
body {
    background: #ffffff;
}
body, input, button {
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
.red{
	color: #ff3300;	
}


/*-------------- card -------------------*/
#card_expilation_y, #card_expilation_m{
	width: 50px !important;
}

/*------------- contact text --------------------*/
.contact-text-box{
	margin: 10px 0 20px;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	padding: 0.75rem 1.25rem;
}
.contact-text-box-title{
	font-weight: bold;
	font-size: large;
}

/*-----disabled ----*/
.disabled{
	opacity: 0.2;
}

.option-divider{
	border-bottom: solid 1px #dddddd;
	height: 2px;
	margin-bottom: 5px;
}

/*-------------hidden ---*/
.hidden{
	display: none;
}

/*-------------table list ----------*/

table.list {
	border:1px solid #ddd;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing: 0;
	background:#fff;
	width:100%;
	margin-bottom:20px;
}

table.list th {
	font-weight:bold;
	/*border-bottom:1px solid #333;*/
	text-align:left;
	padding:10px 2px;
	vertical-align:middle;
	background:#555;
	color:#fff;
	white-space:nowrap;
	text-align:center;
	border:1px solid #fff;
	font-size:11px;
}

table.list td {
	padding:7px 5px;
	vertical-align:middle;
	border:1px solid #ddd;
	text-align:center;
	font-size:11px;
}
table.list td a{
	cursor: pointer;
}
table.list td a.link{
	color:#1e90ff;
	font-weight:bold;
	padding:13px 2px 13px 2px;
}

table.list td a.link:hover{
	font-weight:bold;
	padding:13px 2px 13px 2px;
}


table.list tr.cur_row {
	background-color:#FFFFCC;
}

table.list tr {
	height:50px;
}
table.list tr.list_header {
	height:30px;
}

table.list tr.list_header th{
	word-wrap:normal;
	overflow-wrap:normal;
	word-break: normal;
	white-space: normal;
}

/*-------------button ----------*/
.frm_button {
	letter-spacing: 20px;
}

a.btn,
input[type=submit].btn,
input[type=button].btn
{
	border-radius: 4px;
	padding: 7px 13px 5px 13px;
	display: inline-block;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif,FontAwesome;
}

/*blue*/
.btnBlue {
	background:#5a7be0;
	box-shadow: 0 3px 0 #2d5ae0;
	color: #fff;
}

.btnBlue:hover {
	background:#ccd9ff;
	box-shadow: 0 3px 0 #b3c6ff;
	color:#5a7be0;
	cursor:pointer;
}

/*-------------clearfix ----------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* End hide from IE mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}

/*-----etc------------*/
.floatR { float:right;}
.mb10 {margin-bottom:10px!important;}
