﻿@charset "utf-8";

#is-wrapper {
	width: 760px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #727171;
	letter-spacing: .05em;
	line-height: 2em;
	word-break: break-all;
	text-justify: inter-ideograph;
	}
	
#is-wrapper a{
	outline:none;
	text-decoration: none;
	-webkit-transition: 0.3s ;
	transition: 0.3s;
	}
	
#is-wrapper img{
	text-align: center;
	max-width: 100%;
	height:auto;
	}
	
.clearfix:after {
	content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both; 
	}
	
#is-wrapper h2,#is-wrapper h3,#is-wrapper h4{
	margin: 0px;
	}
	
.nes_title{
	width: 760px;
	padding: 40px 0px;
	text-align: center;
	}
	
.nes_title p{
	width: 550px;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: left;
	font-weight: normal;
	}
	
.nes1,.nes2{
	padding-bottom: 70px;
	}
	
.nes1 img{
	width: 40%;
	float: left;
	margin-right: 10px;
	}
	
.nes2 img{
	width: 40%;
	margin-left: 10px;
	}
	
.nes1 h4,.nes2 h4{
	font-size: 2em;
	font-weight: 900;
	color: #D8B000;
	padding-bottom: 10px;
	}
	
.nes1 p,.nes2 p,.nes3-sub p{
	font-weight: normal;
	margin: 0px;
	}
	
.nes2 h4,.nes2 p{
	float: left;
	width: 58%;
	}
	
.nes_line{
	text-align: center;
	margin-bottom: 70px;
	}
	
.nes3{
	width: 760px;
	background-color: #F0F0DC;
	}
	
.nes3-sub > div{
	width: 30%;
	float: left;
	margin: 12.5px;
	text-align: center;
	}
	
.sub1,.sub2,.sub3{
	text-align: left;
	padding: 10px 0px;
	line-height: 1.4em;
	}
	
.sub1{
	color: #FF64B4;
	}
	
.sub2{
	color: #46D200;
	}
	
.sub3{
	color: #1EB9EE;
	}
	
.nes3-sub p{
	font-size: .8em;
	line-height: 1.8em;
	margin: 0px;
	text-align: left;
	}
	
.nes3-sub > div:nth-child(3n) {
	margin-right: 0;
	}
	
.nes-footer{
	background-color: #727171;
	color: #fff;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #D8B000;
	padding: 30px 0px;
	}
	
.nes4{
	text-align: center;
	margin-top: 70px;
	}
	
.nes4 h4{
	width: 640px;
	padding: 20px 60px;
	text-align: left;
	font-weight: normal;
	}
	
.nes4 h3{
	font-size: 1.3em;
	font-weight: 900;
	}
	
.nes4 p,.nes-info{
	text-align: center;
	margin: 0px 0px;
	}
	
.nes-footer a,.nes-info a{
	font-weight: 900;
	margin: 10px 60px;
	padding: 10px;
	display: block;
	background-color: #D8B000;
	color: #fff;
	border-radius: 6px;
	border: 1px solid #D8B000;
	}
	
.nes-footer a:hover,.nes-info a:hover{
	background-color: #fff;
	color: #D8B000;
	border: 1px solid #D8B000;
	}
	
	
	
table.holding {
	width: 760px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
	padding: 60px 60px 0px 60px;
}
 
table.holding th,
table.holding td {
    padding: 10px;
}
 
table.holding th {
    background: #727171;
    vertical-align: middle;
    text-align: left;
    width: 35%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
	text-align: center;
}
 
table.holding th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #727171;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #727171 10px solid;
        margin-top: -10px;
    }
}
 
table.holding td {
    background: #f8f8f8;
    width: 65%;
    padding-left: 20px;
	font-size: .9em;
}