@charset "shift_jis";

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


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

* {
	font-family : "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
body {
	margin: 0;
	background-color: #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;
}
@media (max-width:767px){
	#header h2 {
		padding: 0 5px;
	}
	#header h2 img {
		max-width: 80%;
	}
}

#header .header_navigation {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 3px 20px;
	background: #FF6C86;
	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 {
	margin-top: 20px;
	width: 100%;
	height: 63px;
	background: #FF6C86;
}
#topmenu span {
	display: block;
	float: left;
	width: 16.66%;
	height: 63px;
	line-height: 63px;
	text-align: center;
}
#topmenu span a {
	display: block;
	position: relative;
	background: #FF6C86;
	border-top: 5px solid #DC6279;
	border-right: 1px solid #fff;
	width: auto;
	height: 63px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}
#topmenu span:last-child a {
	border-right: none;
}
#topmenu span a:hover {
	background: #FAA9A6;
	border-top: 5px solid #FAE2A4;
	color: #000;
}
#topmenu span a img {
	position: absolute;
	bottom: 36px;
	left: 50%;
	margin-left: -50px;
}
#topmenu span a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
@media (max-width:767px){
	.navigation-toggle {
		margin: 0 !important;
		padding: 0 !important;
		background: #FF6C86;
		color: #fff;
	}
	#topmenu {
		margin: 0 !important;
		padding: 0 !important;
		background-color: #FF6C86;
		border: none;
		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: none;
		width: auto;
		height: auto;
		font-size: 1em;
		text-decoration: none;
	}
	#topmenu span a:hover {
		background-color: #2575E4;
		border: none;
		text-decoration: underline;
	}
	#topmenu span a img {
		position: static;
		margin-left: 0px;
		max-width: 60px;
		vertical-align: middle;
	}
}


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

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

.credit {
	text-align: center;
}


/* ========================================
 contents
======================================== */
#contents {}
@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;
	margin: 10px 0 25px 0;
	padding: 10px;
	border: 5px solid #FC6B8A;
	width: auto;
	text-align: center;
	font-size: 1.5em;
}
#main h3:after {
	content: " ";
	position: absolute;
	bottom: -24px;
	left: 0;
	background: url(./img/bg_h3_icon.png) no-repeat center bottom;
	width: 100%;
	height: 24px;
}
#main h4 {
	margin: 0 0 15px 0;
	padding: 10px;
	border-top: 2px dotted #FC6B8A;
	border-bottom: 2px dotted #FC6B8A;
	font-size: 1.3em;
	color: #FC6B8A;
}
#main h5 {
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 25px;
	background: url(./img/bg_h5.jpg) repeat-y left center;
	border-bottom: 3px solid #FC6B8A;
	font-size: 1.2em;
}
#main h6 {
	margin: 0 0 15px 0;
	padding: 5px 10px;
	border-bottom: 3px solid #ccc;
	font-size: 1em;
}
#main p {
	margin: 0 10px 5px 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: #FC6B8A;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
#sidebar .sidemenu ul {
	margin: 0;
	background: url(./img/bg_submenu.png) repeat;
}
#sidebar .sidemenu ul li {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#sidebar .sidemenu ul#newEntry li {
	padding-left: 37px;
	background: transparent url(./img/submenu_comment.png) no-repeat 8px center;
}
#sidebar .sidemenu ul li a {
	padding: 10px;
	text-decoration: underline;
}


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

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

