@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

body{
	background-color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #333333;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
.box {
  width: 100%; 
  height: 100%;
}
/*------------------------------------------------------*/
/*	clearfix
/*------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*-- Mac版 IE対応ハック--*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*--------------------------------------------------------*/
/*-- index.html
/*--------------------------------------------------------*/
#logo_wapper{
	width: 940px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	position: absolute;
	display: block;
	left: 50%;
	top: 40%;
	/*-- 要素の幅と高さそれぞれの半分の値をネガティブマージンで指定 --*/
	margin-left: -470px;
	margin-top: -87px;

}
#logo_wapper h2{
	display: none;
}
#top_h1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 940px;
	height: 134px;
	display: block;
}
#top_h1 a{
	display: none;
}

#enter{
	width: 185px;
	height: 73px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#enter a {
	display: none;
}
#enter a img{
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#enter a img:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
}




#header_menu{
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 10;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 0;
	margin-left: -475px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.damy_margin{
	height: 1em;
	font-size: 2.8em;
}

/*--------------------------------------------------------*/
/*-- top.html
/*--------------------------------------------------------*/

#menu_wapper{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-bottom: 1px solid #1B1464;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	z-index: 100;
}
#menu_wapper h1{
	width: 302px;
	height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#menu_wapper h1:hover{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
/*--------------------------------------------------------*/
/*-- 
/*--------------------------------------------------------*/
#menu_wapper #kane_menu{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: auto;
	height: 38px;
	float: right;
	display: block;
	list-style-image: none;
}
#menu_wapper #kane_menu li{
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 25px;
	margin-bottom: 0;
	padding: 0;
	display: block;
	width: auto;
}
#menu_wapper #kane_menu li:last-child{
	margin-right: 0px;
}



.menu_img{
	/*padding-left:2.2em!important;*/
	background-color: #FFFFFF !important;
	padding-bottom: 0em !important;
}
.menu_img img:hover{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}


.lang{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: 10px;
	height: 35px;
}
/*--------------------------------------------------------*/
/*-- スライドメニュー
/*--------------------------------------------------------*/
.slider {
	position: relative;
	width: 950px;
	height: 500px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.slides {
	height: 100%;
	@include clearfix();
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	list-style-type: none;
	list-style-image: none;
}
.slide {
	height: 100%;
	float: left;
	clear: none;
}
.slider-arrows {}
.slider-arrows a:hover{
	/*color: #666666;*/
}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 10px;
	color: #000000;
}
.slider-arrow--right {
	bottom: 42%;
	right: 10px;
	background-color: #ffffff;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 5px;
	padding-right: 5px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}
.slider-arrow--left {
	bottom: 42%;
	left: 10px;
	background-color: #ffffff;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 5px;
	padding-right: 5px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}
.slider-arrow--right:hover, .slider-arrow--left:hover{
	color: #ffffff;
	background: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
}

.slider-nav {
	position: absolute;
	bottom: 30px;
	margin-left: 176px;
}
.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff;
}
.slider-nav__item:hover { background: #ccc; }
.slider-nav__item--current { background: #ccc; }
/*--------------------------------------------------------*/
/*-- news
/*--------------------------------------------------------*/
#news_title{
	width: 950px;
	height: auto;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5em;
}
#news{
	width: 950px;
	height: 7em;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2em;
	overflow-y: scroll;
	border-top: 1px solid #1B1464;
	border-bottom: 1px solid #1B1464;
	padding-bottom: 0.75em;
	padding-top: 0.75em;
	scrollbar-face-color: #1B1464;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
	scrollbar-face-color: #1B1464;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
	scrollbar-face-color: #1B1464;
}
#news li{
	font-size: 0.875em;
	text-indent: 1em;
	margin-bottom: 0.8em;
}
#news li a{
	color: #000000;
	/*text-decoration: none;*/
}
#news li a:hover{
	color: #909090;
	text-decoration: none;
}
/*--------------------------------------------------------*/
/*-- company.html
/*--------------------------------------------------------*/

.company_wapper{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #7C7C7C;
	margin-top: 0px;
}
.japan_box{
	width: auto;
	height: auto;
	float: left;
	line-height: 1.8;
	margin-left: 1em;
}
.english_box{
	width: 475px;
	height: auto;
	float: left;
	font-size: 0.875em;
}
.copyrigt{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 3em;
}
/*--------------------------------------------------------*/
/*-- business.html
/*--------------------------------------------------------*/
.navi_list{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.75em;
	line-height: 1.8em;
	margin-top: 1em;
}
.navi_list a{
	color: #000000;
	text-decoration: none;
}
.navi_list a:hover{
	color: #808080;
}


