@charset "UTF-8";
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
ul, ol {
	list-style: none;
}
body {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	line-height: 1.6;
	color: #3c3c3c;
	background: #EFFEEB;
}
.bl {
	text-align: left;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
.justifyright {
	text-align: right;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
em {
	font-style: italic;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
	color: #3AE000;
}
/* header */
header {
	position: relative;
	height: 172px;
	overflow: hidden;
	background: #fff;
}
header h1 {
	position: absolute;
	width: 421px;
	height: 134px;
	top: 9px;
	left: 14px;
}
header h1 a {
	display: block;
	height: 134px;
	width: 500px;
	background: url(../assets/templates/swc/images/logo_ja.png) no-repeat;
}
header ul {
	position: absolute;
	top: 30px;
	right: 0px;
}
header ul li {
	float: left;
	margin-right: 5px;
}
header ul li a {
	display: block;
	width: 105px;
	height: 33px;
}
header ul li.sitemap a {
	background: url(../assets/templates/swc/images/sitemap.png) no-repeat;
}
header ul li.english a {
	background: url(../assets/templates/swc/images/english.png) no-repeat;
}
header ul li a:hover {
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
}
header:after, header:before {
	content: ".";
	text-indent: -999em;
	overflow: hidden;
	display: block;
	position: absolute;
	left: -2000px;
	width: 6000px;
	height: 10px;
}
header:after {
	background: #fff;
	bottom: 10px;
	height: 20px;
}
header:before {
	background: #43DE20;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	bottom: 4px;
}
#middle {
	padding-top: 10px;
	background: url(../assets/templates/swc/images/background.png) no-repeat #fff;
	background-position-x: center;
}
/* container */
#container {
	position: relative;
}
#container .breadcrumb {
	margin-bottom: 10px;
}
/* side */
#side {
	width: 220px;
	float: left;
	margin: 0 20px 70px 0;
}
#side ul.side1 {
	margin: 0 0 20px 0;
	padding-left: 0px;
}
#side ul.side1 > li {
	height: 46px;
	width: 220px;
	background: #FFFFFF;
}
#side ul.side1 > li a {
	height: 46px;
	width: 220px;
	background: url(../assets/templates/swc/images/navi.png) no-repeat;
}
#side ul.side1 > li:nth-child(1) a {
	background-position: 0px 0px;
}
#side ul.side1 > li:nth-child(2) a {
	background-position: 0px -46px;
}
#side ul.side1 > li:nth-child(3) a {
	background-position: 0px -92px;
}
#side ul.side1 > li:nth-child(4) a {
	background-position: 0px -138px;
}
#side ul.side1 > li:nth-child(5) a {
	background-position: 0px -184px;
}
#side ul.side1 > li:nth-child(6) a {
	background-position: 0px -230px;
}
#side ul.side1 > li:nth-child(7) a {
	background-position: 0px -276px;
}
#side ul.side1 > li a:hover {
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
}
#side ul.side1 ul.side_inner {
	display: none;
	padding: 0;
}
#side ul.side1 > li.active > ul.side_inner {
	display: block;
	height: 46px;
}
#side ul.side1 > li.active > ul.side_inner > li {
	display: block;
	height: 46px;
}
#side ul.side2 {
	padding-left: 0px;
	margin: 16px 0;
}
#side ul.side2 li {
	height: 50px;
	width: 220px;
	margin: 0 0 5px;
}
#side ul.side2 li a {
	height: 50px;
	width: 220px;
}
#side ul.side2 li:nth-child(1) a {
	background: url(../assets/templates/swc/images/members_ja.png) no-repeat;
}
#side ul.side2 li:nth-child(2) a {
	background: url(../assets/templates/swc/images/signup_ja.png) no-repeat;
}
#side ul.side2 li a:hover {
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
}
/* content */
#content {
	width: 720px;
	float: right;
	font-size: 13.5px;
	margin-bottom: 50px;
}
#content section {
	position: relative;
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #dbdbdb;
	background: #FFFFFF;
}
#content section h2 {
	height: 43px;
	line-height: 43px;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 0 33px;
	background: url(../assets/templates/swc/images/h2mark.png) no-repeat 10px 15px;
	border-bottom: solid 1px #3AE000;
	margin: 0;
}
#content section h3 {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 16px;
	/*height: 30px;*/
  line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	background: #E8FBDF;
}
#content section h4 {
	margin-top: 30px;
	margin-left: 10px;
	padding-left: 8px;
	border-left: solid 7px #3AE000;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
