@charset "shift_jis";

/**
 * ƒEƒBƒ“ƒvƒŒ - ƒCƒ“ƒeƒŠƒ”ƒBƒWƒ…ƒAƒ‹ƒo[ƒWƒ‡ƒ“ 1ƒJƒ‰ƒ€
 *
 * @author DiAL,inc.
 * @version 1.0.2
 * @package SIRIUS
 * @subpackage Winple
 */


/* =====================================================================
	global
====================================================================== */

* {
	font-family : "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
}
body {
	margin: 0;
	background-color: #efefef;
	font-size: 16px;
	
	
	
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
	letter-spacing : 0.05em;
}
p, li {
	letter-spacing : 0.05em;
}

a {
	color: #0000ed;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

img {
	vertical-align : bottom;
	border: none;
}

iframe {
	display: inline-block;
}

#header, #main, #footer {
	position: relative;
	margin: 0;
	padding: 0;
}
.container {
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	background: #fff;
	width: 100%;
	max-width: 1024px;
}

/* ========================================
 header
======================================== */
#header {
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 5px 10px;
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}
#header h2 {
	margin: 0;
	padding: 10px;
}
@media (max-width:767px){
	#header h2 {
		padding: 0 10px;
	}
	#header h2 img {
		max-width: 80%;
	}
}

#header .header_navigation {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 3px 20px;
	background: #8DC500;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 0 3px #333, 0 0 3px #333 inset;
}
#header .header_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
#header .header_navigation ul li {
	display: inline;
	color: #fff;
	padding: 5px;
}
#header .header_navigation ul li a {
	color: #fff;
	text-decoration: none;
}
#header .header_navigation ul li a:hover {
	background: rgba(255,255,255,0.2)
}

#header .header_description {
	padding: 20px 5px 0 0;
	font-size: 0.8em;
	color: #999;
}
@media (max-width:767px){
	#header .units-row .unit-60 {
		margin-bottom: 5px;
	}
}


/* ========================================
 topmenu
======================================== */

#topmenu {
	overflow: hidden;
	background: url(./img/bg_topmenu.png) repeat-x;
	border-radius: 5px;
	width: 100%;
	height: 56px;
}
#topmenu span {
	display: block;
	float: left;
	width: 16.66%;
	height: 56px;
	box-shadow: -1px 1px 2px rgba(255,255,255,0.2) inset;
	line-height: 50px;
	text-align: center;
}
#topmenu span a {
	display: block;
	border-right: 1px solid #333;
	width: auto;
	height: 56px;
	color: #fff;
	text-decoration: none;
}
#topmenu span:last-child a {
	border-right: none;
}
#topmenu span a:hover {
	background: rgba(255,255,255,0.2)
}
#topmenu span a img {
	position: relative;
	bottom: -5px;
	vertical-align: text-bottom;
}
@media (max-width:767px){
	.navigation-toggle {
		margin: 0 !important;
		padding: 0 !important;
		background-image: none;
		background-color: #8DC500;
		color: #fff;
	}
	#topmenu {
		background-image: none;
		background-color: #8DC500;
		border-radius: 0;
		width: auto;
		height: auto !important;
	}
	#topmenu span {
		display: block;
		float: none;
		width: auto;
		height: auto !important;
		box-shadow: none;
		text-align: left;
	}
	#topmenu span a {
		display: inline;
		border-right: none;
		width: auto;
		height: auto;
		text-decoration: none;
	}
	#topmenu span a:hover {
		text-decoration: underline;
	}
}


/* ========================================
 topmenu
======================================== */

#siteNavi {
	margin-bottom: 20px;
	font-size: 0.95em;
}

.credit {
	text-align: center;
}


/* ========================================
 main
======================================== */
#contents {
	padding-bottom: 5px;
	background: transparent url(./img/bg_footer1.jpg) repeat-x 0 bottom;
}
@media (min-width:768px){
	#contents .units-row .unit-70 {
		float: right;
		width: 70%;
		margin: 0;
		padding: 0 5px;
	}
}

#contents .container {
	padding: 10px;
}

