style_org.css 47.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666


/* 共通 ------------------------------------------------------*/
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}
.clr {
	clear: both;
}
a:hover {
	opacity: 0.8;
}
a.word {
    padding: 0 0 5px 20px;
    background: url(../../../images/icon_word.gif) no-repeat 0 3px;
}
a.word-after {
	padding: 0 20px 5px 0;
	background: url(../../../images/icon_word.gif) no-repeat right 3px;
}
a.pdf {
    padding: 0 0 5px 20px;
	background: url(../../../images/icon_pdf.gif) no-repeat 0 3px;
}
a.pdf-after {
	padding: 0 20px 5px 0;
	background: url(../../../images/icon_pdf.gif) no-repeat 0 3px;
}
a.exc, a.excel {
    padding: 0 0 5px 20px;
	background: url(../../../images/icon_excel.gif) no-repeat 0 3px;
}
a.exc-after,
a.excel-after {
	padding: 0 20px 5px 0;
	background: url(../../../images/icon_excel.gif) no-repeat right 3px;
}
.item-page a,
.item-page a:link,
.item-page a:active,
.item-page a:hover,
.item-page a:visited {
	color: #009fa8;
}
.item-page h4 a {
	background: url(../images/bg_arrow01.png) no-repeat left 4px;
	min-height: 20px;
	padding-left: 25px;
}
.item-page h4 a:link,
.item-page h4 a:active,
.item-page h4 a:hover,
.item-page h4 a:visited {
	color: #fff !important;
}
.sp, .sp_gnavi {
	display: none;
}
.pc, pc_gnavi {
}

#sliderarea {
	display: none;
}
.item-page .icons {
	/* display: none; */
}
table {
	width: 100%;
	line-height: 1.4;
}
#top {
	/*padding-bottom: 100px;*/
}
address {
	margin: 10px 10px 20px 10px;
	padding: 10px 20px;
	border: 1px solid #c5c5c5;
}
a.anker {
	margin-top: -135px;
	padding-top: 135px;
	display: block;
	position: relative;
	z-index: -1;
}

/* パンくず */
ul.breadcrumbpankuzu {
	margin: 0 0 30px;
	background-color: #e9f1ff;
	font-size: 80%;
	overflow: hidden;
	padding: 12px 20px 12px 10%;
}
ul.breadcrumbpankuzu li {
	float: left;
	list-style-type: none;
}
ul.breadcrumbpankuzu li a:link, ul.breadcrumbpankuzu li a:active, ul.breadcrumbpankuzu li a:hover, ul.breadcrumbpankuzu li a:visited,
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:hover, .breadcrumbs a:visited {
	color: #003894;
}
/*
.breadcrumbs {
	margin: 0 auto 30px;
	background-color: #e9f1ff;
	font-size: 90%;
	overflow: hidden;
	padding: 12px 10px 12px 10px;
	max-width: 1200px;
	width: 100%;
}
*/
.breadcrumbs ul.breadcrumbpankuzu span {
	margin-left: 5px;
}

/*.row-fluid {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}*/

/* レイアウト */
body.itemid-699 #c_wrap {
	padding-top: 50px;
}
body.itemid-699 .page-header {
	display: none;
}
body.itemid-699 #c_wrap #aside {
	margin-top: 0;
}

#c_wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	line-height: 1.6;
	overflow: hidden;
}
#c_wrap #content {
	float: left;
	width: 70%;
}
#c_wrap #aside {
	float: right;
	width: 26.8%;
	margin-top: 60px;	
}
/*トップページレイアウト解除*/
body.itemid-101 #c_wrap {
	max-width: 100%;
	margin-bottom: 0;
}

body.itemid-101 #c_wrap #content, #c_wrap #content.span12,
body.itemid-130 #c_wrap #content {
	float: none;
	width: 100%;
}
/*サイトマップ*/
body.itemid-130 #c_wrap #content #wrap_sitemap {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/*サイト内検索*/
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	padding-top: 10px !important;
	padding-bottom: 0 !important;
}
.gsc-search-button svg {
	max-width: 16px;
	width: 16px;
	height: 16px;
}
form.gsc-search-box,
#gsc-iw-id1,
form.gsc-search-box table,
form.gsc-search-box table th,
form.gsc-search-box table td {
	border: none;
}
.gsc-input-box {
	border: none;
}
td.gsib_a input#gsc-i-id1 {
	padding: 10px !important;
	border: 1px solid #ccc !important;
}
form.gsc-search-box table.gsc-search-box {
	overflow: hidden;
}
form.gsc-search-box table.gsc-search-box td.gsc-input,
form.gsc-search-box table.gsc-search-box td.gsc-search-button {
	float: left;
	width: 100%;
}
form.gsc-search-box table.gsc-search-box td.gsc-search-button {
	text-align: center;
}
form.gsc-search-box table.gsc-search-box td.gsc-input table {
	margin-bottom: 0;
}
body#gm-erch #c_wrap {
	max-width: 900px;
}

/* 見出し*/
h1, h2, h3, h4, h5, h6, .site-title {
	font-family: inherit !important;
}
#h1area h1 {
	font-size: inherit;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}
.item-page h2, .item-page h3, .item-page h4, .item-page h5 {
	line-height: 1.3;
}
.item-page h2 {
	font-size: 150%;
	color: #222;
	font-weight: normal;
	border-top: 5px solid #003894;
	border-bottom: 1px solid #999999;
	padding-top: 25px;
	padding-bottom: 25px;
}
body.itemid-699 .item-page h2 {
	display: none;
}
.item-page h3 {
	border-left: 5px solid #003894;
	font-size: 130%;
	font-weight: normal;
	color: #003894;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px 0 10px 15px;
}
.item-page h4 {
	background-color: #009fa8;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 50px;
	padding: 7px 10px;
}
.item-page h5 {
	font-size: 120%;
	font-weight: normal;
	background: url(../images/bg_h5.png) no-repeat left center;
	padding-left: 25px;
	padding-bottom: 6px;
	border-bottom: 1px solid #003894;
	margin-bottom: 15px;
	margin-top: 30px;
	color: #000;
}
/* ページタイトル ------------------------------------------------------*/
#h1area {
	text-align: center;
	width: 100%;
}
#h1area img {
	width: 100%;
	height: auto;
}
#h1area.no_header {
	height: 130px;
}

