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

/*=====================================
   Common
=======================================*/   
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	color: #4b4b4b;
	background-color: #FFFFFF;
	min-width: 950px;
	word-break: break-all;
}

/*clearfix */
.clearfix {
}
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
p, dt, dd, li {
	line-height: 1.5;
	max-height: 999999px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #1572d1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.mt1 {
	margin-top: -1px;
}
.mt20 {
	margin-top: 20px;
}
.ml0 {
	margin-left: 0!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.req {
	color: #EB0022;
}
.err {
	color: #EB0022;
}

.toptxt {
	color: #343434;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 10px;
}
.pchead {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
-webkit-box-shadow: 2px 2px 5px 0px rgba(204,196,204,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(204,196,204,1);
box-shadow: 2px 2px 5px 0px rgba(204,196,204,1);
}
.pchead .headarea {
    background-color: #3C66C6;
    border-radius: 5px 5px 0px 0px;
    height: 164px;
    /* margin-bottom: 10px; */
    position: relative;
}
.pchead .headarea .logo {
	padding-top: 43px;
	padding-left: 35px;
}
.pchead .headarea .headlink {
	position: absolute;
	right: 17px;
	bottom: 12px;
	font-size: 12px;
	background-image: url(../img/common/icon_01.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}

#nav li {
	float: left;
	position: relative;
}
#nav li ul{
	display: none;
	position: absolute;
	width: 100%;
}
#nav li ul li {
	float: none;
	background-color: #F2FAFF;
	width: 100%;
}
#nav li ul li:first-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFDBE7;
}
#nav li ul li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
}
#nav li ul li a span {
	background-image: url(../img/common/icon_blank.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 15px;
}

.pchead .headarea .headlink a {
	color: #FFF;
}
#footerwrap {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.footernav {
	float: left;
	padding-top: 4px;
}
.footernav li {
	font-size: 12px;
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d8d8;
	line-height: 1;
}
.footernav li:last-child {
	border-right-style: none;
}

.footernav li a {
	color: #4b4b4b;
}




address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	float: right;
	padding-top: 2px;
}

