@charset "UTF-8";

/*default
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

body {
	min-width:990px;
	color: #333333;
	font-family:  calibri,calibri,'Open Sans', sans-serif;  
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

@media screen and (max-width: 738px) {
	body {
		min-width:100%;
		-webkit-text-size-adjust: 100%;
	}
}

body{font-size:75%\9;}
body:not(:target){font-size:75%\9;}

img {
	border: 0;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #005bac;
	text-decoration: underline;
}

a:hover, a:active {
	color: #53a3eb;
	text-decoration: underline;
}

hr {
	margin-bottom: 40px;
	border:0;
	height: 1px;
	background-color: #dadada;
}

hr + hr {
	margin-top:-20px;
}

ol {
	margin-bottom:40px;
	counter-reset:number;
	list-style:none;
}

ol li {
	text-indent: -2em;
	margin: 5px 0 0 2em;
}

ol li:first-child {
	margin: 0 0 0 2em;
}

ol li:before{
	margin-right:3px;
	counter-increment: number;
	content: counter(number)"．";
	font-weight: bold;
	color: #005bac;
}



ol li ul li {
	margin: 0 !important;
}

ol li ol li:before{
	content: counter(number,lower-alpha)"．";
}

ol li ul li:before{
	counter-reset:none;
	content: none !important;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/*word-press*/
#wpadminbar {
	z-index:10000000 !important;
}


/*header_wrapper
---------------------------------------------------------- */
body {
	padding-top: 120px;
	position: relative;
}
body.home {
	padding-top: 98px;
}
@media screen and (max-width: 738px) {
	body,
	body.home {
		padding-top: 48px;
	}
}

#header_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	background: #FFF;
}
@media screen and (max-width: 738px) {
	#header_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100000;
		width: 100%;
		background: #FFF;
		box-shadow:0px 2px 2px rgba(0,0,0,0.3); 
	}
}

/*header
---------------------------------------------------------- */

#header {
	clear: both;
	width: 980px;
	margin: 0 auto 0;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	zoom:1;
	background: #FFF;
}

#header #hd_logo {
	float: left;
	width:270px;
}

#header #hd_logo p {
	float: left;
	color: #8e8e8e;
	font-family: calibri,'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 131%;
}
#header #logo_svg p {
	float: left;
	color: #8e8e8e;
	font-family: calibri,'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 131%;
}
#logo_svg img {
	width: 100%;
	max-width: 170px;
	height: auto
}
#header #hd_logo .site_ttl {
	margin-left: 8px;
	overflow: hidden;
}
@-moz-document url-prefix() {
	#logo_svg img{
		height: 32px;
	}
}
#header #choose_region {
	float: right;
	min-height: 20px;
	padding: 0px 0px 0px 36px;
	/*background:url(/img/en/common/hd_icon_earth.svg) left center no-repeat;*/
	font-family: calibri,'Open Sans', sans-serif; 
	font-weight: 700;
	font-size: 116%;
}
#header #choose_region img {
	float:left;
	width:29px;
	margin:0 10px 0 0;
}
#header #choose_region a {
	color: #333;
	display: inline-block;
	text-decoration: none;
	margin: 3px 0 0 0;
}

#header #choose_region a img {
	display: none !important;
}

#header #hd_lang {
	float:right;
	width:114px;
	margin-left: 13px;
	padding: 4px 4px 4px 2px;
	background-color:#f5f5f5;
	border:1px solid #e1e1e1;
}

#header #hd_lang ul {
	clear: both;
	width:114px;
}

#header #hd_lang li {
	float: left;
	margin-left: 2px;
	list-style: none;
}


#header #hd_lang_select {
	float:right;
	width:122px;
	height: 32px;
	margin-left: 13px;
	background-color:#7f7f7f;
	color: #fff;
	font-size:85%;
	position: relative;
	z-index:100000;
}

#header #hd_lang_select ul {
	clear: both;
	width:122px;
	height: 32px;
	position:absolute;
	top:0;
}

