@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/

body {
	color: #282828;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.714;
	background: #fff url(../img/base/backimg.png);
	min-width: 1007px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	border-top:5px solid #7d4701;
}

@media only screen and (max-width: 736px) {
	body {
		min-width: 320px;
		background-size: 12.5% auto;
		height: 100%;
	}
}

a {
	position: relative;
}
a:link, a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active {
	color: inherit;
	text-decoration: underline;
}
.linkbox {
	cursor: pointer;
}

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

}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	width: 49.074%;
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 1.851%;
	z-index: 2;
}

.img_float_r {
	width: 49.074%;
	float: right;
	*display: inline;
	*zoom: 1;
	margin-left: 1.851%;
	z-index: 2;
}

@media only screen and (max-width: 736px) {
	.img_float_l,
	.img_float_r {
		/*float: none;*/
		display: block;
		width: auto !important;
		max-width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		float: none;
	}
	.img_float_l img,
	.img_float_r img  {
		display: block;
		margin: 0 auto;
	}
}


/*color
----------------------------------------*/

.color_red { color: #e60f13;}
.color_blue { color: #0057ce; }
.color_geen { color: #17820f; }
.color_orange { color: #ff7011; }
.color_gray { color:#999999; }
.color_black { color:#000000; }


/* hr
----------------------------------------*/

hr {
	clear: both;
    border: none;
    border-top: solid 2px #b7d330;
    height: 1px;
    color: #b7d330;
    margin: 28px 0;
}

hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}



/*header
----------------------------------------*/
#header {
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

#header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: #efefef;
}

#header h1 {
	width: 998px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 77%;
	padding: 6px 0 1px;
}

#header #logo {
	width: 1000px;
	margin: 0 auto 2px;
}

#header .header_tel {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 500px;
	text-align: right;
}

#header #gnav {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

#header #gnav ul {
	margin-left: -18px;
	margin-right: -20px;
}

#header #gnav li {
	float: left;
	margin-bottom: 15px;
}

#header #gnav li + li {
	border-left: dotted 1px #1b1b1b;
}

#header #gnav li a {
	display: block;
	padding: 5px 20px 4px 19px;
}


#header #gnav li a:hover:after,
#header #gnav li.current a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	height: 5px;
	background: #dc3533;
	z-index: 2;
}

#header #gnav li a img {
	display: block;
}

#header #show_menu {
	display: none;
	z-index: 155;
}

@media only screen and (max-width: 736px) {
	#header {
    	overflow: visible;
    	position: fixed;
    	left: 0;
    	right: 0;
    	top: 0;
    	z-index: 200;
	}

	#header:after {
    	display: none;
	}

	#header h1 {
		width: auto;
		font-size: 61.5%;
		position: absolute;
		top: 50%;
		left: 49.687%;
		margin: -.8em 0 0;
		padding: 0;
		line-height: 1.5;
	}

	#header #logo {
		width: auto;
		padding: 16px 52.968% 11px 4.687%;
	}

	#header .header_tel {
    	display: none;
	}

	#header #show_menu {
		width: 12.343%;
		position: absolute;
		right: 4.687%;
		top: 15px;
		display: block;
		background: url(../img/common/btn_close.png) no-repeat;
		background-size: 100% auto;
		overflow: hidden;
		line-height: 1;
	}

	#header #show_menu.menu_open {
    	text-indent: -500px;
	}

	#header #gnav {
		width: auto;
    	display: none;
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	background: rgba(1,55,125,.95);
    	z-index: 150;
    	padding-top: 23.437%;
    	overflow-y: auto;
	}

	#header #gnav ul {
		margin-left: 10.937%;
		margin-right: 10.937%;
		overflow: hidden;
	}

	#header #gnav li + li {
		border-left: none;
		border-top: dotted 1px #fff;
	}

	#header #gnav li {
    	margin-bottom: 0;
	}

	#header #gnav li a:hover:after,
	#header #gnav li.current a:after {
    	display: none;
	}

	#header #gnav li a {
		padding: 4.8% 0 !important;
	}

	#header #gnav > p.visible_sp {
    	margin: 0 4.687%;
    	padding-top: 17px;
	}
}


/*contents
----------------------------------------*/
#contents {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 53px 0 0;
}

main {
	width: 760px;
	float: left;
}

@media only screen and (max-width: 736px) {
	#contents {
		width: auto;
		padding: 0;
	}

	main {
		width: auto;
		float: none;
	}

	.pc_link {
		text-align: center;
		background: #fff;
		margin-top: -3px;
		font-size: 93%;
		padding-bottom: 20px;
	}

	.pc_link a {
		width: 51.25%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
    	display: inline-block;
    	border: solid 1px #a0a0a0;
    	background: url(../img/common/icon_arrow_pc.png) no-repeat 92.987% center;
    	background-size: 6px auto;
    	height: 33px;
    	border-radius: 17px;
    	line-height: 31px;
    	padding-right: 17px;
	}

	.pc_link a img {
    	width: 19px;
    	vertical-align: middle;
    	margin-right: 10px;
	}
}


/*sub
----------------------------------------*/
#sub {
	width: 200px;
	padding-top: 8px;
	float: right;
}

#sub .members_block {
	background: url(../img/common/bg_members.png);
	margin: 24px 0 30px;
	padding: 19px 15px 14px;
	font-size: 108%;
}

#sub .members_block:before {
	content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #fff;
}

