@charset "utf-8";
/* CSS Document */

/* 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;
}

html,body {
	background-color: #FFF;
	height: 100%;
	width: 100%;
}

body {
line-height:1;
}

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

nav 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;
}
/* CSS初期化ここまで */

h1 {
	font-family: "Rounded Mplus 1c";
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	line-height: 1.2;
}
h2 {
	font-family: "Rounded Mplus 1c";
	font-size: 26px;
	font-weight: bolder;
	color: #FFF;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-color: #4F81BD;
	text-align: center;
	margin-bottom: 0.5em;
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	behavior: url('PIE.htc');/* for IE */
	border-radius: 3px;
}

p {	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	padding-top: 0.3em;
	padding-bottom: 0.8em;
}
img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* 全てに適用するCSS */
#wrap{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header{
	width: 96%;
	background-color: #132F55;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #6598DD;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 2%;
	padding-bottom: 0.5em;
	padding-left: 2%;
}
#footer {
	width: 100%;
	background-color: #132F55;
	padding-top: 1em;
	padding-right: 0%;
	padding-bottom: 1em;
	padding-left: 0%;
	margin: 0px;
	clear: both;
	text-align: center;
}

#footer a:link,#footer a:visited,#footer a:hover,#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}

#contents{
	padding: 0px;
	width: 94%;
	margin-top: 1.3em;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
}
.box-max,.box-quarter,.box-onethird,.box-half {
	width: 100%;
	padding: 0px;
	line-height: 1;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}

li {
	list-style-type: none;
	line-height: 1.8;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position: relative;
	left: -7px;
	top: -1px;
}

/* ウィンドウ幅が480px以上の場合に適用するCSS */
@media screen and ( min-width:480px )
{
#wrap{
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
}
p {
	font-size: 14px;
	clear: both;
	line-height: 1.5;
	padding-top: 0.5em;
	padding-bottom: 0.8em;
}
li{
	font-size: 13px;
}
.box-max {
	width: 100%;
	float: left;
	margin: 0%;
	padding: 0px;
}

.box-quarter {
	width: 24%;
	float: left;
	margin-right: 0.8%;
}

.box-onethird {
	width: 30%;
	float: left;
	margin-right: 2%;
	padding: 0px;
}

.box-half {
	width: 49%;
	float: left;
	margin-right: 0.9%;
}

}


.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 1px;
	right: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	behavior: url('PIE.htc');/* for IE */
	border-radius: 3px;
	background-color: rgba(51,102,255,0.3);
}
