@charset "utf-8";


/*=============================================
	Browser Default Initialization
=============================================*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

em{
	font-style: oblique;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

q:before ,q:after {
	content: '';
}

object, embed {
	vertical-align: top;
}

legend {
	display: none;
}

input, select {
	vertical-align: middle;
}

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

img, abbr, acronym, fieldset {
	border: 0;
}

img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}


ul li {
	list-style-type: none;
}
/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {outline: none;}
a {color: #3B3B3B;text-decoration: none;}
a:hover {text-decoration: none;}
/*a img {-webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}*/

#main a {color: #001EFF;text-decoration: underline;}
#main a:hover {text-decoration: underline;}
#main a:hover img{
    opacity:0.8;
}
#main .arrow_full a:hover {color:#CC3300;}

/*---------------------------------------------
	body
---------------------------------------------*/

body {
	color: #3B3B3B;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust : 100% ;
}

/*---------------------------------------------
	device
---------------------------------------------*/
#device {
	display: none;
	padding: 8px 12px;
	background-color: #999;
}
#device #btnPC {
	display: block;
	position: relative;
	padding: 4px 10px;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
}
#device #btnPC img {
	margin-right: 10px;
	vertical-align: middle;
}
#device #btnClose {
	display: block;
	position: absolute;
	right: 12px;
	top: 8px;
	padding: 6px;
}
@media only screen and (max-width: 767px) {
#device {
	display: block;
}
}

/*---------------------------------------------
	wrapper
---------------------------------------------*/
#wrapper {
	position: relative;
}

/*---------------------------------------------
	header
---------------------------------------------*/
header {
	margin: 0 auto;
	width:1100px;
}
#header-inner{}
header .logo {
	overflow: hidden;
	margin:10px 0 0 5px;
	width: 441px;
	height: 57px;
	display:inline-block;
}
header .logo a {
	display: block;
	overflow: hidden;
	width: 441px;
	height: 57px;
	background: url(../images/common/site_name.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
header #utility_block{
	margin:0px;
	width:440px;
	overflow:hidden;
	float:right;
}

#header_buttonspace{
	margin:0px;
	padding: 0px;
	clear:both;
	font-size: 11px;
	font-weight: bold;
 	display: table;
	width:100%;
	border-bottom:1px solid #000;
}
#header_buttonspace li {
    margin: 0;
	background:none;
    list-style-type: none;
	position: relative;
	padding:2px 0px 0px 0px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
}
#header_buttonspace li a{
	background: url(../images/common/icon_buttonspace_list.gif) 5px 50% no-repeat;
	color: #000;
	padding:2px 5px 2px 12px;
	display:block;
	border-left: 1px solid #dedede;
	text-align:center;
}
#header_buttonspace li:first-child a{
	border-left:none;
}
#header_buttonspace li#header_member{
	padding-right:0;
}
#header_buttonspace li#header_member a{
	color: #79797a;
	margin-right:-10px;
	padding-left:5px;
	background-image: none;
}
#header_buttonspace li#header_eng{
	margin:0 0px -5px 0;
	padding: 0 5px 2px 5px; 
	text-decoration:none;
}
#header_buttonspace li#header_eng a:before{
	border: none;
}
#header_buttonspace li#header_eng a{
	display:block;
	background-color: #000;
	width: 65px;
	border: none;
	margin:0 -10px 0 0;
	padding: 8px 5px 2px 3px; 
	background-image:none;
	color:#fff;
}

#header_buttonspace li#header_eng a span, a#header_search span{ /* ENGLISH & 検索 */
	visibility:visible;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
	line-height:1.5;
	text-align:center;
}
a#header_search span{
	margin-left:8px;
}
 
