@charset "utf-8";
/**--------------------------------------------------------
 *CSS information 
 *
 * file name	: base.css
 * style info	: common
 -----------------------------------------------------------*/

/* Common
----------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	background: #e6e6e6;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Cantarell', Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 130%;
}
h1, h2, h3, h4, h5 {
}
h2, h3 {
	font-weight: normal;
}
h5 {
	font-size: 100%;
}
ol, ul {
    list-style: none;
}
/* Layout */
.both {
	clear: both;
}
.center{
	text-align: center;
}
/* Box */
.MB_1em {
	margin-bottom: 1em;
}
.MB_20px {
	margin-bottom: 20px;
}
.MB_35px {
	margin-bottom: 35px;
}
.MB_45px {
	margin-bottom: 45px;
}
.ML_1em {
	margin-left: 1em;
}
/* Text */
.red {
    color: #ff0000;
}
.osaka {
	font-family: Osaka;
}
.bold {
	font-weight: bold;
}
.indent {
	text-indent: 1em;
}
.indent_1em li {
	position: relative;
	list-style: none;
	margin-left:1em;
}
.indent_1em li span {
	position: absolute;
	top: 0;
	left: -1em;
}
/* Layout */
.both {
	clear: both;
}
/* Table */
table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	z-index: 100;
	width: 100%;
	background: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.wrap img {
	border: none;
}
html, body, #wrapper {
	height: 100%;
}

/* =Header
-----------------------------------------------------------------------------*/
#header-container {
	position: fixed;
	z-index: 300;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}
#header {
	width: 1200px;
	height: 100%;
	padding-top: 10px;
}
*:first-child+html #header {
	padding-top: 0;
}
#header .title{
	margin: 0;
	font-weight: bold;
	color: #999;
}
#header .follow {
	float: left;
	width: 300px;
    margin: 0 184px 0 0;
}
#header h2 {
	float: left;
	margin-top: 20px;
	width: 216px;
}
#header h2 a {
	display: block;
	width: 216px;
	height: 30px;
	background: url(../img/logo.png) no-repeat left top;
	text-indent: -9999px;
}
#header .nav {
	float: right;
	width: 300px;
	text-align: right;
}
#header .nav ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	float: right;
}
#header .nav ul li {
	float: left;
	margin: 0 0 0 0;
	font-size: 84%;
}
#header .nav ul li.menu + li:before {
	float: left;
	height: 20px;
	margin: 0 0.5em;
	font-size: 11pt;
	line-height: 16px;
	vertical-align: top;
	content: "|";
}
/*IE10以降*/
@media all and (-ms-high-contrast:none) {
#header .nav ul li.menu + li:before {
	line-height: 11px;
}
}
/*IE9*/
:root #header .nav ul li.menu + li:before {
	line-height: 11px\0/;
}
/*IE8*/
#header .nav ul li.menu + li:before {
	line-height: 11px\9;
}
#header .nav ul li.menu2 {
	margin: 0;
}
#header .nav ul li.sns {
	margin: 0 0.5em;
}
#header .nav ul li.sns2 {
	margin: 0;
}
#header .nav ul li a {
	color: #000;
	text-decoration: none;
}
#header .nav ul li a:hover {
	text-decoration: underline;
}
/* =Navi
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fixed {
	position: fixed;
	z-index: 10000;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #000000;
}
#nav {
    width: 1200px;
    margin: 0 auto;
    padding: 345px 0 0 0;
}
.inner {
    position: relative;
    max-width: 1200px;
    min-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
nav ul {
	list-style-type: none;
	position: relative;
	float: left;
	height: 70px;
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
	height: 70px;
	margin: 0px;
	padding: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
}
nav li.navi_130 a {
	display: block;
	width: 0 !important;
	width /**/: 130px;
	height: 100%;
	padding-left: 130px;
	background-image: url(../img/nav.png);
	overflow: hidden;
}
nav li.navi_140 a {
	display: block;
	width: 0 !important;
	width /**/: 140px;
	height: 100%;
	padding-left: 140px;
	background-image: url(../img/nav.png);
	overflow: hidden;
}
nav li.navi_280 a {
	display: block;
	width: 0 !important;
	width /**/: 280px;
	height: 100%;
	padding-left: 280px;
	background-image: url(../img/nav.png);
	overflow: hidden;
}
#nav01 a {
	background-position: 0 0;
}
#nav02 a {
	background-position: -140px 0;
}
#nav03 a {
	background-position: -270px 0;
}
#nav04 a {
	background-position: -400px 0;
}
#nav05 a {
	background-position: -530px 0;
}
#nav06 a {
	background-position: -660px 0;
}
#nav07 a {
	background-position: -790px 0;
}
#nav08 a {
	background-position: -920px 0;
}
#nav01 a:hover {
	background-position: 0 -70px;
}
#nav02 a:hover {
	background-position: -140px -70px;
}
#nav03 a:hover {
	background-position: -270px -70px;
}
#nav04 a:hover {
	background-position: -400px -70px;
}
#nav05 a:hover {
	background-position: -530px -70px;
}
#nav06 a:hover {
	background-position: -660px -70px;
}
#nav07 a:hover {
	background-position: -790px -70px;
}
#nav08 a:hover {
	background-position: -920px -70px;
}
.slicknav_menu {
	display: none;
}
/* =Content
-----------------------------------------------------------------------------*/
#main-container {
	width: 100%;
	margin: 0 auto 0 0;
	padding: 0;
}
.title {
	margin-top: 25px;
	margin-left: 93px;
	margin-bottom: 114px;
}
#main {
	width: 1200px;
	margin: 0 auto;
	padding: 112px 200px;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	background-color: #ffffff;
	background-image: url(../../common/img/back.gif);
    background-repeat: no-repeat;
    background-position: right top;
    box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.1);
}
/* ボタン */
.button {
    width:320px;
    margin:0 auto;
    background: url("../img/button_over.png") no-repeat;
}
.button a {
    display: inline-block;
}
.button a:hover {
	background-color: transparent; /* IE6対応 */
}
.button a:hover img {
    visibility: hidden;
}

.button2 {
    width:320px;
    margin:0 auto;
    background: url("../img/button2_over.png") no-repeat;
}
.button2 a {
    display: inline-block;
}
.button2 a:hover {
	background-color: transparent; /* IE6対応 */
}
.button2 a:hover img {
    visibility: hidden;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer-container {
	height: 140px;
	background: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#footer-nav {
	position: relative;
	bottom: -32px;
	overflow: hidden;
}
#footer-nav ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
#footer-nav li {
	position: relative;
	left: -50%;
	float: left;
	color: #ffffff;
	font-size: 84%;
}
#footer-nav li.menu + li:before {
	float: left;
	height: 20px;
	margin: 0 1.25em;
	font-size: 11pt;
	line-height: 16px;
	vertical-align: top;
	content: "|";
}
/*IE10以降*/
@media all and (-ms-high-contrast:none) {
#footer-nav li.menu + li:before {
	line-height: 11px;
}
}
/*IE9*/
:root #footer-nav li.menu + li:before {
	line-height: 11px\0/;
}
/*IE8*/
#footer-nav li.menu + li:before {
	line-height: 11px\9;
}
#footer-nav li.menu2 {
	margin: 0 1em 0 0;
}
#footer-nav li a {
	color: #ffffff;
	text-decoration: none;
}
#footer-nav li a:hover {
	text-decoration: underline;
}
#copyright {
	position: relative;
	height: 20px;
	background-color: #000000;
}
#copyright p {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}