#header #hd_lang_select li {
	list-style: none;
	cursor:pointer;
}

#header #hd_lang_select li a,
#header #hd_lang_select li span {
	display:block;
	height: 25px;
	padding: 7px 20px 0 10px;
	color: #fff;
	text-decoration: none;
	background-color:#7f7f7f
}

#header #hd_lang_select li span {
	background:#7f7f7f url(/img/en/common/hd_lang_arrow.gif) 104px center no-repeat;
}

#header #hd_lang_select li a:hover {
	background:#9d9d9d;
}

#header #hd_lang_select li img {
	margin-right:5px;
	vertical-align: middle;
}

#header #hd_lang_select li.eng,
#header #hd_lang_select li.eur {
	display: none;

}

#header #hd_search {
	float: right;
	width:230px;
	margin-left: 3px;
	border: 1px solid #d6d6d7;
}

#header #hd_search input{
	border:0;
	outline:none;
	font-size:100%;
}

#header #hd_search .search_btn {
	float: left;
	width:33px;
	height:30px;
}

#header #hd_search .search_txt {
	float: right;
	width:197px;
	height:30px;
	color: #cdcccc;
}

#header #font_change {
	float: right;
	width:104px;
	height: 26px;
	padding: 4px 5px 0 8px;
	margin-left: 3px;
	background-color:#f5f5f5;
	border: 1px solid #d6d6d7;
}

#header #font_change p {
	float:left;
	width:60px;
}

#header #font_change ul {
	float: right;
	width:44px;
}

#header #font_change li {
	float: left;
	width:22px;
	height: 22px;
	list-style: none;
	line-height:0;
}

#header #sp_menu {
	display: none;
}


@media screen and (max-width: 738px) {
	#header {
		width: 100%;
		height: auto;
		/*height: 44px;*/
		margin: 0 auto;
		padding: 0;
		overflow: hidden;	
		zoom:1;
	}

	#header #hd_logo {
		float: left;
		width:70%;
		padding: 10px 0 0 3%;
		box-sizing: border-box;
	}
	
	#header #hd_logo p {
		float: none;
		display:inline;
		font-size: 93%;
	}
	
	#header #hd_logo p img {
		height: auto;
	}

	#header #font_change,
	#header #hd_search,
	#header #choose_region,
	#header #hd_lang_select,
	#header #hd_lang {
		display: none !important;
	}
	#logo_svg img {
		margin:8px 0 0 0;
	}

	#header #sp_menu {
		display: block;
		float: right;
		width:60px;
		padding: 13px 0 3px 0;
		background-color: #005bac;
		text-align: center;
		box-sizing: border-box;
		color:#FFF;
		font-size:0.8em;
	}

	#header #sp_menu img {
		width:40% !important;
		height: auto !important;
	}

}


/*menu
---------------------------------------------------------- */

#menu {
	display:block;
	font-family: calibri,'Open Sans', sans-serif; 
	font-weight: 400;
	position:relative;
	z-index:100;
}

#menu li {
	list-style: none;
}

#gmenu {
	clear: both;
	width: 100%;
	background-color: #004799;
	overflow: hidden;
	zoom:1;
	font-size: 123.1%;
	position:relative;
}

#gmenu ul {
	width:978px;
	margin: 0 auto;
	text-align: center;
	white-space:nowrap;
	overflow: hidden;
}

#gmenu li {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #337cbd;
	list-style: none;
	position:relative;
	box-sizing: border-box;
}

#gmenu li:first-child {
	border-left: none;
}

#gmenu01 { width:144px;}
#gmenu02 { width:194px;}
#gmenu03 { width:126px;}
#gmenu04 { width:192px;}
#gmenu05 { width:144px;}
#gmenu06 { width:178px;}

#gmenu li a {
	display: block;
	padding: 10px 28px;
}

#gmenu li a:link,
#gmenu li a:visited {
	color:#ffffff;
	text-decoration: none;
}

