@charset "UTF-8";

/* ブラウザ初期化スタイル */
/* 共通部分のスタイル */

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body {
    line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}


ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

table tr th {
	font-weight:normal;
	vertical-align:middle;
}
table tr td {
	vertical-align:middle;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
	vertical-align:bottom;
}

/*縮小して印刷CSS　zoomを調整してください*/
@media print {
*html body{
	zoom:70%;
}
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/
body {
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 14px;
line-height: 1.5em;
color: #333;
-webkit-text-size-adjust: none;
min-width:980px;
}

h1 {
text-align:center;
margin:80px 0;
}

h2 {
margin-bottom:20px;
}

a {
color:#333;
text-decoration: none;
}

a:hover {
color: #c96669;
text-decoration:underline;
}

.hover:hover {
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
cursor:pointer;
}

#jsbc_container {
width:980px;
margin:0 auto;
}

/* #mainのstyle */
#main:after{
clear:both;
content:"";
height:0;
display:block;
visibility:hidden;
margin-bottom:150px;
}
#main .mainConts{
float:left;
width:326px;
}
#main .mainConts:nth-child(2){
margin-left:1px;
}
#main .mainConts dl dt{
margin-bottom:20px;
}
#main .mainConts h2 img:hover,
#main .mainConts dl dt:hover {
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
cursor:pointer;
}
#main .mainConts dl dd{
text-align:center;
}
#main .mainConts dl dd:last-child a{
color:#FFF;
display:block;
background:#fa901e;
margin:15px;
width:290px;
padding:10px 0;
}
#main .mainConts dl dd:last-child a:hover{
text-decoration:none;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

/* #groupのstyle */
#group:after{
clear:both;
content:"";
height:0;
display:block;
visibility:hidden;
}
#group dl.groupConts{
width:326px;
float:left;
text-align:center;
margin-bottom:50px;
}
#group dl.groupConts:nth-child(2),
#group dl.groupConts:nth-child(5){
margin-left:1px;
}
#group dl.groupConts dt{
margin-bottom:20px;
}
#group dl.groupConts dt:hover {
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
cursor:pointer;
}

/* #footerのstyle */
#footer{
text-align:center;
margin:100px 0 50px;
}