/* ヘッダー ------------------------------------------------------*/
header#header_main {
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1;
	
	z-index: 200;
	min-height: 133px;
}
header#header_main .bluebox {
	background-color: #003894;
	/*overflow: hidden;*/
	/*background-color: #000;*/
}
header#header_main .bluebox .inner {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
header#header_main #h_top {
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
	/*width: 100%;*/
	box-sizing: border-box;
	float: right;
}
header#header_main #h_top .topbox {
	/*overflow: hidden;*/
}
header#header_main #h_top .topbox .box {
	float: right;
	padding: 5px 0 0 5px;
	margin-bottom: 6px;
}
header#header_main #h_top .topbox .iconarea {
}
header#header_main #h_top .topbox .iconarea ul {
	/*overflow: hidden;*/
	margin: 0;
}
header#header_main #h_top .topbox .iconarea ul li {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header#header_main #h_top .topbox .iconarea ul li img {
	max-width: 40px;
	width: 100%;
	height: auto;
}
header#header_main #h_top .topbox .iconarea ul li.search {
	border: solid 1px #3a66ad;
}
header#header_main #h_top .topbox .iconarea ul li.search img {
	width: 38px;
	height: auto;
}

header#header_main #h_top .topbox #btn_access {
	padding-top: 5px;
}
header#header_main #h_top .topbox #btn_access img {
/*	max-width: 155px;
	width: 100%;
	height: auto; */
	width: 21px;
	padding: 0 5px 0 0;
}
header#header_main #h_top .topbox #btn_access a {
	display: block;
	color: #003894;
	background: #fff;
	border-radius: 5px;
	padding: 5px 8px;
}
header#header_main #h_top .topbox #btn_access a:hover {
	text-decoration: none;
}

header#header_main #h_top .topbox #searcharea {
	padding-top: 10px;
}
header#header_main #h_top .topbox #searcharea form {
	margin-bottom: 5px;
}

header#header_main .btnbox {
	float: right;
	padding: 8px 0 0;
}
header#header_main .btnbox ul {
	overflow: hidden;
	margin: 0;
}
header#header_main .btnbox ul li {
	float: right;
	margin: 0 3px 10px;
	list-style-type: none;
}
header#header_main .btnbox ul li a {
	display: block;
	background-color: #009fa8;
	border-radius: 6px;
	color: #fff;
	font-size: 0.8em;
	padding: 8px 5px;
	font-weight: bold;
	letter-spacing: 0;
}
header#header_main .btnbox ul li a:visited,
header#header_main .btnbox ul li a:focus {
	text-decoration: none;
}
header#header_main .btnbox ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
div.header-search {
	position: relative;
}
div.header-search img.icon_search {
	position: absolute;
	right: 8px;
	top: 5px;
}
div.search input.button {
	position: absolute;
	top: 5px;
	right: 5px;
}


/* ナビゲーションエリア ------------------------------------------------------*/	
#h_logonaviarea {
	/*overflow: hidden;*/
	background: url(../images/bg_gnavi.png) repeat;
	z-index: 100;
	position: relative;
}
#h_logonaviarea .logo {
	float: right;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#h_logonaviarea #gnaviarea {
	float: right;
}
#h_logonaviarea #gnaviarea .navigation {
	margin: 0;
}
#h_logonaviarea #gnaviarea ul {
}
#h_logonaviarea #gnaviarea ul li {
	line-height: 1.4;
	border-left: 1px solid #fff;
	font-size: 90%;
	background: url(../images/arrow_gnavi.png) no-repeat center 65px;
}
#h_logonaviarea #gnaviarea ul li a:link,
#h_logonaviarea #gnaviarea ul li a:active,
#h_logonaviarea #gnaviarea ul li a:hover,
#h_logonaviarea #gnaviarea ul li a:visited {
	color: #fff;
}
#h_logonaviarea #gnaviarea ul li.item-101 {
	display: none;
}

/* サブナビゲーション ------------------------------------------------------*/
.subnavi01 {
	background-color: #fff9e9;
	border: 1px solid #fde9d2;
	padding: 20px 20px 10px;
}
.subnavi01 .title {
	margin-bottom: 15px;
}
.item-page .subnavi01 ol,
.item-page .subnavi01 ul,
.item-page .subnavi01 ul.style01 {
	overflow: hidden;
	margin: 0;
}
.item-page .subnavi01 ol li,
.item-page .subnavi01 ul li {
	float: left;
	list-style-type: none;
	width: 33.3%;
	margin-bottom: 15px;
	background: url(../images/icon_subnavi01.png) no-repeat left 2px;
	padding-left: 25px;
	box-sizing: border-box;
}
.item-page .subnavi01 ul.style01 li,
.item-page .subnavi01 ol.style01 li {
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
.item-page .subnavi01 ol.style01 li {
	border: none;
	padding-bottom: inherit;
	margin-bottom: 15px;
}

.item-page .subnavi01 ul.style02 li {
	width: inherit;
}
.item-page .subnavi01 ul.style03 li {
	width: auto;
	float: none;
}


/* トップページ ------------------------------------------------------*/
.whitearrowbox {
	background: url(../images/bg_whitearrow.png) repeat-x center bottom;
	padding-bottom: 100px;
	margin-bottom: 50px;
}


body.itemid-101 {
}
body.itemid-101 .row-fluid {
	max-width: 100% !important;
}
body.itemid-101 .page-header,
body.itemid-101 .article-info,
body.itemid-101 .breadcrumb {
	display: none;
}
body.itemid-101 #content {
	width: 100%;
}
body.itemid-101 #aside {
	display: none;
}
/*スライダーエリア*/
body.itemid-101 #sliderarea {
	display: block;
	text-align: center;
	/*position: relative;
	top: -98px;*/
	padding-top: 133px;
	margin-bottom: 10px;
}
body.itemid-101 #sliderarea img {
	width: 100%;
	height: auto;
}

body#itemid-699 #n2-ss-3-align {
	max-width: 1600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


#n2-ss-3-align {
	max-width: 1420px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*スライダー下バナーエリア*/
#top_bnrarea01 {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
#top_bnrarea01 ul {
	margin: 0;
	text-align: center;
	overflow: hidden;
}
#top_bnrarea01 ul li {
	list-style-type: none;
	/*display: inline-block;*/
	padding: 10px 0 10px 15px;
	width: 16.5%;
	text-align: center;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
#top_bnrarea01 ul li img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
/*スライダー下ページリストエリア*/
#top_plist {
}
#top_plist .title {
	background-color: #999;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
}
#top_plist .listbox {
	margin-bottom: 15px;
	overflow: hidden;
}
#top_plist .listbox .ph {
	float: left;
	width: 30%;
	text-align: center;
}

