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

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #41351d;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	background-color: #fff;
	background-image: url("images/back_img3.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

/* リンク関連 */
a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
	transition: .3s;
}
a {
	color: #6f88c5;
	text-decoration: underline;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
a:hover {
	color: #707ACC;
}

.text_red {
	color: red;
	font-weight: bold;
}
.text_red2 {
	color: red;
}

/* 罫線 */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.hr01 {
  border-top: 2px solid #c0dbff;
}
.hr02 {
  border-top: 1px solid #c0dbff;
}

/* トップに戻るボタン */
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
}

/* 全体の囲み */
.wrapper {
	width: 100%;
}

/* メイン */
.main {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

/* ヘッダー */
.header {
	width: 950px;
	height: 137px;
	background-color: rgba(68,116,178,0.9);
	margin-bottom: 82px;
}
.header_logo {
	margin: 0 auto;
    padding-top: 22px;
	text-align: center;
}

/* メイン内容 */
.maincontents {
	background: #FFFFFF;
}

.main2 {
	width: 950px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 20px;
	overflow: hidden;
}
.main2_left {
	float: left;
	width: 520px;
}
.main2_right {
	float: right;
	width: 402px;
}

.main3 {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* タイトル */

.title1 {
	color: #4474b2;
	font-size: 15pt;
	font-weight: bold;
}
.title2 {
	color: #41351d;
	font-size: 14pt;
	font-weight: bold;
}
.news_title {
	padding: 8px;
	background: #4474b2;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}

/* ボタン */
.simple_square_btn {
	display: block;
	position: relative;
	width: 340px;
	padding: 0.7em;
	text-align: center;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	color: #4474b2;
	background: #f2f6ff;
	border:2px solid #4474b2;
}
.simple_square_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	background: #c0dbff;
}

.simple_square_btn2 {
	display: block;
	position: relative;
	width: 130px;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	color: #6D44D0;
	background: #F5F2FF;
	border:2px solid #887BE3;
}
.simple_square_btn2:hover {
	 cursor: pointer;
	 text-decoration: none;
	background: #CAC0FF;
}

.footer {
	background: #4474b2;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer_text {
	margin: 0 auto;
	width: 950px;
	color: white;
	text-align: center;
}

/* 表の文字サイズ */
.table_text {
	font-size: 10pt;
	line-height: 1.4em;
}
.table_text2 {
	text-align: center;
}



/* ウィンドウ幅が0?768pxの場合に適用するCSS */
@media screen and ( max-width:768px )
{
	
	.img
{
	max-width: 100% ;		/* 横幅の90% */
	height: auto ;			/* 縦幅を自動調整 */
}
	
	.main {
		width: auto;
		margin: 0 auto;
	}
	
	/* ヘッダー */
	.header {
	width: auto;
	background-color: rgba(105,123,168,0.94);
	margin-bottom: 82px;
	}
	.header_logo {
	margin: 0 auto;
    padding: 25px;
	}
	
	.main2 {
	width: auto;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.main2_left {
	float: none;
	width: auto;
}
.main2_right {
	float: none;
	width: auto;
}
	
	.main3 {
	width: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
		padding-left: 15px;
	padding-right: 15px;
}
	
	/* ボタン */
.simple_square_btn {
	display: block;
	position: relative;
	width: auto;
	padding: 0.7em;
	text-align: center;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	color: #6f88c5;
	background: #f2f6ff;
	border:2px solid #88a1e1;
}
.simple_square_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	background: #CCCCF4;
}
	
	.footer {
	background: #53648f;
	padding: 25px;
}
	.footer_text {
	margin: 0 auto;
	width: auto;
	color: white;
	text-align: center;
}
	
}