#gmenu li a.current,
#gmenu li a:hover,
#gmenu li a:active {
	color:#ffffff;
	background-color:rgba(0, 86, 201, 1.0); 
	text-decoration: none;
}

#gmenu .sp_choose,
#gmenu #gsearch {
	display: none;
}

@media screen and (max-width:738px) {
#menu {
	width: 100%;
	position: absolute;
	font-size: 108%;
	display: none
}
#gmenu {
	padding-bottom: 30px
}
#gmenu ul {
	width: 100%;
	min-width: 100%;
	text-align: left;
	white-space: normal !important
}
#gmenu li {
	display: block;
	text-align: left;
	border-bottom: 1px solid #337cbd
}
#gmenu01, #gmenu02, #gmenu03, #gmenu04, #gmenu05, #gmenu06, #gmenu07 {
	width: 100%
}
#gmenu li a {
	display: block;
	padding: 10px 15px;
	background: url(/img/common/icon_arrow08.png) 98% center no-repeat;
	background-size: 5px auto;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	-o-background-size: 5px auto
}
#gmenu li a:hover {
}
#gmenu ul li .sp{
	background: url(/img/common/gmenu_ico_p.png) 98% center no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	-o-background-size: 15px auto
}
.ico_m{
	background: url(/img/common/gmenu_ico_m.png) 98% center no-repeat!important;
	background-size: 15px auto!important;
	-webkit-background-size: 15px auto!important;
	-moz-background-size: 15px auto!important;
	-o-background-size: 15px auto!important;
}
#gmenu06 .sp{
	background: url(/img/common/icon_arrow08.png) 98% center no-repeat!important;
	background-size: 5px auto!important;
	-webkit-background-size: 5px auto!important;
	-moz-background-size: 5px auto!important;
	-o-background-size: 5px auto!important;
}
#gmenu .sp_choose {
	display: block;
	width: 94%;
	margin: 20px auto
}
#gmenu .sp_choose img {
	width: 100%;
	height: auto
}
#gmenu #gsearch {
	display: block;
	width: 94%;
	margin: 12px auto 0 auto;;
	border: 1px solid #d6d6d7;
	background-color: #fff;
	box-sizing: border-box
}
#gmenu #gsearch table {
	width: 100%
}
#gmenu #gsearch th {
	width: 33px
}
#gmenu #gsearch input {
	border: 0;
	color: #cdcccc;
	outline: 0;
	font-size: 100%
}
#gmenu #gsearch .search_btn {
	width: 37px;
	height: 34px
}
#gmenu #gsearch .search_txt {
	width: 100%;
	height: 34px
}
}

#smenu {
	width:100%;
	position:absolute;
	z-index: 10000;
}

#smenu_block {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0 0;
	background:rgba(0, 86, 185,0.9);  
	display: none;
}

#smenu .smenu_col1{
	/*float: left;*/
	width: 927px;
	margin: 0 auto 25px;
	padding: 0 25px 0;
}

#smenu .smenu_col2{
	/*float: left;*/
	clear: both;
	width: 928px;
	margin: 0 auto 25px;
	background:url(/img/en/common/smenu_border_col2.gif) left top repeat-y;
	overflow: hidden;
	zoom:1;
}

#smenu .smenu_col3{
	/*float: left;*/
	clear: both;
	width: 927px;
	margin: 0 auto 25px;
	background:url(/img/en/common/smenu_border_col3.gif) left top repeat-y;
	overflow: hidden;
	zoom:1;
}

#smenu .smenu_col1 .cate_top,
#smenu .smenu_col2 .cate_top,
#smenu .smenu_col3 .cate_top {
	margin: 0 25px 25px;
	padding-left: 10px;
	font-size: 123.1%;
	line-height:1.4;
	font-weight: 700;
	background:url(/img/en/common/smenu_arrow01.gif) left 6px no-repeat;
}

#smenu .smenu_col1 .cate_top {
	margin: 0 0 25px;
}


