@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/

#headline {
    background: #fcf0da;
	height:160px;
	margin-bottom: 25px;
}
#headline h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    height: 3em;
}
#headline .h2_icon:before{
	content:"";
	position:absolute;
	top:0;
	left: 6%;
	background: url(../img/oshirase/h2_icon.png);
	width:20px;
	height:31px;
}
#headline .h2_icon{
	display:inline-block;
	position:relative;
}
#headline .h2_br{
	display:block;
	font-size:16px;
	font-weight:800;
}

@media screen and (max-width: 640px) {
	#headline {
		height:100px;
	}
	#headline h2 {
		font-size: 16px;
	}
	#headline .h2_br{
		font-size:13px;
	}
	#headline .h2_icon:before{
		top: -10%;
		left: 10%;
	}
    
}

/*-----------------------------------

	oshirase

-----------------------------------*/
section {
    padding-bottom: 50px;
}
.under-main {
	padding-bottom: 30px;
	box-sizing: border-box;
}
.under-main h3 {
    width: 686px;
    margin: 18px auto 0 auto;
}
.under-main-inner {
    width: 686px;
    margin: 0 auto;
}
.under-main-catch {
    margin-top: 18px;
    line-height: 1.6em;
}
body.under-oshirase h4.under-useful-title {
    border-bottom: #f9b367 4px solid;
}
h4.under-useful-title {
    padding-bottom: 10px;
}
.under-main h4 {
    margin-top: 40px;
}
table.under-oshirase-list {
    width: 100%;
    margin-top: 30px;
    border: #666666 1px solid;
    border-collapse: separate;
    border-spacing: 0;
}
table.under-oshirase-list td.oshirase-list-title {
    border-right: #666666 1px solid;
    border-bottom: #666666 1px solid;
    width: 20px;
    text-align: center;
    background-color: #f5f5f5;
    font-weight: bold;
}
table.under-oshirase-list td.oshirase-list-name {
    padding-left: 12px;
    border-left: #ffffff 1px solid;
    background-color: #fbfbfb;
}
table.under-oshirase-list td.oshirase-list-link {
    width: 180px;
    height: 28px;
    padding-top: 10px;
    padding-left: 20px;
    border-left: #ffffff 1px solid;
    background-color: #f4f4f4;
}
table.under-oshirase-list td.oshirase-list-blank {
    border-right: #666666 1px solid;
    background: url(../img/oshirase/common-bg-blank.png) left top repeat;
}
table.under-oshirase-list tr:nth-child(even) td.oshirase-list-name {
    background: #fcf0da;
}
table.under-oshirase-list tr:nth-child(even) td.oshirase-list-link {
    background: #fcf0da;
}
table.under-oshirase-list td {
    padding: 7px;
}

.under-oshirase-link {
    margin-top: 15px;
    padding: 5px 10px 10px 10px;
    background-color: #f2ebe0;
}
.under-oshirase-link a {
    margin-right: 20px;
    padding-right: 20px;
    color: #333333;
    background: url(../img/common/common-link-arrowdown.png) right center no-repeat;
	text-decoration:underline;
}

table.under-oshirase-list td.oshirase-list-link a {
    margin-left: 10px;
    color: #333333;
    text-decoration: none;
    padding-right: 20px;
    background: url(../img/common/common-link-arrowright.png) right center no-repeat;
}
table.under-oshirase-list td.oshirase-list-link a:hover {
    text-decoration: underline;
}

.oshirase-list-name a {
    margin-right: 20px;
    padding-right: 20px;
    color: #007ad0;
	text-decoration:underline;
}
.oshirase-list-name a:hover {
    color: #005c9d;
}
.under-totop-text {
    margin-top: 30px;
    color: #3e3e37;
    text-decoration: underline;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.under-totop-pagetop {
    padding-right: 15px;
    text-align: right;
    color: #333333;
    text-decoration: none;
    background: url(../img/common/common-link-arrowup.png) right center no-repeat;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {

	h3,
	.under-main-inner{
		width:98%;	
	}
	
}
@media screen and (max-width: 640px) {

	section {
		padding-bottom: 30px;
	}
	h3 {
		width: 98%;
		margin: 5px auto 0 auto;
	}
	h3 img,
	.under-main-mv img,
	.under-main-navi a img{
		width: 100%;
	}
	.under-main-navi a {
		display: block;
		width: 120px;
	}
	.under-main-inner {
		width: 98%;
		margin: 0 auto;
	}
	.under-main-mv {
		margin-top: 5px;
	}
	.under-main-list {
		margin-top: 15px;
		padding: 5px 5px 15px 5px;
		background: url(../img/page/under-list_bg.png);
	}
	.under-main h3 {
		width: 98%;
		margin: 5px auto 0 auto;
	}
	
	
	
}