#top_plist .listbox .list {
	float: left;
	width: 70%;
}
#top_plist .listbox .list ul {
	margin-left: 20px;
}
#top_plist .listbox .list ul li {
	list-style-type: none;
	background: url(../images/li_arrow01.png) no-repeat left 3px;
	padding-left: 15px;
	border-bottom: 1px dashed #003894;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-size: 90%;
}
#top_plist .listbox .list ul li a:link,
#top_plist .listbox .list ul li a:active,
#top_plist .listbox .list ul li a:hover,
#top_plist .listbox .list ul li a:visited {
	color: #222;
}


/* swiperjsエリア */
.swiper-container {
	margin-bottom: 20px;
	width:95%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-container .swiper-slide img {
	max-width: 300px;
	width: 100%;
	height: auto;
}


/*重要なお知らせ*/
#top_imp_newsarea {
	background-color: #edf1f7;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#top_imp_newsarea table {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	padding: 0;
}
#top_imp_newsarea table th, #top_imp_newsarea table td {
	border: none;
	padding: 0;
	margin: 0;
}
#top_imp_newsarea .title {
	text-align: center;
	width: 30%;
	box-sizing: border-box;
}
#top_imp_newsarea .listarea {
	width: 70%;
	box-sizing: border-box;
}
#top_imp_newsarea .listarea li {
	margin-bottom: 10px;
	margin-top: 10px;
}
#top_imp_newsarea .listarea li a:link,
#top_imp_newsarea .listarea li a:active,
#top_imp_newsarea .listarea li a:hover,
#top_imp_newsarea .listarea li a:visited {
	color: #333;
}
/*各新着エリア・ツイッターエリア*/
#topinfo_twitarea {
}
#topinfo_twitarea .inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.item-page #topinfo_twitarea h2 {
	border: none;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	font-size: 50px;
}
#topnewsarea {
	float: left;
	width: 75%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}



#twitarea {
	float: right;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

/*その他infoエリア*/
#top_otherinfoarea {
	margin-top: 50px;
}
#top_otherinfoarea  .inner {
}
#top_otherinfoarea .bnrbox01,
#top_otherinfoarea .bnrbox02 {
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#top_otherinfoarea .bnrbox01 ul,
#top_otherinfoarea .bnrbox02 ul {
	margin: 0;
	overflow: hidden;
}
#top_otherinfoarea .bnrbox01 ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	list-style-type: none;
}
#top_otherinfoarea .bnrbox02 ul li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	list-style-type: none;
}
/* トップページリンク集エリア */
#top_linkarea {
	background: url(../images/bg_whitearrow.png) repeat-x center top;
	padding-top: 100px;
	padding-bottom: 50px;
	/*margin-bottom: 50px;*/
	background-color: #f8f8f8;
}
#top_linkarea ul {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#top_linkarea ul li {
	list-style-type: none;
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

/* サイドバー ------------------------------------------------------*/

#aside .well .sbnr {
	text-align: center;
	margin-bottom: 10px;
}
#aside .well .sbnr ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#aside .well .sbnr ul li {
	background: none;
	padding: 0;
	margin: 0 0 10px;
	border: none;
}


#aside .well h3.page-header {
	/*background-color: #003894;*/
	color: #222;
	padding: 20px 15px;
	margin-bottom: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#aside .well ul.nav-child {
	margin: 0 10px 20px;
}
#aside .well ul.nav-child.small {
	font-size: 100%;
	list-style-type: none;
}
#aside .well ul {
	margin: 0 10px 30px;
}
#aside .well ul li {
	background: url(../images/li_arrow02.png) no-repeat left 2px;
	border-bottom: 1px dashed #a0a0a0;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 85%;
	list-style-type: none;
	margin-bottom: 10px;
}
#aside .well ul li a:link,
#aside .well ul li a:active,
#aside .well ul li a:hover,
#aside .well ul li a:visited {
	color: #003894;
}
#aside .sidebar01.well h3.page-header {
	display: none;
}
#aside .sidebar01.well .customsidebar01 {
	text-align: center;
}
#aside .sidebar01.well .customsidebar01 p {
	margin-bottom: 10px;
	line-height: 1;
}

/* フッター ------------------------------------------------------*/
footer#footerarea {
}
footer#footerarea #naviarea {
	background-color: #3d3d3d;
	color: #fff;
}
footer#footerarea #naviarea #fnavi {
	width: 94%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 0;
	overflow: hidden;
	box-sizing: border-box;
}
footer#footerarea #naviarea .navibox {
	width: 25%;
	margin: 0 auto;
	padding: 10px;
	float: left;
	box-sizing: border-box;
	font-size: 85%;
}
footer#footerarea #naviarea .navibox .title {
	color: #009fa8;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 105%;
}
footer#footerarea #naviarea .navibox .title.fnavititle {
	margin-bottom: 20px;
}
footer#footerarea #naviarea .navibox .title a:link,
footer#footerarea #naviarea .navibox .title a:active,
footer#footerarea #naviarea .navibox .title a:hover,
footer#footerarea #naviarea .navibox .title a:visited {
	color: #009fa8;
	text-decoration: none;
}
footer#footerarea #naviarea .navibox ul {
	margin-left: 0;
	margin: 0 0 20px;
}
footer#footerarea #naviarea .navibox ul li a:link,
footer#footerarea #naviarea .navibox ul li a:active,
footer#footerarea #naviarea .navibox ul li a:hover,
footer#footerarea #naviarea .navibox ul li a:visited {
	color: #fff;
	text-decoration: none;
}
footer#footerarea #naviarea .navibox ul li {
	background: url(../images/fnavi_arrow.png) no-repeat left top;
	padding-left: 18px;
	list-style-type: none;
	margin-bottom: 10px;
}
footer#footerarea #naviarea .btn_access {
	text-align: center;
	width: 25%;
	float: left;
}

footer#footerarea #logoarea {
	background-color: #fff;
}
footer#footerarea #logoarea .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 30px;
}
footer#footerarea #logoarea .top {
	border-bottom: 1px solid #dedede;
}
footer#footerarea #logoarea .top ul {
	margin: 0;
	overflow: hidden;
}
footer#footerarea #logoarea .top ul li {
	float: left;
	margin-right: 50px;
	list-style-type: none;
	color: #222;
	font-size: 120%;
}
footer#footerarea #logoarea .top ul li a:link,
footer#footerarea #logoarea .top ul li a:active,
footer#footerarea #logoarea .top ul li a:hover,
footer#footerarea #logoarea .top ul li a:visited {
	color: #222;
	text-decoration: none;
}
footer#footerarea #logoarea .top ul li.title {
	background: url(../images/ficon_account.png) no-repeat right center;
	padding-right: 30px;
	color: #003894;
	font-size: 140%;
	line-height: 1.3;
	letter-spacing: 0;
}

