@charset "utf-8";
/* BASESTYLE CSS */

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.6;
	font-size: 16px;
	color: #333333;
	overflow-x: hidden;
	letter-spacing: 1px;
	text-align: left;
	background: #ffffff;
}

textarea {
	font-size: 80%;
	font-family: -apple-system,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}


a:link.dl {
	text-decoration:none;
	color:#0000ff;
	}

a:visited.dl {
	text-decoration:none;
	color:#0000ff;
	}

a:active.dl {
	text-decoration:none;
	color:#0000ff;
	}

a:hover.dl {
	text-decoration:underline;
	}


h1 {
	font-size: 30px;
	text-align: center;
	margin: 50px;
	line-height: 2.5;
	color: #666666;
}

span {
	display: inline-block;
}

/*------- HEADER --------- */
#header {
	padding:5px 5px;
}

/*------- LOGO＋MENU --------- */
.logo {
	height: 63px;
}

#menu {
	background:#ffffff;
}

#menu nav {
	text-align:left;
	margin-bottom: 0;
}

#menu nav ul {
	display: -webkit-box;     /* old Android */
	display: -webkit-flex;    /* Safari etc. */
	display: -ms-flexbox;     /* IE10        */
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
}

#menu nav li {
	margin-right: 20px;
	padding:10px 10px;
}

@media (min-width: 768px) {
	#menu nav li:first-child {
		margin-right: auto;  /* ロゴの左寄せ */
		}
}

@media (max-width: 768px) {
	#menu nav ul {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}


/*------- NAVI BAR --------- */
#navibar {
	background: #000099;
}

#navibar .nb_text {
	font-size: 14px;
	text-align: left;
	padding-left: 30px;
	color: #ffffff;
}

#navibar .nb_text a{
	color: #ffffff;
}


/*------- CONTENT TITLE --------- */
#titlebox {
	background-color: #99ccff;
}

#contentstitle {
	background-color: #99ccff;
	color: #ffffff;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#contentstitle:before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	display: block;
	width: 180px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 100px 100px 0 0;
	opacity: 0.6;
}

#contentstitle .tit_text{
	padding-left: 80px;
	font-size: 30px;
}


/*------- FOOTER --------- */
#footer {
	background: #4169e1;
	color: #ffffff;
}

#footer .ft_cr {
	text-align: center;
	margin: 0 auto;
	padding: 50px;
}


/*----------------------------------------------------
.btn
----------------------------------------------------*/
.btn{ display: inline-flex; line-height: 50px; width: 100%; }

.btn01{
     width: 200px;
     height: 50px;
     background-color: #dcdcdc;
     border: none;
     font-size: 1.2em;
     text-decoration: none;
     text-align: center;
     display: block;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.btn01:hover{ background-color: #c0c0c0; text-decoration: none; }

.conf_btn{ margin: 0 auto; }
.top_btn{ margin: 0 20px 0 auto; }
.add_btn{ margin: 0 auto 0 20px; }

@media screen and (max-width: 768px) {
	.top_btn{ 
		margin: 0 4px 0 auto;
	 }
	.add_btn{ 
		margin: 0 auto 0 4px;
	}
}

.kit_img{ max-width: 100%; height: auto;}
