@charset "UTF-8";
/* CSS Document */


html {
	margin: 0!important;
	padding: 0!important;
	border: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: top;
	overflow-x: hidden;
}
body {
	margin: -20px 0 0 0;
	padding: 0!important;
	width: 100%;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
h1 span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	font-size: 17px;
	padding: 11px 0;
}
a {
	color: #1111cc;
	font-size: 17px;
	font-weight: 700;
	-moz-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	-ms-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
}
a:hover {
	border-bottom-color: transparent;
	border-bottom: 1px;
	color: #ffaa00;
}
con1280 {
	width: 1280px;
	margin: 0 auto;
}
.con1080 {
	width: 1080px;
	margin: 0 auto;
}
.con960 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.marker {
	background: linear-gradient(transparent 0%, #fff000 0%);
	padding: 2px;
}
header {
	max-width: 100%;
	font-size: 12px;
	line-height: 175%;
	background: #111;
	color: #fff;
}
footer {
	max-width: 100%;
	font-size: 12px;
	line-height: 175%;
	background: #111;
	color: #fff;
}
#header {
	width: 960px;
	margin: 0 auto;
}
#logo {
	width: 540px;
	text-align: left;
	margin: 0;
}
#logo img {
	padding: 0!important;
	position: relative;
	top: 55px;
}
#footer_logo img {
	padding: 0!important;
	margin: 60px auto 30px auto;
}
.underline {
	text-decoration: none;
	border-bottom: 1px solid #1b95e0;
	padding-bottom: 25px;
}
.textlink {
	width: 540px;
	height: 40px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.textlink2 {
	width: 430px;
	height: 40px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.textlink a, .textlink2 a {
	font-size: 20px;
}
/*---------------------- main ------------------------*/

.right {
	position: relative;
	float: right!important;
}
.right img {
	float: right;
}
.box {
	width: 960px;
	background: #fff;
	padding: 30px 0;
	margin: 40px auto;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #999 !important;
	-webkit-box-shadow: 1px 1px 3px #999 !important;
	overflow: hidden;
}
ul li {
	list-style: none;
}
.text {
	text-align: left;
}
.text2 {
	padding-left: 30px;
}
.s_text {
	margin: 20px 0;
	font-size: 14px;
	text-align: left;
}
.s_text p {
	font-size: 14px;
}
.arrow {
	margin: -1px auto 40px auto;
	text-align: center;
}
.in_arrow {
	margin: -1px auto 40px auto;
	text-align: center;
}
.btn {
	margin: 20px auto;
}
.btn img {
	border-radius: 20px;
	-moz-box-shadow: 3px 3px 7px #999;
	-webkit-box-shadow: 3px 3px 7px #999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn img:hover {
	opacity: 0.8;
	filter: srvc(opacity=80);
	-ms-filter: "srvc(opacity=80)";
	-webkit-box-shadow: 0px 1px 1px #777;
	box-shadow: 0px 1px 1px #777;
	margin-left: auto;
	margin-right: auto;
}
#pinkread {
	background: url(../images/formtitlebkgrnd.png);
	background-repeat: repeat;
	background-position: center;
	max-width: 100%;
	height: 105px!important;
}
#greenread {
	background: url(../images/flowbkgrnd.png);
	background-repeat: repeat;
	background-position: center;
	max-width: 100%;
	padding: 15px 0;
	margin-bottom: 40px;
	text-align: center;
}
/*---------------------- nav ------------------------*/
nav#menu {
	width: 960px;
	background-color: #111;
	margin: 0 auto;
	overflow: hidden;
}
nav#menu ul {
	width: 480px;
	background-color: #111;
	height: 26px;
	padding: 13px 0;
	float: right;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	border-right: 0px dotted rgba(0,0,0,0);
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #fff;
	list-style: none;
	float: left;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
nav#menu ul li .home {
	border-left: 0;
}
#current {
	background: #FFF!important;
	color: #000!important;
}
nav#menu ul li a {
	color: #fff;
	width: auto;
	padding: 0 30px;
	font-size: 13px!important;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 0px dotted rgba(0,0,0,0);
}
/*マウスオン時の設定*/
nav#menu ul li:hover {
	background: #FFF!important;
	color: #000!important;
}
nav#menu ul li a:hover {
	color: #000!important;
}
/*---------------------- footer_nav ------------------------*/
nav#menu2 {
	width: 960px;
	background-color: #111;
	margin: 0 auto;
	overflow: hidden;
}
nav#menu2 ul {
	width: 960px;
	background-color: #111;
	height: 26px;
	padding: 20px 0;
	float: right;
	margin: 0 auto;
	text-align: center;
}
/*メニュー１個ごとの設定*/
nav#menu2 ul li {
	width: auto;
	border-right: 0px dotted rgba(0,0,0,0);
	line-height: 18px;
	text-align: center;
	border-left: 1px solid #fff;
	list-style: none;
	float: left;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
nav#menu2 ul li .home {
	border-left: 0;
}
nav#menu2 ul li a {
	color: #fff;
	padding: 0 60px;
	font-size: 12px!important;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/*最初のメニューの設定*/
nav#menu2 ul li:first-child {
	border-left: 0px dotted rgba(0,0,0,0);
}
/*マウスオン時の設定*/
nav#menu2 ul li:hover {
	background: #FFF;
}
nav#menu2 ul li a:hover {
	color: #000!important;
}
/*---------------------- footer ------------------------*/

#footer_logo, #copyright {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}
