@charset "shift_jis"; 


/*----------------------------------------------------------*/
/*	初期設定											　--*/
/*----------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-size: 1.15em;
	line-height: 1.6;
}
body div {
	text-align: left;
	margin: 0 auto;
}

/*----------------------------------------------------------*/
/*	横幅970ピクセルバージョンに設定						　--*/
/*----------------------------------------------------------*/
#top {
	background-color: #FFFFFF;
	width: 970px;
	clear: both;
}
#top h1 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#top2 {
	width: 970px;
	background-image: url(../img/sen.gif);
	height: 5px;
	clear: both;
}
#top3 {
	width: 970px;
	height: 13px;
	text-align: right;
	clear: both;
	margin-top: 3px;
}

#main {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #FFFFFF;
	width: 970px;
	text-align: right;
	float: none;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#backbox {
	text-align: right;
	width: 960px;
	font-size: 84%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}









/*------------------------------------------------------*/
/*	clearfix
/*------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*-- Mac版 IE対応ハック--*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#Txt_Box1 {
	padding: 0px;
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	font-size: 0.875em;
	line-height: 1.5;
	color: #333;
	margin-top: 3em;
}
h2 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	color: #333;
	text-align: center;
}


#button_link{
	height: 50px;
	width: 500px;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	line-height: 40px;
}
#button_link a{
	height: 50px;
	width: 500px;
	color: #FFF;
	background-color: #06C;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 50px;
	border-radius: 5px;
}
#button_link a:hover{
	background-color: #C00;
}
#button_link2 a{
    height: 50px;
    width: 500px;
    color: #FFF;
    background-color: #636363;
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
}
#button_link2 a:hover{
	background-color: #C00;
}

.new_box{
	width: auto;
	height: auto;
	margin-bottom: 3em;
	border: 1px solid #BDDBFC;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	background-color: #F9FCFF;
	border-radius: 5px;

}

/*----------------------------------------------------------*/
/*	アコーディオン開閉式　css
/*----------------------------------------------------------*/
.ac-container {
	max-width: 100％;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 5px;
}
.ac-container label {
	height: 40px;
	font-size: 1.2em;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #4E82BC;
	border-top: 1px solid #ccc;
	text-align: center;
	line-height: 40px;
}
.ac-container label:hover {
	background-color: #BC5F4E;
}
.ac-container input {
  display: none;
}
.ac-container article {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}


.ac-container input:checked ~ article {
content: attr(data-on-label);
  height: auto;
  border-top: 1px solid #ccc;
}


.table_style1{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table_style1 tr{
    background-color: #FFFFFF;
}
.table_style1 tr:hover{
    background-color: #FFF3B8;
    font-weight: bold;
}

.infu_txt{
	display: block;
	text-align: center;
	font-size: 1em;
	padding: 0;
	margin-top: 10px;
}

.link_b{
    width: 100%;
    margin: 0;
    padding-top: 0.5em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0.5em;
    height: auto;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #CC007E;
    color: #FFFFFF;
    border-radius: 5px;
    font-weight: bold;
}
.link_b:hover{
    background-color: #0066CC;
}


#toiawase{
	height: auto;
	width: 948px;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
	text-align: center;
	font-size: 0.875em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #6C6C6C;
	border-radius: 5px;
	background-color: #6C6C6C;
	color: #FFFFFF;
}
