@charset "utf-8";
/*
*
* common
*
*/

body {
	margin: 0px;
	background-color: white;
	font-family: メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-break: strict;  /*禁則処理*/
}
html {
	overflow-y:scroll;	/*常にスクロールバー表示*/
}
a {
	outline: 0;
}

img {
	border: 0;
}
.clearboth {
	clear:both;
	line-height: 0;
}
.clearleft {
	clear:left;
	line-height: 0;
}
.clearright {
	clear:right;
	line-height: 0;
}
a, a div {
	transition: all 0.2s ease-out;
}
.buttonhover09
,.buttonhover08
,.buttonhover07
,.buttonhover06
,.buttonhover05 {
	transition: all 0.2s ease-out;
}
a:hover img.buttonhover09 {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
a:hover img.buttonhover08 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a:hover img.buttonhover07, input.buttonhover07:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.buttonhover06 {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.kintou {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.ideograph {
	text-align: justify;
	text-justify: inter-ideograph;
}

.preload {
	display: none;
}

/*---------- pagetop ------------*/
html>body #movepagetop {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 500;
}

/*--------------------------*/
#iecaution {
	position: absolute;
	text-align: center;
	font-size: 12px;
	background-color: red;
	color: white;
	width: 100%;
}


/*---------- top ------------*/
#pagetopwrapper01 {
	text-align: center;
	height: 118px;
	background-color: white;
}
#pagetopwrapper01 #pagetopwrapper01b {
	text-align: left;
	margin: 0px auto;
	width: 950px;
	height: 118px;
}
#pagetopwrapper01 #pagetopwrapper01b #pagetop-logo {
	float: left;
	margin: 32px 0 0 24px;
}
#pagetopwrapper01 #pagetopwrapper01b #pagetop-navi {
	float: right;
	margin: 50px 0 0 0;
}
#pagetopwrapper01 #pagetopwrapper01b #pagetop-navi #pagetop01 {
	float: right;
	font-size: 15px;
	line-height: 2em;
	color: #222;
}
#pagetopwrapper01 #pagetopwrapper01b #pagetop-navi #pagetop01 a:link
,#pagetopwrapper01 #pagetopwrapper01b #pagetop-navi #pagetop01 a:visited {
	text-decoration: none;
	color: #222;
}
#pagetopwrapper01 #pagetopwrapper01b #pagetop-navi #pagetop01 a:hover {
	text-decoration: none;
	color: #777;
}
#pagetopwrapper01 #pagetopwrapper01b #pagetop-navi #pagetop01:before {
	content: url(image_common/arrow_single.gif);
	margin: 0 5px 0 0;
}

/*---------- menu ------------*/
#pagemenuwrapper01 {
	text-align: center;
	height: 50px;
	background: linear-gradient(white,#ddd);
}
#pagemenuwrapper01b {
	text-align: left;
	margin: 0px auto;
	width: 950px;
	height: 50px;
}
#pagemenuwrapper01b .pagetop-menu01 {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	height: 48px;
}
#pagemenuwrapper01b .pagetop-menu02 {
	float: left;
	border-style: solid solid solid none;
	border-width: 1px;
	border-color: #ddd;
	height: 48px;
}
#pagemenuwrapper01b a {
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.4em;
	line-height: 48px;
}
#pagemenuwrapper01b .pagetop-menu01 a div {
	width: 237px;
	height: 48px;
}
#pagemenuwrapper01b .pagetop-menu02 a div {
	width: 236px;
	height: 48px;
}
#pagemenuwrapper01b .pagetop-menu01 a:link div,#pagemenuwrapper01b .pagetop-menu01 a:visited div
,#pagemenuwrapper01b .pagetop-menu02 a:link div,#pagemenuwrapper01b .pagetop-menu02 a:visited div {
	color: #333;
	text-shadow: 2px 2px 2px #fff;
}
#pagemenuwrapper01b .pagetop-menu01 a:hover div
,#pagemenuwrapper01b .pagetop-menu02 a:hover div {
	background-color: #7C659C;
	color: white;
	text-shadow: -1px -1px 1px #333;
}
#pagemenuwrapper01b a:link div.on
,#pagemenuwrapper01b a:visited div.on {
	background-color: #7C659C;
	color: white;
	text-shadow: -1px -1px 1px #333;
}

/*---------- content body ------------*/
.contentbodywrapper01 {
	text-align: center;
}
.contentbodywrapper01 .contentbodywrapper01b {
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

/*---------- footer ------------*/
#footermargin {
	height: 50px;
	line-height: 50px;
}
#footerwrapper01 {
	text-align: center;
	height: 60px;
	background-color: #5A4670;
}
#footerwrapper01 #footerwrapper01b {
	text-align: left;
/*	margin: 0px auto;
	width: 950px;*/
	height: 60px;
}
#footerwrapper01 #footerwrapper01b #footerlogo {
	float: left;
	margin: 14px 0 0 2em;
}
#footerwrapper01 #footerwrapper01b #footercopyright {
	float: right;
	font-size: 12px;
	line-height: 60px;
	color: #fff;
	margin: 0 2em 0 0;
}
@media screen and (max-width: 640px) {
	#footerwrapper01 #footerwrapper01b #footerlogo {
		margin: 14px 0 0 1em;
	}
	#footerwrapper01 #footerwrapper01b #footerlogo img{
		height: 30px;
	}
	#footerwrapper01 #footerwrapper01b #footercopyright {
		font-size: 11px;
		margin: 0 1em 0 0;
	}
}
/*---------- simple header ------------*/
.inner {
    /*width: 980px;*/
		width:100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 0;
		background-color: rgba(255,255,255,0.7);
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    margin: 0 5%;
}
#top-head .logo img{
    height: 50px;
		margin: 8px 0;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
		font-weight: bold;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 1em;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    /*padding: 0 20px;*/
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#sheader_space{
	height:70px;
}
@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
				background: rgba(255,255,255,.7);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
    }
		#mobile-head .logo img{
			height: 40px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
				background: rgba(0,0,0,.7);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
				padding: 0 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 13px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

		#sheader_space{
			height:60px;
		}
}
/*--------- end of file ----------*/
