@charset "utf-8";
/*---------------------------------------------------
	Name:  common.css
	Info:  メインCSS
---------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}


/*---------------------------------------------------------------------
                * common setting *  
---------------------------------------------------------------------*/
html {
	font-size: 14px;
}
body {
	padding: 0 0 20px;
	background-color: #fff;
	color: #333;
	font-family: "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
}

/* a */
a {
	overflow: hidden;
	color: #444;
	text-decoration: underline;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover {
	overflow: hidden;
	color: #09426D;
	text-decoration: none;
}
#contents a img {
	overflow: hidden;
	color: #444;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
#contents a:hover img {
	overflow: hidden;
	color: #09426D;
	text-decoration: none;
	opacity: 0.7;
	-khtml-opacity: 0.7; /* Safari */
	-moz-opacity: 0.7; /* Firefox */
}

h1 {
	font-size: 115%; /* 16px */
	text-align: center;
	letter-spacing: 3px;
}
h1 a {
	text-decoration: none;
	color: #666;
}
h1 a:hover {
	color: #999;
}
h2 {
	padding: 10px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 108%; /* 15px */
	text-align: left;
	background: #62B9BF;
}

h3 {
	margin: 20px 0 20px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #62B9BF;
	color: #09426D;
	font-size: 129%; /* 18px */
	font-weight: 700;
}
h4 {
	padding: 5px 5px 5px 0;
	color: #444;
	font-size: 108%; /* 15px */
	font-weight: 700;
}

table {
	margin: 5px 0;
	line-height: 170%;

}
th,td {
	vertical-align: top;
	padding: 5px;
}

/* layout */
.ta_r { text-align: right; }
.ta_c { text-align: center; }
.ta_l { text-align: left; }

.va_t { vertical-align: top; }
.va_m { vertical-align: middle; }
.va_b { vertical-align: text-top; }

.top      { padding-top: 10px; }
.top40    { padding-top: 40px; }
.top55    { padding-top: 55px; }
.bottom   { padding-bottom: 10px; }
.bottom20 { padding-bottom: 20px; }
.left { padding-left: 20px; }

.f_r { float: right; }
.f_l { float: left; }
.box_c { margin: 10px auto; }
.dpy_b { display: block; }

.indent   { margin-left: 20px; }
.indent50 { margin-left: 50px; }