#smenu .smenu_col2 .smenu_box{
	float:left;
	width:424px;
	padding: 0 15px 0 25px;
}

#smenu .smenu_col3 .smenu_box{
	float:left;
	width:269px;
	padding: 0 15px 0 25px;
}

#smenu .smenu_bnr{
	display:none;
	clear: both;
	/*width: 928px;*/
	/*float: right;
	width:250px;*/
	padding: 15px 17px 15px 16px;
	/*background-color: #3d464d;*/
	/*background-color:#096fad;*/ 
	background-color:rgba(0,86,181,0.8); 
	overflow: hidden;
	zoom:1;
}

#smenu .smenu_bnr li {
	float: left;
	width:195px;
	margin: 0 0 0 10px;
}

#smenu .smenu_bnr li:first-child {
	margin: 0;
}

#smenu .smenu_bnr li.size_l_bnr {
	width:330px !important;
}


#smenu .smenu_col1 li,
#smenu .smenu_col2 li,
#smenu .smenu_col3 li {
    margin: 20px 0 0;
    padding-left: 10px;
    font-size: 123.1%;
    line-height: 1.2;
    font-weight: 700;
    /* background: url(/img/common/smenu_arrow01.gif) left 6px no-repeat; */
}

#smenu .smenu_col1 li:first-child,
#smenu .smenu_col2 li:first-child,
#smenu .smenu_col3 li:first-child {
	margin:0;
}

#smenu .smenu_col1 li a,
#smenu .smenu_col2 li a,
#smenu .smenu_col3 li a,
#smenu .cate_top a {
	color: #ffffff;
	text-decoration: none;
}

#smenu .smenu_col1 li a:hover,
#smenu .smenu_col2 li a:hover,
#smenu .smenu_col3 li a:hover {
	color: #323a40;
	text-decoration: underline;
}

#smenu .smenu_col1 li ul,
#smenu .smenu_col2 li ul,
#smenu .smenu_col3 li ul {
	margin: 5px 0 0 0;
}


#smenu .smenu_col1 li ul li,
#smenu .smenu_col2 li ul li,
#smenu .smenu_col3 li ul li {
    margin: 5px 0 0;
    padding-left: 8px;
    font-size: 90%;
    font-weight: 400;
    /* background: url(/img/common/smenu_arrow02.gif) left 9px no-repeat; */
    line-height: 1.0;
}

#smenu .smenu_col1 li ul li:first-child,
#smenu .smenu_col2 li ul li:first-child,
#smenu .smenu_col3 li ul li:first-child {
	margin: 0;
}



@media screen and (max-width: 738px) {
	#smenu {
		display: none;
	}
}

#smenu01,
#smenu02,
#smenu03,
#smenu04,
#smenu05 {
	overflow: hidden;
	display: none;
}


/*安川グループ行動基準
---------------------------------------------------------- */
#coc h3{
	cursor:pointer;
	margin-bottom: 0;
	padding-top: 10px;
}
#coc h3 span{
	display:block;
	background:url(/img/en/common/icon_plus.gif) no-repeat right 50%;
}
#coc h3.bg02 span{
	background:url(/img/en/common/icon_minus.gif) no-repeat right 50%
}
#coc div{
	padding:0 20px 20px;
	display:none;
}

#coc table {
	border-collapse: collapse;
}

#coc td:nth-child(1) {
	width: 50%;
	padding: 5px 0;
}

#coc tr {
	border-bottom: 1px dotted #e9e9f1;
}



/*footer
---------------------------------------------------------- */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 0;
	background-color: #f2f2f2;
}

#footer a{
	color: #333333;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer li {
	margin-bottom: 10px;
	list-style: none;
	font-size:100%;
}

#footer #pc_sitemap{
	display:block;
	clear: both;
	width:970px;
	margin: 0 auto 45px;
	overflow: hidden;
	zoom:1;
}

#footer #pc_sitemap p{
	margin-bottom: 10px;
	font-weight: bold;
}

#footer #pc_sitemap .f_sm_box01 {
	float: left;
	width:162px;
}