#header_buttonspace li#header_eng a:hover span, a#header_search:hover span{ /* ENGLISH & 検索 */
	text-decoration:none;
}
#header_buttonspace li#header_eng a span{
	clear: both;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#header_right_bottom{ /* ヘッダー右2行目 */
	margin:5px 5px 0 0;
	padding: 0px 0 17px 10px;
	clear:both;
 	display: table;
	width:100%;
}
#header_right_bottom ul{margin:0;} 
#header_right_bottom ul li{
	border-right: 1px solid #dedede;
	padding: 2px 7px;
	display: table-cell;
	vertical-align:middle;
	background:none;
}

#header_searchspace{
	margin:0px;
	padding:2px 0px 0px 0px;
	clear:both;
}
#header_searchspace a#header_search{
	margin:0 5px 0px 0;
	padding:0;
	display:block;
	float:right;
	display: block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	background:#333 url(../images/common/btn_search.png) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
}
#header_searchspace a#header_search:hover{
	text-decoration:none;
}
#header_searchspace #header_search_input{
	margin:0px;
	padding:0px;
	width: 165px;
	height: 23px;
	font-size:12px;
	line-height:12px;
	font-family:monospace;
	display:block;
	float:right;color:#999;
	border: solid 1px #666;
}
#placeholder{color:#666;}
#header_searchspace li#facebook_like{
	padding-top: 2px;
	width:145px;
	display:none;
	border: solid 1px #333;
	background:none;
}
#header_searchspace li#youtube_link{
	width:55px;
	padding-top: 2px;
}
#header_searchspace li#youtube_link a{
	display:block;
	width:54px;
	height:22px;
	background:none;
}

#head_contact{margin:5px 0;}
#head_contact ul{margin:0;}
#head_contact ul li{
	padding:2px 0;
	width:19.5%;
	display:inline-block;
	border-left: solid 1px #9A9A9A;
	text-align:center;
	/*font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;*/
	color:#000;
	/*font-weight:bold;*/
	background:none;
}
#head_contact ul li:last-child{border-right: solid 1px #9A9A9A;}

#nav_block{background: #000;}
#nav{
	margin:0 auto 0;
	width:1100px;
	background: #000;
	overflow:hidden;
	height: 50px;
}
.global-navi {
	width:1100px;
	margin:0 auto;
}
.global-navi ul {margin:0 0; overflow:hidden;	background:url(../images/common/bg_number.png) no-repeat right 8px;
}
.global-navi li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	vertical-align:middle;
	width:119px;
	text-align:center;
	/*font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;*/
	font-size:16px;
	/*font-weight:bold;*/
	background:none;
}
.global-navi li.k{width:147px;}

.global-navi li a {
 	margin:0 0;
	color:#fff;
	padding:13px 0;
	display:block;
	background: url(../images/common/bg_number.png) no-repeat 0 8px;
	height:24px;
}
.global-navi li a:hover,.global-navi li a.current {
	color:#fff;
	display:block;
	padding:13px 0;
	background: #524e4d url(../images/common/bg_number.png) no-repeat 0 8px;
	height:24px;
}


/*---------------------------------------------
	ALL
---------------------------------------------*/
#index #blocks{position:relative;}
#blocks{position:relative;}
#blocks .page_block{background:#002179; width:1100px;margin:0 auto;}
#blocks .page_block .inner{margin:0 auto; width:1088px;}

#content{margin:20px auto 70px; width:1088px;}

#request{margin:50px 0;width: 475px;}
#request a .btn_request{
	display: block;
	overflow: hidden;
	width: 475px;
	height: 101px;
	background: url(../images/common/btn_document_request.gif) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
}
#document{position:relative;}
#scrolltop {position: fixed;bottom: 20px;right: 10px; z-index:51;}

/*----- header-navi -----*/
.header-navi {
	display: none;
}



/*---------------------------------------------
	footer
---------------------------------------------*/
#footer_block{background: #f3f3f3 url(../images/common/bg_footsitemap.png) repeat-x; padding:0;margin:15px 0 0;}
#footer_block_inx{background: #f3f3f3;}

