@charset "shift_jis";

/**
 * ƒEƒBƒ“ƒvƒŒ - ƒXƒEƒB[ƒgƒ”ƒBƒWƒ…ƒAƒ‹ƒo[ƒWƒ‡ƒ“ 1ƒJƒ‰ƒ€
 *
 * @author DiAL,inc.
 * @version 1.0.1
 * @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 : #efefef;
	font-size: 16px;
	
	
	
	
}
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 {}
#header h1 {
	margin: 0;
	padding: 5px 10px;
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}
#header h2 {
	margin: 0;
	padding: 5px 10px;
}
@media (max-width:767px){
	#header h2 {
		padding: 0 5px;
	}
	#header h2 img {
		max-width: 80%;
	}
}
#header .header_navigation {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 3px 20px;
	border-radius: 0px 0px 5px 5px;
}
#header .header_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
#header .header_navigation ul li {
	display: inline;
	padding: 0px 10px;
	border-right: 1px dotted #ccc;
}
#header .header_navigation ul li:last-child {
	border-right: none;
}
#header .header_navigation ul li a {
	color: #333;
	text-decoration: none;
}
#header .header_navigation ul li a:hover {
}
#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;
	margin: 10px 0;
	padding: 0;
	background: -moz-linear-gradient(top, #fff, #F8F9FB); 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F9FB)); 
	border-bottom: 2px solid #BEBEC0;
	width: 100%;
}
#topmenu span {
	display: block;
	float: left;
	width: 16.66%;
	text-align: center;
}
#topmenu span a {
	display: block;
	margin: 3px 0;
	padding: 15px 0;
	border-right: 1px dotted #ccc;
	width: auto;
	color: #000;
	text-decoration: none;
}
#topmenu span:last-child a {
	border-right: none;
}
#topmenu span a:hover {
	text-decoration: underline;
}
@media (max-width:767px){
	.navigation-toggle {
		margin: 0 !important;
		padding: 0 !important;
		background: -moz-linear-gradient(top, #fff, #F8F9FB); 
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F9FB)); 
		border-bottom: 2px solid #BEBEC0;
		color: #666;
	}
	#topmenu {
		margin: 0 !important;
		padding: 0 !important;
		background-color: #2575E4;
		border: none;
		border-radius: 0;
		width: auto;
		height: auto !important;
	}
	#topmenu span {
		display: block;
		float: none;
		padding: 10px;
		width: auto;
		height: auto !important;
		box-shadow: none;
		text-align: left;
	}
	#topmenu span a {
		display: inline;
		border: none;
		width: auto;
		height: auto;
		font-size: 1em;
		text-decoration: none;
	}
	#topmenu span a:hover {
		border: none;
		text-decoration: underline;
	}
	#topmenu span a img {
		position: static;
		margin-left: 0px;
		max-width: 60px;
		vertical-align: middle;
	}
}

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

/* ========================================
 main
======================================== */
#contents {}
#contents .container {
	padding: 10px;
}
.headline {
	padding: 10px 0;
	font-size: 2.3em;
	text-align: center;
}
#main {}
#main section {
	margin: 0 auto 50px auto;
	width: 90%;
}
#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;
	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 h3:after {
	content: " ";
	position: absolute;
	bottom: -25px;
	left: 0;
	background: url(./img/bg_h3_icon.jpg) no-repeat center bottom;
	width: 100%;
	height: 26px;
}
#main h4 {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border-bottom: 2px dotted #2F3E83;
	font-size: 1.6em;
}
#main h5 {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border-bottom: 1px solid #2F3E83;
	font-size: 1.2em;
}
#main h6 {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border-bottom: 1px dotted #2F3E83;
	text-indent: 30px;
	font-size: 1em;
}
#main p {
	margin: 0 10px 10px 10px;
}
#main dl {
}
#main dl dt {
	margin-left: 10px;
}
#main dl dd {
	margin-bottom: 10px;
}
@media (max-width:767px){
	#main h3 {
		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;
}

/* ========================================
 footer
======================================== */
#footer {
	padding: 20px 0 50px 0;
	background: #2F3E83;
}
#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;
	}
}

#main a img  {
         opacity: 1.0; filter: alpha(opacity=100); 
}
#main a:hover img  {
         opacity: 0.6; filter: alpha(opacity=60); 
}


/*--------------------------------------
  @@ƒXƒ}ƒz‚Å‚Ì•\Ž¦
--------------------------------------*/
.res-table{
	width:95%;
    margin:2em auto;
}
.res-table th{
    padding:3px;
	display:block;
	background-color:#ecedee;
}
 
 
.res-table td{
	padding:5px;
	display:block;
}
 
 
/*media Queries PCƒTƒCƒY
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
 
/*--------------------------------------
  PC‚Å‚Ì•\Ž¦
--------------------------------------*/
 
.res-table{
	width:100%
    margin:5px auto;
	font-size:90%;
}
.res-table tr{
    border-bottom:#cdcece 1px solid;
}
.res-table tr:last-child{
	border:none
 }
.res-table th{
    padding:5px 10px;
	display:table-cell;
	border-right:#cdcece 1px solid;
	text-align: left;
}
 
.res-table td{
    padding:5px 10px;
	display:table-cell;
	text-align: left;
}
}


@media (max-width:767px){
   .txt-img + ul{clear:both;}
}
.more{
	position:absolute;bottom:0;left:0;width:100%;
	padding:0 20px;
	padding-top:50px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 );
	text-align:center;
	cursor:pointer;
}
.more a{
	display:block;
	padding: 10px 0;
	margin-bottom:20px;
	border-radius:33px;
	color:#777;
	background:#f8f8f8;
	border:solid 1px #ccc;
	transition:all 1s ease;
}
.more a:hover{
	background:#fff;
	letter-spacing:5px;
}
body,footer,#footer,#footer > div{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,.title,dt,h3 > span,h4 > span,h5 > span,h6 > span,.title > span,div[id$="menu"] h4,div[id$="menu"] .title,#indexlist .title{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 !important;font-weight:bold;}
#entrylist h4,#entrylist h4::before{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;}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{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 !important;font-weight:bold;}
#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{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;}