#footer #pc_sitemap .f_sm_box02 {
	float: left;
	width:162px;
	margin-left: 40px;
}

#footer #pc_sitemap .f_sm_box03 {
	float: left;
	width:162px;
	margin-left: 40px;
}

#footer #pc_sitemap .f_sm_box04 {
	float: left;
	width:162px;
	margin-left: 40px;
}

#footer #pc_sitemap .f_sm_box05 {
	float: left;
	width:162px;
	margin-left: 40px;
}

#footer #pc_sitemap .f_sm_box03 p,
#footer #pc_sitemap .f_sm_box05 p {
	margin-top: 35px;
}

#footer #pc_sitemap .f_sm_box03 p:first-child,
#footer #pc_sitemap .f_sm_box05 p:first-child {
	margin-top:0;
}

@media screen and (max-width: 738px) {
	#footer {
		padding: 15px 0 0;
	}

	#footer #pc_sitemap {
		display: none;
	}
}

#sp_f_nav {
	display: none;
}

@media screen and (max-width: 738px) {
	#sp_f_nav {
		display: block;
		width:94%;
		margin: 0 auto 15px;
	}

	#sp_f_nav p {
		margin-bottom: 10px;
		font-family: calibri,'Open Sans', sans-serif; 
		letter-spacing:0.05em;
		text-align: center;
	}

	#sp_f_nav p a {
		display:block;
		padding: 10px;
		background-color: #7f7f7f;
		color: #ffffff;
		text-decoration: none;
		font-size:108%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-bottom: 3px solid #757575;
	}

	#sp_f_nav li {
		background-color: #ffffff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}


	#sp_f_nav li a {
		display:block;
		padding: 10px 10px 10px 18px;
		color: #005bac;
		text-decoration: none;
		background:url(/img/en/common/icon_arrow01.png) 10px center no-repeat;
		background-size: 4px auto;
		-webkit-background-size: 4px auto;
		-moz-background-size: 4px auto;
		-o-background-size: 4px auto;
	}
}

#footer #ft_nav{
	width:100%;
	padding: 18px 0 30px;
	background-color:#004799;
	color: #ffffff;
}

#footer #ft_nav a {
	color: #ffffff;
}

#footer #ft_nav .ft_nav_block{
	clear: both;
	width:970px;
	margin: 0 auto;
	overflow: hidden;
	zoom:1;
}
#ft_logo img{
	height:30px;
	width:auto;
}
#footer #ft_nav .ft_nav_block #ft_logo {
	float: right;
	width:140px;
	margin-left: 30px;
}

#footer #ft_nav .ft_nav_block .ft_copy {
	overflow: hidden;
	zoom:1;
}

#footer #ft_nav .ft_nav_block .ft_copy li {
	font-size:93%;
	display: inline;
}

#footer #ft_nav .ft_nav_block .ft_copy li a {
	margin-right: 5px;
	padding-bottom: 5px;
}

#footer #ft_nav .ft_nav_block .ft_copy p {
	padding-top: 15px;
	font-size:85%;
	color: #afcffa;
}

#footer #ft_nav .sp_pagetop {
	display: none;
}


@media screen and (max-width: 738px) {

	#footer #ft_nav{
		width:100%;
		padding: 15px 0;
	}


	#footer #ft_nav .ft_nav_block{
		width:94%;
		margin: 0 auto;
	}

	#footer #ft_nav .ft_nav_block #ft_logo {
		float: none;
		width:98px;
		margin-left: 0;
	}


	#footer #ft_nav .ft_nav_block .ft_copy ul {
		display: none;
	}

	#footer #ft_nav .ft_nav_block .ft_copy p {
		padding-top: 5px;
	}

	#footer #ft_nav .sp_pagetop {
		display: block;
		float: right;
		width:30px;
		margin-left: 10px;
	}
}

/*pagetop
---------------------------------------------------------- */