footer#footerarea #logoarea .bottom {
	text-align: center;
}
footer#footerarea #logoarea  .bottom ul {
	margin: 0;
}
footer#footerarea #logoarea .bottom ul li {
	margin: 10px 5px;
	display: inline-block;
	list-style-type: none;
}

footer#footerarea #infoarea {
	background-color: #3d3d3d;
	color: #fff;
	line-height: 1.3;
	padding: 15px 20px;
}
footer#footerarea #infoarea p {
	margin-bottom: 0;
}
footer#footerarea #infoarea .inner {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
footer#footerarea #infoarea a:link,
footer#footerarea #infoarea a:active,
footer#footerarea #infoarea a:hover,
footer#footerarea #infoarea a:visited {
	color: #fff;
}
footer#footerarea #infoarea .inner .left {
	float: left;
	width: 76%;
	font-size: 85%;
}
footer#footerarea #infoarea .inner .left ul {
	overflow: hidden;
	margin: 0;
}
footer#footerarea #infoarea .inner .left ul li {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style-type: none;
}
footer#footerarea #infoarea .inner #copy {
	font-size: 80%;
}
footer#footerarea #infoarea .inner .right {
	float: right;
	width: 24%;
	text-align: right;
	font-size: 80%;
}

/* 各indexページ ------------------------------------------------------*/
table.Cindex {
	border-collapse: separate;
	border-spacing: 30px;
	/*width: auto;*/
	margin: 0 auto;
}
table.Cindex, table.Cindex th, table.Cindex td {
	vertical-align: top;
	border: none;
	padding: 0;
}
table.Cindex td {
	width: 33.3%;
	box-sizing: border-box;
}
table.Cindex .title {
	background-color: #003894;
	color: #fff;
	padding: 7px 10px;
	font-size: 110%;
	margin-bottom: 10px;
}
table.Cindex .title a,
table.Cindex .title a:link,
table.Cindex .title a:active,
table.Cindex .title a:hover,
table.Cindex .title a:visited {
	color: #fff !important;
	text-decoration: none;
}
table.Cindex .ph {
	margin-bottom: 15px;
}
.item-page table.Cindex ul {
	margin: 0;
	font-size: 90%;
}
table.Cindex ul li {
	list-style-type: none;
	background: url(../images/li_arrow01.png) no-repeat left 3px;
	padding-left: 15px;
	border-bottom: 1px dashed #003894;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
table.Cindex ul li a:link, table.Cindex ul li a:active, table.Cindex ul li a:visited {
	color: #222;
}

/* コンテンツ ------------------------------------------------------*/
/* table */
caption {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
table {
	border-left: 1px solid #aec1e1;
	border-top: 1px solid #aec1e1;
	margin-bottom: 30px;
	
	word-break: break-word;
}
th, td {
	padding: 10px 15px;
	border-bottom: 1px solid #aec1e1;
	border-right: 1px solid #aec1e1;
}
th {
	text-align: left;
	background-color: #e9f1ff;
	/*width: 25%;*/
	font-weight: normal;
}
table p {
	margin: 0 0 5px;
}
td.bg01 {
	text-align: center;
	background-color: #003894;
	color: #fff;
}
td.num01 {
	text-align: center;
}

.item-page table ul {
	margin: 0 0 0 15px;
}

th.wd01, td.wd01 {
	width: 15%;
	box-sizing: border-box;
	float: none;
}
th.wd02, td.wd02 {
	width: 20%;
	box-sizing: border-box;
	float: none;
}
th.wd03, td.wd03 {
	width: 85%;
	box-sizing: border-box;
	float: none;
}

table.style01 {
	font-size: 90%;
}
table.style01 th, table.style01 td {
	padding: 7px 10px;
}
table.style01 th {
	text-align: center;
	width: inherit;
}
table.style01 th.left {
	text-align: left;
}
table.style01 th.wd01 {
	width: 15%;
}
table.style01 th.wd02 {
	width: 20%;
}
table.style01 th.kyouka {
	width: 12%;
}
table.style01 th.group {
	width: 12%;
}
.item-page table.style01 ul li {
	list-style-type: none;
	margin: 0;
}
.item-page table.style01 ul.mark {
	margin-left: 20px;
}
.item-page table.style01 ul.mark li {
	list-style-type: disc;
	margin-bottom: 7px;
}
table.style01 .num {
	text-align: center;
}

table.style02 {
	font-size: 85%;
}
table.style02 th, table.style02 td {
	padding: 5px;
	width: inherit;
	text-align: center;
	letter-spacing: 0;
}
table.style02 th.left {
	text-align: left;
}
table.style03 {
	font-size: 90%;
}
table.style03 th {
	text-align: center;
	width: 50%;
}
table.style03 th, table.style03 td {
	padding: 7px 15px;
}

table.style04 {
}
table.style04 th {
	width: inherit;
}
table.style04 th.cnt {
	text-align: center;
}
table.style04 td {
	text-align: right;
}


table.style05 {
}
table.style05 th {
	width: inherit;
}

table.fee01 {
	font-size: 90%;
}
table.fee01 th, table.fee01 td {
	padding: 7px 15px;
}
table.fee01 th {
	text-align: center;
}
table.fee01 td {
	text-align: right;
}

table.fee02 {
	font-size: 90%;
}
table.fee02 th, table.fee02 td {
	padding: 7px 15px;
}
table.fee02 th {
	text-align: center;
	width: 20%;
}
table.fee02 td {
	text-align: right;
}

/* テキスト */
.txt_S {
	font-size: 90%;
}
.txt_red, .red {
	color: #e60019;
}

address .title {
	font-size: 110%;
	margin-bottom: 8px;
	color: #003894;
}
.title01 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003894;
}
.txt_R {
	text-align: right;
}
.txt_L {
	text-align: left;
}
.sign, .more {
	text-align: right;
	font-size: 90%;
}

/* リスト関係 */
ul, ol {
}
.item-page ul, .item-page ol {
	margin-bottom: 30px;
}
.item-page ul ul, .item-page ol ul,
.item-page ul ol, .item-page ol ol {
	margin-left: 20px;
	margin-top: 10px;
}
.item-page ul li, .item-page ol li {
	margin-bottom: 12px;
}
.item-page ul li {
	list-style-type: disc;
}
.item-page li ul {
	margin-top: 15px;
}
.item-page ul.kome {
	margin-left: 10px;
}
.item-page ul.kome li {
	list-style-type: none;
	background: url(../images/bg_li_kome.png) no-repeat left top;
	padding-left: 22px;
}

ol li .title {
	color: #003894;
	font-weight: bold;
	border-bottom: 1px dashed #003894;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.item-page ol.style01 li {
	border-bottom: 1px solid #b3caf0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.item-page ol.style01 li ul {
	margin-bottom: 0;
}
.item-page ol.style01 li li {
	border: none;
	margin-bottom: 10px;
}

ol.kana {
}
ol.kana li {
	list-style-type: katakana;
}

dl {
}
dt {
	background-color: #f0f0f0;
	padding: 7px 10px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #003894;
}
dd {
	padding: 0 15px;
	margin-bottom: 30px;
}

dl.faq {
}
dl.faq dt {
	background-color: #009fa8;
	color: #fff;
	font-size: 110%;
}
dl.faq dd {
}


/* ボックス */
.box_L {
	float: left;
}
.box_R {
	float: right;
}


.mgn_B10 {
	margin-bottom: 10px;
}
.mgn_B15 {
	margin-bottom: 15px;
}
.mgn_B20 {
	margin-bottom: 20px;
}
.mgn_B30 {
	margin-bottom: 30px;
}
.mgn_B50 {
	margin-bottom: 50px;
}
.mgn_B70 {
	margin-bottom: 70px;
}

.box_L01 {
	float: left;
	width: 30%;
	padding: 15px;
	box-sizing: border-box;
}
.box_R01 {
	float: right;
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
}
.box_L02 {
	float: left;
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
}
.box_R02 {
	float: right;
	width: 30%;
	padding: 15px;
	box-sizing: border-box;
}
.box_L03 {
	float: left;
	width: 40%;
	padding: 15px;
	box-sizing: border-box;
}
.box_R03 {
	float: right;
	width: 60%;
	padding: 15px;
	box-sizing: border-box;
}
.box_L04 {
	float: left;
	width: 60%;
	padding: 15px;
	box-sizing: border-box;
}
.box_R04 {
	float: right;
	width: 40%;
	padding: 15px;
	box-sizing: border-box;
}
.wid01, .wd01 {
	float: left;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.wid02, wd02 {
	width: 50%;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
}
.box3 {
	float: left;
	width: 33.3%;
	padding: 10px;
	box-sizing: border-box;
}
.box4 {
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

.bderbox {
	border: 1px solid #aec1e1;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 90%;
}

.bikoubox01, address {
	background-color: #f4f8ff;
	border: 1px solid #aec1e1;
	padding: 15px;
	margin-bottom: 20px;
}
.item-page .bikoubox01 ul.kome {
	margin-left: 0;
}
.bikoubox01 .title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #003894;
}
.bikoubox01 p {
	margin-bottom: 7px;
}
.bikoubox01 ul, .bikoubox01 ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
.bikoubox01 ol.kana {
	margin-left: 40px;
}

.arrow01 {
	text-align: center;
	padding: 15px;
}

/* グッズ販売 */
.goods {
	overflow: hidden;
}
.goods .item {
	width: 50%;
	float: left;
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.3;
}
.goods .title {
	font-size: 110%;
	line-height: 1.3;
	background-color: #009fa8;
	color: #fff;
	padding: 5px 5px 4px;
}
.goods .ph {
	text-align: center;
	margin-bottom: 10px;
}
.goods p {
	margin-bottom: 0;
}
.goods .price {
	text-align: left;
}
.goods .price ul {
	margin: 0;
	overflow: hidden;
}
.goods .price ul li {
	list-style-type: none;
	float: left;
	margin: 0 20px 0 0;
}


/* 施設一覧イメージレイアウト等 */
.listarea01, .listarea02, .listarea03 {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.listarea01 table.listimg, .listarea02 table.listimg, .listarea03 table.listimg {
	border: none;
	margin: 0 auto;
}
.listarea01 table.listimg td, .listarea02 table.listimg td, .listarea03 table.listimg td {
	vertical-align: top;
}
table.listimg td {
	float: left;
	width: 33.3%;
	padding: 0 15px 10px;
	box-sizing: border-box;
	text-align: center;
	border: none;
}
.listimg .ph {
	margin-bottom: 10px;
}
.listimg .title {
	font-size: 90%;
	line-height: 1.2;
}
/*
.listarea01 .title {
	color: #003894;
}
.listarea02 .title {
	color: #e40000;
}
.listarea03 .title {
	color: #d49100;
}

*/

/* 施設詳細ページ */
.wrap_fac {
}
.wrap_fac .slidebox {
	margin-bottom: 30px;
}
.wrap_fac .comentbox {
	border: 1px solid #dedede;
	padding: 30px;
	margin-bottom: 30px;
}
.wrap_fac .subnavi02 {
	background-color: #f6f6f6;
	padding: 20px;
}
.wrap_fac .subnavi02 ul {
	overflow: hidden;
	margin: 0;
}
.wrap_fac .subnavi02 ul li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 10px 10px 13px;
	list-style-type: none;
	letter-spacing: 0;
	font-size: 90%;
	background: url(../images/li_arrow01.png) no-repeat left 2px;
}
.item-page .wrap_fac .subnavi02 ul li a,
.item-page .wrap_fac .subnavi02 ul li a:link,
.item-page .wrap_fac .subnavi02 ul li a:active,
.item-page .wrap_fac .subnavi02 ul li a:hover,
.item-page .wrap_fac .subnavi02 ul li a:visited {
	color: #333 !important;
}


/* よくある質問 */
.faq span.ans {
	font-size: 140%;
	font-weight: bold;
	color: #009fa8;
	padding-right: 10px;
	padding-left: 15px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.faq dl dt {
	background-color: #009fa8;
	color: #fff;
}
.faq dl dd {
	background: url(../images/bg_A.png) no-repeat left 0;
	padding-left: 35px;
	min-height: 30px;
}
.faq dl dd ul {
	margin-left: 20px;
	margin-bottom: 15px;
}
.faq dl dd ul li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}
.faq dl dd dt {
	background-color: #f0f0f0;
	color: #003894;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.faq dl dd dd {
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
}

/* お問い合わせページ */
.hissu {
	color: #e60019;
}

/* 研究者各一覧 */
#researchersbox ul {
	overflow: hidden;
	margin-left: 20px;
}
#researchersbox ul li {
	float: left;
	list-style-type: none;
	background: url(../images/li_arrow02.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	width: 30%;
	margin-right: 3%;
	box-sizing: border-box;
	border-bottom: 1px dotted #c7d9f7;
}


/* 研究者各プロフィール */
.profilebox {
}
.profilebox ul li, .profilebox dd li {
	border-bottom: 1px solid #c7d9f7;
	padding-bottom: 5px;
}
.profilebox .subnavi01 ul li, .profilebox table ul li, .profilebox table ul li {
	border: none;
	padding-bottom: inherit;
}

.profilebox table.rirekitable {
}
.profilebox table.rirekitable th {
	width: 32%;
	overflow: hidden;
}
.profilebox table.rirekitable th .fromdate,
.profilebox table.rirekitable th .separator,
.profilebox table.rirekitable th .todate {
	float: left;
}

/* サイトマップ */
#wrap_sitemap {
}
#wrap_sitemap h3 {
}

