* {
	margin: 0;
	padding: 0;
	outline: 0;
}


html,body{
	height: 100%;
}


body {
	font-family: Helvetica, Arial, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333 !important;
	background:#ffffff;
	height:100%;
	font-size:12px;
	line-height:22px;
}


h1, h2 {
	font-weight: 300;
	margin:15px 0;
}


h1 {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 100%;
}


h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;
}


h2 {
	font-size: 24px;
}

p {
	margin: 0;
	padding:0;
}


img {
	border:0;
	vertical-align:bottom;
}


.menuBtn {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}


.active {
	background: #fff;
	color:#4e72aa !important;
}


.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}


.clearfix {
  min-height: 1px;
}


* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.wrap {
	/*background:url(../images/bg.png) top left repeat-x;*/
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}


.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 70px;
	padding:40px 0 30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	height: 70px;
	z-index: 1000;
	width: 100%;
	background: #274779;
}


.subMenu .inner {
	padding:0;
	font-weight: 400;
}


.subNavBtn {
	display: block;
	height: 45px;
	width: 12%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 25px 2% 0 2%;
	text-align: center;
	color:#FFFFFF;
}


.s_logo {
	display: block;
	height: 45px;
	width: 12%;
	float: left;
	margin: 0;
	padding: 20px 2% 5px 2%;
	text-align: center;
	background:#4e72aa;
}


.s_logo_link {
	display: block;
	height: 45px;
	width: 12%;
	float: left;
	margin: 0;
	padding: 20px 2% 5px 2%;
	text-align:center;
	background:#274779;
}


.subNavBtn a{
	color:#000;
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	height: auto !important;
	height: 100%;
	min-height: 800px;
	padding:50px 0 0 0;
	color:#3d3d3d;
}


.sTop img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0px 0px -225px;
}


.s1 {
	height: auto !important;
	height: 100%;
	min-height: 800px;
}


.s2 {
	height: auto !important;
	height: 100%;
	min-height: 900px;
}


.s3 {
	height: auto !important;
	height: 100%;
	min-height: 1000px;
}


.s4 {
	height: auto !important;
	height: 100%;
	min-height: 800px;
}

.s5 {
	height: auto !important;
	height: 100%;
	min-height: 800px;
}

.s_wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
}

.s_wrapper_photo {
	float:left;
	width:240px;
}

.s_wrapper_txt {
	float:right;
	width:660px;
}


.s_wrapper_txt table{
	border-top:#CCC solid 1px;
	border-collapse: collapse;
}

.s_wrapper_txt table th.history{
	border-bottom:#CCC solid 1px;
	/*background:#cbd3e0;*/
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:5px;
	width:90px;
}

.s_wrapper_txt table th.profile{
	border-bottom:#fff solid 1px;
	background:#dce2eb;
	text-align:center;
	font-weight:bold;
	padding:5px;
	width:130px;
}


.s_wrapper_txt table th.profile:last-child{
    border-bottom:#CCC solid 1px;
}

.s_wrapper_txt table td{
	border-bottom:#CCC solid 1px;
	text-align:left;
	font-weight:normal;
	padding:5px 0 5px 5px;
}

.s_wrapper_txt table.no{
	border-top: none;
	width:66%;
}

.s_wrapper_txt table.no td{
	border-bottom: none;
	text-align:left;
	font-weight:normal;
	padding:0;
	margin:0;
	width:33%;
}

.footer {
	position: fixed;
	z-index: 1001;
	width: 100%;
	background: #888;
	bottom: 0;
	text-align:center;
	padding:30px 0;
	color:#FFFFFF;
}


/*===================================

margin

===================================*/


.m_top_05 {
	margin:5px 0 0 0;
	padding:0;	
}


.m_top_10 {
	margin:10px 0 0 0;
	padding:0;	
}


.m_top_10_bottom_10 {
	margin:10px 0;
	padding:0;	
}


.m_top_20 {
	margin:20px 0 0 0;
	padding:0;	
}


.m_bottom_05 {
	margin:0 0 5px 0;
	padding:0;	
}


.m_bottom_10 {
	margin:0 0 10px 0;
	padding:0;	
}


.m_bottom_15 {
	margin:0 0 15px 0;
	padding:0;	
}


.m_bottom_20 {
	margin:0 0 20px 0;
	padding:0;	
}


.m_bottom_30 {
	margin:0 0 30px 0;
	padding:0;	
}

/*===================================

文字サイズ

===================================*/


.text_10 {
	font-size: 91%;
	line-height: 17px;
}


.text_11 {
	font-size: 100%;
	line-height: 17px;
}


.text_11_red {
	font-size: 100%;
	line-height: 17px;
	color:#F33;
}


.text_11_red_b {
	font-size: 100%;
	line-height: 17px;
	color:#F33;
	font-weight:bold;
}


.text_12 {
	font-size: 109%;
	line-height: 20px;
}


.text_12_b {
	font-size: 109%;
	line-height: 20px;
	font-weight:bold;
}


.text_14 {
	font-size: 127%;
	line-height: 22px;
}


.text_14_b {
	font-size: 127%;
	line-height: 22px;
	font-weight:bold;
}


.text_14_red {
	font-size: 127%;
	line-height: 22px;
	color:#F33;
}


.text_16 {
	font-size: 145%;
	line-height: 26px;
}


.text_16_red {
	font-size: 145%;
	line-height: 26px;
	color:#F33;
}


.text_18 {
	font-size: 163%;
	line-height: 30px;
}


.text_20 {
	font-size: 182%;
	line-height: 30px;
}

/* 言語切り替え */
#language {
	margin:480px;
}

.buttton_area {
	margin:0 auto !important;
	width:160px;
	text-align:center;
	font-size:16px;
}

.buttton_jp {
	float:left;
	width:80px;
	background:#274779;
}

.buttton_en {
	float:right;
	width:80px;
	background:#749fce;
}

.buttton_jp a,
.buttton_en a,
.buttton_jp_e a,
.buttton_en_e a {
	text-decoration:none;
	display:block;
	padding:2px 0 1px;
	color:#ccdced;
}

.buttton_en a:hover,
.buttton_jp_e a:hover {
	background:#4c72aa;
	color:#ffffff;
}

.buttton_jp_e {
	float:left;
	width:80px;
	background:#749fce;
}

.buttton_en_e {
	float:right;
	width:80px;
	background:#274779;
}

.fc_w {
	color:#ffffff !important;
}