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

/* html5 ------------------------------------- */
header, footer, nav, section, article, figure, aside {
	　display: block;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/* clearfix---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* common ---------------------------------------- */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F6F6F6;
	line-height: 1.6em;
	color: #333333;
	font-size: 0.9em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: 100%;
	min-width: 1000px;
}
#wrap {
	overflow: hidden;
}

a:link {
	color: #434343;
}
a:visited {
	color: #434343;
}
a:hover {
	color: #367F7A;
}
a:active {
	color: #367F7A;
}

ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}
ol li {
}
.txt_red {
	color: #BF0003;
}
.txt_blue {
	color: #2563B7;
}

/* layout ---------------------------------------- */

#main_header {
	color: #FFFFFF;
	background-color: #232A34;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-width: 1000px;
}
#main_header h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	font-family: kepler-std-caption, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.8em;
}

#main_header #main_nav {
	width: 500px;
	float: right;
	padding-top: 22px;
	padding-right: 20px;
}
#main_header #main_nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main_header #main_nav ul li {
	display: block;
	width: 100px;
	float: left;
	list-style-type: none;
	text-align: center;
}
#main_header #main_nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_header #main_nav ul li a:hover {
	text-decoration: underline;
}

/* main image ---------------------------------------- */


#main_image {
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}
#main_image a {
	display: block;
	width: 280px;
	font-size: 24px;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-decoration: none;
	border-radius: 3px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main_image a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
}

.main_txt_a {
	font-size: 64px;
	color: #003892;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.main_txt_b {
	font-size: 34px;
	color: #333333;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-indent: 0px;
	line-height: 2em;
}
.main_txt_c {
	font-size: 70px;
	color: #222222;
	font-family: kepler-std-caption, serif;
	font-style: normal;
	font-weight: 300;
}
.main_txt_d {
	font-size: 28px;
	color: #222222;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}

/* contents ---------------------------------------- */

.content_outer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}
.content_outer .inner {
	min-height: 333px;
}

.content_outer .inner .index_cont {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 550px;
}
.content_outer .inner .index_cont h3 {
	font-size: 48px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.content_outer .inner .index_cont a.link_more {
	display: block;
	width: 200px;
	float: right;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #777777;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/ico_more.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	background-color: #FFFFFF;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.content_outer .inner .index_cont a.link_more:hover {
	background-color: #EDEDED;
}
.content_outer h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #FFFFFF;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6em;
	background-color: #232A34;
	border-top: 3px solid #595656;
	border-bottom: 3px solid #595656;
}


/* footer ---------------------------------------- */

.bottom_entry_btn {
	padding-bottom: 48px;
	text-align: center;
	width: 680px;
	margin-left: auto;
	margin-right: auto;

}

.bottom_entry_btn a {
	display: block;
	width: 320px;
	font-size: 24px;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,102,102,1.00) 0%,rgba(255,58,58,1.00) 100%);
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 10px;
	right: 10px;
	text-decoration: none;
	border-radius: 2px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.bottom_entry_btn a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,56,56,1.00) 0%,rgba(211,33,33,1.00) 100%);
}

#main_footer {
	background-repeat: repeat-x;
	background-color: #232A34;

}
#main_footer .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#copy_right {
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	font-size: 12px;
	font-family: kepler-std-caption, serif;
	font-style: normal;
	font-weight: 200;
}

/* pageTop ---------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	border-radius: 6px;
	width: 60px;
	background-color: #BCBCBC;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
