@charset "UTF-8";
/* CSS Document */
/*************
/* 基本レイアウト
*************/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	background-color: #001428;
	-webkit-text-size-adjust:100%;
}
html {
	overflow-y: scroll;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#top-wrapper {
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sub-wrapper {
	width: 100%;
	background-image: url(../images/bg-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-content {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header-bottom {
	width: 100%;
	height: 70px;
	background-image: url(../images/silhouette.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 110px;
	padding-left: 0px;
}
#unit2Col{
	max-width: 680px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#unit2Col h2{
	font-size: 26px;
	padding-top: 30px;
}
#unit2Col h3{
	font-size: 22px;
	line-height: 22px;
}


#unit2Col p{
	font-size: 16px;
	line-height: 2.0em;
	
}
p.indent-1 {
padding-left:5em;
text-indent:-5em;
}
.top-info h1 {
	color: #FFF;
	font-size: 20px;
	line-height: 1.7em;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1{
	font-size: 30px;
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 50px;
	border-bottom-width: 1px;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	
}
.top-info p {
	color: #FFF;
	font-size: 15px;
	line-height: 1.7em;
	padding-right: 20px;
	padding-left: 20px;
}

#footer {
	background-color: #333;
	bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .line-it-button {
	display: block;
	padding-left: 10px;
}
#footer .copyright{
	padding-right: 30px;
}

/*フローティング */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1pt;
	line-height: 0pt;
}
hr {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #283C50;
	border-top-width: 1px;
	border-top-style: dotted;
}
.detail-M {
	font-size: 16px;
}
.detail-s {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 10px;
}
/*************
/* FB用
*************/

.facebook-wrapper {
    max-width: 500px;
	margin-right: 20px;
	margin-left: 20px;
}

.facebook-wrapper > .fb-page {
	width: 100%;
	
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
	
}



/* ヘッダーナビ */
.nav a {
	color: #FFF;
	text-decoration: none;
	width: 21%;
	height: 53px;
	float: left;
	margin-right: 4%;
	line-height: 20px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.nav a:hover {
	color: #66CCFF;
	text-decoration: none;
	border-top-style: solid;
	border-top-color: #66CCFF;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #66CCFF;
}
.nav-select a {
	color: #66CCFF;
	text-decoration: none;
	width: 21%;
	height: 53px;
	float: left;
	line-height: 20px;
	margin-right: 4%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-style: solid;
	border-top-color: #66CCFF;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #66CCFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.nav-form a {
	color: #FFF;
	text-decoration: none;
	width: 25%;
	height: 105px;
	float: left;
	line-height: 20px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-image: url(../images/nav-form.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.nav-form a:hover {
	color: #66CCFF;
	text-decoration: none;
	background-image: url(../images/nav-form-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.nav-form-select a {
	color: #66CCFF;
	text-decoration: none;
	width: 25%;
	height: 105px;
	float: left;
	line-height: 20px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-image: url(../images/nav-form-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#logo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* PC用 */
@media only screen and (min-width:960px) {
#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: left;
	height: 65px;
	width: 170px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.headNav {
	padding: 0;
	width: 420px;
	height: 105px;
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	font-size: 140%;
	float: right;
}
img.top-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}
.top-info {
	float: left;
	width: 480px;
}
.top-fb {
	float: right;
	width: 480px;
}
#unit2Col .formTable tr th{
	font-size: 14px;
	line-height: 1.3em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#unit2Col .formTable td{
	font-size: 12px;
	line-height: 2em;
	color: #C00;
}
.pc-hidden { display:none !important; }
}


/* タブレット */
@media only screen and (max-width:959px) {

#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: left;
	height: 65px;
	width: 170px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.headNav {
	padding: 0;
	width: 420px;
	height: 105px;
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	font-size: 140%;
	float: right;
}
img.top-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}
.top-info {
	float: none;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.top-fb {
	float: none;
	width: 480px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#unit2Col .formTable tr th{
	font-size: 14px;
	line-height: 1.3em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#unit2Col .formTable td{
	font-size: 12px;
	line-height: 2em;
	color: #C00;
}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:630px) {
#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: none;
	height: 65px;
	width: 170px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.headNav {
	padding: 0;
	width: 100%;
	max-width: 420px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	display: block;
	float: none;
}
img.top-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
.top-info {
	padding: 0;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
}
.top-fb {
	margin-top: 30px;
	padding: 0;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
}
#unit2Col .formTable tr th{
	font-size: 12px;
	line-height: 1.3em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#unit2Col .formTable td{
	font-size: 10px;
	line-height: 2em;
	color: #C00;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:479px) {
#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: none;
	height: 65px;
	width: 170px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.headNav {
	padding: 0;
	width: 100%;
	max-width: 420px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	display: block;
	float: none;
}
img.top-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 400px;
}
.top-info {
	padding: 0;
	width: 100%;
	display: block;
	float: none;
}
.top-fb {
	margin-top: 30px;
	padding: 0;
	width: 100%;
	display: block;
	float: none;
}

}