#content section p {
	margin: 10px 10px;
}
#content section a.archive {
	position: absolute;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	top: 30px;
	right: 30px;
}
#content section dl {
	margin: 16px 10px 0 10px;
}
#content section dl dt {
	font-weight: 600;
}
#content section dl dt.new-mark {
	/*
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -2px;
  width: 32px;
  height: 12px;
*/
  background: url(../assets/templates/swc/images/new.png) no-repeat 9em;
}
#content section dl dd {
	padding-bottom: 9px;
	border-bottom: 1px dotted #ababab;
	margin-bottom: 10px;
}
#content section table {
	border-collapse: collapse;
	margin: 20px;
}
#content section table tbody tr th, #content section table tbody tr td {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
}
#content section table tbody tr th {
	white-space: nowrap;
	text-align: left;
}
#content section table#traffic {
	width: 95%;
}
#container .btn {
	width: 300px;
	margin: 10px auto;
}
#container a.to_top {
	background: url(../assets/templates/swc/images/totop.png) no-repeat;
	position: fixed;
	width: 40px;
	height: 40px;
	margin-left: 920px;
	bottom: 15px;
	z-index: 1;
}
.backnumber-content {
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	max-height: 60px;
}
.align-right {
	text-align: right;
}
.backnumber-table {
	width: 637px;
}
.backnumber-table td:first-child {
	width: 8%;
}
ol.decimal {
	padding-left: 3em;
}
ol.decimal li {
	list-style-type: decimal;
}
ul.disc {
	padding-left: 2em;
}
ul.disc li {
	list-style-type: disc;
}
ul.disc2 {
	padding-left: 1em;
}
ul.disc2 li {
	list-style-type: disc;
}
ul.link {
	margin: 10px;
}
.rule ol {
	padding-left: 3em;
}
.rule li {
	list-style-type:lower-latin;
}
.rule p.post {
	margin: 0;
	padding-left: 2em;
}
#pagination {
	text-align: center;
}
/* footer */
footer {
	border-top: solid 2px #43DE20;
	background: #EFFEEB;
	position: relative;
	font-size: 13px;
}
footer ul {
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
}
footer ul li {
	display: inline-block;
	line-height: 15px;
	padding: 0 10px;
	border-left: solid 2px #C0CBBD;
}
footer ul li:last-child {
	border-right: solid 2px #C0CBBD;
}
footer ul li a {
	color: #333;
	text-decoration: none;
}
footer p.copyright {
	text-align: center;
	margin-bottom: 30px;
}
li.wfli a {
	margin-left: 10px;
}
/*accordion*/

.accordion {
	position:relative;
	width: 220px;
	margin: 0 auto;
	padding: 0;
	border-radius: 3px;
	font-size: 16px;
	line-height: 1;
}
.accordion input {
	position:absolute;
	height: 0;
	padding:0;
	display:none;
}
.accordion div div {
	position: relative;
	/* padding: 15px 10px 12px 40px; */
  height: 46px;
	background: url(../assets/templates/swc/images/navi_ja.png);
}
.accordion div div:hover {
	filter: alpha(opacity=60);
	/* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";
	/* ie 8 */
  -moz-opacity: 0.6;
	/* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
	/* Safari 1.x */
  opacity: 0.6;
}
.accordion div div a {
	height:100%;
	width: 100%;
	position: absolute;
	text-indent: -999px;
	display: block;
}
.accordion div div.i1 {
	background-position: 0px 0px;
}
.accordion div div.i2 {
	background-position: 0px -46px;
}
.accordion div div.i3 {
	background-position: 0px -92px;
}
.accordion div div.i4 {
	background-position: 0px -138px;
}
.accordion div div.i5 {
	background-position: 0px -184px;
}
.accordion div div.i6 {
	background-position: 0px -230px;
}
.accordion div div.i7 {
	background-position: 0px -276px;
}
.accordion div div.i8 {
	background-position: 0px -322px;
}
.accordion div div.i9 {
	background-position: 0px -368px;
}
.accordion div div.i10 {
	background-position: 0px -414px;
}
.accordion label:nth-child(2) div ul {
	background: url(../assets/templates/swc/images/nav_inner01.png) no-repeat;
	text-indent: -999em;
}
.accordion label:nth-child(3) div ul {
	background: url(../assets/templates/swc/images/nav_inner02.png) no-repeat;
	text-indent: -999em;
}
.accordion label:nth-child(4) div ul {
	background: url(../assets/templates/swc/images/nav_inner03.png) no-repeat;
	text-indent: -999em;
}
.accordion label:nth-child(5) div ul {
	background: url(../assets/templates/swc/images/nav_inner04.png) no-repeat;
	text-indent: -999em;
}
.accordion label:nth-child(6) div ul {
	background: url(../assets/templates/swc/images/nav_inner05.png) no-repeat;
	text-indent: -999em;
}
.accordion label:first-child div div {
	border-top: 0;
}
.accordion label:last-child div div {
	border-bottom: 0;
}
.accordion div div:hover {
	cursor: pointer;
}
.accordion div div:before {
	position:absolute;
	top: 13px;
	left:10px;
}
.accordion div div:after {
	position:absolute;
	top: 15px;
	right:10px;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.accordion input:checked + div div:after {
	top: 12px;
	right: 15px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.accordion input:checked + div ul li {
	/* background: url(../assets/templates/swc/images/navi_bg.png) no-repeat; */
  /* height: 46px; */
  width: 100%;
}
.accordion ul li a {
	display: block;
	width: 220px;
	height: 46px;
	font-size: 60%;
	text-align: left;
	padding: 17px 0 0 36px;
	overflow: hidden;
	height: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.accordion input:checked + div ul li a {
	position:relative;
	line-height: 1;
	height: 46px;
	font-size: 60%;
	text-align: left;
	padding: 17px 0 0 36px;
	color: #2c2cef;
}
.accordion input:checked + div ul li:first-child a {
	border-top: 0;
}
.accordion input:checked + div ul li:last-child a {
	border-bottom: 0;
}
.accordion input:checked + div ul li a:before {
	position: absolute;
	top: 16px;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.toggle dt {
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:#666 1px solid;
	cursor:pointer;
}
.toggle dd {
	background:#f2f2f2;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:#666 1px solid;
	display:none;
}