#main {}
#main h2 {
	position: relative;
	margin: 0 0 40px 0;
	padding: 10px 0 20px 0;
	background: url(./img/bg_h3.jpg) repeat-x 0 bottom;
	width: auto;
	text-align: center;
	font-size: 2em;
}
#main h2:after {
	content: " ";
	position: absolute;
	bottom: -25px;
	left: 0;
	background: url(./img/bg_h3_icon.jpg) no-repeat center bottom;
	width: 100%;
	height: 26px;
}
#main h3 {
	position: relative;
	text-shadow: -1px -1px 2px #4e9e00;
 	background: -moz-linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9ee955),color-stop(.35, #7bc532),color-stop(1, #4f8d12));
	background: -webkit-linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
	background: -o-linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
	background: -ms-linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
	background: linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
 	border: 1px solid #4e9e00;
	color: #fff;
	padding: 10px 10px 10px 70px;
}
#main h3:before {
	content: " ";
	position: absolute;
	top: -13px;
	left: 5px;
	background: url(./img/bg_h3_icon.png) no-repeat;
	width: 64px;
	height: 58px;
}
#main h4 {
	margin: 0 0 15px 0;
	padding: 10px 5px 13px 5px;
	background: url(./img/bg_h4.jpg) repeat-x 0 bottom;
	font-size: 1.3em;
}
#main h5 {
	margin: 0 0 15px 0;
	padding: 12px 0;
	background: url(./img/bg_h5.jpg) no-repeat left center;
	text-indent: 30px;
	font-size: 1.2em;
}
#main h6 {
	margin: 0 0 15px 0;
	padding: 12px 0;
	background: url(./img/bg_h6.jpg) no-repeat left center;
	text-indent: 30px;
	font-size: 1em;
}
#main p {
	margin: 0;
	padding: 0 10px 5px 10px;
}
#main dl {
}
#main dl dt {
	margin-left: 10px;
}
#main dl dd {
	margin-bottom: 10px;
}
@media (max-width:767px){
	#main h3 {
		background-position: left center;
		background-size: cover;
		line-height: 35px;
		text-indent: 20px;
		font-size: 1.2em;
	}
	#main h4 {
		font-size: 1.1em;
	}
	#main h5 {
		font-size: 1em;
	}
	#main h6 {
		font-size: 1em;
	}
}

.footermenu {
	padding: 10px 5px 5px;
	border-top: 3px solid #ccc;
}
.footermenu #footermenu {
}
.footermenu #footermenu span {
	padding: 0 10px 0 10px;
	background: transparent url(./img/menu_arrow.jpg) no-repeat left center;
}
.footermenu #footermenu span:last-child {
	border-right: none;
}
.footermenu p.pagetop {
	margin: 0;
	padding: 5px;
	text-align: right;
}


/* ========================================
 sidebar
======================================== */

#sidebar {
	position: relative;
	font-size: 0.95em;
}
@media (min-width:768px){
	#contents .units-row .unit-30 {
		float: left;
		margin: 0;
		padding: 0 5px;
	}
}

#sidebar p {
	margin: 0 0 5px 0;
	font-size: 0.95em;
}

#sidebar .sidemenu h4 {
	margin: 0;
	padding: 5px 10px;
	background: #8DC500;
	color: #fff;
	font-size: 1.2em;
}
#sidebar .sidemenu .menubox {
	margin-bottom: 20px;
}
#sidebar .sidemenu .menubox ul {
	margin: 0 5px;
}
#sidebar .sidemenu .menubox ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}
#sidebar .sidemenu .menubox ul li a {
	text-decoration: underline;
	color: #134da5;
}
#sidebar .sidemenu .menubox ul li a:hover {
 color:#de2c3b
}
#sidebar .sidemenu .menubox ul li a img {
}
#sidebar .sidemenu ul#newEntry li {
	padding: 5px 0 5px 50px;
	background: transparent url(./img/icon_sidemenu.png) no-repeat left center;
}



/* ========================================
 footer
======================================== */

#footer {
	padding: 20px 0 50px 0;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9ee955),color-stop(.35, #7bc532),color-stop(1, #4f8d12));
	background: -webkit-linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
	background: -o-linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
	background: -ms-linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
	background: linear-gradient(#9ee955, #7bc532 35%, #4f8d12);
}
#footer .container {
	background: transparent;
}
#footer ul.footer_menu {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#footer ul.footer_menu li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #fff;
	color: #fff;
}
#footer ul.footer_menu li.copyright {
	border: none;
}
#footer ul.footer_menu li.copyright small {
	font-size: 1em;
}
#footer ul.footer_menu li a {
	color: #fff;
}
@media (max-width:767px){
	#footer ul.footer_menu li {
		font-size: 0.9em;
	}
	#footer ul.footer_menu li.copyright {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
}


/* ========================================
 searchbox
======================================== */

