@charset "utf-8";

/* Basic Normalize */
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, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}

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;}
img{vertical-align: top;}
figure{margin: 0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


/* Basic Config */
html
{
	font-size: 100%;
	background: #fff;
}

body
{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	width:100%;
	overflow:hidden;
	line-height: 1.5;
}

body,input,select,textarea {
	color: #000;
}

a{
	text-decoration:none;
	margin:0;
}

button
{
	border: 0;
	outline: 0;
	background: transparent;
}

/* 共通 */

.introtext_inner{
	background: rgba(255,255,255,0.5);
    border-radius: 5px;
	border:2px solid #ffd800;
	padding: 10px;
	font-size:110%;
}

.bnrbox_inner{
	border:2px dotted #9e6e3d;
	padding: 10px;
}


/*------ PC ------*/
@media screen and (min-width: 767px)
{

.hide_pc{
	display:none;
}

body {
	background: url(../img/bg_all.jpg) repeat ;
}

ul.social:before, #main .intro .sub ul.social:after {
    content: "";
    display: table;
}

ul.social:after {
    clear: both;
}

#main {
    width:960px;
    text-align: center;
    margin:0 auto;
    background: url(../img/bg.jpg) 0 0 repeat ;
    background-size:450px;
    overflow: hidden;
    padding-bottom: 5%;
    border-radius:0 0 10px 10px;
    border:1px solid #ccc;
    border-top:none;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}

#main a img:hover{
	opacity:0.8;
}

.introtext {
    background: url(../img/bg_box.jpg) repeat ;
    margin:30px;
    font-size:16px;
    line-height:1.8em;
    padding:30px 20px;
	font-weight:bold;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    }

.introtext_inner{
	margin:20px 0 0;
}

.topimg_pc
{
	z-index: 0;
	display: block;
	left: 14%;
	width: 100%;
	margin: 0;
	padding :0;
}

.topimg_sp {
    display: none;
}

.arti{
	display:table;
	width:100%;
}

.arti section{
	display:table-cell;
	vertical-align:top;
}

.arti section:first-child{
    width:65%;
    padding: 0 15px 0 30px;
}

.arti section:last-child{
    width:35%;
    padding:0 30px 0 15px;
}

.bnrbox{
    background: url(../img/bg_box.jpg) repeat ;
    position: relative;
    margin:0 0 30px 0;
    padding: 10px;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
	vertical-align:top;
}



.bnrbox h1 {
    padding-bottom:10px;
    width: 110%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    right: 5%;
}

.bnrbox h2 {
    font-size:18px;
    font-weight:bold;
    padding:5px 0;
}

.contents p {
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
}

.contents a img {
	width:90%;
}

ul.btn{
	display:table;
	width:100%;
	margin-top:10px;
}

ul.btn li{
	display:table-cell;
	width:50%;
}

ul.btn li:first-child{
	padding-right:5px;
}

ul.btn li:last-child{
	padding-left:5px;
}

ul.btn li p {
	border:2px solid #fff;
	border-radius:5px;
}

ul.btn li p.kiji1116{
	background: #ffe45c url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p.link1116{
	background: #ffd800 url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p.kiji{
	background: #f0efed url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p.link{
	background: #f0efed url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p a{
	display:block;
	padding:5px 0;
	text-align:center;
	letter-spacing:0.2em;
    font-family: "Sawarabi Mincho";
	font-size:18px;
	font-weight:bold;
	color:#000;
}

ul.btn li p a:hover{
	opacity:0.8;
}

.monobnr{
	width:100%;
	background:#fff;
	text-align:center;
	margin:0 auto;
	border:1px solid #fff;
}

}/*------ PC ------*/


/*------ SP ------*/

@media screen and (max-width: 767px)
{

.hide_sp{
	display:none;
}

    body {
    }

#main {
    background: url(../img/bg.jpg) repeat ;
    background-size: 70%;
    width:100%;
    text-align: center;
    margin:0 auto;
    box-shadow: 2px 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px 2px #999;
}

.introtext {
    background: url(../img/bg_box.jpg) repeat ;
    margin:20px 10px;
    font-size:12px;
    line-height:1.8em;
    padding:15px 10px;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    }

.introtext_inner{
	margin:10px 0 0;
	font-weight:bold;
	text-align:center;
}

.topimg_pc {
        display:none;
    }

    .topimg_sp {
    width: 100%;
    z-index: 0;
    display: block;
    margin:0;
    }


.arti{
	display:block;
	width:100%;
}

.arti section{
    padding: 0 10px;
}

.arti section:last-child{
	padding:20px 0;
}

.bnrbox{
    background: url(../img/bg_box.jpg) repeat ;
    position: relative;
    margin:0 0 30px 0;
    padding: 10px;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
	vertical-align:top;
}

.bnrbox h1 {
    padding-bottom:10px;
    text-align: center;
    margin: 0 -20px;
    position: relative;
}

.bnrbox h1 img{
	width:100%;
}

.bnrbox h2 {
    font-size:18px;
    font-weight:bold;
    padding:5px 0;
}

.contents p {
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
}

.contents a img {
	width:90%;
}

ul.btn{
	display:block;
}

ul.btn li{
	display:block;
	margin-top:10px;
}


ul.btn li p {
	border:2px solid #fff;
	border-radius:5px;
}

ul.btn li p.kiji1116{
	background: #ffe45c url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p.link1116{
	background: #ffd800 url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p.kiji{
	background: #f0efed url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p.link{
	background: #f0efed url(../img/btn_bg.png) 0 0 repeat;
}

ul.btn li p a{
	display:block;
	padding:5px 0;
	text-align:center;
	letter-spacing:0.2em;
    font-family: "Sawarabi Mincho";
	font-size:18px;
	font-weight:bold;
	color:#000;
}

ul.btn li p a:hover{
	opacity:0.8;
}

.monobnr{
	width:75%;
	background:#fff;
	text-align:center;
	margin:0 auto;
	border:1px solid #fff;
}


}/*-----SP-----*/