#wrap_sitemap ul {
	margin-left: 20px;
	border-bottom: 1px solid #aec1e1;
}
#wrap_sitemap ul li {
	list-style-type: none;
	background: url(../images/icon_sitemap01.png) no-repeat left top;
	padding-left: 25px;
}
#wrap_sitemap ul ul {
	padding-left: 10px;
	border-left: 1px solid #aec1e1;
	border-bottom: none;
}
#wrap_sitemap ul ul li {
}
#wrap_sitemap ul ul ul {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#wrap_sitemap ul ul ul li {
	background: url(../images/icon_sitemap02.png) no-repeat left top;
}
#wrap_sitemap ul ul ul ul li {
	background: url(../images/icon_sitemap03.png) no-repeat left top;
}


.item-page #wrap_sitemap ul li a,
.item-page #wrap_sitemap ul li a:link,
.item-page #wrap_sitemap ul li a:active,
.item-page #wrap_sitemap ul li a:hover,
.item-page #wrap_sitemap ul li a:visited,

.item-page #wrap_sitemap a,
.item-page #wrap_sitemap a:link,
.item-page #wrap_sitemap a:active,
.item-page #wrap_sitemap a:hover,
.item-page #wrap_sitemap a:visited {
	color: #003894;
}

/* 英訳版サイトマップ */
#wrap_sitemap {
}
#wrap_sitemap .moduletable h3 {
	display: none;
}
#wrap_sitemap .moduletable ul.nav {
}
#wrap_sitemap .moduletable ul.nav li {
}
#wrap_sitemap .moduletable ul.small {
	font-size: 100%;
}
#wrap_sitemap .moduletable ul ul {
	border: none;
}
#wrap_sitemap .moduletable ul ul ul {
	border-left: 1px solid #aec1e1;
	padding-left: 10px;
}
#wrap_sitemap .moduletable ul li.item-698,
#wrap_sitemap .moduletable ul li.item-699 {
	display: none;
}