footer {
	clear: both;
	background: #f3f3f3;
	width:1100px; margin:0 auto;
}
.foot_map{background: url(../images/common/bg_footsitemap.png) repeat-x;  padding:10px 0 10px;margin:0 0 0;}
.foot_down{margin:30px 0;}
.open{
	margin:0 auto;
	background: url(../images/common/btn_footmap.png) no-repeat 0 0;
	width: 208px;
	height:25px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.close{
	margin:0 auto;
	background: url(../images/common/btn_footmap.png) no-repeat 0 -38px;
	width: 208px;
	height:25px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

footer .inner{width:1000px; margin:0 auto; overflow: hidden;}
footer .link_block{width:197px; margin:15px 20px 0; display:inline-block; vertical-align:top;}
footer .link_block .foot_cat{
	background: url(../images/common/bg_footlink.png) no-repeat bottom left; 
	padding:3px 10px 3px;
	font-size:16px; 
	/*font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;*/
	font-weight:bold;
}
footer .link_block .foot_cat a{color:#002179;}

footer .link_block ul {margin:15px 0 30px;}
footer .link_block ul li {
	margin:3px; padding:1px 0 1px 15px;
	background: url(../images/common/icon_footlink.png) no-repeat 0 5px;
	font-size:10px;
}
footer .link_block ul li a{color: #3B3B3B}

#copyright_block {
	background:#000;
	
	}
#copyright_area{width: 1100px;background:#000;padding: 15px 0; margin:0 auto;}

#copyright_block #footer_link{
	margin:0px auto ;
	padding: 0 30px;
	width: 1100px;
	height:35px;
	color: #FFF;
	font-size: 11px;
	line-height:13px;
	text-align: right;
	clear:both;
	box-sizing:border-box;
}
#copyright_block #footer_link a{
	display: inline-block;
	color: #FFF;
	background: url(../images/common/icon_footer_link.png) 10px 50% no-repeat;
	border-left: 1px solid #FFF;
	padding: 5px 10px 5px 20px;
	height: 10px;
}
#copyright_block #footer_link a:first-child{
	border-left:none;
}
#copyright_block .address{
	margin: -15px auto 0;
	padding:0 0 0 8px;
	width: 1100px;
	color:#fff;
}
#copyright_block .address em{
	font-size:16px; font-weight:bold;
}
.side-navi {display:inline-block}
.sp,
#sp_facebook_like,
#header_buttonspace2 #sp_header_eng,
#sp_head_contact,
.toggle_side,
.side-blog {display:none;}

/*Google Analyticsの利用についてのリンク*/
@media only screen and (max-width: 767px) {
	#copyright_block #footer_link a:last-child{
		border-left:none;
		margin: 0.5em 0;
	}
}

/*---------------------------------------------
	clearfix	
---------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

@media only screen and (max-width:1024px) {
#header,
#nav,
.global-navi,
#blocks .page_block,
footer,
footer .inner,
#copyright_area,
#copyright_block .address,
#copyright_block #footer_link {width:100%;}
.global-navi li,.global-navi li.k {width:11%;}
#blocks .page_block .inner,
#content{width:98%;}
#copyright_block .address {width:90%;}

#head_contact ul li{width:19.4%;}
}


@media only screen and (max-width:960px) {
/*#head_contact ul li{width:19.4%;}*/
}


@media only screen and (max-width:910px) {
#header h1.logo {max-width:45%; height:57px;}
#header h1.logo a {max-width:100%; height:57px; background-size:contain;}
}

@media only screen and (max-width:909px){
	#content{margin:0 auto 70px; width:100%;}
	#head_contact ul li{width:18.5%;}
	#header {width:100%; overflow:hidden;}
	header #utility_block{width:50%;}
	#header_buttonspace{font-size: 8px;}
	#header_buttonspace li a{padding:2px;background: url(../images/common/icon_buttonspace_list.gif) 0px 50% no-repeat;}
	#header_buttonspace li#header_eng a{width: 60px;}
	#header_buttonspace li#header_eng a span, a#header_search span{ /* ENGLISH & 検索 */font-size: 10px;}
	a#header_search span{margin-left:8px;}
	#header_right_bottom ul li{padding: 2px;}
	#header_searchspace #header_search_input{width:120px;}
	#header_searchspace li#facebook_like{width:150px;}
	.global-navi li {font-size:15px;width:10.6%;}
	.global-navi li.k {width:14.5%;}
	#copyright_block .address a{color:#fff;}
}


