@charset "utf-8";
html { height: 100%;}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	color: #333;
	height: 100%;
	position: relative;
}

header,main,article,section,nav,footer { display: block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
em {
	font-style: normal;
	font-weight: bold;
}
ol,ul { list-style: none;}
caption { text-align: left;}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/* ↑ここまでリセットcss */

/* フォーム入力欄 */
::-webkit-input-placeholder { color: #ccc;}
::-moz-placeholder { color: #ccc; opacity: 1;}
:-ms-input-placeholder { color: #ccc;}
input:focus::-webkit-input-placeholder { color: transparent;}
input:focus:-moz-placeholder { color: transparent;}
input:focus::-moz-placeholder { color: transparent;
}

#content_area a {
	color: #2C709F;
	text-decoration: none;
}
#content_area a:visited {
	color: #2C709F;
}
#content_area a:hover {
	text-decoration: underline;
}
#content_area a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
.mode { ime-mode: disabled;}
.unmode { ime-mode: active !important;}
.hide { display: none;}
#email_confirm {
	font-size: 230%;
	padding: 20px 0;
}


/*-------------------------------------------------------------
	ページに関する指定
-------------------------------------------------------------*/
#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}
header {
	width: 980px;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px dotted #999;
}
#logo {
	float: left;
	padding: 26px 0;
}
#logo a,
#logo img {
	display: block;
}
main {
	display: block;
	background: #FAEAE3;
}
main.f_admin{background: #fff;}
#content_wrap {
	width: 980px;
	background: #fff;
	margin: auto;
}
#content_wrap h1 {
	background: url(img/catch.jpg) center no-repeat;
	background-size: 100% auto;
	height: 240px;
	line-height: 240px;
	font-size: 200%;
	text-align: center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	color: #fff;
}
#content_wrap h1#training_h1 {
	background: url(img/h1.jpg) center no-repeat;
}

#content_area {
	padding: 50px;
}

.step {
	display: block;
	margin-bottom: 50px;
}

#content_area h2 {
	border-left: 4px solid #DA7041;
	font-size: 162.5%;
	line-height: 1.0em;
	padding-left: 10px;
	margin: 56px 0 26px;
	font-weight: bold;
}

#content_area h3 {
	border-bottom: 3px solid #DA7041;
	font-size: 125%;
	padding-bottom: 10px;
	margin: 46px 0 16px;
	font-weight: bold;
}
#content_area h4 {
	font-weight: bold;
	margin: 35px 0 16px;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
}

#content_area p {
	margin: 16px 0 0;
}

#content_area table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 16px;
}

#content_area table th,
#content_area table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 13px;
	vertical-align: top;
}

#content_area table th {
	text-align: left;
	background: #ededed;
	padding: 13px;
	width: 210px;
}

#content_area.db table td {
	padding: 13px;
}

#content_area.db table td p:first-child {
	margin-top: 0;
}

.input_m {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px;
	width: 230px;
}

.input_l {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px;
	width: 570px;
}

.input_keyword {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px;
	width: 390px;
}

.textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px;
	width: 570px;
	height: 60px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

.mr {
	margin-right: 30px;
}

input+br+input,
select+br+input {
	margin-top: 10px;
}

#content_area table ul {
	padding-left: 30px;
}

#content_area table ul li {
	list-style: disc;
}

#content_area table p+ul {
	margin-top: 20px;
}

.single_p p {
	margin: 0 !important;
}

span.fr {
	color: #c00;
}

form select {
	border-radius: 5px;
	padding: 6px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.list_add {
	text-align: right;
	margin: 20px 0 50px;
}

#content_area .list_add a {
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	padding: 10px 30px 10px 60px;
}

#content_area .list_add a.btn_dele {
	background: #666 url(img/icon_delete.png) 20px center no-repeat;
}

#content_area .list_add a.btn_dele:hover {
	cursor: pointer;
	background: #000 url(img/icon_delete.png) 20px center no-repeat;
}

