@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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	本体
------------------------------------------------------------*/
body {
 margin-top: 2px;
 padding:0px;
 text-align:center;
 -webkit-text-size-adjust: none;
 background: #000000;
}

html {
 box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー部分
------------------------------------------------------------*/
header {
 width: 100%;
 height: 16px;
 background: #000;
}

header p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 11px;
 font-weight: bold;
 color: #fff;
}

#head_image {
 width: 100%;
 background: #ffffff;
}

#head_image img {
 max-width : 100% ;
 height : auto ;
}

#top_image {
 width: 100%;
}

#top_image img {
 max-width : 100% ;
 height : auto ;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

nav {
 margin-top: 5px;
 margin-bottom: 5px;
 width: 100%;
 -webkit-box-shadow: 0 2px 4px #666;
 box-shadow: 0 2px 4px #666;
}

nav ul {
 list-style-type: none;
}

nav ul:after{
 content:"";
 clear: both;
 display: block;
}

nav ul li {
 float: left;
 width: 25%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background: -webkit-gradient(linear, left top, left bottom, from(#f3dd9a),to(#c29816));
 background: -webkit-linear-gradient(top,#f3dd9a,#c29816);
 background: -ms-linear-gradient(top,#f3dd9a,#c29816);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff3dd9a',endColorstr='#ffc29816', GradientType=0 );
 background: linear-gradient(to bottom, #f3dd9a 0%, #c29816 100%);
 border: #c29816 solid 1px;
}

nav ul li a {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon2.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.system {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon6.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.shukkin {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon1.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.women {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon5.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.guide {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon3.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.stablo {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon8.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.tencho {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon7.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.kyujin {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon4.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

.link_image {
 width: 100%;
 margin-bttom: 10px;
}

.link_image img {
 max-width : 100% ;
 height : auto ;
}

.image_box {
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 background: #ffffff;
}

.image_box img {
 max-width : 100% ;
 height : auto ;
}


.midashi_visit {
 margin-top: 10px;
 margin-bottom: 5px;
 width: 100%;
 height: 24px;
 margin-left: auto;
 margin-right: auto;
 background: -webkit-gradient(linear, left top, left bottom, from(#c800c8),to(#ff93ff));
 background: -webkit-linear-gradient(top,#c800c8,#ff93ff);
 background: -ms-linear-gradient(top,#c800c8,#ff93ff);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc800c8',endColorstr='#ffff93ff', GradientType=0 );
 background: linear-gradient(to bottom, #c800c8 0%, #ff93ff 100%);
 border: 1px solid #c800c8;
}

.midashi_visit p {
 font-family:"MS ゴシック",sans-serif; 
 font-size: 14px;
 line-height: 24px;
 font-weight: bold;
 color:#ffffff;
}

.telcom {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
 width: 80%;
 height: 18px;
 text-align: center;
 margin-bottom: 0;
}

.telcom p {
margin:0px;
padding:0px;
 font-family:"MS ゴシック",sans-serif;
 line-height:  18px;
 font-size: 11px;
 font-weight: bold;
 color:#ffffff;
}

.tellbox {
 width: 80%;
 height: 42px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
 border-radius: 10px;
 background: -webkit-gradient(linear,left top,left bottom,from(#E10071),to(#930049));
 background: -webkit-linear-gradient(top, #E10071, #930049);
 background: -ms-linear-gradient(top, #E10071, #930049);
 background: linear-gradient(to bottom, #E10071, #930049);
}

.tellbox a {
 display: block;
 text-align: center;
 font-family: sans-serif; 
 font-size: 18px;
 line-height: 42px;
 color:#fff;
 font-weight: bold;
 text-decoration: none;
}

.tellbox a:hover {
 color:#ff0000;
 background: #cccccc;
 border-radius: 10px;
}

.coment {
 margin-top: 5px;
 margin-left: 5px;
 width: 100%;
 background: #000;
}

.coment p {
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 3vw;
 text-align: left;
 line-height: 14px;
 font-weight: bold;
 color:#fff;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
 margin: 0;
 width: 100%;
 height: 25px;
 background: #c29816;
}

footer p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 line-height: 25px;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
}