@charset "utf-8";


/*======================================
　8Kとはデフォルト
======================================*/

#container {
	margin: 20px auto 100px;
}
#contentsBox {
	float: right;
}

#textBox {
	width:94%;
	margin:0 auto;
}

#textBox ol {
	list-style-type: decimal;
	font-size:18px;
}

#textBox ol li {
	margin:0 0 0 23px;
}

h2.leadTitle {
    background: #00589f url("/5info/image/5img/iconBIZ.gif") no-repeat scroll 10px center;
    color: #fff;
    font-size: 140%;
    padding: 5px 0 5px 42px;
}

.leadText {
	margin:20px 0 0;
	font-size:15px;
}

h3.detailTitle {
    color: #00589f;
    font-size: 20px;
    margin:30px 0 10px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}

#textBox p {
	font-size:15px;
	margin:10px 0 20px;
}

.endText {
	font-size:15px;
	background-color:#f0f0f0;
	padding:14px;
    margin:50px 0;
}

@media screen and (max-width:479px){
	#container {
		margin-bottom: 0px;
	}

	#container #contentsBox {
		float: none;
		width: 100%;
	}

	#container #sub {
		display: none;
	}

	.breadCrumb {
		margin-left: 1%;
	}
}


/*======================================
　リンク一覧
======================================*/

#linkList {
    border: 1px solid #00589f;
    padding: 20px 0 20px 10px;
}

#linkList li {
    background-image: url("/5img/bcBg_999.gif");
    background-position: 2px 6px;
    background-repeat: no-repeat;
    float: left;
    font-size: 13px;
    margin: 0 10px 10px 0;
    padding: 0 0 0 12px;
    width: 47%;
}

@media screen and (max-width:479px){
	#linkList li {
		width: auto;
	}
}


/*-------------------------------------
 Pop Up for SmartPhone
---------------------------------------*/
@media screen and (max-width:510px){
	#fvpop {
		height:auto !important;
		width:90% !important;
	}
	#fvpop img {
		height:auto !important;
		width:100% !important;
	}
}


/*-------------------------------------
 SNSボタン用
---------------------------------------*/
.snsBtn ul li:first-child {
    margin-right: 6px;
}
.snsBtn ul li {
    float: left;
    margin-top: 2px;
}
.snsBtn {
    float: right;
}

@media screen and (max-width:479px){
  h2.leadTitle{
    position:relative;
    margin-top:27px;
  }
  .snsBtn{
    position:absolute;
    top:-27px;
    right:0px;
  }
}
