@charset "UTF-8";

-webkit-appearance: none;
-webkit-text-size-adjust: 100%;

/*================================================
 *  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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* body */
body {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/bg05.gif);
	background-attachment: fixed;
	/*background-size: cover;*/
}

/* Table */
td, tr {
	vertical-align: top;
}

/* リンク表示 */
a {
	color:blue;
	text-decoration: none;
}
a:hover {
	color:red;
}

/* 表示・非表示 */
#dis_p {
	}
#dis_s {
	display: none;
	}

.mainf {
	width :60%;
	margin: 0 auto;
}

.mains {
	width :80%;
	margin: 0 auto;
}

.box1 {
    margin: 1em 0;
    background: #fff;
    border: solid 1px #2583F7; 
}
.box1 .box-title {
    font-size: 1em;
    background: #2583F7;
    padding: 2px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.05em;
}
.box1 p {
    padding: 1em;
    margin: 0;
    line-height:1.2em;
    font-size:0.9em;
}

.box26 {
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 2px #2583F7;
    border-radius: 8px;
    background: #FFF;
    width:90%;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #2583F7;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
    font-size:0.9em;
}

#news_contents{
	border: 1px solid #3366cc;
	background:#FFFFE0;
	height: 6em;
	padding:1em;
	overflow: auto;
	line-height:1.2em;
	width: 90%;
	margin: 0 auto;
	font-size:0.9em;
}

#narunia {
	margin:0 auto;
	border: solid 2px #D2691E;
	border-radius: 8px;
	background:#FFF5EE;
	width:40%;
	padding:0.8em;
	color:#333;
	line-height:1.2em;	
}
::marker{
    color: #cc0000;
    font-weight:bold;
}

@media screen and (max-width: 760px){
body {
	font-size:12px;
}
#dis_s {
	display: block;
}
#dis_p {
	display: none;
}
.mainf {
	width :99%;
}
.mains {
	width :90%;
}
td, tr {
	font-size:12px;
}
#narunia {
	width:70%;
}
}






