@charset "utf-8";

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}


/* --------------------------------------
 * 共通
 * -------------------------------------- */
body {
	background-color: #ffffff;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #222222;
}
a {
	color: #1188b9;
	text-decoration: none;
}
a:hover {
	/*color: #ff9933;*/
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
.img-responsive {
	height: auto;
	max-width: 100%;
}

ol,
ul {
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
p {
    margin-top: 0;
	margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
sup {
	font-size: 0.7em;
	vertical-align: super;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.blue {
	color: #0066cc;
}
.orange {
	color: #ff6600;
}
.brown {
	color: #663300;
}
.font08 {
    font-size: 0.8em;
}
.font09 {
    font-size: 0.9em;
}
.font11 {
	font-size: 1.1em;
}
.font12 {
	font-size: 1.2em;
}
.font13 {
	font-size: 1.3em;
}
.font15 {
	font-size: 1.5em;
}

.small08 {
	font-size: 0.8em;
}
.small09 {
    font-size: 0.9em;
}

/* TOPニュースiframe */
.top_news {
    margin: 0;
    padding: 5px;
}

/* ダイアログ */
.ui-widget-overlay {
    background: #000000;
    opacity: .5;
    filter: Alpha(Opacity=50);
}
.ui-dialog-buttonset{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

/* --------------------------------------
 * スマートフォン (768pxまで）
 * -------------------------------------- */
@media only screen and (max-width: 768px) {
    .pc_dsp {
        display: none;
    }
    .sp_dsp {
    }

    /* Header */
    #wrap_header {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    header {
        margin: 0;
        padding: 0;
    }
    header h1 {
        background-image: url('../images/header.jpg');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 56.25%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-indent: -9999px;
    }

    /* Content */
    #wrap {
        margin: 0;
        padding: 0;
    }
    article {
        margin: 0;
        padding: 0;
    }
    section {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        line-height: 1.5em;
    }
    section img {
        height: auto;
        max-width: 100%;
    }

    .alignleft {
        display: block;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .alignright {
        display: block;
        margin-top: 5px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .aligncenter {
        text-align: center;
        display: block;
        padding: 0px;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto;
        margin-top: 5px;
    }

    /* Home */
    section .date {
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    section h2 {
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    section .text {
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    section .next {
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

}





/* --------------------------------------
 * タブレット (769px〜960px)
 * -------------------------------------- */
/* JSで縮小表示 */


/* --------------------------------------
 * タブレット (769px〜960px) JSで縮小表示
 * PC (961px以上)
 * -------------------------------------- */
@media print, screen and (min-width: 768px) {
    .pc_dsp {
    }
    .sp_dsp {
        display: none;
    }

    /* Header */
    #wrap_header {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    header {
        margin: 0;
        padding: 0;
	}
    header h1 {
        background-image: url('../images/header.jpg');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 56.25%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-indent: -9999px;
    }

    /* Content */
    #wrap {
        margin: 0;
        padding: 0;
    }
    article {
        margin: 0;
        padding: 0;
    }
    section {
        width: 900px;
        margin-top: 0;
        margin-bottom: 70px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        line-height: 1.7em;
    }
    section img {
        height: auto;
        max-width: 100%;
    }
    section a:hover {
        opacity: 0.7;
    }

    .alignleft {
        margin-top: 5px;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
    }
    .alignright {
        margin-top: 5px;
        margin-left: 15px;
        float: right;
        margin-bottom: 15px;
    }
    .aligncenter {
        text-align: center;
        display: block;
        padding: 0px;
        margin-left: auto;
        margin-bottom: 15px;
        margin-right: auto;
        margin-top: 5px;
    }

    /* Home */
    section .date {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 25px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    section h2 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    section .text {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    section .next {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

}


/* end css */