.free_box{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.875em;
	line-height: 1.8em;
}
.caption {
	width: 220px;
	height: 220px;	
	line-height:220px; /* heightと同じ値 */
	text-align:center;
}
.caption img{  	
  	vertical-align:middle;
}

#guruguru_menu{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0em;
}
#guruguru_menu img{
	cursor: pointer;
}
#guruguru_navi{
	width: 560px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	display: block;
	position: absolute;
	top: 586px;
	z-index: 999;
	left: 185px;
	background-color: rgba(255,255,255,0.54);
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#guruguru_navi li{
	float: left;
	vertical-align: middle;
	line-height: 25px;
}
#guruguru_navi #title{
	font-size: 0.875em;
	width: 100%;
	color: #000000;
	text-align: center;
}

#guruguru_navi2{
	/*width: 580px;*/
	width: 660px;
	left: 145px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	display: block;
	position: absolute;
	top: 390px;
	z-index: 999;
	/*left: 185px;*/
}
#guruguru_navi2 #right{
	width: 30px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	float: right;
	background-color: rgba(255,255,255,0.54);
	border-radius: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#guruguru_navi2 #left{
	width: 30px;
	text-align: left;
	color: #000000;
	cursor: pointer;
	float: left;
	background-color: rgba(255,255,255,0.54);
	border-radius: 5px;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#guruguru_navi2 #left:hover, #guruguru_navi2 #right:hover{
	color: #808080;
}
/*--------------------------------------------------------*/
/*-- spining.html
/*--------------------------------------------------------*/
.slider2 {
	position: relative;
	width: 950px;
	height: 500px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
/*--------------------------------------------------------*/
/*-- archive.html
/*--------------------------------------------------------*/
.photo_list{
	width: 950px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	margin-bottom: 2em;
	overflow-y: auto;
}
.photo_list li{
	width: 102px;
	float: left;
	margin-right: 16px;
	height: 102px;
	margin-bottom: 16px;
}
/*--1行8列　8番目ごとにマージン0 --*/
.photo_list li:nth-child(8n){
	margin-right: 0px;
}
.photo_list li a{
	width: 102px;
	height: 102px;
	display: block;
}
.photo_list li a:hover{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
/*--------------------------------------------------------*/
/*-- knitting.html
/*--------------------------------------------------------*/
.link_btn{
	width: 950px;
	height: auto;
	text-align: right;
	margin-top: 4em;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;

}
.link_btn li{
	float: left;
}
.link_btn .back_link{
	width: 475px;
	text-align: left;
}
.link_btn .back_link2{
	width: 475px;
	text-align: left;
	font-size: 0.875em;
}
.link_btn .page_link{
	width: 475px;
	text-align: right;
}
.link_btn .back_link a{
	text-decoration: none;
	color: #333;
	font-size: 0.875em;
}
.link_btn .back_link2 a{
	text-decoration: none;
	color: #333;
}
.link_btn .back_link a:hover{
	color: #636363;
}
.link_btn .page_link a:hover{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);	
}




.topics_title{
	width: 950px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.topics_img1{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}


.title_txt{
	padding: 0;
	margin-top: 0px;
	margin-bottom: 1em;
	display: block;
}





/*--------------------------------------------------------*/
.link_b{
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
}
.link_b a{
	text-decoration: none;
	color: #444444;
	display: block;
	width: 250px;
	height: auto;
	text-align: center;
	border: 1px solid #444444;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.7em;
	margin: 0;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
}
.link_b a:hover{
	background-color: #444;
	color: #FFFFFF;
	transition: .5s;
}
.link_b a span{
	font-weight: normal;
	font-size: 0.9em;
}
.p_title_txt{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 2.8em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 1em;
	transition: .8s;
	padding-bottom: 0px;
	margin-top: 3em;
}

.p_title_txt10{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.75em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0.3em;
	transition: .8s;
	padding-bottom: 0px;
	margin-top: 1.5em;
	line-height: normal;
}




/*--------------------------------------------------------*/
/*--　ページトップへ戻る
/*--------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1em;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	text-align: center;
	display: block;
	border-radius: 5px;
	line-height: normal;
	background-color: #666;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.sentaku{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";	
}
/*--------------------------------------------------------*/
/*--　
/*--------------------------------------------------------*/
nav {
    padding: 0 20px;
    margin: 0 auto 60px;
    width: 760px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
/*--------------------------------------------------------*/
/*--　スマホデバイスの場合
/*--------------------------------------------------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.back_link a, .back_link2 a{

	}
}
