@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:0px; 
       font-saize:12px;
       background-image:url(image/back_image04.gif);
}

#wrap {
 margin-left: auto;
 margin-right: auto;
 width: 750px;
 height: auto;
 background: #000000;
}

.coment_box {
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 width: 700px;
 height: auto;
 background: #000000;
}

.coment_box p {
 font-family:"MSゴシック"; 
 font-size: 14px;
 color:#ffffff;
 line-height:18px;
 font-weight:bold;
}

.white {
 margin-left: auto;
 margin-right: auto;
 width: 750px;
 height: 3px;
 background: #ffffff;
}

.top_box {
 margin-left: auto;
 margin-right: auto;
 width: 750px;
 height: 100px;
 box-sizing: border-box;
 background: #000000;
}

.top_box img {
 max-width: 100%;
}

.title_box {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 width: 250px;
 height: 50px;
 box-sizing: border-box;
 background: #000000;
}

.title_box img {
 max-width: 100%;
}

.list {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 20px;
 width: 750px;
 height: auto;
 box-sizing: border-box;
 display: flex;
 align-items: flex-start;
 flex-direction: row;
 justify-content: space-around;
 flex-wrap: wrap;
}

.gozen {
 display: block;
 margin-top: 10px;
 width: 185px;
 height: auto;
 padding: 2px;
 border: 1px solid #fff;
}

.gozen img {
 max-width: 100%;
}

.gozen h1 {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 color: #fff;
}

.gozen h2 {
 font-family:"MSゴシック",sans-serif; 
 font-size: 10px;
 font-weight: bold;
 text-align: center;
 color: #fff;
}

.gozen a {
 text-decoration: none;
}

.empty {
 margin-top: 10px;
 width: 185px;
 height: auto;
}