@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
#gNavi .navi07 a img {
	visibility: hidden;
}

#main .imgBox {
}

#main .imgBox .phoBox {
    text-align: center;
}

#main .imgBox .phoBox img{
    width: 100%;
    height: auto;
}

#main p {
	margin-bottom: 23px;
	font-size: 1.2rem;
	line-height: 1.6;
}

#main .inner {
}

#main .inner .phoBox {
	font-size: 1.4em;
	color: #807F6B;
}

#main .inner .phoBox img {
    margin: 10px 0;
    width: 100%;
    height: auto;
}

#main .inner .phoBox span {
	color: #FF9F00;
	font-weight: bold;
}

#main .txtInner .txtBox {
    margin: 20px 0;
}

#main .txtInner .txtBox .listType {
	padding: 17px 20px 13px;
	border: 1px solid #C9C8BC;
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#greetingMainVisual {
    margin-bottom: 25px;
    height: 100px;
    background: #FFDE98 url(/sp/img/common/template/main_img_greeting.jpg) no-repeat right center / 300px 100%;
}

#greetingMainVisual h2{
	padding: 40px 0 0 15px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
    margin-bottom: 15px;
    padding: 0 0 4px 14px;
    color: #817F6C;
    font-weight: normal;
    font-size: 2em;
    border-bottom: 2px solid #FFA100;
    background: url(/img/common/icon01.png) no-repeat 5px 0 /25px 25px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 12px;
	padding-left: 16px;
	clear: both;
	color: #FF9F00;
	font-size: 1.8em;
	line-height: 1.6;
	background: url(/img/common/icon02.png) no-repeat left 11px;
}

/*------------------------------------------------------------
	tableType
------------------------------------------------------------*/
#main .tableType {
	width: 100%;
	border-collapse: collapse;
}

#main .tableType td{
	padding: 5px 10px;
	font-size: 1rem;
	line-height: 1.6;
	border: 1px solid #C9C8BC;
    width: 78%;
}
#main .tableType th{
	padding: 5px 10px;
	font-size: 1rem;
	line-height: 1.6;
	border: 1px solid #C9C8BC;
}

#main .tableType th {
	color: #807F6B;
	background-color: #F6F4ED;
}

/*------------------------------------------------------------
	listType
------------------------------------------------------------*/
#main .listType li {
	padding-left: 16px;
	font-size: 1.3rem;
	line-height: 1.65;
	background: url(/img/common/icon03.png) no-repeat left 6px;
}

/*------------------------------------------------------------
	topics
------------------------------------------------------------*/
#main .topics {
	padding: 17px 0 12px;
	line-height: 1.6;
	border-top: 1px solid #DDD;
}

#main .topics dt {
	float: left;
	color: #666;
	font-size: 1.4em;
}

#main .topics dt span {
	margin-right: 15px;
	width: 70px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	font-size: 0.85em;
}

#main .topics dt .txt01 {
	background-color: #A7A594;
}

#main .topics dt .txt02 {
	background-color: #7F7F7F;
}

#main .topics dd {
	margin-bottom: 18px;
	padding: 0 0 6px 13.3em;
	font-size: 1.4em;
	line-height: 1.6;
	min-height: 35px;
	border-bottom: 1px solid #DDD;
}

#main .topics dd .new {
	margin-left: 16px;
	padding: 0 9px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	font-size: 0.85em;
	background-color: #D75A57;
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#main .pageNavi ul {
	clear: both;
	text-align: center;
}

#main .pageNavi ul li {
	margin: 0 4px;
	display: inline;
	font-size: 1.4em;
	line-height: 1.6;
}

#main .pageNavi ul span.current,
#main .pageNavi ul li a {
	padding: 6px 13px 6px 12px;
	display: inline-block;
	color: #666;
	text-decoration: none;
	border: 1px solid #DDD;
	background-color: #FFF;
}

#main .pageNavi ul span.current,
#main .pageNavi ul li a:hover {
	color: #FFF;
	border: 1px solid #A7A594;
	background-color: #A7A594;
}

#main .pageNavi ul .next,
#main .pageNavi ul .prev {
	margin: 0 13px;
}

#main .box1{
	padding: 0 10px;
	margin-bottom: 20px;
}