/* 準備中枠 */
.constructionarea {
	border: 1px solid #ddd;
	text-align: center;
	padding: 70px;
	font-size: 140%;
	margin: 0 auto 30px;
}


@media (max-width: 1220px) {
	#h1area {
		padding-top: 135px;
		padding-top: 0;
	}
	#h1area.no_header {
		padding-top: 0;
		/*height: 135px;*/
	}
	#c_wrap {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	body.itemid-101 #c_wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media (max-width: 1207px) {
	header#header_main {
		min-height: 182px;
	}
	body.itemid-101 #sliderarea {
		padding-top: 182px;
	}
	
	
}

@media (max-width: 1100px) {
	footer#footerarea #infoarea .inner .left {
		margin-bottom: 10px;
	}
	footer#footerarea #infoarea .inner .left,
	footer#footerarea #infoarea .inner .right {
		float: none;
		width: 100%;
	}
	
}

@media (max-width: 1000px) {
	/* トップページ */
	#top_imp_newsarea {
		padding-left: 30px;
		padding-right: 30px;
	}
	#top_imp_newsarea table {
		overflow: hidden;
	}
	#top_imp_newsarea table th,
	#top_imp_newsarea table td {
		float: left;
		width: 100% !important;
		box-sizing: border-box;
	}
	
	
}

@media (max-width: 979px) {
.sp_gnavi {
		display: block;
		position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
}
.pc_gnavi {
	display: none;
}
#h1area.no_header {
	height: 0;
}
/*footer*/
footer#footerarea #naviarea {
	padding-bottom: 20px;
}
footer#footerarea #naviarea .navibox {
	width: 33.3%;
}
footer#footerarea #naviarea .btn_access {
	width: 100%;
	text-align: right;
}
/*header*/
	body.itemid-101 ul.breadcrumbpankuzu {
		display: none;
	}
.header-inner {
}
div.header-search {
	display: none;
}
.header-inner .logo {
	float: left;
	width: 30%;
	box-sizing: border-box;
	/*padding-top: 7px;*/
}
.header-inner .navarea {
	float: right;
	width: 70%;
	box-sizing: border-box;
}
.header-inner .navarea .navigation,
.header-inner .navarea .user,
.header-inner .navarea .search,
.header-inner .navarea .lang {
	float: right;
	margin: 0;
	text-align: center;
}
.header-inner .navarea .navigation,
.header-inner .navarea .user,
.header-inner .navarea .search {
	width: 70px;
	height: 70px;
}
.header-inner .navarea .navigation {
	background-color: #003894;
}
.header-inner .navarea .user {
	background-color: #009fa8;
}
.header-inner .navarea .search img {
	width: 100%;
}

.header-inner .navarea .lang {
	font-size: 90%;
	padding: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.header-inner .navarea .user {
	display: none;
}


.header-inner .navarea .navigation .pull-left {
	float: none;
}


/*グローバルナビゲーション*/

.navigation ul.nav-child {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
	border-bottom: 1px solid #e6efff;
	width: 100%;
}
.navigation ul.nav-child a {
	font-size: 90%;
	padding: 10px 15px;
}
.navigation ul.nav-child li {
}

.s_othernavi {
	background-color: #333;
	color: #fff;
	padding: 10px;
}
.s_othernavi ul {
	margin: 0;
}
.s_othernavi ul li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	border: 1px solid #666;
	margin: 10px;
	border-radius: 10px;
}
.s_othernavi ul li a {
	padding: 7px 20px;
	display: block;
}
.s_othernavi ul li a:link,
.s_othernavi ul li a:active,
.s_othernavi ul li a:hover,
.s_othernavi ul li a:visited {
	color: #fff;
	text-decoration: none;
}



/*検索窓*/
.sp_gnavi .header-search {
	display: none;
}
.sp_gnavi .s_othernavi .header-search {
	display: block;
}
.sp_gnavi  #searcharea {
	padding-top: 10px;
}
.sp_gnavi  #searcharea form {
	margin-bottom: 5px;
}
.sp_gnavi .header-search {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.sp_gnavi .header-search div.mod_search80 input[type="search"] {
	width: 100%;
	max-height: inherit;
	box-sizing: border-box;
	height: 30px;
}
.sp_gnavi .header-search img.icon_search {
	position: absolute;
	right: 8px;
	top: 5px;
	z-index: 1;
	cursor: pointer;
	/*
	position: inherit;
	top: inherit;
	right: inherit;
	z-index: inherit;*/
}
.sp_gnavi #h_search .h_search_submit {
	border-radius: 5px;
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 0;
	width: 25px;
	
	/*position: inherit;
	top: inherit;
	right: inherit;
	z-index: inherit;*/
}


