@charset "utf-8";

input,
select,
text,
textarea{
	font-size:1.4rem;
}
select{
padding: 5px;
}

input { filter:Alpha(opacity=100);-moz-opacity:1;}
input:hover{ filter:Alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;} 

.validateErr {
	padding:5px;
	color:#f00;
}

/* googleカスタム検索
--------------------------------*/
#googleSRC{
	margin:14px 0 0 0;
	padding:8px 10px 7px 10px;
	background-color:#F7F7F7;
}
#googleSRC li{
	display:inline-block;
	vertical-align:middle;
}
#googleSRC li.btn_google{
	padding-top:5px;
}
#googleSRC .gsc-control-cse, 
#googleSRC .gsc-control-cse-ja,
#googleSRC .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
#googleSRC table.gsc-search-box td,
#googleSRC table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#googleSRC input[type="text"]{
    height:25px !important;
	width:145px;
}
#googleSRC input[type="text"]:focus {
    border: 1px solid D9D9D9 !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* ボタン */
#googleSRC input.gsc-search-button{
	padding:6px 15px !important;
}
/* ボタンの位置調整と角丸消し */
#googleSRC .gsc-search-button{
    margin:0 0 0 -5px !important;
}



/* テーブル1 検索 */
table.tbl1{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:20px;
}
table.tbl1 th,
table.tbl1 td{
	padding:4px 4px 2px 4px;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
}
table.tbl1 th{
	background:#F6F6F6;
	vertical-align:top;
}
.td_wd{
width: 80px;
}

/* テーブル1_2 結果 */
table.tbl1_2{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:20px;
}
table.tbl1_2 th,
table.tbl1_2 td{
	padding:5px 5px 0 5px;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	vertical-align:middle;
}
table.tbl1_2 th{
	background:#F6F6F6;
	vertical-align:top;
}
table.tbl1_2 tbody:nth-child(odd){
	background-color:#FFFDF4;
}

/* テーブル2 検索 */
table.tbl2{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	padding-top:10px;
}
table.tbl2 th,
table.tbl2 td{
	padding:10px 5px 0 5px;
}
table.tbl2 th{
	vertical-align:top;
}
table.tbl2 td{
	text-align:left;
}


