@charset "UTF-8";

html{
	overflow-y:scroll
}

body{
	background-attachment: fixed;
	font-family:"Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin:0;
}

#main{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

h1{
	font-size:160%;
	margin:0 auto 3%;
	text-align:center;
}

#logo_title{
	font-size:160%;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
}

#logo{
	width:300px;
	margin:2% auto 0;
}

#logo img{
	width:100%;
}

h2{
	font-size:120%;
	border-radius: 20px;
	background:#004688;
	color:#FFF;
	padding:5px 20px;
	margin:3% auto 2%;
	text-align:center;
	width:40%;
}

#form{
	text-align:center;
}

input[type=text]{
	border:0;
	padding:10px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#666;
	border:solid 1px #ccc;
	width:440px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=text2]{
	border:0;
	padding:10px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#666;
	border:solid 1px #ccc;
	width:200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=text3]{
	border:0;
	padding:10px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#666;
	border:solid 1px #ccc;
	width:50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=password]{
	border:0;
	padding:10px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#666;
	border:solid 1px #ccc;
	width:440px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.req{
	font-size:50%;
	font-weight:normal;
	background:#ea0f0f;
	color:#FFF;
	padding:3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.req2{
	font-size:50%;
	font-weight:normal;
	background:#ea0f0f;
	color:#FFF;
	padding:3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.tip{
	color:#b6b4b4;
	font-size:80%;
	margin-left:1%;
}

p.add{
	font-size:80%;
	margin-left:3%;
	text-align:right;
}

p.add span{
	background:#CCC;
	padding:2px 4px;
	margin:1%;
}

p.att{
	font-size:80%;
	margin:3% auto;
}

table{

	margin:1% auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr{
	margin: 0;
	padding: 0;
}

table tr th{
	background:#eae8e8;
	padding:1% 2%;
	vertical-align:middle;
	width:30%;
}

table tr td{
	background:#FFF;
	padding:1%;
}

table tr td.top{
	background:#FFF;
	padding:1%;
}

div.btn_area{
	text-align:center;
}

div.info{
	border:solid 3px #D9D9D9;
	padding:2%;
	margin:3%;
	line-height:170%;
}

div.info strong{
	font-size:120%;
	color:#666;
}
span.info{
	font-size:85%;
}
div.ssl{
	margin:3%;
	font-size:80%;
}

div.ssl img{
	float:left;
}

#account{
	text-align:center;
}

span#formerror {
	color: #dc143c;
}

span#formerror_pay { color: #dc143c; }
span#formerror_card { color: #dc143c; }
span#formerror_exp { color: #dc143c; }
span#formerror_csc { color: #dc143c; }
span#formerror_name { color: #dc143c; }
span#formerror_other { color: #dc143c; }

#copy{
	text-align:center;
	background:#5e5e5e;
	color:#fff;
	padding:10px 0;
}

#close{
	margin:0 auto;
	text-align:center;
}
/* フォーム関係 */
select.entry,textarea.entry,input.entry{
	font-family:"Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	padding:0.5%;
	font-size:90%;
}

select.entry:focus,input.entry,textarea.entry{
	padding:4px;
	margin:3px;
}

select.entry:focus,input.entry:focus,textarea.entry {
    border:solid 1px #EEA34A;
	padding:6px;
	font-size:90%;
}

input.btn{
	font-family:"Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	border:solid 1px #ccc;
	padding:1%;
	margin:2% 1%;
	font-size:110%;
	font-weight:bold;
	cursor:pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:180px;
}
input.btn2{
	font-family:"Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	border:solid 1px #ccc;
	padding:1%;
	font-size:110%;
	font-weight:bold;
	cursor:pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:180px;
}
input.btn3{
	font-family:"Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	border:solid 1px #ccc;
	padding:1%;
	font-size:110%;
	font-weight:bold;
	cursor:pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:350px;
}

input.btn:hover,input.btn2:hover,input.btns:hover {
    opacity:0.6;
}

input.btns{
	font-family:"Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	border:solid 1px #ccc;
	padding:3px;
	font-size:90%;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:3px;
}

label.firstq{
	border:1px solid #CCC;
	border-radius:5px;
	padding:1% 2% 1% 1%;
	cursor: pointer;
	margin:0 1%;
}

label.firstq:hover{
	background:#ced6e2;
}

label.checked{
	background:#ced6e2;
}

.error{
	color:#ff0000;
	text-align:left;
}

/* メニュー */
#menu{
	width:760px;
	overflow:hidden;
}

.menu_in{
	margin:0 3px;
	float:left;
}

#btn_s{
	text-align:right;
	margin:0;
}

#btn_s input#submit_button{
	color: #333;
	border-style: none;
	cursor: pointer;
	/*width:170px;*/
	background:#fff;
}

#btn_s input#submit_button:hover{
	text-decoration:underline;
}

#btn_s2{
	text-align:right;
	margin:0;
}

#btn_s2 input#submit_button{
	color: #333;
	border-style: none;
	cursor: pointer;
	//width:170px;
	background:#fff;
}

#btn_s2 input#submit_button:hover{
	text-decoration:underline;
}

#menu input#submit_button
{
	color: #333;
	border-style: none;
	cursor: pointer;
	width:145px;
	padding:10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:600;
}

#menu input#submit_button:hover
{
	background:#004688;
	color:#fff;
	display:block;
}

