@charset "utf-8";


/*------------------------初期化------------------------*/
html, body, p, span, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, select, hr, div {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select,input,textarea {font-family:osaka, "メイリオ",  "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial, sans-serif; font-size: 1em;} /*Mac IE 文字化け防止*/
hr {display: none;} /*CSS無効時の区切り線*/

body {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}


/* LinkSetting */
A:link {text-decoration:none; color: #0000FF}
A:visited {text-decoration:none; color: #0000FF}
A:active  {text-decoration:underline; color: #F60}
A:hover {
	text-decoration:underline;
	color: #F60
}


/* layoutSetting */
body {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
}

html {
 overflow-y: scroll;
}



img{
	border: none;
	vertical-align: bottom;

}

p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr{
	line-height: 0px;
	visibility: hidden;
}

div#stage {
	width: 100%;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;

}


div#wrapper{
	width: 98%;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	background-color: #FFF;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
}


h1{
	font-size: 150%;
	font-weight: bold;
	border: 2px solid #69F;
}
h1.title{
	border: 2px solid #69F;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #69F;
	}

h2 {
	font-size: 130%;
	font-weight: bold;
	color: #333;
	}
h2.title{
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 140%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h3{
	font-weight: bold;
	color: #333;
	font-size: 120%;		

}

	
h3.title{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333;
	background-image: url(../images/t_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	}	

h4{
	font-weight: bold;
	color: #333;
	font-size: 110%;		

}

h4.title{
	margin-bottom: 5px;
	border: 1px solid #999;
	color: #333;
	padding: 5px;
	margin-top: 5px;
	}
h5{
	font-size: 130%;
	font-weight: bold;
	border: 2px solid #69F;
}
h5.title{
	margin-bottom: 10px;
	border: 1px solid #69F;
	color: #333;
	padding: 20px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 140%;
	}

#header{
	width: 100%;
	color: #999;
	text-align: left;
	overflow: hidden;
}

#header_catch{
	text-align: right;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_logo{
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
#header_logo img{
	width: 100%;
}

#header_right{
	background-image: url(../images/logo_right.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#header_right img{
	width: 100%;
}
#contents{
	margin-right: auto;
	margin-left: auto;
}


#con_left{
	text-align: left;
	width: 100%;
}




#con_right{
	width: 100%;
	margin-bottom: 20px;
}


#con_right_box{
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#con_right_bg{
	background-image: url(../images/top_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#con_right_copy{
	width: 100%;
}

#con_main{
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
}



#left_menu{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li{
	padding: 5px;
	margin-bottom: 5px;
	}


#nav li a {
	display: block;

}

#nav li A:link {
	text-decoration:none;
	color: #333;
	background-image: url(../images/icon_blue_maru.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 18px;
}
#nav li A:visited {
	text-decoration:none;
	color: #333;
	background-image: url(../images/icon_blue_maru.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 18px;
	}
#nav li A:active  {
	text-decoration:none;
	color: #333;
	background-image: url(../images/icon_blue_maru.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 18px;
	}
#nav li A:hover {
	text-decoration:none;
	color: #06C;
	background-image: url(../images/icon_blue_maru_x.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	padding-left: 18px;
}



#left_box{
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px;
	display: none;
}
/*mail追加*/
#left_contact{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: none;
}

#footer{
	text-align: left;
	background-color: #69F;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
	display: none;
	margin: 0px;
}


#footer ul{
	margin-left: 5px;
	list-style-type: none;
}

#footer ul li{
	list-style-type: none;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #666;
	text-decoration: none;
}


#footer_area01{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
	margin-left: 10px;
	float: left;
}

#footer_area02{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
	margin-left: 10px;
	float: left;
}

#footer_area03{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
	margin-left: 10px;
	float: left;
}

#footer_area04{
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
}

#footer a:hover{
	color: #333;
}

#copyright{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
}