.footertxt {
	font-size: 11px;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.letterblock {
	text-align: left;
}
.letterblock h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recruitblock {
	text-align: left;
}
.recruitblock h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recruitblock .txt {
	color: #16aabb;
	margin-bottom: 10px;
}



#content_wrap {
	margin-bottom: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sideblock {
	float: right;
	width: 275px;
	margin-top: 46px;
}
.blboxwrap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}
.blboxwrap .box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
.blboxwrap .box a {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow:hidden;
}
.blboxwrap .box a:hover {
	background-color: #F5FCFF;
}
.blboxwrap .box .imgblock {
	float: left;
	width: 104px;
}
.blboxwrap .box .txtblock {
	float: right;
	width: 162px;
	font-size: 12px;
}
.blboxwrap .box .txtblock p span {
	background-image: url(../img/common/icon_blank.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 15px;
}






#mainblock {
	float: left;
	width: 650px;
	overflow: hidden;
}
.cmntitle01 {
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4C4C4C;
}
.cmntitle02 {
	margin-bottom: 15px;
	font-size: 18px;
	background-image: url(../img/common/bd_title_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
.tag span {
	display: inline-block;
	width: 6em;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius:3px;
}
.tag.bg01 span {
background: #fd752b; /* Old browsers */
background: -webkit-linear-gradient(top,  #fd752b 0%,#fd4819 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fd752b 0%,#fd4819 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg02 span {
background: #74d222; /* Old browsers */
background: -webkit-linear-gradient(top,  #74d222 0%,#3a9e09 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #74d222 0%,#3a9e09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg03 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #36C5FF 0%,#1188c7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #36C5FF 0%,#1188c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg04 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #3061FF 0%,#0d33b9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3061FF 0%,#0d33b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg05 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #FE413F 0%,#d81717 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #FE413F 0%,#d81717 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg06 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #828282 0%,#4e4d4d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #828282 0%,#4e4d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg07 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #FFB029 0%,#f3830e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #FFB029 0%,#f3830e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg08 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #00B96D 0%,#03824f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00B96D 0%,#03824f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tag.bg09 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #cc00ff 0%,#7a0b96 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cc00ff 0%,#7a0b96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tag.bg10 span {
background: #a940c6; /* Old browsers */
background: -webkit-linear-gradient(top,  #92522c 0%,#7b4525 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #92522c 0%,#7b4525 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.newsboxwrap {
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	margin-bottom: 35px;
}
.newsboxwrap .box {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
.newsboxwrap .box a {
	overflow:hidden;
}
.newsboxwrap .box a:hover {
	background-color: #F4FCFF;
}
.newsboxwrap .box .pt01 {
	float: left;
	width: 125px;
}
.newsboxwrap .box .pt02 {
	float: left;
	width: 525px;
}
.newsboxwrap .box dl dd {
	color: #4b4b4b;
}
.newsboxwrap .box .date {
	font-size: 13px;
	color: #a1a1a1;
}
.newsboxwrap .box .txt {
	margin-bottom: 7px;
}


.newsmain .newsboxwrap {
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	margin-bottom: 35px;
}
.newsmain .newsboxwrap .box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	padding-bottom:10px;
	margin-bottom:10px;
}
.newsmain .newsboxwrap .box a {
	padding-top: 0;
	padding-bottom: 0;
	display:inherit;
	overflow:hidden;
	text-decoration: none;
}
.newsmain .newsboxwrap .box a:hover {
	background-color: transparent;
}

.topmain a {
	text-decoration: none;
}

.topmain .titlewrap {
    margin-bottom: 0;
    width: 650px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
	position:relative;
}
.topmain .titlewrap .link01 {
	position: absolute;
	right: 0px;
	bottom: 12px;
	font-size: 13px;
	background-image: url(../img/common/icon_02.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
.topmain .cont03 {
	background-image: url(../img/common/bg_01.png);
	background-repeat: repeat;
	padding: 15px;
}

.topmain .cont02 a {
display: block;
overflow: hidden;
}

#topicpath {
	font-size: 12px;
	background-color: #F0F6FF;
	padding: 12px;
	margin-bottom: 15px;
	width: 926px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#leftblock {
	float: left;
	width: 188px;
}
#centerblock {
	width: 494px;
	margin-left: 25px;
	float: left;
}
#rightblock {
	float: right;
	width: 223px;
}
#rightblock02 {
	float: right;
	width: 740px;
}
.btn a:hover {
	text-decoration: none;
}

.btndetail {
	background-color: #62B5E4;
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
}
.btndetail a {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/common/icon_01.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.leftlist  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;


}
.leftlist li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}
.leftlist li.bdn {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #c1c1c1;
}

.leftlist li a  {
	background-image: url(../img/common/icon_12.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	display: block;
	padding-bottom: 12px;
	padding-top: 12px;
	color: #424242;
	padding-left: 7px;
}
.leftlist li a:hover {
	background-image: url(../img/common/icon_03.png);
	background-color: #F1F9FF;
	text-decoration: none;
	opacity: 1;
}

.leftlist li.n02 a:hover {
	background-image: url(../img/common/icon_16.png);
	background-color: #FDE5EB;
	text-decoration: none;
}
.leftlist li.n03 a:hover {
	background-image: url(../img/common/icon_17.png);
	background-color: #CDF8C8;
	text-decoration: none;
}
.leftlist li.n04 a:hover {
	background-image: url(../img/common/icon_18.png);
	background-color: #FFE6D9;
	text-decoration: none;
}
.leftlist li.n05 a:hover {
	background-image: url(../img/common/icon_19.png);
	background-color: #FFF3D0;
	text-decoration: none;
}
.leftlist li.n06 a:hover {
	background-image: url(../img/common/icon_20.png);
	background-color: #ECF1F5;
	text-decoration: none;
}
.leftlist li.n07 a:hover {
	background-image: url(../img/common/icon_21.png);
	background-color: #ECF1F5;
	text-decoration: none;
}


.leftlist li .acctitle  {
	background-image: url(../img/common/icon_13.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	display: block;
	padding-bottom: 12px;
	padding-top: 12px;
	color: #424242;
	padding-left: 7px;
}
.leftlist li .acctitle:hover{
	cursor:pointer;
}
.leftlist li .acctitle.open {
	background-image: url(../img/common/icon_14.png);
}

.leftlist li .sub01 {
	background-image: url(../img/common/icon_06.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.leftlist li .sub02 {
	background-image: url(../img/common/icon_07.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}

.leftlist li .sub01 a  {
	background-image: url(../img/common/icon_08.png);
	padding-left: 22px;
}
.leftlist li .sub02 a  {
	background-image: url(../img/common/icon_08.png);
	padding-left: 22px;
}
.leftlist .acccont {
	display: none;
}
.leftlist li.current.n01 a {
	background-image: url(../img/common/icon_03.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #F1F9FF;
	text-decoration: none;	
}
.leftlist li.current.n02 a {
	background-image: url(../img/common/icon_16.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #FDE5EB;
	text-decoration: none;
}
.leftlist li.current.n03 a {
	background-image: url(../img/common/icon_17.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #CDF8C8;
	text-decoration: none;
}
.leftlist li.current.n04 a {
	background-image: url(../img/common/icon_18.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #FFE6D9;
	text-decoration: none;
}
.leftlist li.current.n05 a {
	background-image: url(../img/common/icon_19.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #FFF3D0;
	text-decoration: none;
}
.leftlist li.current.n06 a {
	background-image: url(../img/common/icon_20.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #ECF1F5;
	text-decoration: none;
}
.leftlist li.current.n07 a {
	background-image: url(../img/common/icon_21.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #ECF1F5;
	text-decoration: none;
}
.leftlist li .col01 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #60AFD2;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftlist li .col02 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E67490;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftlist li .col03 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #66BF59;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftlist li .col04 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F45522;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftlist li .col05 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F7C11C;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftlist li .col06 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C5CEDB;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftlist li .col07 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1F0E84;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftlist li .col08 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C5CEDB;
	padding-top: 3px;
	padding-bottom: 3px;
}




.memoriam {
	background-image: url(../img/common/bg_02.png);
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 20px;
}
.memoriam .title {
	font-size: 20px;
	font-weight: bold;
	color: #777777;
	text-align: center;
	margin-bottom: 10px;
}
.memoriam .title02 {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.memoriam .title02 span {
	display:block;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.memoriam .list {
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.memoriam .list li a {
	background-image: url(../img/common/icon_12.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #424242;
}
.memoriam .list li a:hover {
	text-decoration: none;
}

.memoriam .list li:last-child a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.memoriam .list.pt02 li:last-child a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.maintitle {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding-bottom: 26px;
}
.disnon {
	display: none;
}
#tab {
    background-image: url(none);
    background-repeat: no-repeat;
    background-position: center top;
    width: 494px;
    /* display: block; */
    text-align: center;
    margin-bottom: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dfdfdf;
	font-size:0;
}
#tab li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#tab li:nth-child(1), #tab li:nth-child(2), #tab li:nth-child(3), #tab li:nth-child(4), #tab li:nth-child(5) {
    background-image: url(../img/common/bg_cate_btm.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45px;
}
#tab li span {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DFDFDF;
	display: block;
}

#tab a {
	color: #4b4b4b;
    text-decoration: none;
}

#tab.type01 .tab_select {
    background-image: url(none.);
    background-repeat: no-repeat;
    background-position: center top;
    color: #FFF;
    padding-bottom: 7px;
    background-color: #62B5E4;
}
#tab.type01 .tab_select span a {
	color: #FFF;
}
#tab.type02 .tab_select {
	 background-image: url(none.);
    background-repeat: no-repeat;
    background-position: center top;
    color: #FFF;
    padding-bottom: 7px;
    background-color: #ef7790;
}
#tab.type02 .tab_select span a {
	color: #FFF;
}
#tab.type03 .tab_select {
	 background-image: url(none.);
    background-repeat: no-repeat;
    background-position: center top;
    color: #FFF;
    padding-bottom: 7px;
    background-color: #5dbe5a;
}
#tab.type03 .tab_select span a {
	color: #FFF;
}
#tab li:hover {
	cursor: pointer;
}
#tab li:first-child span {
    border-left-style: none;
    border-left-width: 1px;
    border-left-color: #DFDFDF;
}
#tab li:nth-child(6) span {
    border-left-style: none;
    border-left-width: 1px;
    border-left-color: #DFDFDF;
}

.catelistwrap {
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
}
.catelistwrap a {
	color: #4C4C4C;
}
.catelistwrap a:hover {
	color: #16aabb;
	text-decoration: none;
}
.catelistwrap .catelist {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}
.catelistwrap .catelist table {
	width: 100%;
}
.catelistwrap .catelist table tr th {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	width: 54px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}
.catelistwrap .catelist table tr td {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 27px;
}
.catelistwrap .catelist table tr td .name li {
	float: left;
	width: 31%;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 5px;
}
.detailbox {
	margin-bottom: 25px;
}

.detailtable01 table {
	width: 100%;
	margin-bottom: -1px;
}
.detailtable01 table th {
	width: 140px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	border: 1px solid #dfdfdf;
	font-weight: normal;
	background-color: #F7F8F7;
	text-align: left;
}
.detailtable01 table td {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	border: 1px solid #dfdfdf;
	font-weight: normal;
}
.detailtable02 table {
	width: 100%;
	margin-bottom: 20px;
}
.detailtable02 table th {
	width: 8em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #dfdfdf;
	font-weight: normal;
	text-align: left !important;
}
.detailtable02 table td {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #dfdfdf;
	font-weight: normal;
}
.detailtable02 .w01 {
	width: 14em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
/*
.detailtable02 .w02 {
	width: 433px;
}
*/
/*
.detailtable02 .w02-2 {
	width: 21em;
}
*/

.detailtable02 .w01-2 {
	width: 14em;
}

.detailtxt01 {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #dfdfdf;
}
.detaillink {
	background-image: url(../img/common/icon_08.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px;
	margin-right: 5px;
}
.btndetail.icon_pdf {
	background-color: #fff;
	margin-bottom: 0px;
	position: relative;
	border-radius: 0px;
	border: 1px solid #1572d1;
}
.btndetail.icon_pdf a {
    font-size: 15px;
    color: #1572d1;
    text-align: left;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../img/common/icon_pdf01.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    padding-left: 15px;
}
.btndetail.icon_pdf:hover{
	background-color: #1572d1;
	border: 1px solid #fff;
}
.btndetail.icon_pdf:hover a{
	background-image: url(../img/common/icon_pdf02.png);
}
.btndetail.icon_pdf a:hover{
	color: #fff;
}


.voicewrap {
	padding: 10px;
	margin-bottom: 40px;
	border: 1px solid #dfdfdf;
}
.voiceblock01 {
    float: left;
    width: 390px;
    padding-right: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dfdfdf;
}
.voiceblock02 {
	float: right;
	    width: 305px;
}
.voiceblock01 .box01 {
	margin-bottom: 22px;
}
.voiceblock01 .box01 .imgblock {
	float: left;
	width: 120px;
}
.voiceblock01 .box01 .txtblock {
	float: right;
	width: 255px;
}
.voiceblock01 .box01 .txtblock .txt01 dt {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0px;
}
.voiceblock01 .box01 .txtblock .txt01 dd {
	font-size: 11px;
}

.voiceblock02 .pr {
    position: relative;
    left: -10px;
}
.btndetail.icon02 {
	background-color: #fff;
	margin-bottom: 0px;
	position: relative;
	border-radius: 0px;
	border: 1px solid #1572d1;
}
.btndetail.icon02 a{
	font-size: 15px;
	color: #1572d1;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/common/icon_15.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.btndetail.icon02:hover{
	background-color: #1572d1;
	border: 1px solid #fff;
}
.btndetail.icon02 a:hover{
	color: #fff;
	background-image: url(../img/common/icon_09.png);
}


.searchwrap {
	border: 5px solid #4AB8E6;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
}
.searchicon {
	text-align: center;
	margin-bottom: 20px;
	width: 13px;
	margin-right: auto;
	margin-left: auto;
}
.searchbox01{
	margin-bottom: 12px;
	text-align:center;
}
.searchbox02{
	margin-bottom: 12px;
	margin-right:1px;
}
.radio02{
	border: 1px solid #d9d9d9;
	overflow:hidden;
}
.radio01 input{
	display: none;
}
.radio01 label{
	display: block;
	float: left;
	cursor: pointer;
	width: 78px;
	margin: 0;
	padding: 12px 5px;
	border: 1px solid #d9d9d9;
	color: #555e64;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin-right:7px;
	border-radius:28px;
	text-align:center;
}
.radio01 label:last-of-type{
}
.radio01 input[type="radio"]:checked + label {
	background-color: #4AB8E6;
	color: #fff;
}
.radio02 input{
	display: none;
}
.radio02 label{
	display: block;
	float: left;
	cursor: pointer;
	width: 78px;
	margin: 0;
	padding: 15px 5px;
	border-right: 1px solid #d9d9d9;
	color: #555e64;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.radio02 label:last-of-type{
	border-right: 0px;
}
.radio02 input.active[type="checkbox"]:checked + label {
	background-color: #4AB8E6;
	color: #fff;
}

.radio02 a{
	display: block!important;
	float: left;
	cursor: pointer;
	width: 20%;
	margin: 0;
	padding: 15px 5px;
	border-right: 1px solid #d9d9d9;
	color: #555e64!important;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.radio02 a:nth-child(5){
	border-right: none;
}
.radio02 a:nth-child(1) , .radio02 a:nth-child(2) , .radio02 a:nth-child(3) , .radio02 a:nth-child(4) , .radio02 a:nth-child(5) {
	border-bottom: 1px solid #d9d9d9;
}
.radio02 a:hover{
	text-decoration:none;
	color: #fff;
}
.radio02 a:last-of-type{
	border-right: 0px;
}
.radio02 a.active {
	background-color: #4AB8E6;
	color: #fff!important;
}


.searchbox03.clearfix {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}

.searchbox04.clearfix .pt01 {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.searchbox04.clearfix .pt02 input {
	padding: 10px;
	width: 572px;
	border: 1px solid #d9d9d9;
}
.ready {
    opacity: 0;
}
.loaded {
  opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
}

.titlewrap {
    margin-bottom: 30px;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
	position:relative;
}
.titlewrap .btndetail{
	background-color: #FFFFFF;
	position: absolute;
	border-radius: 2px;
	top: 0px;
	right: 0px;
	width: 238px;
	border: 3px solid #1572d1;
	color: #1572d1;
	text-align: center;
}
.titlewrap .btndetail a{
	font-size: 15px;
	color: #1572d1;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/common/icon_15.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-weight: bold;
}

.titlewrap .btndetail{
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.titlewrap .btndetail:hover{
    transform: scale( 1.05 );
    -webkit-transform: scale( 1.05 );
    -moz-transform: scale( 1.05 );
	opacity:1!important;
}
.titlewrap .btndetail a:hover{
	opacity:1!important;
}

/*.titlewrap .btndetail:hover{
	background-color: #62B5E4;
	border: 1px solid #fff;
}
.titlewrap .btndetail a:hover{
	color: #fff;
	background-image: url(../img/common/icon_01.png);
}*/



.res {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	text-align:center;
}

.res li {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;	
}


.newsmain .newsboxwrap .box .pt01 {
	margin-bottom: 5px;
	float:none;
	width:auto;
}
.newsmain .newsboxwrap .box .pt02 {
	float:none;
	width:auto;
}

.newsmain .tag span {
	display: inline-block;
	width: 7em;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius:3px;
}

.newsfirst {
	margin-bottom:2px;
}
.newsfirst li {
	font-weight: bold;	
}
.newsdetailwrap .newsfirst {
	margin-bottom: 10px;
	padding-top: 7px;
}
.newstitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.detailtable table {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.detailtable table th {
	font-weight: normal;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #d4d4d4;
	width: 6em;
}
.detailtable table td {
	font-weight: normal;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #d4d4d4;
	width: 10px;
}
.detaildate {
	color: #8E8E8E;
	text-align: right;
}
.newsdetailwrap .blank {
	background-image: url(../img/common/icon_08.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.nfwrap .txt01 {
	margin-bottom: 50px;
}

.btnhome{
	background-color: #FFFFFF;
	border-radius: 5px;
	width: 260px;
	border: 1px solid #62B5E4;
	color: #62B5E4;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.btnhome a{
	font-size: 15px;
	color: #62B5E4;
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../img/common/icon_24.png);
	background-repeat: no-repeat;
	background-position: 5% center;
}
.btnhome:hover{
	background-color: #62B5E4;
	border: 1px solid #fff;
}
.btnhome a:hover{
	color: #fff;
	background-image: url(../img/common/icon_23.png);
}
.bookingmain .txt01 {
	margin-bottom: 25px;
}
.bookingmain .txt02 {
	margin-bottom: 5px;
}
.bookingmain .txt03 {
	margin-bottom: 25px;
	font-size: 13px;
	text-align: center;
}
.bookingmain .txt04 {
	margin-bottom: 5px;
	font-size: 26px;
	text-align: center;
}
.bookingmain .txt05 {
	margin-bottom: 50px;
	font-size: 14px;
	text-align: center;
}
.bookingmain .reqtag {
    display: inline-block;
    background: #CC0000;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: 1px;
}
.formtable table {
	width: 100%;
	margin-bottom: 25px;
}
.formtable table th {
	background-color: #F7F8F7;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #CACACA;
	font-weight: normal;
	text-align: left;
	width: 150px;
}
.formtable table td {
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #CACACA;
	font-weight: normal;
	text-align: left;
}


.btnform{
	background-color: #F6A21E;
	border-radius: 5px;
	width: 260px;
	color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #F6A21E;
}
.btnform a{
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../img/common/icon_01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.btnform a:hover{
	opacity:0.6;
}

.btnform02{
	background-color: #fff;
	border-radius: 5px;
	width: 260px;
	color: #F6A21E;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #F6A21E;
}
.btnform02 a{
	font-size: 15px;
	color: #F6A21E;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../img/common/icon_22.png);
	background-repeat: no-repeat;
	background-position: 5% center;
}
.btnform02 a:hover{
	opacity:0.6;
}

.btnformwrap{
	text-align: center;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.btnformwrap .btn:first-child{
	float:right;
}
.btnformwrap .btn:last-child{
	float:left;
}

.inp01 input {
	padding: 8px;
	width: 480px;
}
.inp02 select {
	padding: 8px;
}
.inp03 textarea {
	padding: 8px;
	width: 480px;
	height: 150px;
}
.companymain .detailtable01 {
	margin-bottom: 50px;
}


#map .btndetail.icon_pdf {
	background-color: #fff;
	margin-bottom: 0px;
	position: relative;
	border-radius: 0px;
	border: 1px solid #1572d1;
	width: 285px;
	margin-right: auto;
	margin-left: auto;
}
#map .btndetail.icon_pdf a{
	font-size: 15px;
	color: #1572d1;
	text-align: center;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	background-image: url(../img/common/icon_pdf01.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding-right:15px;
}
#map .btndetail.icon_pdf:hover{
	background-color: #1572d1;
	border: 1px solid #fff;
}
#map .btndetail.icon_pdf:hover a{
	background-image: url(../img/common/icon_pdf02.png);
}
#map .btndetail.icon_pdf a:hover{
	color: #fff;
}
#map {
	margin-bottom: 50px;
}

.mapdetail {
	margin-bottom: 40px;
}
.pbox {
	margin-bottom: 40px;
}
.pbox .txt01 {
	margin-bottom: 25px;
}
.count {
	text-align: right;
	margin-bottom: 30px;
}
.count .txt01 {
	font-size: 24px;
}

body.scrolled a.page-top {
    right: 5%;
}
a.page-top {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3C66C6;
    color: #fff;
    font-size: 35px;
    position: fixed;
    right: -20%;
    bottom: 35px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    z-index: 999;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 1;
    padding-top: 23px;
}

a.page-top:hover{
	opacity:0.8;
}

.ctag{
	margin-top: 20px;
	margin-bottom: 20px;
}
.ctag li{
	float: left;
	margin-right: 8px;
	margin-bottom:8px;
}
.ctag li a {
    color: #4C4C4C;
    background-color: #E4E1DB;
    display: inline-block;
    padding-top: 4px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    border-radius: 15px;
    font-size: 12px;
}
.ctag li a:hover{
	text-decoration: none;
}

.loading{
	text-align:center;
}


























#anc01 , #anc02 , #anc03 , #anc04 , #anc05 , #anc06 , #rec01 , #rec02 , #rec03{
	padding-top: 0px;
	margin-top: 0px;
}