#title{
	background-attachment: fixed;
	text-align:center;
	font-size: 30px;
	color: #004688;
	font-weight:600;
	border-style: none;
	//cursor: pointer;
	padding:18px 0 0;
	margin:0 auto;
}
#title_s{
	background-attachment: fixed;
	text-align:center;
	font-size: 20px;
	color: #004688;
	font-weight:600;
	border-style: none;
	//cursor: pointer;
	padding:0 0 0;
	margin:0 auto;
}

#linck_statick{
	background-attachment: fixed;
	font-family:"Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align:center;
	font-size: 14px;
	color: #004688;
	font-weight:600;
	border-style: none;
	cursor: pointer;
	padding:7px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:145px;
}

#linck_statick_disabled
{
	font-size: 16px;
}

table.company {
	width: 760px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table.company2 {
	width: 760px;
	margin: 8px auto;
	border-collapse: separate;
	border-spacing: 0px 1px;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company2 th,
table.company2 td {
	padding: 10px;
}

table.company th {
	background: #ccab2b;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

table.company2 th {
	background: #ccab2b;
	vertical-align: middle;
	text-align: left;
	width: 180px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.company3{
	background: #f2f2f2;
	width:760px;
	margin:0 auto;
}
.company3 img{
	width:720px;
}
.company3_in{
	padding:20px;
}
.cate{
	font-size:120%;
	border-radius: 20px;
	background:#b89200;
	color:#FFF;
	padding:5px 20px;
	margin:3% auto 2%;
	text-align:center;
	width:47%;
	font-weight:bold;
}
.cate2{
	font-size:120%;
	border-radius: 20px;
	background:#b89200;
	color:#FFF;
	padding:5px 20px;
	text-align:center;
	width:47%;
	margin:4% auto 1%;
	font-weight:bold;
}
.cate_s{
	font-size:16px;
	font-weight:normal;
	margin:0 auto 1%;
	color:#b89200;
	width:760px;
	text-align:center;
}
.cate3{
	font-size:120%;
	border-radius: 20px;
	background:#b89200;
	color:#FFF;
	padding:5px 20px;
	text-align:center;
	width:720px;
	margin:4% auto 1%;
	font-weight:bold;
}
#PREF{
	font-size:20px;
}

hr{
	width:760px;
	margin:20px 0 0 0;
}
#attention{
	font-size:20px;
	font-weight:bold;
	margin:50px auto 0;
	padding:10px 0;
	width:760px;
	text-align:center;
	color:#fff;
	background:#003177;
}
/* firefox */

table.company td {
	background: #F2F2F2;
	width: 360px;
	padding-left: 20px;
}

table.company2 td {
	background: #F2F2F2;
	padding-left: 20px;
}

table.typelist {
	//width: 600px;
	//border-collapse: collapse;
	//text-align: left;
	//line-height: 1.5;
	background: #f8f8f8;
	width: 600px;
	margin: 0 auto;
	border-collapse: separate;
	//border-spacing: 0px 15px;
	font-size: 12px;
}

table.typelist th {
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}

table.typelist td {
	padding: 8px;
	vertical-align: top;
	border: 1px solid #ccc;
}

span#formerror {
	color: #dc143c;
}

span#formerror_pay { color: #dc143c; }
span#formerror_card { color: #dc143c; }
span#formerror_exp { color: #dc143c; }
span#formerror_csc { color: #dc143c; }
span#formerror_name { color: #dc143c; }
span#formerror_other { color: #dc143c; }

#end{
	width:600px;
	margin:20px 0;
	padding:20px 0;
	background:#f2f2f2;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
table.type11 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: 1.5;
	font-size:14px;
}
table.type11 th {
	width: calc(100%/4);
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #036;
}
table.type11 td {
	width: 155px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

table.type12 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: 1.5;
	width:720px;
	font-size:14px;
}
table.type12 th {
	width: calc(100%/3);
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #036;
}
table.type12 td {
	width: 155px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

@media only screen and (max-width: 640px){

	#main,#menu,.company3{
		width: 100%;
		margin: 1% auto;
	}

	h2{
		margin:5% auto 10%;
		width:80%;
		font-size:100%;
	}

	p.att{
		margin:10% auto 5%;
	}

	form{
		margin:0;
	}

	.menu_in{
		width:48%;
		margin-bottom:5px;	
	}

	#logo{
		width:70%;
		margin:2% auto 0;
	}

	input[type=text],input[type=password]{
		width:96%;
	}

	#menu input#submit_button,table.type12 th{
		width:100%;
	}

	table{
		width:98% !important;
		margin:1% auto;
	}

	table tr,table tr th,table tr th.top,table tr td,table tr td.top{
		width:100%;
		clear:both;
		display:block;
		border:none;
	}

	table.company td{
		padding:10px;
	}

	table.company th{
		width:100% !important;
	}
	table.company2 td{
		padding-left:10px;
	}

	input.btn{
		width:80%;
		margin:3% auto;
		clear:both;
		display:block;
	}

	label.firstq{
		display:block;
		clear:both;
		margin:2%;
		text-align:left;
	}

	#header{
		display:none;
	}

	table.company td {
		width: 100% !important;
	}

	#linck_statick{
		width:100%;
	}

	#fotter{
		display:none;
	}
	.cate,.cate2,.cate3,.cate_s,.company3_in{
	width:95%;
	padding:5px 0;
	margin:20px auto 5px;
}
	.company3 img{
		width:100%;	
	}
}