@charset "shift_jis";

/**
 * ウィンプレ - スウィートヴィジュアルバージョン 1カラム
 *
 * @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: 800px;
}

/* ========================================
 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;
	text-align: center;
}
@media (max-width:767px){
	#header h2 {
		padding: 0 5px;
		text-align: center;
	}
	#header h2 img {
		max-width: 90%;
	}
}

#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 #8EB451;
	font-size: 1.6em;
}
#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;
}


/* ========================================
 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;
	}
}
