@charset "utf-8";
/* CSS Document */
/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:50px;
	color:#91b37f;
}

#pan_list{
	width:1020px;
	height:50px;
	color:#91b37f;
	margin:0 auto;
}

/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:50px;
font-size:123.1%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
}


ol.topic-path li.second{
	padding-left:0px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 23px; /* 右パディング */
background: url(../img/pan.png) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
	font-size:93%;
color:#91b37f;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#C00;
}
/*--====== ここまでパンくずリスト ======--*/





#main_visual {
   width:100%;
   height:420px;
   border-bottom:1px solid #857b65;
   background:url(../img/system_main_visual.jpg) center top no-repeat;
}

#main_box{
	width:1020px;
	height:420px;
	position:relative;
	margin:0 auto;
}

h2{
	position:absolute;
	top:180px;
	color:#FFF;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:400%;
	text-shadow:2px 2px 3px #000;
}

span#s_text{
	font-size:60% !important;
}





#content{
	width:1020px;
	height:auto;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:150px;
	background:url(../img/paper.png);
	border-radius:10px;
	padding:30px 0;
}
h3.system_title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#112e1c;
	font-size:320%;
	letter-spacing:5px;
	text-align:center;
}

p.text_01{
	/*text-align:center;*/
	color:#535353;
	font-size:146.5%;
	padding-top:30px;
	/*width:980px;*/
	width:770px;
	margin:0 auto;
	line-height:40px;
}

p.text_01 strong{
    background: linear-gradient(transparent 60%, #ff0 0%);
}























