@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #444
link color #0076B2
accent color #F0FF00;
	
----------------------------------------------------*/


html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	min-width: 1024px;
	transition: 0.3s ease-in-out;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

a,
a:link,
a:hover,
a:focus {
	color: #0076B2;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}

/* for SVG logo*/





a {
	display: inline-block;
}

#header object {
	pointer-events: none;
}



/* for old sourse */
.pagetop  {
	display:none;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/





.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/








* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/




br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {

br.clear {
	display: block!important;
	content: " ";
}
}

div.clear {
	clear: both;
	line-height: 0px;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/









#topcontrol {
	z-index: 100;
}

#topcontrol a {
	background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}

/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/




#sample {
	display: none;
	visibility: hidden;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/





#wrap {
	background-color: #FFF;
	padding-top: 90px;
}

#wrap:before {
	background: rgba(0,0,0,0.7);
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

body.sfTime #wrap:before {
	z-index: 100;
	opacity: 1;
	transition: 0.4s ease-out;
}

body.sfTime .gnList {
	opacity: 0.3!important;
	transition: 0.2s;
}

body.sfTime #gn01 .gnList {
	opacity: 1!important;
}

/*-- HEADER --*/





#header {
	border-bottom: 1px solid #EAEAEC;
	background-color: #FFF;
	height: 90px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
 @media screen and (min-width: 750px) {

#header {
	transition: 0.3s ease-in-out;
}
}

body.throughHd #header {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.97);
	box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
}

#searchform {
	background-color: #F2F2F2;
	border-bottom: 1px solid #EBEBEB;
	height: 55px;
	text-align: center;
	position: fixed;
	top: -55px;
	left: 0;
	width: 100%;
	transition: 0.3s ease-in-out;
	z-index: 1000;
}

#searchform .searchformInr {
	margin: 0 auto;
	padding-top: 15px;
	width: 1000px;
}

#SS_searchQuery {
	border: 1px solid #CCC;
	height: 28px;
	padding: 5px 10px;
	width: 300px;
}

input#SS_searchSubmit {
	background-color: #000;
	border-style: none;
	color: #fff;
	font-size: 1.3rem;
	height: 28px;
	padding: 5px 20px;
}

body.searchHd {
	padding-top: 55px;
}

body.searchHd #header {
	top: 55px!important;
}

body.searchHd #searchform {
	top: 0px;
}

#header div.inr {
	margin: 0 auto;
	width: 1000px;
}

#header>div.inr>.logo {
	float: left;
	line-height: 0;
	margin-right: 78px;
	padding-top: 26px;
	width: 120px;
}

#header div.inr #gNav {
	float: left;
	width: 630px;
}

#header div.inr #gNav>ul>li {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	margin-right: 37px;
}

#header div.inr #gNav>ul>li>a {
	color: #111111;
	display: block;
	padding: 35px 0 40px;
	text-decoration: none;
}

#header div.inr #gNav>ul>li#gn01>a:after {
	content: " \f107";
	font-family: FontAwesome;
	font-weight: normal;
	margin-left: 7px;
}

#header div.inr .hdR {
	float: right;
	padding-top: 32px;
}

#header div.inr .hdR ul li {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	text-align: right;
	vertical-align: middle;
}

#header div.inr .hdR ul li a {
	color: #111111;
	text-decoration: none;
}

#header div.inr .hdR ul li a i {
	font-size: 20px;
	font-size: 2rem;
	margin: -4px 5px 0;
	vertical-align: middle;
}

#header div.inr .hdR ul li.first {
	margin-right: 2px;
}

#header div.inr .hdR ul li.last {
	border-left: 1px solid #111;
	padding-left: 7px;
}

/*** ESSENTIAL STYLES ***/




.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
}

.sf-menu > li > a {
	display: block;
}

.sf-menu #gn01 .sf-mega {
	display: none;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.90);
	padding: 40px 0 10px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
}

body.throughHd .sf-menu #gn01 .sf-mega {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.90);
}

#header div.inr #my-button {
	display: none;
}

/*==========================================*/

/* Gnav dropdown -----2015/02/19_akorogi----- */



#gNav .dropdown {
	width: 100%;
	overflow: hidden;
	z-index: 4;
	text-align: left;
}

#gNav .dropdown ul {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#gNav .dropdown ul li {
	float: left;
	width: 300px;
	height: 81px;
	margin: 0 0 30px 20px;
}

#gNav .dropdown ul li:first-child,
#gNav .dropdown ul li:nth-child(4),
#gNav .dropdown ul li:nth-child(7) {
	margin-left: 0;
}

#gNav .dropdown ul li div.img {
	float: left;
	width: 81px;
	height: 81px;
}

#gNav .dropdown ul li div.img:hover {
	/* sx */
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}

#gNav .dropdown ul li div.text {
	float: left;
}

#gNav .dropdown ul li div.text img {
	padding: 0 10px 5px 0;
}

#gNav .dropdown ul li div.text p {
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}