/* font */
.fc_default { color: #333; }
.fc_red { color: #e64600; }
.fc_bl  { color: #1c8faa; }
.fc_p   { color: #9661a0; }
.fc_or  { color: #f3542d; }
.fw_n   {
	font-weight: normal;
	color: #666;
}
.fw_b   { font-weight: 700; }
.fs_s   { font-size: 86%; /* 12px */ }
.fs_ss  { font-size: 79%; /* 11px */ }
.fs_m   { font-size: 93%; /* 13px */ }
.fs_big {
	font-size: 108%; /* 15px */
	font-weight: 700;
	letter-spacing: 1px;
}
.td_l   { text-decoration: line-through; }

/* clearfix
---------------------------------------------------*/
.clearfix:before,
.clearfix:after { /* for modern browser */
    content: "";
    display: table;
}  
.clearfix:after {
    clear: both;
}
.clearfix { /* for IE 5.5-7 */
    zoom: 1;
}

.t_indent { text-indent: 1em; }

.t_annotation {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.description_border_nomal,
.description_border_red,
.description_border_gray {
	margin: 0px 2px 15px 6px;
	padding: 0px 7px 8px 16px;
	text-indent: -1em;
	line-height: 160%;
	color: #e2451e;
	font-weight: 700;
}

.description_border_nomal {
	color: #333;
}

.description_border_red {
	color: #e2451e;
}

.description_border_gray {
	color: #666;
}

.description_border_line {
	margin: 5px 3px;
	padding: 6px 7px 5px;
	line-height: 160%;
	color: #333;
	font-weight: 700;
	border: 1px solid #ccc;
}

.description_border_red02 {
	margin: 0px 2px 1px 6px;
	padding: 0px 7px 1px 16px;
	text-indent: -1em;
	line-height: 160%;
	color: #e2451e;
	font-weight: 700;
}


.description-center {
	margin: 0 2px 15px;
	padding: 3px 0 2px;
	border: 2px solid #ffab87;
	color: #e2451e;
	font-weight: 700;
	font-size: 115%; /* 16px */
	text-align: center;
	background: #f9f5b9;
}


.description-link a {
	width: 80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 5px;
	padding: 3px 10px 2px;
	color: #555;
	font-weight: 700;
	background: #ccc;
	text-decoration: none;
	display: block;
}
.description-link a:hover {
	color: #666;
	background: #dcc7cc;
	text-decoration: none;
}

.description-link-c a {
	width: 60%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	padding: 3px 10px 2px;
	color: #555;
	font-weight: 700;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	display: block;
}
.description-link-c a:hover {
	color: #666;
	background: #dcc7cc;
	text-decoration: none;
}

/*---------------------------------------------------------------------
                * list *  
---------------------------------------------------------------------*/
/* dl
------------------------------------------------*/

dl.list_dl_style01 {
	border-bottom: 1px solid #e5e5e5;
    line-height: 170%;
    width: 99%;
}
.list_dl_style01 dt {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 0 15px;
    float: left;
    width: 80px;
    font-weight: 700;
	letter-spacing: 1px;
}
.list_dl_style01 dd {
    border-top: 1px solid #e5e5e5;
    /*margin: 0 0 0 80px;*/
    padding: 10px 5px;
}

/*.list_dl_style01 dd dl {
    margin: 0;
    padding: 0;
}
.list_dl_style01 dd dl dt {
    border-top: none;
    padding: 5px 0 0;
    float: none;
    width: 100%;
    color: #333;
    font-weight: 700;
}
.list_dl_style01 dd dl dd {
    border-top: none;
    margin: 0;
    padding: 0 5px 10px 1.72em;
    line-height: 160%;
}
*/

.list-dl-qa dl {
	margin: 0;
	padding: 10px 0 0 5px;
	line-height: 150%;
	border-radius: 5px;
	background: #fff;
	display: table;
	table-layout: fixed;
}
.list-dl-qa dt {
	padding: 20px 15px 10px 0;
	font-weight: 700;
	font-size: 110%;
	color: #09426D;
}
.list-dl-qa dd {
	padding: 10px 0 20px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.list-dl-qa dd ul li {
	padding: 10px 0 20px;
}

/* ul
------------------------------------------------*/
/* list-ul-style01 */
.list-ul-style01 li {
	padding: 5px 0 0 20px;
}


.list-ul-style02 li {
	min-width: 90px;
	margin: 5px 10px 5px 0;
	padding: 5px 5px 10px 5px;
	float: left;
	text-align: center;
	line-height: 120%;
}


.list-ul-style02b li {
	min-width: 320px;
	display: block;
	margin: 0;
	padding: 3px 5px 3px 0;
	float: left;
	line-height: 150%;
}
.list-ul-style02b li.w {
	min-width: 640px;
}


/* list-ul-icon list */
.list-ul-icon li {
    list-style:  none;
    margin:  0;
    padding: 5px 0;
}
 
.list-ul-icon li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #FEDD62;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}


/* list-ul-indent list */
.list-ul-indent li {
	padding: 0 0 10px 1em;
	text-indent: -1em;
}

/* list-ul-scroll */
.list-ul-scroll li {
	padding: 3px 0;
	list-style: disc;
	list-style-position: outside;
}

/* list-ul-indent list */
.list-ul-indent li {
	padding: 0 0 10px 1em;
	text-indent: -1em;
}

/*---------------------------------------------------------------------
                * header *  
---------------------------------------------------------------------*/
header {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	background: #04426D url(../images/header-bg.jpg) no-repeat;
	border-bottom: 4px solid #FEDD62;
}
header h1 {
	max-width: 1055px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	text-align: left;
}
.topimg {
    padding: 15px 0 0;
    display: table-cell;
    vertical-align: top;
}
header h1 img {
	max-width: 770px;
}

/*---------------------------------------------------------------------
                * contents *  
---------------------------------------------------------------------*/
#contents {
	width: 100%;
	max-width: 1055px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:table;
	table-layout: fixed;
}

#main {
	float: left;
	width: 80%;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*---------------------------------------------------------------------
                * nav *  
---------------------------------------------------------------------*/
nav {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}
nav h3 {
	margin: 15px 0 0;
	padding: 8px 5px;
	background: #09426D;
	color: #fff;
	font-size: 93%; /* 13px */
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
nav ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}
nav ul li a {
	display: block;
	margin: 0;
	padding: 15px 10px 15px 20px;
	color: #09426D;
	text-align: left;
	text-decoration: none;
	border-left: 10px solid #4ABCD3;
}
nav li a:hover {
	background: #eee;
}
nav li.now a {
	background: #EDFBFC;
	color: #09426D;
	font-weight: 700;
}

#toggle {
	display: none;
}

/* main-in
------------------------------------------------*/
#main-in {
    padding: 15px;
    display: table;
    table-layout: fixed;
}

.topimg {
	/*padding: 15px 0 0;*/
    padding: 0;
    display: table-cell;
    vertical-align: top;
	width: 100%;
}
.topimg img {
	max-width: 770px;
	width: 100%;
}

.side {
	max-width: 380px;
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: top;
}

.side-img {
	margin: 0 auto;
    padding: 10px 0 5px 15px;
}

.side-img img {
	max-width: 240px;
}

.main-contents {
    padding: 1px 15px 15px;
    vertical-align: top;
}


.tablebox {
    display: table;
    table-layout: fixed;
	width: 100%;
}
div.box01 {
    padding: 0 10px 10px;
    display: table-cell;
    width: 50%;
	line-height: 100%;
	vertical-align: top;
}
div.box02 {
    padding: 0 10px 10px;
    display: table-cell;
    width: 50%;
	line-height: 100%;
	vertical-align: top;
}
div.box03 {
    padding: 0 10px 10px;
    display: table-cell;
    width: 50%;
	line-height: 100%;
	vertical-align: top;
}
div.box04 {
    padding: 0 10px 10px;
    display: table-cell;
    width: 30%;
	line-height: 100%;
	vertical-align: top;
}
div.box01 img,
div.box02 img,
div.box03 img,
div.box04 img {
    padding: 0;
    display: table-cell;
    width: 100%;
}

/* nest-block
---------------------------------------------------*/
.nest-block {
	margin: 5px 0 30px 20px;
	max-width: 770px;
	line-height: 170%;
}

/*---------------------------------------------------------------------
                * footer *  
---------------------------------------------------------------------*/
footer {
	width: 100%;
	/*max-width: 970px;*/
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	/*display: table-footer-group;*/
	background: #fff url(../images/footer.jpg) repeat;
}
footer p {
	margin: 0 20px;
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
	display: block;
}


#link-button li a {
	background: #eee;
	background: -moz-linear-gradient(top, #fff, #eee); /* firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee)); /* safari chrome */
	background: -ms-linear-gradient(top, #fff, #eee); /* ie */
	   -moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
		-ms-box-shadow: 0 1px 3px #ccc;
			box-shadow: 0 1px 3px #ccc;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	display: block;
	line-height: 120%;
}

#link-button li a:hover {
	background: #e5e5e5;
    background: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#e5e5e5));
    background: -ms-linear-gradient(top, #f2f2f2, #e5e5e5);
	   -moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
		-ms-box-shadow: 0 0 3px #ccc;
			box-shadow: 0 0 3px #ccc;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	color: #999;
	font-weight: 700;
	line-height: 120%;
}

.slide-panel label,
 {
	background: #666;
	background: -moz-linear-gradient(top, #888, #666);
	background: -webkit-gradient(linear, center top, center bottom, from(#888), to(#666));
	background: -ms-linear-gradient(top, #888, #666);
	   -moz-box-shadow: 0 1px #ccc;
	-webkit-box-shadow: 0 1px #ccc;
		-ms-box-shadow: 0 1px #ccc;
			box-shadow: 0 1px #ccc;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.slide-panel label:hover,
 {
	background: #888;
	background: -moz-linear-gradient(top, #ccc, #888);
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#888));
	background: -ms-linear-gradient(top, #ccc, #888);
	   -moz-box-shadow: 0 0 #ccc;
	-webkit-box-shadow: 0 0 #ccc;
		-ms-box-shadow: 0 0 #ccc;
			box-shadow: 0 0 #ccc;
	color: #fff;
}

#link-button ul {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}
#link-button li {
	list-style: none;
	vertical-align: middle;
	display: table-cell;	
}
#link-button li a {
	margin: 0 10px 0 0;
	padding: 20px 5px;
	text-align: center;
}
#link-button li span {
	font-weight: 400;
	display: block;
	font-size: 86%; /* 12px */
}
#link-button li img {
	margin: 0 auto 5px;
	vertical-align: middle;
	text-align: center;
	display: block;
}

.slide-panel input {
	display: none;
}
.slide-panel label {
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.slide-panel label:hover {
}
.slide-panel .panel {
	height: 0;
	overflow: hidden;
	background: #f2f2f2;
	margin-top: 10px;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.slide-panel input:checked + .panel {
	height: auto;
	padding: 15px;
}


.other-button {
}
.other-button a {
	margin: 0 10px 3px 0;
	padding: 15px 5px;
	text-align: center;
	color: #f08300;
	background: #eee;
	background: -moz-linear-gradient(top, #fff, #eee); /* firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee)); /* safari chrome */
	background: -ms-linear-gradient(top, #fff, #eee); /* ie */
	   -moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
		-ms-box-shadow: 0 1px 3px #ccc;
			box-shadow: 0 1px 3px #ccc;
	border: 2px solid #f08300;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	display: block;
	line-height: 120%;
}
.other-button a:hover {
	background: #e5e5e5;
    background: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#e5e5e5));
    background: -ms-linear-gradient(top, #f2f2f2, #e5e5e5);
	   -moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
		-ms-box-shadow: 0 0 3px #ccc;
			box-shadow: 0 0 3px #ccc;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	color: #999;
	font-weight: 700;
	line-height: 120%;
}
.other-button span {
	padding: 3px 0 0 5px;
	font-weight: 400;
	display: block;
	font-size: 86%; /* 12px */
}
.other-button a span {
	color: #666;
}
.other-button a:hover span {
	color: #999;
}
.other-button img {
}



dl.list_dl_style01 {
    margin: 10px 0 0;
    line-height: 170%;
    width: 100%;
}
.list_dl_style01 dt {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 0 5px;
    float: left;
    width: 150px;
    font-weight: 700;
	letter-spacing: 1px;
}
.list_dl_style01 dd {
    border-top: 1px solid #e5e5e5;
    margin: 0 0 0 150px;
    padding: 10px 5px; 
}


.none {
	display: none;
}



#tabbox { 
	margin: 0;
	width: 100%;
}

.tabs {
	margin: 20px 0 0 0;
}

.tabs a {
	margin: 0 6px 0 0;
	padding: 5px 6px;
	width: 40px;
	display: block;
	float: left;
	background: #ccc;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}

.tabs a:hover {
	background: #09426D;
}

.motion {
	padding: 30px 0 30px 0;
	background: #fff;
	min-height: 500px;
	display: none;
}

#tab1 {
	display: block;
}

a.tab-active {
	background: #666;
}


@media only screen and (max-width: 1080px) {
html {
}
#header {
	margin: 0 0 20px 0;
}

#header h1 {
	padding: 0;
}

#contents {
	padding: 0;
}

#main {
	float: none;
	clear: both;
	width: 100%;
}

#main-in {
	margin: 0 auto;
}

.topimg {
    display: table-row;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.side {
    display: table-row;
	padding: 15px;
	width: 100%;
}

.main-contents {
	padding: 15px;
}

nav {
	float: none;
	width: 100%;
	margin: 0;

}
nav h3 {
	clear: both;
	position: relative;
	z-index: 9999;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
nav li.now a {
	background: #eaeaea;
	color: #444;
	font-weight: 400;
}
nav li.now a:hover {
	background: #fff;
	color: #09426D;
	font-weight: 400;
}
nav ul li.nolink {
	color: #ccc;
	text-align: center;
}

#menu {
	display: none;
	position: relative;
}
#menu:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}

nav ul {
	background: #eaeaea;
}
nav ul:before,nav ul:after {
	content: "";
	display: table;
}
nav ul:after {
	clear: both;
}
nav ul {
	*zoom: 1;
}
nav ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
nav ul li:nth-of-type(4n) {
	border-right: 0;
}
nav ul li a {
	text-align: center;
	padding: 12px 0;
}
nav ul li a:hover {
	background: #fff;
}

#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #09426D;
}

#toggle a {
	display: block;
	position: relative;
	padding: 15px 0 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before,#toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #09426D;
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 2px;
}

.news {
	width: 100%;
}

dl.list_dl_style01 {
    margin: 10px 0 0;
    line-height: 170%;
    width: 99%;
}
.list_dl_style01 dt {
    padding: 10px 0 0 5px;
    border-top: 1px solid #e5e5e5;
    float: none;
    width: 99%;
    font-weight: 700;
	letter-spacing: 1px;
}
.list_dl_style01 dd {
    margin: 0;
    padding: 0 5px 10px;
    border-top: none;  
}

.tablebox {
    display: table;
    table-layout: fixed;
	width: 100%;
}
div.box01,
div.box02,
div.box03,
div.box04 {
	border-bottom: 10px solid #fff;
    display: table-row;
    width: 100%;
}

/* nest-block
---------------------------------------------------*/
.nest-block {
	margin: 5px 0 30px 20px;
	min-width: 97%;
	line-height: 170%;
}

#link-button-top li a,
#link-button-top li.no-link {
	margin: 0 0 10px;
	padding: 10px 5px 5px;
	text-align: center;
}
#link-button-top li img {
	width: 50px;
	height: 50px;
	margin: 0 auto 5px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: none;
}

#link-button li {
	display: table-row;
}
#link-button li a {
	margin: 0 0 10px;
}

#link-button li.no-link {
	margin: 10px 0 0;
	padding: 10px 5px 5px;
	text-align: center;
	display: block;
}
#link-button li.no-link02 {
	margin: 0;
	padding: 10px 5px 5px;
	text-align: center;
	display: block;
}
#link-button li.no-link img,
#link-button li.no-link02 img {
	width: 50px;
	height: 50px;
	margin: 0 auto 5px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: none;
}
#link-button p.no-link img {
	width: 50px;
	height: 50px;
	margin: 0 auto 5px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: none;
}

}

@media only screen and (max-width: 767px) {
nav ul li {
    width: 50%;
}
nav ul li:nth-of-type(2n) {
    border-right: 0;
}

/* nest-block
---------------------------------------------------*/
.nest-block {
	margin: 5px 0 30px;
	max-width: 700px;
	line-height: 170%;
}

#link-button li,
{
	display: table-row;
}
#link-button li a{
	margin: 0 0 10px;
}

.other-button {
	width: 100%;
	margin: 10px 0 10px 15px;
}
.other-button span {
	text-align: center;
}

/*p img {
    width: 100%;
}*/

p.qr img {
    width: 50%;
}
}

@media only screen and (max-width: 479px) {
nav ul li {
    float: none;
    width: 100%;
}
.topimg img {
    width: 100%;
}

.list-ul-style02b li.w {
	min-width: 320px;
}
}

/* pagetop
---------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	cursor: pointer;
	z-index: 10;
}

/* h4 */
.h4_01 { padding-bottom: 0; padding-left: 0; color: #09426D; }


.subtop {
}
.subtop img {
	width: 100%;
}

/* 幅 */
.wid100 { width: 100px; }