.container{
	margin:0 auto 0 auto;
}

#f_shiryou_cont {
    margin-top: 200px;
}

.container p{
	margin-bottom: 45px;
	font-size: 15px;
	line-height: 1.6;
	text-align:center;
}

.container p.att{
	margin-bottom: 0;
	font-size: 12px;
	line-height: normal;
	text-align:left;
}

.container .f-main{
	width:800px;
	margin:0 auto;
}

.t_bg{
	padding:10px 30px;
	background-color:#fef7e5;
}

.table{
	background-color:#fef7e5;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	font-size:14px;
	width:100%;
}

.table th.b_none ,table td.b_none{
	border-bottom:none;
}

.table th{
	border-top:none;
	border-bottom:#ccc 1px dotted;
	padding:25px 8px 8px 8px;
	width:25%;
	vertical-align:top;
	text-align:left;
}

table td{
	border-top:none !important;
	border-bottom:#ccc 1px dotted;
	padding:25px 8px 15px 8px !important;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th{
	background:none;
}

.container .f-main table td dt {
	margin-top: 5px;
	float: left;
	width: 40px;
	text-align: center;
}

.container .f-main table td dd {
	float: left;
	margin-right:10px;
}

.container .f_copy {
	text-align:right;
	margin-bottom:0;
}

.container .f_copy #powered_by_me{
	font-size:11px;
}

.container .f_copy #powered_by_me a{
	color:#666;
}

.container .f_btn{
	text-align:center;
	margin:30px auto 0 auto;
}

.container .f_btn2{
	text-align:center;
	margin:30px auto 0 auto;
	float:left;
	width:50%;
}

.label-important, .badge-important{
	background-color:#fe8f01;
	text-shadow:none;
	padding:3px 6px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	font-size: 11.844px;
	display: inline-block;
	border-radius: 3px;
}

label{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
	vertical-align: baseline;
}

.checkbox{
	min-height: 20px;
/*	padding-left: 20px;*/
}