#header .searchbox {
	position: absolute;
	top: 10px;
	right: 10px;
}
#header .searchbox label {
	color: #999;
	font-size: 0.9em;
}
#contents .searchbox {
	border-top: 1px dotted #ccc;
	padding: 20px 5px 0  5px;
	text-align: center;
}

/* ƒAƒR[ƒfƒBƒIƒ“ƒƒjƒ…[ */
#acMenu dt{
    display:block;
    width:1px;
    height:1px;
    line-height:1px;
    text-align:center;
    border:transparent 1px solid;
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    width:800px;
    height:1024px;
    line-height:25px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }

/*ƒJƒXƒ^ƒ€CSS */
.contentarea div {
text-align:center;
}
.contentarea a {
text-decoration:none;
color: #000;
}
.button01 {
width:300px;
height:100px;
}
.red {
color:#FF0A0A;
}
.big200 {
font-size:200%;
}
.big150 {
font-size:150%;
}
.button_orange a {
	width: 80%;
	line-height:1.5em;
	margin:auto;
	padding: 30px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-shadow: -1px -1px 2px #ec4e00;
	background: -moz-linear-gradient(#fdba19, #fa8e10 35%, #ec4e00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fdba19), color-stop(0.35, #fa8e10), color-stop(1.00, #ec4e00));
	background: -webkit-linear-gradient(#fdba19, #fa8e10 35%, #ec4e00);
	background: -o-linear-gradient(#fdba19, #fa8e10 35%, #ec4e00);
	background: -ms-linear-gradient(#fdba19, #fa8e10 35%, #ec4e00);
	background: linear-gradient(#fdba19, #fa8e10 35%, #ec4e00);
	border: 1px solid #ec4e00; 
	border-radius: 5px;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;display: block;
}

.button_orange a:hover {
  text-shadow: -1px -1px 2px #ec4e00;
  background: -moz-linear-gradient(#ec4e00, #fa8e10 75%, #fdba19);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00, #ec4e00),color-stop(0.75, #fa8e10),color-stop(1.00, #fdba19));
  background: -webkit-linear-gradient(#ec4e00, #fa8e10 75%, #fdba19);
  background: -o-linear-gradient(#ec4e00, #fa8e10 75%, #fdba19);
  background: -ms-linear-gradient(#ec4e00, #fa8e10 75%, #fdba19);
  background: linear-gradient(#ec4e00, #fa8e10 75%, #fdba19);
  border: 1px solid #ec4e00;
}
.button_orange a:active {
  text-shadow: -1px -1px 2px #ec4e00;
  background: -moz-linear-gradient(#0879f8, #1a8cf7 45%, #69b0ff);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00, #0879f8),color-stop(0.45, #1a8cf7),color-stop(1.00, #69b0ff));
  background: -webkit-linear-gradient(#0879f8, #1a8cf7 45%, #69b0ff);
  background: -o-linear-gradient(#0879f8, #1a8cf7 45%, #69b0ff);
  background: -ms-linear-gradient(#0879f8, #1a8cf7 45%, #69b0ff);
  background: linear-gradient(#0879f8, #1a8cf7 45%, #69b0ff);
  border: 1px solid #004da3;
}

.button_red a {
 width:250px;
  padding: 30px 20px;
  margin:10px auto;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: -1px -1px 2px #e91818;
  background: -moz-linear-gradient(#ff4747, #db2727 35%, #b50000);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff4747),color-stop(.35, #db2727),color-stop(1, #b50000));
  background: -webkit-linear-gradient(#ff4747, #db2727 35%, #b50000);
  background: -o-linear-gradient(#ff4747, #db2727 35%, #b50000);
  background: -ms-linear-gradient(#ff4747, #db2727 35%, #b50000);
  background: linear-gradient(#ff4747, #db2727 35%, #b50000);
  border: 1px solid #e91818;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
}

.button_red a:hover {
  text-shadow: -1px -1px 2px #e91818;
  background: -moz-linear-gradient(#b50000, #db2727 75%, #ff4747);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b50000),color-stop(.75, #db2727),color-stop(1, #ff4747));
  background: -webkit-linear-gradient(#b50000, #db2727 75%, #ff4747);
  background: -o-linear-gradient(#b50000, #db2727 75%, #ff4747);
  background: -ms-linear-gradient(#b50000, #db2727 75%, #ff4747);
  background: linear-gradient(#b50000, #db2727 75%, #ff4747);
  border: 1px solid #e91818;
}
body{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

/* ƒXƒ}ƒzƒwƒbƒ_[‰æ‘œ */
@media screen and (max-width: 640px) {#header img{display:none;}}