#content_area .list_add a.btn_add {
	background: #2F67A6 url(img/icon_plus.png) 20px center no-repeat;
}

#content_area .list_add a.btn_add:hover {
	cursor: pointer;
	background: #204773 url(img/icon_plus.png) 20px center no-repeat;
}

#btn_area {
	margin-top: 50px;
	background: #FFFCDB;
	border-radius: 5px;
	text-align: center;
	padding: 50px;
	overflow: hidden;
	position: relative;
	min-height: 80px;
}

#btn_area_form {
	margin-top: 50px;
	border-radius: 5px;
	text-align: center;
	padding: 50px;
	overflow: hidden;
	position: relative;
	min-height: 50px;
}

#btn_area_traning {
	margin-top: 20px;
	background: #FFFCDB;
	border-radius: 5px;
	text-align: center;
	padding: 30px;
	position: relative;
}

#content_area #doi {
	margin: 0 0 20px;
}

#btn_area_traning #doi {
	margin: 0;
}

#content_area #form_btn1 {
	display: block;
	background: #DB7042;
	color: #fff;
	text-decoration: none;
	width: 310px;
	height: 80px;
	padding: 0;
	border: none;
	border-radius: 5px;
	font-size: 125%;
	margin: auto;
}

#content_area #form_btn1:hover {
	cursor: pointer;
	background: #C85726;
}

#content_area a#form_btn1 {
	line-height: 80px;
}

.training#form_btn {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.2);
}

.training#form_btn #form_btn1 {
	display: block;
	background: #DB7042;
	color: #fff;
	text-decoration: none;
	width: 200px;
	height: 54px;
	padding: 0;
	border: none;
	border-radius: 5px;
	font-size: 100%;
	margin: 15px auto 30px;
}

.training#form_btn #form_btn1:hover {
	cursor: pointer;
	background: #C85726;
}

.training#form_btn a#form_btn1 {
	line-height: 80px;
}

#content_area #form_btn1:hover {
	cursor: pointer;
}

#content_area #form_btn2 {
	display: block;
	background: #DB7042;
	color: #fff;
	text-decoration: none;
	width: 240px;
	height: 80px;
	padding: 0;
	border: none;
	border-radius: 5px;
	font-size: 125%;
	position: absolute;
	top: 50px;
	left: 400px;
}

#content_area a#form_btn2 {
	display: table;
	margin: 30px auto 0;
}

#content_area a#form_btn2 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#content_area #form_btn2:hover {
	cursor: pointer;
	background: #C85726;
}

#content_area #form_btn3 {
	display: block;
	background: #666;
	color: #fff;
	text-decoration: none;
	width: 160px;
	line-height: 80px;
	height: 80px;
	padding: 0;
	border: none;
	border-radius: 5px;
	font-size: 125%;
	position: absolute;
	top: 50px;
	left: 230px;
}

#content_area #form_btn3:hover,
#content_area #form_btn4:hover {
	background: #000;
}

#content_area #form_btn3:visited,
#content_area #form_btn4:visited {
	color: #fff;
}

#btn_area_form #form_btn2,
#btn_area_form #form_btn3 {
	width: 240px;
	line-height: 50px;
	height: 50px;
	font-size: 100%;
}

#btn_area_form #form_btn2 {
	left: 440px;
}

#btn_area_form #form_btn3 {
	left: 190px;
}

#content_area #form_btn4 {
	display: block;
	background: #666;
	color: #fff;
	text-decoration: none;
	width: 240px;
	line-height: 50px;
	height: 50px;
	padding: 0;
	border: none;
	border-radius: 5px;
	font-size: 100%;
	top: 50px;
	margin: 0 auto;
}

#return {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#return a,
#return img {
	display: block;
}

footer {
	clear: both;
	background: #fff;
	border-top: 1px dotted #999;
	padding: 10px 0;
}

#copyright {
	font-size: 75%;
	text-align: center;
}