.pagetop {
	display: none;
	position: fixed;
	bottom:20px;
	right: 20px;
	/*IE6*/
	_display: block;
	_width:978px;
	_margin: 0 auto;
	_text-align: right;
	_padding: 0 0 20px;/
}


@media screen and (max-width: 738px) {
	.pagetop {
		display: none !important;
	}
}



/*hr
---------------------------------------------------------- */

hr.hr_dot {
	border-top: 1px dotted #cccccc;
	color:#ffffff;
	background-color: #ffffff !important;
}





/*float
---------------------------------------------------------- */

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.align_c {
	text-align: center;
}

.align_r {
	text-align: right;
}

/*font-size
---------------------------------------------------------- */

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}

.font_exlarge {font-size: 153.9%;}
.font_large {font-size: 123.1%;}
.font_small {font-size: 85%;}

.font_normal {
	font-weight: normal !important;
}


/*margin
---------------------------------------------------------- */


/*top*/
.mt0{ margin-top: 0px !important;}
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb0 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}




/*clearfix
---------------------------------------------------------- */

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

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

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/*Display none
---------------------------------------------------------- */
.displaynone{ display:none !important;}

/*movie*/
.wp-video{
	margin:0 auto;
}

@media screen and (max-width: 738px) { 	
.top_bnr_sp{ 	
display:block!important; 	
} 	
} 	
.top_bnr_pc{ 	
display:block; 	
} 	
@media screen and (max-width: 738px) { 	
.top_bnr_pc{ 	
display:none!important; 	
} 	
} 	
	
/*メニューアニメーション*/ 	
	
#menuButton { 	
display: block; 	
width: 51px; 	
height:17px; 	
/*top: 10px;*/ 	
/*right: 10px;*/ 	
z-index: 3; 	
} 	
#menuButton span { 	
display: block; 	
background: #FFF; 	
width: 30px; 	
height: 3px; 	
position: absolute; 	
right: 16px; 	
transition: all 0.4s; 	
-webkit-transition: all 0.4s; 	
-moz-transition: all 0.4s; 	
} 	
#menuButton span:first-child { 	
top: 8px; 	
} 	
#menuButton span:nth-child(2) { 	
margin-top: -7px; 	
top: 50%; 	
} 	
#menuButton span:last-child { 	
bottom: 18px; 	
} 	
#menuButton.active span:first-child { 	
-webkit-transform: translateY(13px) rotate(45deg); 	
-moz-transform: translateY(13px) rotate(45deg); 	
-ms-transform: translateY(13px) rotate(45deg); 	
transform: translateY(13px) rotate(45deg); 	
} 	
#menuButton.active span:nth-child(2) { 	
opacity: 0; 	
} 	
#menuButton.active span:last-child { 	
-webkit-transform: translateY(-8px) rotate(-45deg); 	
-moz-transform: translateY(-8px) rotate(-45deg); 	
-ms-transform: translateY(-8px) rotate(-45deg); 	
transform: translateY(-8px) rotate(-45deg); 	
}

.spmenu li {
	text-indent: 22px;
	color: #4c4c4c!important;
	background-color: #676767;
	font-size:0.9em;
    border-bottom: 1px solid #7f7f7f!important;
}
.spmenu li a:hover {
    background: rgb(166, 166, 166);
    text-decoration: none;
}
.spmenu{
	display:none;
}
/* wp-pagenavi 攻撃回避のためwp-pagenavi.cssを削除した為 */
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #005bac;
	background: #f2f8fe;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.sp {
	display: none!important;
}
@media screen and (max-width:738px) {
.sp {
	display: block!important;
}
}
.pc {
	display: blockimportant;
}
@media screen and (max-width:738px) {
.pc {
	display: none !important;
}
}
.btn img{
	width:auto!important;
	height:22px!important;
	min-width:60px;
}
.btn_rss img{
	width:auto!important;
	height:22px!important;
	min-width:60px;
}
.btn {
    margin-bottom: 22px;
    margin-top: -45px;
    text-align: right;
}
