@charset "euc-jp";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
	color:#333;
	font-size: 13px;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin:0px;
	padding:0px;
	background-image: url(../img/site_bg.png);
	background-size: contain;

}

a {
	color: rgba(16,95,179,1.00);
	text-decoration: none;
}

.block {
	display: block;
}

/* ------------------------------------------------------------


header


------------------------------------------------------------ */
#page-header {
	padding: 5px 0;
	background-color: rgba(0,0,0,0.6);
}

#page-header a.button {
	display: block;
	float: right;
	width: 50px;
	margin: 0 0 0 5px;
	padding: 5px;
	border: 2px solid #111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -moz-linear-gradient(
		top,
		#616161 0%,
		#4a4a4a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#616161),
		to(#4a4a4a));
	color: #ddd;
	text-align: center;
}


/* ------------------------------------------------------------


global_nav


------------------------------------------------------------ */

#global-navi{
	padding: 10px;
}

#global-navi ul {
	margin: 0 0 0 -2%;
}

#global-navi li {
	float: left;
	width: 48%;
	margin: 0 0 10px 2%;
	list-style: none;
}

#global-navi a {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
}

#global-navi a .image {
	display: block;
	border: 1px solid #fff;
	line-height: 0;
}

#global-navi a .image img {
	width: 100%;
	height: auto;
}

#global-navi a .text {
	display: block;
	padding: 5px;
	background-color: rgba(0,0,0,0.8);
	font-size: 13px;
	color: #fff;
}


/* ------------------------------------------------------------


footer


------------------------------------------------------------ */

#footer-navi {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		margin: 0 0 20px 0;
}

#footer-navi img {
		width: 80px;
		height: auto;
		padding: 0 5px;
}

#go-top {
	float: right;
	display: block;
	width: 80px;
	padding: 5px;
	background-color: rgba(0,0,0,0.8);
	color: #ccc;
	text-align: center;
}

#page-footer {
	clear: both;
	padding: 20px 15px;
	background-color: rgba(0,0,0,0.8);
}

#page-footer #footer-nav {
	margin-bottom: 15px;
}

#page-footer #footer-nav a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
}

#page-footer #footer-nav a .icon {
	width: 30px;
	height: auto;
	padding-right:10px;
	vertical-align: middle;
}

#page-footer #footer-nav a .text {
}


#page-footer address {
	color:#ffffff;
	font-style:normal;
	margin-bottom: 5px;
}

#page-footer #copyright {
	font-size: 10px;
	color:#ffffff;
}

/* ------------------------------------------------------------


section


------------------------------------------------------------ */
section {
	margin: 0 0 20px 0;
}

section.inside,
section .inside
{
	margin-left: 10px;
	margin-right: 10px;
}

section .content {
	padding: 10px;
}

section .content > *:last-child {
	margin-bottom: 0;
}

section h2,
section h3,
section h4,
section h5,
section h6,
section p,
section .l,
section ol
{
	margin-bottom: 15px;
}

/* ------------------------------------------------------------

デザイン

------------------------------------------------------------ */

/* 形状 */
.round-design-01 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.title-design-01 {
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #2a1f13;
}

.title-design-01:after {
	content:"";
	display: block;
	margin: 5px 0 0 0;
	border-bottom: 2px solid #2a1f13;
}

.title-design-02 {
	text-align: left;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #2a1f13;
}

.box-design-01 .inner {
	padding: 15px 10px;
	background-color: #f1ddbd;

}

.box-design-01 .inner > *:last-child {
	margin-bottom: 0;
}

.box-design-01:before {
	content: "";
	display: block;
	height: 8px;
	background: url(../img/paper_top_bg.png) no-repeat left bottom;
	background-size: cover;
}

.box-design-01:after {
	content: "";
	display: block;
	height: 8px;
	background: url(../img/paper_bottom_bg.png) no-repeat left top;
	background-size: cover;
}

.box-design-none {
	background-color: #fff;

}

.button-design-01 {
	display: block;
	color: #ffffff;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: -moz-linear-gradient(
		top,
		#ff4036 0%,
		#f70f0f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff4036),
		to(#f70f0f));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d90404;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	text-align: center;
}

.image-design-01 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

/* ------------------------------------------------------------

テーブル

------------------------------------------------------------ */
.table-01 {
	width:100%;
	border:1px solid #cccccc;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}

.table-01 th {
	width:30%;
	background-color:#4d3324;
	border:1px solid #fff;
	padding:10px 5px;
	font-weight:normal;
	text-align:center;
	text-align:left;
	color: #fff;
}

.table-01 td {
	border:1px solid #CCCCCC;
	background-color:#fff;
	padding:10px 5px;
	font-weight:normal;
	text-align:left;
}