#admin_area {
	padding: 10px;
	font-size: 75%;
}

#admin_area table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 8px;
}

#admin_area table th,
#admin_area table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
	vertical-align: top;
}

#admin_area table th {
	text-align: left;
	background: #ededed;
	padding: 7px;
	width: auto;
}

#catch img {
	display: block;
	margin: 20px auto;
	width: auto;
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------
	DB
-------------------------------------------*/

.news_d {
	border: 5px solid #FFD8BF;
	padding: 20px;
	margin: 20px 0;
}
.news_d p {margin:0 0 10px !important;}
.news_d p:last-child{margin-bottom:0 !important;}
.news_d p strong.red{font-weight:normal; color:#f00;}
.news_d2 {
	border: 5px solid #DC414D;
	padding: 20px;
	margin: 20px 0;
}

#footer_wrap {
	width: 940px;
	margin: auto;
	overflow: hidden;
}

#footer_link {
	float: left;
}

#footer_link a {
	color: #333;
	font-size: 75%;
	text-decoration: none;
	background: url(img/popup-orange.png) 0 center no-repeat;
	padding-left: 12px;
}

#footer_link a:hover {
	text-decoration: underline;
}

#footer_wrap #copyright {
	float: right;
}

#db_search {
	border-radius: 5px;
	overflow: hidden;
	background: #FAEAE3;
	padding: 20px 50px;
}

#content_area #db_search h2 {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.7;
	text-align: center;
	color: #DB7042;
	border-bottom: 2px solid #DB7042;
	font-size: 125%;
}

#db_search_wrap {}

#content_area #db_search_wrap ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 87.5%;
}

#content_area #db_search_wrap ul li {
	float: left;
	margin-right: 20px;
	display: table;
	margin-bottom: 20px;
}

#content_area #db_search_wrap ul li div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

#content_area #db_btn1 {
	display: block;
	background: #DB7042;
	color: #fff;
	text-decoration: none;
	width: 300px;
	height: 50px;
	padding: 0;
	border: none;
	border-radius: 3px;
	margin: auto;
}

#content_area #db_btn1:hover {
	cursor: pointer;
	background: #C85726;
}

a#db_btn1 {
	text-align: center;
	margin: 0 auto!important;
}

a#db_btn1 span {
	padding-top: 20px;
}

#db_list {
	margin-top: 30px;
}

#db_list li {
	margin-bottom: 15px;
}

#db_list li:last-child {
	margin-bottom: 0;
}

#db_list li a,
#db_list li a:visited {
	display: block;
	color: #333 !important;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 15px 50px 15px 30px;
	background: url(img/arrow-right-orange-bd.png) right center no-repeat;
}

#db_list li a:hover {
	text-decoration: none;
	background-color: #fffcdb;
}

#db_list li a span,
.category span {
	display: inline-block;
	width: 93px;
	padding: 2px 0;
	font-size: 75%;
	border: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
	margin-right: 10px;
	line-height: 1.2em;
	border-radius: 5px;
}

span.c_end {
	background: #666;
	color: #fff;
	border-color: #666 !important;
}

span.c_mosugu {
	background: #FF9300;
	color: #fff;
	border-color: #FF9300 !important;
}

span.c_now {
	background: #DC414D;
	color: #fff;
	border-color: #DC414D !important;
}

span.c_start {
	border-color: #DC414D !important;
	color: #DC414D;
}
#db_list li a .arch_title { display: flex; align-items:baseline;}
#db_list li a .arch_title span {
	display: inline-block;
	min-width: 100px;
	border: 1px solid #333;
	margin-right: 5px;
	border-radius: 0;
	text-align: center;
	font-size: 87.5%;
	position: relative;
	margin-right: 10px;
}
#db_list li a .arch_title strong {
	display: inline-block;
	font-size: 125%;
	line-height: 1.7;
	margin: 5px 0;
}

#db_list li a dl {
	font-size: 75%;
	line-height: 1.7;
}