/*ユーザー切り替え*/
.ac-container{
   /* width: auto;
    margin: 30px auto;*/
}
.ac-container label{
    /*width: 300px;
    height: 40px;
    text-align: center;
    background: #ff9b9b;
    color: #fff;
    margin: auto;
    padding: 10px 5px;*/
    position: relative;
    display: block;
    cursor: pointer;
	margin-bottom: 0;
}
.ac-container label:hover{
    /*background: rgba( 255, 155, 155, 0.55 );*/
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*
.ac-container label:after{
 color: #fff;
    font-family:"FontAwesome";
    content:"\f067";
}
.ac-container input:checked ~ label::after {
 color: #fff;
   font-family:"FontAwesome";
   content:"\f068";
}
*/
.ac-container input{
   display: none;
   max-width: 50px;
   width: 100%;
   height: 50px;
}
.ac-container ul{
   /*background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;*/
	 display: none;
   position: relative;
   z-index: 10;
   transition: 
   height 0.3s ease-in-out, 
   box-shadow 0.6s linear;
   
   position: absolute;
   right: 0;
   color: #222;
   background-color: #d1eced;
}
.ac-container input:checked ~ div{
   /*transition: 
   height 0.5s ease-in-out, 
   box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container div p{
   color: #777;
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}

.ac-small ul {
	overflow: hidden;
	padding: 10px;
	margin: 0;
}
.ac-small ul li {
	float: left;
	font-size: 100%;
	list-style-type: none;
	margin: 5px 10px;
}
.ac-small ul li a {
	display: block;
}
.ac-small ul li a:link, .ac-small ul li a:active, .ac-small ul li a:hover, .ac-small ul li a:visited {
	color: #222;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: #fff;
	padding: 7px 10px;
}

/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: auto;
   width: 100%;
}
.ac-container input:checked ~ div.ac-medium{
   height: 100px;
}
.ac-container input:checked ~ div.ac-large{
   height: 1200px;
}

/* footer ---------------------------------------------*/
.hidden_box {
    margin: 20px 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    cursor :pointer;
	margin: 0;
	border-bottom: 1px solid #555;
}
.hidden_box .fbox {
	border-bottom: 1px solid #555;
}
footer#footerarea #naviarea label {
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: #444;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show,
.hidden_box .hidden_show01,
.hidden_box .hidden_show02,
.hidden_box .hidden_show03,
.hidden_box .hidden_show04,
.hidden_box .hidden_show05 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show,
.hidden_box input#label1:checked ~ .hidden_show01,
.hidden_box input#label2:checked ~ .hidden_show02,
.hidden_box input#label3:checked ~ .hidden_show03,
.hidden_box input#label4:checked ~ .hidden_show04,
.hidden_box input#label5:checked ~ .hidden_show05 {
    padding: 10px 20px 0;
    height: auto;
    opacity: 1;
}

footer#footerarea .hidden_box ul {
	margin-left: 0;
}
footer#footerarea .hidden_box ul li {
	background: url(../images/fnavi_arrow.png) no-repeat left 2px;
	padding-left: 20px;
	padding-bottom: 15px;
	list-style-type: none;
	margin-bottom: 10px;
}
footer#footerarea .hidden_box a:link,
footer#footerarea .hidden_box a:active,
footer#footerarea .hidden_box a:hover,
footer#footerarea .hidden_box a:visited {
	color: #fff;
}
footer#footerarea #naviarea.sp .btn_access {
	text-align: center;
	float: none;
}




/*-------------------*/
}

@media (max-width: 967px) {
.sp {
		display: block;
}
.pc {
	display: none;
}

/*トップページ*/
body.itemid-101 #c_wrap {
	padding-bottom: 0;
}
.swiper-slide {
	width: 100% !important;
	text-align: center;
}
#topnewsarea, #twitarea {
	float: none;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
#topnewsarea {
	margin-bottom: 30px;
}
#twitarea iframe {
	width: 80% !important;
	margin-left: auto;
	margin-right: auto;
}

#top_otherinfoarea .bnrbox02 {
	padding-left: 30px;
	padding-right: 30px;
}
#top_otherinfoarea .bnrbox02 ul li {
	width: 50%;
}

#top_linkarea {
	padding-bottom: 25px;
}
#top_linkarea ul li {
	width: 50%;
}


		/* ▼スマホで横長テーブルが切れるのを回避する */
	.scroll {
		overflow: auto;
		white-space: nowrap;
	}
.scroll::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/*-------------------*/
}

@media (max-width: 767px) {
		#c_wrap {
		padding: 0 20px 50px;
		box-sizing: border-box;
	}
	#c_wrap #content, #c_wrap #aside {
		float: none;
		width: 100%;
	}



/*-------------------*/
}


@media (max-width: 750px) {
	body.no-layout.itemid-699 #c_wrap #content,
	#c_wrap #content {
		float: none;
		width: 100%;
	}
	#c_wrap {
		margin-bottom: 0;
		padding-bottom: 30px !important;
	}
	ul.breadcrumbpankuzu {
		padding-left: 20px;
	}
	
	/*
	main#content table {
		overflow: hidden;
	}
	
	main#content table th,
	main#content table td,
	table.Cindex td,
	table.listimg td {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	*/
	main#content table th {
		/*width: inherit;*/
	}
	
	table.Cindex {
		border-spacing: 10px;
		overflow: hidden
	}
	table.Cindex td,
	table.listimg td {
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 15px;
	}
	
	main#content table.style01 th,
	main#content table.style01 td,
	main#content table.style02 th,
	main#content table.style02 td {
		float: none;
		width: inherit;
		word-break: break-all;
	}
	table.fee02 {
	}
	
	
	/*
	.item-page table ul {
		margin-left: 0;
	}*/
	
	.box_L, .box_R,
	.box_L01, .box_R01,
	.box_L02, .box_R02,
	.box_L03, .box_R03,
	.box_L04, .box_R04,
	.wid01, .wd01,
	.wid02, .wd02,
	.box3, .box4 {
		float: none;
		width: 100%;
    }
	
	.item-page .subnavi01 ol li, .item-page .subnavi01 ul li {
		width: auto;
		margin-right: 30px;
	}
	.item-page .subnavi01 ul.style01 li, .item-page .subnavi01 ol.style01 li {
		width: 100%;
		float: none;
	}
	
	body.itemid-130 #c_wrap #content #wrap_sitemap {
		width: 100%;
	}
	
	/*footer*/
	footer#footerarea #naviarea .navibox {
		width: 100%;
		float: none;
	}
	footer#footerarea #naviarea .btn_access {
		text-align: left;
	}
	footer#footerarea #logoarea .top ul li.title {
		width: 100%;
		margin-bottom: 10px;
	}
	
	table {
	width: 100%;
	table-layout: fixed;
	word-break: break-word;
}