#sub .members_block h2 {
	border-bottom: dotted 1px #01377d;
	padding: 0px 0 4px 2px;
	margin-bottom: 11px;
}

#sub .members_block dl {
	margin-bottom: 15px;
}

#sub .members_block dt {
	margin-bottom: 2px;
}

#sub .members_block dd {
	margin-bottom: 9px;
}

#sub .members_block input[type=text],
#sub .members_block input[type=password] {
	border: solid 1px #d2d2d2;
	width: 100%;
	height: 38px;
}

#sub .members_block input[type=submit] {
	background: #01377d;
	width: 100%;
	border: none;
	font-family: inherit;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	height: 45px;
	cursor: pointer;
}

#sub .members_block .btn + p {
	text-align: center;
	font-size: 12px;
	margin-top: 9px;
	line-height: 1.7;
}

#sub .members_block .btn + p a {
	color: #01377d;
	text-decoration: underline;
}

#sub .nav_block {
	border-top: solid 3px #7d4701;
	border-bottom: solid 3px #7d4701;
	margin: 23px 0 29px;
	padding: 1px 15px 0;
	background: #fff;
}

#sub .nav_block li + li {
	border-top: solid 1px #d8d8d8;
}

#sub .nav_block li a {
	font-size: 93%;
	display: block;
	padding: 10px 0 10px;
	margin: 0 -2px;
	letter-spacing: .5px;
    font-weight: bold;
    background: url(../img/common/icon_sub_arrow01.png) no-repeat right center;
}

@media only screen and (max-width: 736px) {
	#sub {
		width: auto;
		padding-top: 0;
		float: none;
	}

	#sub .bnr_block {
		margin: 0 4.687%;
	}

	#sub .sub_inner {
		border-top: solid 4px #01377d;
		background: #fff;
		padding-bottom: 1px;
		margin-top: 35px;
	}

	#sub .members_block {
		margin: 34px 4.687% 18px;
		padding: 21px 5.172% 21px 5.517%;
		font-size: 93%;
	}

	#sub .members_block:before {
	    top: 3px;
	    left: 3px;
	    right: 3px;
	    bottom: 3px;
	}

	#sub .members_block h2 {
    	padding-bottom: 8px;
    	margin-bottom: 15px;
	}

	#sub .members_block h2 img {
    	width: 41.015%;
	}

	#sub .members_block dl {
		margin-bottom: 23px;
	}

	#sub .members_block dt {
    	position: absolute;
    	left: 0;
    	padding-top: 4px;
    	width: 71px;
	}

	#sub .members_block dd {
		position: static;
		margin-bottom: 9px;
		padding-left: 71px;
	}

	#sub .members_block input[type=text],
	#sub .members_block input[type=password] {
		height: 29px;
	}

	#sub .members_block .btn {
    	text-align: center;
	}

	#sub .members_block input[type=submit] {
		width: 49.514%;
		height: 34px;
	}

	#sub .members_block .btn + p {
		font-size: 12px;
		margin-top: 11px;
	}

	#sub .sub_inner .bnr_block {
    	margin: 0 10.625% 0 10.312%;
	}

	#sub .nav_block {
		margin: 14px 4.687% 19px;
		padding: 0 6.551% 1px;
	}

	#sub .nav_block + .nav_block {
    	margin-bottom: 5px;
	}

	#sub .nav_block li a {
		padding: 24px 0;
		margin: 0;
		letter-spacing: .5px;
	    background-image: url(../img/common/icon_sub_arrow01_sp.png);
	    background-size: 6px auto;
	}
}


/*pagetop
----------------------------------------*/
#pagetop {
	z-index: 150;
}

#pagetop a {
    position: absolute;
	right: 30px;
	bottom: 30px;
}

#pagetop img {
	display: block;
}

@media only screen and (max-width: 736px) {
	#pagetop {
    	display: none;
	}
}


/*footer
----------------------------------------*/
#footer {
	background: #303030;
	color: #fff;
	padding: 15px 0 0;
	position: static;
}

#footer #fnav {
	width: 998px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 15px;
}

#footer #fnav dl,
#footer #fnav ul {
	width: 166px;
	float: left;
}

#footer #fnav dt,
#footer #fnav li {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 18px;
}

#footer #fnav dt + dt {
	padding-top: 15px;
}

#footer #fnav dd {
	margin-bottom: 4px;
	font-size: 93%;
}

#footer #fnav dd a {
	color: #c0c0c0;
}

#copyright {
	background: #7d4701;
	color: #9eb3ce;
	text-align: center;
	padding: 10px 0 12px;
}

#copyright small {
	font-size: 93%;
}

@media only screen and (max-width: 736px) {
	#footer {
		padding: 18px 0 0;
		text-align: center;
	}

	#footer #fnav {
    	display: none;
	}

	#footer .footer_contact {
    	padding-bottom: 12px;
	}

	#footer .footer_contact h2 {
    	font-size: 116%;
	}

	#footer .footer_contact h2 + p {
    	font-size: 80.7%;
    	margin: -1px 0 11px;
	}

	#footer .footer_contact p img {
    	width: 75.937%;
	}

	#footer .footer_contact p:last-child img {
    	width: 59.062%;
    	margin-top: 5px;
	}

	#copyright {
		padding: 2px 0 6px;
	}

	#copyright small {
		font-size: 69.2%;
	}
}