/* ボタン */
.remind_btn{
	text-align:center;
	padding-top:25px;
}
.remind_btn a{
	white-space:nowrap;
	color:#fff;
	font-weight:bold;
	font-size:1.6rem;
	background: -moz-linear-gradient(top,#00B7BF 0%,#00949B);
	background: -webkit-gradient(linear, left top, left bottom, from(#00B7BF), to(#00949B));
	background-color:#00949B;
	border:1px solid #666;
	border-radius:3px;
	padding:10px;
	text-decoration:none;
	text-align:center;
	filter:Alpha(opacity=100);
	-moz-opacity:1;
}
.remind_btn a:hover{
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;opacity:0.7;
} 

/* ボタン */
.btn_c{
	clear:both;
	text-align:center;
}
.btn70{
	width:70%;
}
.btn85{
	width:85%;
}
input.btn_c_submit, button.btn_c_submit{
	white-space:nowrap;
	color:#fff;
	font-weight:bold;
	font-size:1.2rem;
	background: -moz-linear-gradient(top,#00B7BF 0%,#00949B);
	background: -webkit-gradient(linear, left top, left bottom, from(#00B7BF), to(#00949B));
	/* IE */
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00B7BF', endColorstr='#00949B');
	background-color:#00949B;
	border:1px solid #999;
	border-radius:3px;
	padding:10px 20px;
	margin:25px 3px;
	text-decoration:none;
	text-align:center;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
}
input.btn_c_reset{
	white-space:nowrap;
	color:#228F95;
	font-weight:bold;
	font-size:1.2rem;
	background: -moz-linear-gradient(top,#fff 0%,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	/* IE */
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#e0e0e0');
	border:1px solid #999;
	border-radius:3px;
	padding:10px;
	text-decoration:none;
	text-align:center;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
}
input.btn_c_back{
	white-space:nowrap;
	color:#856FAE;
	font-weight:bold;
	font-size:1.6rem;
	background: -moz-linear-gradient(top,#fff 0%,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	/* IE */
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#e0e0e0');
	border:1px solid #999;
	border-radius:3px;
	padding:15px 30px;
	text-decoration:none;
	text-align:center;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
}

/* 青 */
ul.btn_s li.blue{
	background-color:#528ED1;
}
/* 赤 */
ul.btn_s li.red{
	background-color:#D5575A;
}
/* 黄 */
ul.btn_s li.yellow{
	background-color:#EDD10C;
}
/* 灰 */
ul.btn_s li.grey{
	background-color:#888;
}


*/
form ul.form{
	width:auto;
	display:inline-block;
}
form ul.form li{
	float:left;
	padding-right:15px;
	display:inline-block;
	vertical-align:middle;
}
form ul.form li.item{
	width:80px;
	clear:both;
}
form ul.form li.inputbox{
	width:50%;
	margin-left:80px;
}
label{
	margin-right:10px;
}

/* textBOX,textAREA幅 */
.L{
	width:600px;
	padding:5px;
}
.M{
	width:200px;
	padding:5px;
}
.S{
	width:100px;
	padding:5px;
}
.LMS{
	width:60%;
	padding:8px;
	margin-right:3px;
}

/* ime-mode */
.imeJ{
	ime-mode:active;
}
.imeE{
	ime-mode:inactive;
}

/* () */
.parentheses{
	font-size:1.2rem;
	width:100%;
}

/* ※ */
.kome{
	color:#F30;
	width:100%;
}

/* 必須項目 */
span.hissu{
	color:#FF0000;
	font-size:1.2rem;
	margin:0 5px;
	font-weight:bold;
}
input[type="radio"],
input[type="checkbox"]{
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5 , 1.5 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.5 , 1.5 );
    margin-right:0.9em;
    margin-bottom:1em;
}

/*===============================================
  PC用
===============================================*/
@media only screen and (min-width:1000px){	
	.L{
	width:85%;
}
}


/*===============================================
  モニター幅899px以下
===============================================*/
@media only screen and (max-width:999px){
input,
select,
text,
textarea{
	font-size:1.4rem;
	padding:5px;
}

select{
	font-size:1.4rem;
}
/*
form p{
	display:block;
	white-space:normal;
}
*/
form ul.form{
    width:90%;
}
form ul.form li{
    width:100%;
	display:block;
	padding-bottom:5px;
}
label{
	display: inline-block;
	margin-right:1.5em;
	line-height:200%;
}
input.btn_c_back{
	width:95%;
}
.L{
	width:80%;
}
.M{
	width:80%;
}
.S{
	width:40%;
}
.LMS{
	width:45%;
}
table.tbl1{
	display:block;
	border-top:1px solid #D2D2D2;
}
table.tbl1 tbody{
	display: block;
}
table.tbl1 tbody tr{
	display:block;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
}
table.tbl1 tbody th,
table.tbl1 tbody td{
	padding:5px;
	display:list-item;
	list-style-type: none;
	border-top:none;
	border-bottom:none;
}
table.tbl1 tbody th{
	white-space:nowrap;
	background::#F6F6F6;
	margin-top:-1px;
}
table.tbl1 td{
	width:100%;
}
.td_wd{
width: auto;
}

table.tbl2{
	display:block;
	padding:0 10px;
}
table.tbl2 tbody{
	display: block;
}
table.tbl2 tbody tr{
	display:block;
}
table.tbl2 tbody th,
table.tbl2 tbody td{
	padding:5px;
	display:list-item;
	list-style-type: none;
}
table.tbl2 tbody th{
	white-space:nowrap;
}
table.tbl2 td{
	width:100%;
}
#googleSRC input[type="text"]{
	width:100%;
}
}

/*===============================================
  画面の横幅が640pxまで（スマホ）
===============================================*/
@media only screen and (max-width:640px){
.ctn_form h3{
	text-align:center;
}
#btn_m li a{
	display:block;
	margin:8px 0;
}
.L{
	width:75%;
}
}


/*===============================================
  画面の横幅が480pxまで（スマホ）
===============================================*/
@media only screen and (max-width:480px){
}