#db_list li a dt {
	width: 6em;
}

#db_list li a dd {
	float: left;
	margin-top: -1.7em;
	padding: 0 0 0 7em;
	text-indent: -1em;
}

#db_list li a dd:last-child {
	padding-bottom: 0;
}

#db_list li a .history {
	color: #c00;
	font-size: 75%;
	margin: 0;
}

.category .history {
	color: #c00;
}

#content_wrap #content_area h1 {
	background: none;
	height: auto;
	line-height: 1.7;
	font-size: 200%;
	text-align: left;
	text-shadow: none;
	color: #333;
	margin-bottom: 50px;
}

.db_search_t label+label {
	margin-left: 10px;
}

#form_btn_area {
	margin-top: 50px;
}

#pagenav {
	margin: 70px 0 0;
	overflow: hidden;
	clear: both;
	text-align: center;
	position: relative;
	margin: 50px auto 0;
}

#pagenav a,
#pagenav span {
	display: inline-block;
	color: #333;
	padding: 5px;
	min-width: 25px;
	text-align: center;
	margin-right: 5px;
}

#pagenav a:hover,
#pagenav span.current {
	background: #F4D4C6;
}

#pagenav .previouspostslink,
#pagenav .previouspostslink:hover {
	float: left;
}

#pagenav .nextpostslink,
#pagenav .nextpostslink:hover {
	float: right;
}

#content_area #pagenav a:hover {
	text-decoration: none !important;
}

#content_area #pagenav a:visited {
	color: #333;
}

#content_area .link_btn {
	margin: 50px 0 0;
	text-align: center;
}

#content_area .link_btn a {
	display: inline-block;
	background: #DB7042;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 5px;
	min-width: 160px;
}

#content_area .link_btn a:hover {
	background: #C85726;
}

#content_area a[target="_blank"] {
	background: url(img/popup-orange.png) 0 center no-repeat;
	padding-left: 15px;
}

#content_area a[href$=".pdf"] {
	background: url(img/icon-pdf-red.png) 0 center no-repeat;
	padding-left: 20px;
}

.pdf {
	background: url(img/icon-pdf-red.png) 0 center no-repeat !important;
	padding-left: 20px !important;
}

#content_area a[href$=".doc"],
#content_area a[href$=".docx"] {
	background: url(img/icon-word.png) 0 center no-repeat;
	padding-left: 26px;
}

#content_area a[href$=".xls"],
#content_area a[href$=".xlsx"] {
	background: url(img/icon-excel.png) 0 center no-repeat;
	padding-left: 28px;
}

#content_area a[href$=".ppt"],
#content_area a[href$=".pptx"] {
	background: url(img/icon-powerpoint.png) 0 center no-repeat;
	padding-left: 50px;
}

#pankuzu {
	padding: 0 20px 10px;
	font-size: 75%;
}

#pankuzu ul {
	overflow: hidden;
}

#pankuzu ul li {
	float: left;
	margin-right: 10px;
}

#pankuzu ul li a {
	margin-right: 10px;
	color: #333;
}

footer.page #pankuzu {
	background: #fff;
	padding: 0 20px 10px;
	width: 940px;
}

#db_guide {
	position: fixed;
	top: 20px;
	right: 20px;
}

#content_area #guide_link {
	display: block;
	background: url(img/img_guide.png) 0 0 no-repeat;
	width: 54px;
	height: 150px;
	font-size: 0;
	padding: 0;
}

#content_area #guide_link:hover {
	opacity: 0.8;
}

#guide_link span {
	display: none;
}

.step_pc { display: block;}
.step_smp { display: none;}

.form_list { margin: 0 0 15px !important; padding: 10px 30px; background: #FBEBEB;}
.form_list li { list-style: disc;}

#content_area p.f_rb {
	font-weight: bold;
	color: #CB0000;
	font-size: 112.5%;
	margin: 30px 0;
}