@media only screen and (max-width:768px){
#header_searchspace #header_search_input{width: 100px;font-size:11px;}
#header_searchspace li#facebook_like{width:150px;}
}


@media only screen and (max-width:767px) and (min-width:320px){
#header{width:100%; overflow:hidden;}
#header #utility_block{width:100%;float:none;}
#header_right_bottom{padding: 0px 0 10px;}
#header_right_bottom ul li{
	border:none;
	padding:2px 2px;
}
#header_right_bottom ul li:last-child{border-right:none;}
#header_buttonspace2 #sp_header_eng{
	margin:0 0px -5px 0;
	padding: 0 5px 2px 5px; 
	text-decoration:none;
	display:block;
	display: table-cell;
	vertical-align:middle;
	background:none;
}
#header #utility_block{
	margin:0 0 0;
	width:100%;
	float:none;
}
#header_right_bottom{
	padding: 0px 0 10px;
}
#header_right_bottom ul li{
	border:none;
	padding:2px 2px;
}
#header_right_bottom ul li:last-child{
	border-right:none;
}

#header_buttonspace2 #sp_header_eng{
	margin:0 0px -5px 0;
	padding: 0 5px 2px 5px; 
	text-decoration:none;
	display:block;
	display: table-cell;
	vertical-align:middle;
	background:none;
}
#header_buttonspace2 #sp_header_eng a{
	display:block;
	background-color: #000;
	width: 65px;
	border: none;
	margin:0 3px 0;
	padding: 3px 0; 
	background-image:none;
	text-align:center;
	font-size:11px;
	color:#fff;
}
#header_searchspace a#header_search{
	margin:0 5px 0px 0;
	padding:0;
	display:block;
	float:right;
	display: block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	background:#333 url(../images/common/btn_search.png) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
}

#header_searchspace #header_search_input{
	margin-left:10px;
	max-width: 115px;
}
/*---------------------------------------------
	sp	
---------------------------------------------*/
#blocks .page_block{width:100%;margin:0;}
.header-navi {display: block;}
header .header-navi .toggle {
		display: block;
		width: 45px;
		height: 40px;
		text-align: right;
		position:absolute;
		z-index:4000;
		top:5px;
		right:5px;
}
header .header-navi .toggle a {
		display: block;
		overflow: hidden;
		float: right;
		width: 45px;
		height: 40px;
		background: url(../images/common/smp-navi.png) no-repeat;
		background-size: cover;
		text-indent: 120%;
		white-space: nowrap;
}
header .header-navi .menu {
		display: none;
		width:100%;
		margin: 0;
		padding: 0;
		position:absolute;
		top:70px;
		right:0;
		background:#fff;
		z-index:4001;
}

#table {
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	font-size:16px;
}
.row {
	display:table-row;
	border-collapse: collapse;
    border-spacing: 0;
}
.row>div {
	min-width:100%;
    display:table-cell;
	margin:0 0 0;
	padding:15px;
    border: 1px #eee solid;
    background: #333;
	border-top:none;
	border-right:none;
	border-collapse: collapse;
    border-spacing: 0;
	cursor:pointer;
}
.row>div a {
	color:#fff;
    text-decoration:none;
	min-width:100%;
    display:block;
	margin:0 0 0;
	padding:0;
    color: #fff;
}
.row_menu,.row_menu_misc {
	display:table-row;
	border-collapse: collapse;
    border-spacing: 0;
}
.row_menu>div,.row_menu_misc>div {
	min-width:100%;
    display:table-cell;
	margin:0 0 0;
	padding:10px 10px;
    border: 1px #eee solid;
    background: #fff;
    color: #fff;
	border-top:none;
	border-right:none;
	border-collapse: collapse;
    border-spacing: 0;
	cursor:pointer;
}
.row_menu>div a,.row_menu_misc>div a {
	color:#333;
    text-decoration:none;
	min-width:100%;
    display:block;
	margin:0 0 0;
	padding:0;
}
.row_menu_misc>div {
    background: #CCC;
}
.row>div a .close {
		margin: 0 0;
		padding: 10x 20px!important;
		background: #666 url(../images/common/btn_close.png) no-repeat center center;
		color: #000!important;
		text-align:left!important;
		width:100px !important;
}

