@charset "utf-8";
/* CSS Document */

body {
       font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, Meiryo, 'メイリオ', 'MS PGothic', 'MS Pゴシック', 'Hiragino Sans GB', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
    color: #444;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea, select {
    width: 80%;
    border: 1px solid #ccc;
    padding: 3px;
}
ul{margin:0 0 00 15px; padding:0;}
.mt10 {margin-top:10px}
.numPull {width:auto!important}

body > header {
    padding: 25px 10px;
    width: 100%;
    min-height: 30px;
    background: #004e90;
	margin-bottom:20px
}
header .logo {
    float: left;
    padding: 0 0 0 25px;
}
header a, header a:hover, header a:visited{color:#FFF}
header a:nth-child(2) {float:right}

h1{color:#0b3775; font-weight:bold; margin:30px;  font-size: 2em;}

.red{color:red}
 h2 {
    padding: 10px;
    background: #0b3775;
	 color:#FFF;
    font-size: 1.4em;
	 font-weight:bold;
	 margin:40px 0 20px 0;
		 line-height:1.5em
}
h3{font-size:1.1em; font-weight:bold; padding: 5px; margin-top:40px}

h4{font-size:1.2em; font-weight: bold}

.plan h4 a{font-size:14px; font-weight:normal}

.plan td,.plan th {
    padding: 6px;
    border: 1px solid #ccc;
	vertical-align: top
}
.plan th {
   background:#eee;
    font-weight: bold;
	white-space: nowrap
}


.row {padding:10px; margin:10px}
.row [class*="col-"]:nth-child(1){font-weight:bold}

.indentTxt{padding:0 30px}

.d-table {display:table}
.d-col{display:table-cell;padding:10px 5px}

.nowrap{white-space: nowrap;margin:0 20px 5px 0; display:inline-block}

hr{margin:50px 0}

.userInfo { list-style: none;}
.userInfo li{padding-bottom:30px; border-bottom:1px solid #ccc}
.userInfo li:nth-last-child(1){border-bottom:none}
.userInfo h3{background:#434343; color:#FFF; margin-left:25px; display: inline-block; padding:10px}


.thanks{margin:50px auto;width:50%}
.thanks strong{font-size:1.2em}


.plan.d-table  {width:100%}
.plan.d-table .d-col:nth-child(1)  {width:1%}
.plan.d-table .d-col:nth-child(2)  {width:99%}
.plan.d-table .d-col:nth-child(2) table th {width:20%}
.plan.d-table table {width:100%}

.cols2 {margin-left:-5px; width:100%}
.cols2 .d-col { padding: 0px 5px;}
.cols2 .d-col:nth-child(1) {width:5%}
.cols2 .d-col:nth-child(2) {width:95%}

.userInfo {width:100%}
.userInfo th, .userInfo td {border: 1px solid #ccc;padding:5px; text-align: center}
.userInfo th {background:#eee}
.userInfo td:nth-of-type(1) {background:#eee; font-weight:bold}


 @media (max-width: 767px) {
	 
	 h1{font-size:1.8em}
	 h2{font-size:1.2em; padding:5px}
	 
	 input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea, select {    width: 100%;}
	 
.row [class*="col-"]:nth-child(1) br {display:none}
	 .nowrap{margin-bottom:5px; display:block}
	 .indentTxt{padding:0 !important}
	 .row {padding:5px 0; margin:5px 0}
	 
	 
	
	
	 
}


@media

	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
		table.responsive-t th, table.responsive-t td{width:100% !important; display:block; border:none}
	 table.responsive-t tr { border: 1px solid #ccc; }

		table.responsive-t td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ccc;
			position: relative;
			text-align:left;
		}

		table.responsive-t td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 8%;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			font-weight:bold;
			text-align:left;
		}
	 .userInfo.responsive-t { width:100%}
	 .userInfo.responsive-t thead{display:none}
	 .userInfo.responsive-t td {padding:20px 0 5px 5px;border:none}

		table.userInfo.responsive-t td:before {
			top: 0;
			left: 6px;
			width: 100%;
		}
	 
	  .userInfo td:nth-of-type(1) {padding:5px; font-weight:bold;background:#eee;}
	 .userInfo td:nth-of-type(4) {padding-bottom:20px}
	 	.userInfo td:nth-of-type(1):before { content: "";display:none;}
	 	.userInfo td:nth-of-type(2):before { content: "First Name"; }
		.userInfo td:nth-of-type(3):before { content: "Last Name"; }
		.userInfo td:nth-of-type(4):before { content: "E-mail Address (Your Nikkei ID used for Log-in ID)"; }	
}