#gNav .dropdown ul li div.text {
	width: 219px;
}

#gNav .dropdown ul li div.text p.copy {
	clear: both;
	border-top: 1px dotted #000;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 5px;
}

#gNav .dropdown ul li div.text ul {
	width: auto;
	padding: 10px 0 0 10px;
}

#gNav .dropdown ul li div.text ul li {
	width: 70px;
	height: 13px;
	margin: 0;
	border-right: solid 1px #aaa;
	text-align: center;
}

#gNav .dropdown ul li div.text ul li:first-child {
	border-left: solid 1px #aaa;
}

#gNav .dropdown ul li div.text ul li a {
	color: #005097;
	width: 70px;
	height: 12px;
}

#gNav .dropdown ul li div.text ul li a:hover {
	text-decoration: underline;
}

/*==========================================*/




/*-- BREADCHUMBS --*/





#breadChumbs {
	border-bottom: 1px solid #EAEAEC;
	background-color: #EDEDED;
	margin: 0 auto 40px;
	padding: 13px 0;
	width: 100%;
}

#breadChumbs p {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 auto;
	width: 1000px;
}

#breadChumbs p a {
	color: #666;
}

#breadChumbs p a.currentPoint {
	text-decoration: none;
}

/*-- CONTENTS --*/





#contents {
	margin: 0 auto;
	min-height: 400px;
	width: 1024px;
}

#contents.wide {
	width: 100%;
}

#main {
	float: right;
	padding-bottom: 50px;
	width: 730px;
	min-height: 500px;
}

#contents p,
#contents li,
#contents th,
#contents td,
#contents dt,
#contents dd {
	font-size: 1.2rem;
	line-height: 1.6;
}

#lMenu {
	float: left;
	padding-top: 5px;
	padding-bottom: 50px;
	width: 240px;
}

#lMenu .categoryMenu {
	width: 240px;
}

#lMenu .categoryMenu h2 {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-left: 5px;
}

#lMenu .categoryMenu h2 a {
	color: #444;
	display: block;
	padding: 0;
	text-decoration: none;
	transition: 0.2s;
}

#lMenu .categoryMenu h2 a span:before {
	background-color: #000;
	content: '';
	display: inline-block;
	height: 3px;
	margin-right: 5px;
	width: 15px;
	vertical-align: middle;
	transition: 0.2s;
}

#lMenu .categoryMenu h2 a:hover {
	color: #999;
}

#lMenu .categoryMenu h2 a:hover span:before {
	background-color: #999;
}

#lMenu .categoryMenu>ul>li {
	border-bottom: 1px solid #DBDBDD;
	font-size: 1.3rem;
	line-height: 1.4;
}

#lMenu .categoryMenu>ul>li>a {
	color: #222;
	display: block;
	padding: 11px;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
}

#lMenu .categoryMenu>ul>li>a.blank {
	background: url(../cmn_img/icon_newwin.png) 97% 15px no-repeat;
}

#lMenu .categoryMenu>ul>li>a:hover {
	background-color: #F7F7F7;
	text-decoration: underline;
}

/*
#lMenu .categoryMenu>ul>li>a i {
	color: #000;
	font-size: 1.1rem;
	position: absolute;
	right: 10px;
	top: 36%;
}
*/




#lMenu .categoryMenu ul.sub {
	margin-bottom: 12px;
	padding-top: 5px;
	display: none;
}

#lMenu .categoryMenu ul.sub li {
	font-size: 1.3rem;
	line-height: 1.4;
}

#lMenu .categoryMenu ul.sub li a {
	color: #222;
	display: inline-block;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	transition: 0.2s;
}

#lMenu .categoryMenu ul.sub li a.blank {
	background: url(../cmn_img/icon_newwin.png) right 6px no-repeat;
}

#lMenu .categoryMenu ul.sub li a:hover {
	text-decoration: underline;
}

#lMenu .categoryMenu ul.sub li a:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.1rem;
	padding-right: 7px;
}

#lMenu .categoryMenu li.current>a {
	cursor:default;
	background-color: #ededed;
	font-weight: 600;
}

#lMenu .categoryMenu li.current>a:hover {
	background-color: #ededed;
	text-decoration:none;
}

#lMenu .categoryMenu li ul.sub.current,
#lMenu .categoryMenu li.current ul.sub {
	display: block;
}

#lMenu .categoryMenu ul.sub li.current>a {
	background-color: transparent;
	font-weight: 600;
}

/*-- FOOTER --*/







#footer {
	border-top: 1px solid #EAEAEC;
	background-color: #EDEDED;
	width: 100%;
}

#footer .ftList {
	padding-top: 60px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 1000px;
}

#footer .ftList > div {
	float: left;
	width: 20%;
}

#footer .ftList > div.ft03 {
	width: 24%;
}

#footer .ftList > div.ft05 {
	width: 16%;
}

#footer .ftList > div dl dt {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
}

#footer .ftList > div dl dt a {
	color: #444;
	text-decoration: none;
	transition: 0.3s;
}