#footer_block,
footer .inner,
.foot_map,
#head_contact,
#header_buttonspace,
#nav_block,
#nav{display:none;}
}

@media only screen and (min-width:736px) and (max-width:767px){
#header h1.logo {max-width: 100%;height: 65px;}
#header h1.logo a {max-width: 100%;height: 60px;background-size:100%;}
header .header-navi .toggle,header .header-navi .toggle a {width: 50px;height: 55px;}
header .header-navi .menu {top:75px;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:337px;}

}
@media only screen and (min-width:667px) and (max-width:735px){
header .header-navi .toggle,header .header-navi .toggle a {width: 50px;height: 55px;}
header .header-navi .menu {top:75px;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:302px;}

#copyright_block .address{margin: 10px 0 0;}
}
@media only screen and (min-width:640px) and (max-width:666px){
#header h1.logo {max-width: 100%;height: 70px;}
#header h1.logo a {max-width: 100%;height: 70px;background-size:100%;}
header .header-navi .toggle,header .header-navi .toggle a {width: 50px;height: 55px;}
header .header-navi .menu {top:75px;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:289px;}

#copyright_block .address{margin: 15px 0 0;}
}
@media only screen and (min-width:600px) and (max-width:639px){
#header h1.logo {max-width: 100%;height: 70px;}
#header h1.logo a {max-width: 100%;height: 70px;background-size:100%;}
header .header-navi .toggle,header .header-navi .toggle a {width: 50px;height: 55px;}
header .header-navi .menu {top:75px;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:269px;}

#copyright_block .address{margin: 15px 0 0;}
}

@media only screen and (min-width:568px) and (max-width:599px){
#header h1.logo {max-width: 100%;height: 70px;}
#header h1.logo a {max-width: 100%;height: 70px;background-size:100%;}
header .header-navi .toggle,header .header-navi .toggle a {width: 50px;height: 55px;}
header .header-navi .menu {top:75px;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:253px;}

#copyright_block .address{margin: 15px 0 0;}
}


@media only screen and (min-width:480px) and (max-width:567px){
.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:209px;}

#copyright_block .address{margin: 15px 0 0;}
}


@media only screen and (min-width:414px) and (max-width:479px){
#header h1.logo {max-width: 120%;height: 60px;}
#header h1.logo a {max-width: 100%;height: 60px;background-size:80%;}
header .header-navi .toggle,header .header-navi .toggle a {width: 40px;height: 45px;}
header .header-navi .menu {top:60px;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:176px;}

#copyright_block .address{margin: 15px 0 0;}
.fb-like,
.fb-like span,
.fb-like iframe[style]{display:none !important; }
}

@media only screen and (max-width: 575px) {
	#copyright_block #footer_link{text-align: left;	padding: 0 10px;height: auto;}
}

@media only screen and (max-width: 375px) {
#header h1.logo {max-width: 120%;height: 60px;}
#header h1.logo a {max-width: 100%;height: 60px;background-size:70%;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:155.5px;}

#copyright_block .address{margin: 15px 0 0;}
#scrolltop {position: fixed;bottom: 50px;right: 10px; z-index:51;}
}


