@charset "utf-8";

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
	word-break: break-all;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

li {
	margin-bottom: 12pt;
}

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

h1{
	font-size: 120%;
	font-weight: bold;
	padding: 16px 25px 15px 25px;
	margin-bottom: 10px;
	background-color: #fff;
	line-height: 180%;
	}

h2{
	font-size: 120%;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #000080;
	color: #ffffff;
	line-height: 180%;
	}

h3{
	font-size: 120%;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #ececec;
	line-height: 180%;
	}

h4 {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
  margin: 20px 0px 20px 0px;
	line-height: 180%;
}

p {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 200%;

}

a,
a:link {
	color: #0000cc;
}

a:visited {
	color: #0000cc;
	text-decoration: none;
}

a:hover,
a:active {
	color: #9fb7d4;
}

a:focus {
	outline: none;
}

a[name] { 
	color: #333;
}

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*------------------------------------------------------------------*/

/*--layout----------------------------------------------------------*/

/* 0 to 479px */

#wrapper {
	padding: 0 10px;
}

header {
	margin: 0 auto 20px auto;
	padding: 10px;
	border-bottom: 2px solid #9fb7d4;
}

#contents article {
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}

#contents article section {
	margin-bottom: 10px;
}

#sidebar-l {
	background: #eee;
	padding: 20px;
	border: 1px;
	font-size:12pt;
}

footer {
	margin: 20px auto 0 auto;
	padding: 10px;
	border-top: 2px solid #9fb7d4;
}

/* ** */

@media only screen and (min-width: 480px) {

#contents article {
	background: #fff;
}

/* ** */}

@media only screen and (min-width: 768px) {

#wrapper {
	padding: 0 10px;
}

header {
	width: 1050px;
	min-width: 1050px;
}

#contents {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	overflow: auto;
	background: url(eee.png) repeat-y;
}

#contents article {
	float: right;
	width: 720px;
	min-height: 700px;/**/
}

#contents article section {
	width: 720px;
}

#sidebar-l {
	width: 250px;
	float: left;
}

.left {
	float: left;
	width: 52%;
	margin-right: 7px;
	margin-top: 0pt;
}

.left2 {
	float: left;
	width: 45%;
	margin-right: 7px;
	margin-top: 5pt;
}

footer {
	width: 950px;
}

/* ** */}

.both {
	clear: both;
}

@media screen and (max-width: 768px) {
    .max768-toggle {
        display: none;
    }

/* ** */}

@media screen and (min-width: 768px) {
    .min768-toggle {
        display: none;
    }

@media screen and (min-width: 479px) {
    .min479-toggle {
        display: none;
    }

/* ** */}