#footer .ftList > div dl dt a:hover {
	color: #888;
}

#footer .ftList > div dl dd li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

#footer .ftList > div dl dd a {
	color: #555;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	transition: 0.4s;
}

#footer .ftList > div dl dd a:hover {
	color: #000;
	padding-left: 6px;
}

#footer .ftList > div.ft01 {
	width: 18%;
}

#footer .ftList > div.ft01 dl dd {
	margin-bottom: 35px;
}

#footer .ftList > div.ft02 {
	width: 22%;
}

#footer .ftList > div.ft04 dl dd {
	margin-bottom: 35px;
}

#footer .ftList > div.ft04 dl dt.single {
	margin-bottom: 35px;
}

#footer .ftList > div.ft04 dl dt.single i {
	font-size:18px;
	font-size:1.8rem;
	margin-right:5px;
	vertical-align:middle;
}


#footer .ftList > div.ft05 dl dd li {
	float: left;
	margin-bottom: 15px;
	width: 28%;
}

#footer .ftList > div.ft05 dl dd a {
	color: #999;
	font-size: 0;
	line-height: 0;
}

#footer .ftList > div.ft05 dl dd a i {
	font-size: 2.6rem;
}

#footer .ftList > div.ft05 dl dd a:hover {
	color: #000;
	padding-left: 0;
}

#footer .ftUtility {
	border-bottom: 1px solid #EAEAEC;
	border-top: 1px solid #EAEAEC;
	padding: 30px 0;
	text-align: center;
}

#footer .ftUtility ul li {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin: 0 7px;
}

#footer .ftUtility ul li a {
	color: #555;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	transition: 0.4s;
}

#footer .ftUtility ul li a:hover {
	color: #000;
}

#footer small {
	color: #888;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1;
	margin-bottom: 0;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	transition: 0.4s;
}

#selectResion {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	z-index: 10;
}

#selectResion .inr {
	margin: 0 auto;
	width: 1000px;
}

#selectResion .inr .inr2 {
	background: rgba(0,0,0,0.15);
	float: right;
	padding: 10px 0;
	width: 220px;
}

#selectResion .inr .inr3 {
	margin: 0 10px;
	position: relative;
}

#selectResion .inr .inr3 h3 {
	background-color: #FFF;
	color: #0076b2;
	display: block;
	float: right;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	height: 45px;
	padding: 20px 15px 5px;
	width: 200px;
	position:relative;
}

#selectResion .inr .inr3 h3 span {
	color:#222;
	cursor:pointer;
	font-size:30px;
	font-size:3rem;
	font-weight:300;
	
	position:absolute;
	right:10px;
	top:2px;
	
	transition:0.2s;
}

#selectResion .inr .inr3 h3 span:hover {
	color: #0076b2;
}



#selectResion .inr ul {
	clear: both;
	background-color: #FFF;
	float: right;
	width: 200px;
	height: 360px;
}

#selectResion.sr01 .inr .inr2,
#selectResion.sr04 .inr .inr2,
#selectResion.sr07 .inr .inr2 {
	width: 420px;
}

#selectResion.sr02 .inr .inr2,
#selectResion.sr05 .inr .inr2,
#selectResion.sr06 .inr .inr2 {
	width: 620px;
}

#selectResion.sr03 .inr .inr2 {
	width: 1000px;
}

#selectResion .inr ul #sr02 ul,
#selectResion .inr ul #sr05 ul,
#selectResion .inr ul #sr06 ul {
	width: 400px;
}

#selectResion .inr ul #sr03 ul {
	width: 780px;
}

#selectResion .inr ul li.parent {
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2;
	padding: 0 10px;
}

#selectResion .inr ul li.parent span:before {
	content: "\f067";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.4rem;
	font-weight: 300;
	padding-right: 7px;
}

#selectResion .inr ul li.parent.current span:before {
	content: "\f068";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.4rem;
	font-weight: 300;
	padding-right: 7px;
}

#selectResion .inr ul li.parent:hover {
	color: #0076b2;
}

#selectResion .inr ul li.parent.current {
	background-color: #f7f7f7;
	color: #0076b2;
	font-weight: 600;
}

#selectResion .inr ul li.parent span {
	display: block;
	padding: 5px;
}

#selectResion .inr ul li ul {
	background-color: #f7f7f7;
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	padding: 20px 10px 0;
	min-height: 405px;
	text-align: left;
}

#selectResion .inr ul li ul li {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4;
	padding-left: 22px;
	text-indent: -22px;
}

#selectResion .inr ul li ul li img {
	margin-right: 4px;
	vertical-align: middle;
}

#selectResion .inr ul #sr02 ul li,
#selectResion .inr ul #sr05 ul li,
#selectResion .inr ul #sr06 ul li {
	float: left;
	width: 50%;
}

#selectResion .inr ul #sr03 ul li {
	float: left;
	width: 25%;
}

#selectResion .inr ul li ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#selectResion .inr ul li ul li a:hover {
	text-decoration: underline;
}