span.kyokai,span.shibu,span.kenshu,span.event,span.koho,span.kinokai,span.homon,span.saishushoku,span.nuese,span.saigai,span.iryo,span.shokuno,span.wlb,span.juyo {
	display: inline-block;
	font-size: 75%;
	text-align: center;
	width: 95px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	vertical-align: middle;
	margin-left: 15px;
	border-radius: 5px;
}
span.kyokai { background: #DB7042;}
span.shibu { background: #8DBB2F;}
span.kenshu { background: #2F67A6;}
span.event { background: #7733AE;}
span.koho { background: #2FA691;}
span.kinokai { background: #2FA691;}
span.homon { background: #A078B4;}
span.saishushoku,span.nuese { background: #D59500;}
span.saigai { background: #DDB000;}
span.iryo { background: #187618;}
span.shokuno { background: #8DBB2F;}
span.wlb { background: #0098D9;}
span.juyo { background: #DC414D;}


@media screen and (max-width: 999px) {
	input[type="button"],
	input[type="submit"] {
		-webkit-appearance: none;
	}
	body {
		-webkit-text-size-adjust: 100%;
		word-wrap: break-word;
		font-size: 87.5%;
	}
	input,
	textarea,
	select {
		font-size: 16px;
	}
	select {
		width: 90%;
	}
	option {
		white-space: normal;
	}
	header {
		width: auto;
		margin: 0 20px;
	}
	#logo {
		float: none;
		padding: 26px 0;
	}
	#logo a,
	#logo img {
		display: block;
		width: 100%;
		height: auto;
		max-width: 408px;
	}
	#content_wrap {
		width: auto;
	}
	#content_wrap h1 {
		height: auto;
		line-height: 1.5;
		font-size: 200%;
		padding: 20px;
	}
	#content_area {
		padding: 20px 20px 50px 20px;
	}
	#content_area img {
		max-width: 100%;
	}
	#content_area h2 {
		font-size: 162.5%;
		line-height: 1.5em;
	}
	#content_area h3 {
		font-size: 125%;
	}
	#content_area table th,
	#content_area table td {
		display: list-item;
		list-style: none;
	}
	#content_area table th {
		width: auto;
	}
	.input_m {
		width: 90%;
	}
	.input_l {
		width: 90%;
	}
	.input_keyword {
		width: 90%;
	}
	.textarea {
		width: 90%;
	}
	/*-------------------------------------------
	DB
-------------------------------------------*/
	#footer_wrap {
		width: auto;
		padding: 0 20px;
	}
	#footer_link {
		float: none;
	}
	#footer_wrap #copyright {
		float: none;
	}
	#db_search {
		display: block;
		padding: 20px;
	}
	#content_area #db_search h2 {
		display: block;
		padding: 0 0 10px;
		width: auto;
	}
	#content_area #db_search h2 br {
		display: none;
	}
	#db_search_wrap {
		display: block;
	}
	#content_area #db_search_wrap ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-size: 87.5%;
	}
	#content_area #db_search_wrap ul li {
		float: none;
		margin-right: 0;
		display: block;
	}
	#content_area #db_search_wrap ul li div {
		display: block;
		padding-right: 0;
	}
	#content_area #db_btn1 {
		width: 100%;
		height: 50px;
	}
	#db_list li a span,
	.category span {
		display: block;
		margin: 0 5px 5px 0;
	}
	#db_list li a,
	#db_list li a:visited {
		padding-left: 20px;
	}
	#db_list li a strong {
		font-size: 125%;
	}
	#db_list li a dl {
		font-size: 87.5%;
		overflow: hidden;
	}
	#db_list li a dt {
		width: 100%;
	}
	#db_list li a dd {
		width: 100%;
		margin-top: 0;
		padding: 0;
		text-indent: 0;
	}
	#content_wrap #content_area h1 {
		font-size: 200%;
		margin-bottom: 50px;
		padding: 0;
	}
	#form_btn_area {
		margin-top: 50px;
	}
	#btn_area {
		margin-top: 50px;
		background: #FFFCDB;
		border-radius: 5px;
		text-align: center;
		padding: 20px 0;
		overflow: hidden;
		position: relative;
		min-height: auto;
	}
	#btn_area_form {
		margin-top: 20px;
		border-radius: 5px;
		text-align: center;
		padding: 0;
		overflow: hidden;
		position: relative;
		min-height: 50px;
	}
	#btn_area_traning {
		margin-top: 20px;
		background: #FFFCDB;
		border-radius: 5px;
		text-align: center;
		padding: 15px;
		position: relative;
	}
	#content_area #doi {
		margin: 0 0 20px;
	}
	#btn_area_traning #doi {
		margin: 0;
	}
	#content_area #form_btn1 {
		display: block;
		background: #DB7042;
		color: #fff;
		text-decoration: none;
		width: 80%;
		height: 54px;
		padding: 0;
		border: none;
		border-radius: 5px;
		font-size: 100%;
		margin: auto;
	}
	#content_area #form_btn1:hover {
		cursor: pointer;
		background: #C85726;
	}
	#content_area a#form_btn1 {
		line-height: 54px;
	}
	.training#form_btn {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 80px;
		background: rgba(0, 0, 0, 0.2);
	}
	.training#form_btn #form_btn1 {
		display: block;
		background: #DB7042;
		color: #fff;
		text-decoration: none;
		width: 200px;
		height: 54px;
		padding: 0;
		border: none;
		border-radius: 5px;
		font-size: 100%;
		margin: 15px auto 30px;
	}
	.training#form_btn #form_btn1:hover {
		cursor: pointer;
		background: #C85726;
	}
	.training#form_btn a#form_btn1 {
		line-height: 80px;
	}
	#content_area #form_btn1:hover {
		cursor: pointer;
	}
	#content_area #form_btn2 {
		display: block;
		background: #DB7042;
		color: #fff;
		text-decoration: none;
		width: 80%;
		height: 54px;
		padding: 0;
		border: none;
		border-radius: 5px;
		font-size: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
	}
	#content_area a#form_btn2 {
		display: table;
		margin: 30px auto 0;
	}
	#content_area a#form_btn2 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#content_area #form_btn2:hover {
		cursor: pointer;
		background: #C85726;
	}
	#content_area #form_btn3 {
		display: table;
		background: #666;
		color: #fff;
		text-decoration: none;
		width: 80%;
		line-height: 54px;
		height: 54px;
		border: none;
		border-radius: 5px;
		font-size: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 20px;
	}
	#content_area #form_btn3 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#content_area #form_btn3:hover {
		background: #000;
	}
	#content_area #form_btn3:visited {
		color: #fff;
	}
	#btn_area_form #form_btn2,
	#btn_area_form #form_btn3 {
		width: 100%;
		line-height: 50px;
		height: 50px;
		font-size: 100%;
	}
	#pagenav .previouspostslink,
	#pagenav .previouspostslink:hover {
		float: none;
	}
	#pagenav .nextpostslink,
	#pagenav .nextpostslink:hover {
		float: none;
	}
	#db_list {
		margin-top: 15px;
	}
	#pankuzu {
		width: auto;
		padding: 10px;
	}
	footer.page #pankuzu {
		background: #fff;
		padding: 10px;
		width: auto;
	}
	#db_guide {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		margin-top: 50px;
	}
	#content_area #guide_link {
		display: inline-block;
		background: #DB7042 url(img/icon-pdf-white.png) 15px center no-repeat;
		width: auto;
		height: auto;
		font-size: 100%;
		color: #fff;
		text-decoration: none;
		padding: 15px 15px 15px 40px;
		text-align: center;
		border-radius: 5px;
	}
	#guide_link span {
		display: block;
	}
}



@media screen and (max-width: 767px) {
.step_pc { display: none;}
.step_smp { display: block;}
}