.scroll table.style02,
body.itemid-132 table {
	table-layout: inherit;
}

.wrap_fac .subnavi02 .item-page h5 {
	margin-top: 0;
}
.wrap_fac .subnavi02 ul li {
	float: none;
	width: 100%;
}
#researchersbox ul li {
	float: none;
	width: 100%;
}
	
	
	
/* footer ---------------------------------------------*/
.hidden_box {
    margin: 20px 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    cursor :pointer;
	margin: 0;
	border-bottom: 1px solid #555;
}
.hidden_box .fbox {
	border-bottom: 1px solid #555;
}
footer#footerarea #naviarea label {
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: #444;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show,
.hidden_box .hidden_show01,
.hidden_box .hidden_show02,
.hidden_box .hidden_show03,
.hidden_box .hidden_show04,
.hidden_box .hidden_show05 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show,
.hidden_box input#label1:checked ~ .hidden_show01,
.hidden_box input#label2:checked ~ .hidden_show02,
.hidden_box input#label3:checked ~ .hidden_show03,
.hidden_box input#label4:checked ~ .hidden_show04,
.hidden_box input#label5:checked ~ .hidden_show05 {
    padding: 10px 20px 0;
    height: auto;
    opacity: 1;
}

footer#footerarea .hidden_box ul {
	margin-left: 0;
}
footer#footerarea .hidden_box ul li {
	background: url(../images/fnavi_arrow.png) no-repeat left 2px;
	padding-left: 20px;
	padding-bottom: 15px;
	list-style-type: none;
	margin-bottom: 10px;
}
footer#footerarea .hidden_box a:link,
footer#footerarea .hidden_box a:active,
footer#footerarea .hidden_box a:hover,
footer#footerarea .hidden_box a:visited {
	color: #fff;
}
footer#footerarea #naviarea.sp .btn_access {
	text-align: center;
	float: none;
}

	
	


/*-------------------*/
}

@media (max-width: 670px) {
	/*header*/
	#top_otherinfoarea .bnrbox02 ul li,
	#top_linkarea ul li {
		width: 100%;
		float: none;
	}
	.header-inner .logo {
		width: 40%;
	}
	.header-inner .navarea {
		width: 60%;
	}
	
	/*footer*/
	footer#footerarea #naviarea .navibox,
	footer#footerarea #naviarea .btn_access {
		float: none;
		width: 100%;
		text-align: left;
	}
	/*toppage*/
	ul#tabs-list {
		overflow: hidden;
		display: inherit !important;
		margin: 0 auto;
		background-color: #009fa8;
	}
	ul#tabs-list li {
		width: 33.3%;
		float: left;
		margin: 0 !important;
		box-sizing: border-box;
		border-right: 1px !important;
		border: 1px solid #fff;
	}
	#topnewsarea #panels ul.category-module li {
		overflow: hidden;
	}
	#topnewsarea #panels ul.category-module li .mod-articles-category-date,
	#topnewsarea #panels ul.category-module li .mod-articles-category-category,
	#topnewsarea #panels ul.category-module li .mod-articles-category-title {
		float: left;
	}
	#topnewsarea #panels ul.category-module li .mod-articles-category-date {
		width: 100%;
		margin-bottom: 5px;
	}
	#topnewsarea #panels ul.category-module li .mod-articles-category-category {
		margin-left: 0;
		margin-right: 10px;
		padding-bottom: 1px;
	}
	
	#top_plist .listbox .ph,
	#top_plist .listbox .list {
		float: none;
		width: 100%;
	}
	#top_plist .listbox .ph {
		margin-bottom: 10px;
	}
	
	/*共通*/
	table.listimg td {
		width: 100%;
	}
	
	th, td, table.fee02 th, table.fee02 td,
	table.style01 th, table.style01 td {
		padding: 7px 5px;
	}

/*-------------------*/
}

@media (max-width: 500px) {
	#c_wrap {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	body.itemid-101 #c_wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}
	#c_wrap #aside {
		padding-top: 50px;
	}
	footer#footerarea #naviarea .navibox {
		padding-left: 0;
		padding-right: 0;
	}
	#aside .well h3.page-header {
		padding-left: 0;
		padding-right: 0;
	}
	.goods .item {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	/*sitemap*/
	#wrap_sitemap .moduletable ul li {
		font-size: 22px;
	}
	#wrap_sitemap .moduletable ul li li {
		font-size: 16px;	
	}
	#wrap_sitemap .moduletable ul ul {
		margin-left: 0;
	}
	#wrap_sitemap .moduletable ul ul ul {
		padding-left: 10px;
	}
		
	/*header*/
	.header-inner .logo, .header-inner .navarea {
		float: none;
	}
	.header-inner .logo {
    margin: 0 auto 5px;
    float: left;
    width: 50%;
    padding-top: 6px;
	}
	.header-inner .navarea {
		width: 50%;
    float: right;
	}
	.header-inner .navarea .navigation, .header-inner .navarea .user, .header-inner .navarea .search {
		width: 50px;
		height: 50px;
	}
	.header-inner .navarea .lang {
		/* padding: 12px 10px 0; */
		padding: 16px 12px 12px 0;
	}
	/*toppage*/
	ul#tabs-list li {
		width: 50%;
	}
	#topnewsarea #panels ul.category-module li .mod-articles-category-date {
		width: inherit;
		margin-right: 10px;
	}
	#topnewsarea #panels ul.category-module li .mod-articles-category-title {
		width: 100%;
	}
	/*研究者一覧*/
	#researchersbox ul {
		margin-left: 0;
	}
	#researchersbox ul li {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 10px;
		background-position: left 2px;
	}
	


/*-------------------*/
}

@media (max-width: 400px) {
	.item-page h2 {
		font-size: 140%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.item-page h3 {
		margin-bottom: 15px;
		padding-left: 10px;
		font-size: 120%;
	}
	
	/*toppage*/
	#topnewsarea, #twitarea {
		padding-left: 15px;
		padding-right: 15px;
	}
	#twitarea iframe {
		width: 100% !important;
	}
	/*研究者一覧*/
	#researchersbox ul li {
		width: 100%;
		float: none;
	}



/*-------------------*/
}