.icon_tel{
	font-size: 140%;
	font-weight: bold;
	background-image: url(../images/icon_tel.png);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	padding-top: 40px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.link_ya_icon {
	background-image: url(../images/icon_ya_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 15px;
}

.link_ya_icon a{
	color: #666;
}


.icon_mail{
	background-image: url(../images/icon_mail.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.list_icon01{
	padding: 5px;
}

.list_icon01 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon01 ul li{
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.list_icon02{
	padding: 15px;
	}

.list_icon02 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon02 li{
	background-image: url(../images/icon_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
}



.list_icon03{
	padding: 15px;
	}

.list_icon03 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon03 li{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.list_icon07 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon07 ul li{
	background-image: url(../images/04.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.list_ol{
	padding: 15px;
}

.list_ol ol{
	margin: 0px;
	padding: 0px;
	list-style-type: 
}

.list_ol li{
	list-style-type: decimal;
	padding: 5px;
	list-style-position: inside;
}

.set{}

.section10{
	padding: 10px;
}
.section10_0{
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.section10_dot{
	text-align: left;
	padding: 10px;
	border: 2px dotted #CCC;
}
.section_left30{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#main_contents{
	margin-top: 15px;
	margin-bottom: 15px;
}

#top_head_copy{
	font-size: 130%;
	color: #333;
	padding: 10px;
	line-height: 150%;
}

#main_contents ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}



#main_contents ul li{
	background-image: url(../images/icon_pen.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 30px;
}

#main_contents ul li .list_icon01{
	padding: 5px;
}

#main_contents ul li .list_icon01 ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main_contents ul li .list_icon01 ol li{
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.soudan_waku{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border: 2px solid #CCC;
	margin: 15px;
}

.tableA table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableA th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
}

.tableA td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}


.tableB table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}

.tableB th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
}

.tableB td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	text-align: center;
}



.txt_red{
	color: #F00;
}



.txt_bold{
	font-weight: bold;
}

.txt_M{
	font-size: 120%;
}
.txt_Ms{
	font-size: 105%;
}
.txt_M_blue{
	font-size: 120%;
	color: #3300CC;
	font-weight: bold;
}
.txt_M_black{
	font-size: 120%;
	font-weight: bold;
}



.txt_S{
	font-size: 80%;
}

.txt_center{
	text-align: center;
}

.bg_blue{
	background-color: #E8EDF1;
	margin: 0px;
	padding: 10px;
}

.width400{
	width: 400px;
}



.width500{
	width: 500px;
}

.width600{
	width: 600px;
}
.list_icon04{
	padding: 5px;
}

.list_icon04 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon04 ul li{
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list_icon05{
	padding: 5px;
}

.list_icon05 ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon05 ol li{
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: disc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tableA table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableA th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
}

.tableA td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
	text-align: left;
}

#con_main .section10 .section10 .section10_0 .tableA table tr td strong {
	font-weight: bold;
}
.qu {
	color: #333;
	text-indent: 30px;
	background-image: url(../images/q.gif);
	/*height: 35px;*/
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.an {
	padding: 10px;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF;
	margin-top: 10px;
}
#con_main .section10 .section10 .an ul li {
	text-indent: 0px;
}

.flow_map {

	
}
.flow_map img {

}
.flow_map_tx {
	width: 90%;
	margin-top: 0px;
	padding-bottom: 15px;
}

#aisatu{
	}

.aisatu {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#aisatu img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.tex_B_cen {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.tableC table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableC th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
}

.tableC tr td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
	text-align: left;
}
.tableD table{
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableD th{
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

.tableD tr td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
	text-align: left;
}
.tableE table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableE th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
}
.tablE table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}



.tableE td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}
/*2015*/
#con_leftarea{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;

}


#con_leftarea ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#con_leftarea ul li{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 3px;
	background-position: left 9px;


}

#con_leftarea ul li A:link {
	text-decoration:none;
	color: #000000;
	display: block;
		background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
		padding-left: 25px;
}
#con_leftarea ul li A:visited {text-decoration:none; 
color: #000000;
		background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	}
#con_leftarea ul li A:active  {text-decoration:underline; color: #000000;
		background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	}
#con_leftarea ul li A:hover {
	color: #090;
		background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
}




#pagetitle{
	background-image: url(../images/pagetytle.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 110%;
	font-weight: bold;
	color: #F60;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}



.img_100{
	width: 100%;
}

#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	text-align: center;
	}

#toggle a{
display: block;
position: relative;
padding: 12px 0 10px;
border-bottom: 1px solid #444;
color: #fff;
text-align: center;
text-decoration: none;
	}

#toggle:before{
display: block;
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 20px;
height: 20px;
margin-top: -10px;
background: #fff;
	  }

#toggle a:before, #toggle a:after{
display: block;
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 20px;
height: 4px;
background: #222;
	  }

#toggle a:before{
margin-top: -6px;
	  }

#toggle a:after{
margin-top: 2px;
 }


#pagetop{
	text-align: right;
}

#pagetop A{
	background-color: #CCC;
	display: block;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*202105*/
#main_contents .list_icon07 ul li {
	background-image: url(../images/li2.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 30px;
}
.txt_M_pink{
	font-size: 120%;
	color: #f6b4a6;
	font-weight: bold;
}
