@charset "utf-8";
/* color ***********/
a ,
body {
	color: #333333;
}
header {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(223,223,223,0.80) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(223,223,223,0.80) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(223,223,223,0.80) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.80) 0%,rgba(223,223,223,0.80) 100%);
}
nav ,
footer ,
.kouji ,
.submit_bt {
	background-color: #69B4C8;
}
nav ul li ,
.syuusei_bt {
	background-color: #5CA6B9;
}
nav ul li {
	border-right: 1px solid #3B8093;
	border-left: 1px solid #8CC6D5;
}
nav ul li a:hover ,
.syuusei_bt:hover {
	background-color: #2F6F80;
}
nav ul li a ,
footer ,
.submit_bt ,
.syuusei_bt {
	color: #F0F0F0;
}
.maincontents h2 ,
.maincontents h3 ,
.submit_bt:hover ,
.syuusei_bt:hover {
	color: #5CA6B9;
}
.maincontents h2 {
	border-left: 15px solid #5CA6B9;
	border-top: 2px solid #5CA6B9;
	border-right: 2px solid #5CA6B9;
	border-bottom: 2px solid #5CA6B9;
}
.maincontents h3 {
	border-bottom: 2px solid #5CA6B9;
}
.submit_bt {
	border: 1px solid #69B4C8;
}
.submit_bt:hover ,
.syuusei_bt:hover {
	background-color: #FFFFFF;
}
.syuusei_bt {
	border: 1px solid #5CA6B9;
}
.alert_box {
	border: 1px solid #C70003;
	color: #C70003;
}
.a--------------------------- {
}
/*******************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.8;
}
.wrap {
	margin-bottom: -100px;
	min-height: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

header h1 {
	float: left;
}
.logo {
	width: 188px;
	margin-top: 5px;
	margin-left: 5px;
}


.menu_bt {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	display: none;
}
.menu_bt img {
	width: 50%;
	cursor: pointer;
}

nav {
	-webkit-box-shadow: 0px 5px 5px #C8C8C8;
	box-shadow: 0px 5px 5px #C8C8C8;
	z-index: 99999;
}
nav ul {
	display: block;
}
nav ul li {
	float: left;
	width: 14.285%;
	height: 3em;
}
nav ul li a {
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1;
	height: 100%;
	padding-top: 0.5em;
}
.ichi {
	padding-top: 1em;
	padding-bottom: 1em;
}
footer {
	height: 100px;
	text-align: right;
	padding-right: 10px;
}
footer .inner {
/*	background-image: url(../img/common/moo_face.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 90px;
	height: 100px;
}
.maincontents {
	padding-bottom: 120px;
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px #A0A0A0;
	box-shadow: 0px 0px #A0A0A0;
	padding-top: 10px;
}
.ireko_2 {
	width: 49%;
	margin-right: 1%;
	float: left;
}
.maincontents h2 {
	font-weight: bold;
	font-size: 120%;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 5px 5px #D7D7D7;
	box-shadow: inset 0px 5px 5px #D7D7D7;
}
.maincontents h3 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;


}
.futamoji {
	letter-spacing: 1em;
	margin-right:-1em;
}
.kouji {
	text-align: center;
	width: 50%;
	margin-top: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	color: #FFFFFF;
	border-radius: 10px;
}
.kouji .k_title {
	font-weight: bold;
	border-bottom: 1px dotted #FBFBFB;
}
.hasu li {
	background-image: url(../img/common/icon_hasu.png);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	margin-left: 10px;
	padding-left: 25px;
	margin-bottom: 5px;
}
dl {
	border-bottom: 1px dotted #9C9C9C;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
dt {
	float: left;
	font-weight: bold;
	width: 30%;
	text-align: right;
	padding-right: 20px;
	max-width: 10em;
}
dd {
	float: left;
	width: 70%;
}
.word_area {
	padding-left: 20px;
	padding-right: 20px;
}


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

.inner {
	width: 100%;
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99999;
}
nav {
	height: 2px;
	font-size: 150%;
}
nav ul {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 10em;
}
nav ul li {
	margin-top: 0px;
	float: none;
	border-top: 1px solid #8CC6D5;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #3B8093;
	width: 10em;
}

.menu_bt {
	display: block;
}
.maincontents {
	padding-top: 80px;
}
}

@media screen and (max-width:480px){
body {
	font-size: 120%;
}
.ireko_2 {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer {
	font-size: 60%;
}
.kouji {
	width: 80%;
}
dt ,
dd {
	text-align: left;
	float: none;
	width: 100%;
}
nav ul li {
	height: 2.5em;
}
.ichi {
	padding-top: 0.75em;
	padding-bottom: 0.5em;
}
	nav ul li a {
	padding-top: 3px;
	padding-bottom: 2px;
}
}