input, button, select, textarea{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.input-xlarge{
	width:70%;
}
	p.agg label{
   		text-align:center;
	}
	p.agg label a{
   		text-align:center;
		color:#790202;
	}
	p.agg label a:hover{
   		text-align:center;
		color:#790202;
		text-decoration:underline;
	}
input[type="text"]:focus,
textarea:focus{border-color:rgba(255,186,46,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,186,46,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,186,46,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,186,46,0.6)}

textarea {
	height: auto;
	width:100%;
	border-radius: 4px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

.alert-danger, .alert-error{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn{
	font-size:20px;
	padding:20px 0;
	color:#FFFFFF;
	border:none;
	-webkit−transition: 1.0s ;	
	transition: 1.0s ;
}

.btn_check{
	background-color:#790202;
	background-image:url(../images/common/aorrow_wht.png);
	background-repeat:no-repeat;
	background-size:3%;
	background-position:96% 47%;
}

.btn_check:hover, .btn_check:focus, .btn_check:active, .btn_check.active, .btn_check.disabled, .btn_check[disabled]{
	background-image:url(../images/common/aorrow_wht.png);
	background-repeat:no-repeat;
	background-size:3%;
	background-position:96% 47%;
	background-color:#321c00;
	color:#FFF;
	-webkit−transition: 0.5s ;	
	transition: 0.5s ;
}

.btn_back{
	background-color:#806037;
	background-image:url(../images/common/aorrow_wht_left.png);
	background-repeat:no-repeat;
	background-size:3%;
	background-position:4% 50%;
}

.btn_back:hover, .btn_back:focus, .btn_back:active, .btn_back.active, .btn_back.disabled, .btn_back[disabled]{
	background-image:url(../images/common/aorrow_wht_left.png);
	background-repeat:no-repeat;
	background-size:3%;
	background-position:4% 50%;
	background-color:#321c00;
	color:#FFF;
	-webkit−transition: 0.5s ;	
	transition: 0.5s ;
}

.btn_top_box {
	width:800px;
	margin:0 auto;
	text-align:center;
}

.btn_top {
	background-color:#806037;
	background-image:url(../images/common/aorrow_wht.png);
	background-repeat:no-repeat;
	background-size:3%;
	background-position:96% 47%;
	padding: 20px 60px !important;
}

.btn_top:hover{
	background-image:url(../images/common/aorrow_wht.png);
	background-repeat:no-repeat;
	background-size:3%;
	background-position:96% 47%;
	background-color:#321c00;
	color:#FFF;
	-webkit−transition: 0.5s ;	
	transition: 0.5s ;
	text-decoration:none;
}

.clearfix{
	*zoom:1
}

.clearfix:before,.clearfix:after{
	display:table;
	line-height:0;
	content:""
}

.clearfix:after{
	clear:both
}


.container .f_btn input[type="submit"], input[type="reset"], input[type="button"]{
	width:60%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.container .f_btn2 input[type="submit"], input[type="reset"], input[type="button"]{
	width:70%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media screen and (min-width:768px) and ( max-width:1024px) {
	.container .f-main{
		width: 90%;
	}
	.container .f-main .table{
		width: 100%;
	}
/*	.table th{
		border-top:none;
		border-bottom:none;
		padding-top:25px;
		width:100%;
		display:block;
	}

	table td{
		border-top:none !important;
		border-bottom:#ccc 1px dotted;
		padding-top:0px !important;
		width:100%;
		display:block;
	}

	.container .f-main table td dt {
		width: auto;
	}
	
	.container .f-main table dd{
		float:none !important;
	}
*/
/*	.container .f-main table dd input[type="text"]{
		width:70%;
	}
*/	
	.container .f-main table dt{
		margin-right:10px; !important;
	}
		
	input, textarea, .uneditable-input{
		font-size:16px !important;
	}
	
	.input-xxlarge{
		width:100%;
	}
}

@media all and (min-width: 0px) and (max-width: 768px) {
	body{
		padding:0;
	}
	.drawer-menu{
		margin-top:-2.2%;
	}
	.container{
		padding:0 20px;
	}

	#f_shiryou_cont {
	margin-top: 100px;
	}
	
	.container p{
		text-align:left;
	}

	.container p.att{
		margin-bottom: 10px;
	}

	.container .f-main{
		width:100%;
		height:100%;
		margin:0 auto;
	}

	.t_bg{
		padding:10px 30px 10px 15px;
		background-color:#fef7e5;
	}
	
	.table th{
		border-top:none;
		border-bottom:none;
		padding-top:25px;
		width:100%;
		display:block;
	}
	
	table{
		table-layout:fixed;
	}

	table td{
		border-top:none !important;
		border-bottom:#ccc 1px dotted;
		padding-top:0px !important;
		width:100%;
		display:block;
	}

	.container .f-main table td dt {
		width: auto;
	}
	
	.container .f-main table dd{
		float:none !important;
		margin-right:0 !important;
	}
/*	.container .f-main table dd input[type="text"]{
		width:70%;
	}
*/	
	.container .f-main table dt{
		margin-right:10px; !important;
	}
		
	input, textarea, .uneditable-input{
		font-size:16px !important;
	}
	
	.container .f_btn2{
		text-align:center;
		margin:30px auto 0 auto;
		float:none;
		width:100%;
	}

	.input-xxlarge{
		width:100%;
		margin: 0;
		padding: 0;
	}

	label{
	white-space: normal;
	}
	
	.btn_check{
		background-image:url(../images/common/aorrow_wht.png);
		background-repeat:no-repeat;
		background-size:5%;
		background-position:96% 47%;
		font-size:3.4vw;
	}
	.btn_check:hover, .btn_check:focus, .btn_check:active, .btn_check.active, .btn_check.disabled, .btn_check[disabled]{
		background-image:url(../images/common/aorrow_wht.png);
		background-repeat:no-repeat;
		background-size:5%;
		background-position:96% 47%;
	}

	.btn_back{
		background-image:url(../images/common/aorrow_wht_left.png);
		background-repeat:no-repeat;
		background-size:5%;
		background-position:4% 50%;
		font-size:3.4vw;
	}
	.btn_back:hover, .btn_back:focus, .btn_back:active, .btn_back.active, .btn_back.disabled, .btn_back[disabled]{
		background-image:url(../images/common/aorrow_wht_left.png);
		background-repeat:no-repeat;
		background-size:5%;
		background-position:4% 50%;
	}

	.btn_top_box {
		width:100%;;
		margin:0 auto;
		text-align:center;
	}

	.btn_top {
		background-color:#806037;
		background-image:url(../images/common/aorrow_wht.png);
		background-repeat:no-repeat;
		background-size:5%;
		background-position:96% 47%;
		padding: 20px 60px !important;
		font-size:3.4vw;
	}

	.btn_top:hover{
		background-image:url(../images/common/aorrow_wht.png);
		background-repeat:no-repeat;
		background-size:5%;
		background-position:96% 47%;
		background-color:#321c00;
		text-decoration:none;
	}
	p.agg label{
   		text-align:center;
	}
	p.agg label a{
   		text-align:center;
		color:#790202;
	}
	p.agg label a:hover{
   		text-align:center;
		color:#790202;
		text-decoration:underline;
	}

}