@media only screen and (max-width: 320px) {
#header h1.logo {max-width: 120%;height: 50px;}
#header h1.logo a {max-width: 100%;height: 50px;background-size:70%;}
header .header-navi .menu {top:65px;}

.row>div,.row>div a,
.row_menu,.row_menu_misc,
.row_menu>div,.row_menu_misc>div,
.row_menu>div a,.row_menu_mics>div a {min-width:128px;}

#copyright_block #footer_link{text-align: left;}
#copyright_block .address{margin: 30px 0 0;}
#scrolltop {position: fixed;bottom: 50px;right: 10px; z-index:51;}
}


@media only screen and (max-width:767px){
#header h1.logo {max-width:100%; height:60px;}
#header h1.logo a {max-width:100%; height:60px; background-size:contain;}
.side-blog {position:relative;}
.side-blog,
.side-navi {display: block;}
.side-navi .toggle_side {
		display: block;
		width: 35px;
		height: 40px;
		text-align: right;
		position:absolute;
		z-index:3000;
		right:10px;
}
#content_page .side-navi .toggle_side {top:149px;}
.side-navi .toggle_side a {
		display: block;
		overflow: hidden;
		float: right;
		width: 35px;
		height: 40px;
		background: url(../images/common/smp-navi-side.png) no-repeat 0 50%;
		background-size: contain;
		text-indent: 120%;
		white-space: nowrap;
}
.side-navi .menu_side {
		display: none;
		width:235px;
		margin: 0;
		padding: 0;
		position:absolute;
		top:0;
		right:0;
		background:#fff;
		z-index:3001;
}
#content_page .side-navi .menu_side {top:219px;}
}


@media only screen and (max-width:767px){
#header h1.logo {max-width:80%; height:50px;}
#header h1.logo a {height:50px;}
header .header-navi .toggle,
header .header-navi .toggle a {
		width: 40px;
		height: 45px;
}
.side-navi .toggle_side {top:-50px; width:30px;}
#content_page .side-navi .toggle_side {top:127px;}
.side-navi .toggle_side a {width:30px;}
.side-navi .menu_side {width:200px;}
#content_page .side-navi .menu_side {top:187px;}
}


@media only screen and (max-width:567px){
#header h1.logo {max-width:80%; height:50px;}
#header h1.logo a {height:50px;}
header .header-navi .toggle,
header .header-navi .toggle a {
		width: 40px;
		height: 45px;
}
.side-navi .toggle_side {top:-60px; width:30px;}
#content_page .side-navi .toggle_side {top:127px;}
.side-navi .toggle_side a {width:30px;}
.side-navi .menu_side {width:200px;}
#content_page .side-navi .menu_side {top:187px;}
}


@media only screen and (max-width:519px){
.side-navi .toggle_side {top:-50px;}
#content_page .side-navi .toggle_side {top:125px;}
#content_page .side-navi .menu_side {top:175px;}
}


@media only screen and (max-width:479px){
/*#header_right_bottom{margin-top:0;}*/
#content_page .side-navi .toggle_side {top:115px;}
#content_page .side-navi .menu_side {top:165px;}
#header h1.logo,
#header h1.logo a{height:45px;}
}

@media only screen and (max-width:413px){
header .header-navi .toggle,
header .header-navi .toggle a {
		width: 35px;
		height: 40px;
}
header .header-navi .menu{top:60px;}
.fb-like,
.fb-like span,
.fb-like iframe[style]{display:none !important; }
}


@media only screen and (max-width:375px){
.side-navi .toggle_side{width:25px;}
.side-navi .toggle_side a {width:25px;}
}

/*マージン*/
.mb20{
	margin-bottom:20px;
}

/*表のスクロール*/
@media only screen and (max-width: 767px) {
	.table_scroll_auto{
		overflow-x: auto;
		margin-bottom: 3em;
	}

	.table_scroll_auto table{
		min-width: 767px;
		margin-bottom: 0;
	}
}

/*PCでは表示しない*/
@media only screen and (min-width: 767px) {
	.pc_none {
		display: none;
	}
}

/*スマホでは表示しない*/
@media only screen and (max-width: 767px) {
	.sp_none {
		display: none;
	}
}
