@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
    vertical-align: baseline;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse:
    separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* ------------------------------------------------------ */
body{
    color:#000000;
    font-size:16px;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1.5;
    -webkit-text-size-adjust: 100%;
    background:#fff;
    padding: 0 5%;
}
/* リンク設定
------------------------------------------------------------*/
a{
    color: #000000;
    text-decoration:none;
}
a:hover{color:#0099FF;}

/*************
/* ヘッダー
*************/
#header{
    overflow:hidden;
    padding:15px 0 0;
}
.name{
    float: left;
    padding: 3px;
}
h1{
    font-size: 60px;
    font-weight: bold;
}
.info{
    float: right;
    padding: 25px 0 0 0;
}
.info p{
    font-size: 18px;
}

#topnavi{
    clear: both;
    padding: 10px 0;
}
ul#topnavi{
    overflow: hidden;
    margin: auto;
}
ul#topnavi li{
    float: left;
    width: 25%;
    border: solid 3px #FFFFFF;
    box-sizing: border-box;
}
ul#topnavi a{
    color: #FFFFFF;
    background: #003399;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 10px;
}
ul#topnavi a:hover{
    background:#0099FF;
}
ul#topnavi li.active a{
    background:#0099FF;
}
/*************
/* メイン
*************/
#main{
    clear: both;
    overflow: hidden;
    margin: auto;
}
ul#main li{
    padding: 15px 2% 0;
    float: left;
    width: 46%;
}
h2{
    padding: 15px 0 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #0099FF;
}
#main p{
    padding: 10px 5px 5px;
    font-size: 18px;
}

/*************
/* 組合概要ページ
*************/
.c_info{
    clear: both;
    overflow: hidden;
    margin: auto;
    padding: 0 2%;
}
.c_table{
    width:95%;
    margin:10px auto;
    font-size: 16px;
    border-collapse: collapse;
}
.c_table th,table.table td{
    padding: 15px 5px;
    border-top: dotted 1px;
    border-bottom: dotted 1px;
}
.c_table th{
    width: 20%;
}
.c_table th:nth-child(2){
    width: 70%;
}
h3{
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0 0 5px;
}
.access_txt{
    float: left;
    width: 40%;
}
.access_txt p{
    padding: 0 0 0 10px;
}
.access_map{
    float: right;
    width: 60%;
}


/*************
/* 技能実習生ページ
*************/
.g_inner{
    clear: both;
    overflow: hidden;
    margin: auto;
    padding: 0 1%;
}
ul.g_inner li{
    float: left;
    padding: 0 1%;
    width: 46%;
}
.g_inner p{
    padding: 10px 5px 5px;
    font-size: 16px;
}
ul.g_image li{
    overflow: hidden;
    float: left;
    padding: 0 0 0 2%;
    width: 30%;
    border: solid #FFFFFF;
}
.g_inner a{
    padding: 10px 5px 0 5px ;
    font-size: 16px;
    color: #003399;
    border-bottom: solid 1px;
}

/*************
/* 技能実習生ページ
*************/
.p_inner{
    clear: both;
    overflow: hidden;
    margin: auto;
    padding: 0 2%;
}
.p_inner p{
    padding: 2px 0 15px 5px;
    font-size: 16px;
}
.p_inner a{
    padding: 10px 5px 0 5px ;
    font-size: 16px;
    color: #003399;
    border-bottom: solid 1px;
}
/*************
/* フッター
*************/
#footer{
    clear: both;
    overflow: hidden;
    margin: 15px 0 0;
    background: #666666;
    color: #FFFFFF;
    padding: 10px 20px;
}
ul#footernavi li{
    float: left;
    width: 25%;
}
ul#footernavi a{
    color: #FFFFFF;
    font-size: 12px;
    border-bottom: solid 1px;
}
ul#footernavi a:hover{color:#0099FF;}

.footername{
    clear: both;
    font-size: 20px;
    padding: 15px 0;
    float: left;
}
ul.footerinfo li{
    float: right;
    padding: 15px 0 0 15px;
}
ul.footerinfo a{
    color: #FFFFFF;
    font-size: 10px;
}
.copyright{
    clear: both;
    font-size: 8px;
    text-align: center;
}
/*************
/* その他設定
*************/
/* PC用 */
@media only screen and (min-width:960px){
}

/* モニター幅960px以下 */
@media only screen and (max-width:960px){
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}