@charset "shift_jis";

/**
 * ウィンプレ - スウィートヴィジュアルバージョン 2カラム
 *
 * @author DiAL,inc.
 * @version 1.0.1
 * @package SIRIUS
 * @subpackage Winple
 */


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

* {
	font-family : "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 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 {}
@media (min-width:768px){
	#contents .units-row .unit-70 {
		float: right;
		width: 70%;
		margin: 0;
		padding: 0 5px;
	}
}

#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: 1.6em;
}
#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 #8EB451;
	font-size: 1.3em;
}
#main h5 {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border-bottom: 1px solid #8CC253;
	font-size: 1.2em;
}
#main h6 {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border-bottom: 1px dotted #8CC253;
	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;
}


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

#sidebar {}
@media (min-width:768px){
	#contents .units-row .unit-30 {
		float: left;
		margin: 0;
		padding: 0 5px;
	}
}
#sidebar .sidemenu h4 {
	margin: 0;
	padding: 10px;
	background: #8EB451;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
#sidebar .sidemenu ul {
	margin: 0;
}
#sidebar .sidemenu ul li {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px dotted #666;
}
#sidebar .sidemenu ul li:last-child {
	border-bottom: 1px solid #666;
}
#sidebar .sidemenu ul li a {
	padding: 10px;
	text-decoration: underline;
}


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

#footer {
	padding: 20px 0 50px 0;
	background: #73CA9F;
}
#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;
	}
}

/* ========================================
揺れるバナー（公式サイトへ）
======================================== */

.animate73,.a-option73,.a-btnsub73 {-webkit-animation-timing-function: ease-in;-moz-animation-timing-function: ease-in;-o-animation-timing-function: ease-in;animation-timing-function: ease-in;-moz-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;animation-iteration-count: infinite;}a.a-btn {position:relative;display:inline-block;margin:auto;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}a.a-btn img {display: block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}img.a-main {width:100%;position:relative;z-index: 54;}a.shover:hover * {animation-name:none!important;}@-moz-keyframes animate73 {0%{ -moz-transform:rotate(0deg);}40%{ -moz-transform:rotate(0deg);}50%{ -moz-transform:rotate(2deg);}60%{ -moz-transform:rotate(-1deg);}70%{ -moz-transform:rotate(3deg);}80%{ -moz-transform:rotate(-2deg);}90%{ -moz-transform:rotate(0deg);}100%{ -moz-transform:rotate(0deg);}}@-o-keyframes animate73 {0%{ -o-transform:rotate(0deg);}40%{ -o-transform:rotate(0deg);}50%{ -o-transform:rotate(2deg);}60%{ -o-transform:rotate(-1deg);}70%{ -o-transform:rotate(3deg);}80%{ -o-transform:rotate(-2deg);}90%{ -o-transform:rotate(0deg);}100%{ -o-transform:rotate(0deg);}}@-webkit-keyframes animate73 {0%{ -webkit-transform:rotate(0deg);}40%{ -webkit-transform:rotate(0deg);}50%{ -webkit-transform:rotate(2deg);}60%{ -webkit-transform:rotate(-1deg);}70%{ -webkit-transform:rotate(3deg);}80%{ -webkit-transform:rotate(-2deg);}90%{ -webkit-transform:rotate(0deg);}100%{ -webkit-transform:rotate(0deg);}}@keyframes animate73 {0%{ transform:rotate(0deg);}40%{ transform:rotate(0deg);}50%{ transform:rotate(2deg);}60%{ transform:rotate(-1deg);}70%{ transform:rotate(3deg);}80%{ transform:rotate(-2deg);}90%{ transform:rotate(0deg);}100%{ transform:rotate(0deg);}}.animate73{-webkit-animation-name: animate73;-moz-animation-name: animate73;-o-animation-name: animate73;animation-name: animate73;}.a-btn73{padding-left:0%!important;}.a-option73{top:0%!important;}.a-option73{width:20%!important;}.a-btn73{max-width:100%!important;}.animate73,.a-btnsub73,.a-option73{animation-duration:1s!important;-webkit-animation-duration:1s;-ms-animation-duration:1s;-moz-animation-duration:1s!important;}

