@charset "utf-8";


/*-------------------------------------
#
---------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

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

li {
    list-style: none outside none;
}

caption, th {
    text-align: left;
}

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

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

abbr, acronym {
    border: 0 none;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
}

legend {
    color: #000;
}

section {
    clear: both;
    margin-bottom: 10px;
}

h3 {
    background: none repeat scroll 0 0 #ddd;
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
}

.header1 {
    background-size: 100% 100%;
    border-bottom: 1px solid #DADADA;
    height: 50px;
}

.header1 h1 {
    display: block;
    float: left;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    width: 135px;
}

.header1 nav {
    float: right;
}

.header1 nav li {
    float: left;
}

.header1 nav li > a {
    border: 1px solid #DADADA;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 33px;
    line-height: 30px;
    margin-top: 7px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
    width: 70px;
}

.header1 nav li:first-child > a {
    border-radius: 4px 0 0 4px;
}

.header1 nav li:last-child > a {
    border-left: medium none;
    border-radius: 0 4px 4px 0;
    margin-right: 5px;
}

.header2 {
    background-size: 100% 100%;
    border-bottom: 1px solid #DADADA;
    height: 50px;
}

.header2 h1 {
    display: block;
    float: left;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    width: 135px;
}

.header2 nav {
    border-left: 1px solid #fff;
    float: right;
}

.header2 nav li {
    float: left;
}

.header2 nav li > a {
    display: block;
    height: 50px;
    text-align: center;
    width: 50px;
}

.header2 nav li:first-child > a {
    border-left: 1px solid #DADADA;
    border-right: 1px solid #fff;
}

.header2 nav li:last-child > a {
    border-left: 1px solid #DADADA;
}

.slide {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    width: 320px;
}

.flipsnap {
    margin: 10px 0;
}

.item {
    width: 310px;
}

.pointer {
    text-align: center;
}

.pointer span {
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 7px;
    width: 7px;
}

.pointer span.current {
    background: none repeat scroll 0 0 #FFCC00;
}

.list1 ul {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.list1 ul li {
    background: linear-gradient(#fff, #F0F0F0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0));
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    height: 44px;
    margin: 0;
}

.list1 ul li a {
    color: #333333;
    display: block;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list1 ul li a:after {
    content: url("../images/common/list_mark1.png");
    float: right;
}

.list2 ul {
    margin: 10px;
}

.list2 ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(#fff, #F0F0F0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0));
    border-color: #ddd;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.list2 ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.list2 ul li:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
}

.list2 ul li a {
    color: #333333;
    display: block;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list2 ul li a:after {
    content: url("../images/common/list_mark1.png");
    float: right;
}


.list3 ul {
    border-color: #eee #ddd #ddd;
    border-style: solid;
    border-width: 1px;
}

.list3 ul li {
    background: linear-gradient(#fff, #F0F0F0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0));
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 3px 1px 3px 5px;
}

.list3 ul li a {
    background: url("../images/common/list_mark1.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    color: #666666;
    display: block;
    height: 58px;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list3 ul li img {
    float: right;
    height: 58px;
    width: 77px;
}

.list3 ul li img.waku {
    border: 1px solid #eee;
    padding: 1px;
}

.list3 ul li a strong {
    color: #000;
    display: block;
    font-weight: bold;
    padding-top: 17px;
}


.list4 ul {
    border-bottom: 1px solid #ddd;
}

.list4 ul li {
    background: #EBEBEB;
    background: linear-gradient(#fff, #EBEBEB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEBEB));
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    padding: 3px;
}

.list4 ul li a {
    background: url("../images/common/list_mark1.png") no-repeat scroll 100% 50%;
    color: #666666;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
    text-decoration: none;
    text-overflow: ellipsis;
}

.list4 ul li a strong {
    color: #000;
    display: block;
    font-weight: bold;
    padding-top: 5px;
}

.list4 ul li p.title {
    margin-right: 10px;
}
.list4 ul li span.negahi {
	margin: 0 0 0 5px;
}

.list4 ul li p.negahi {
	/* background: url("/images/index/ic_whats_news.gif") no-repeat scroll 1% 50% rgba(0, 0, 0, 0); */
}

.list4 ul li p.negahi span.ico_data {
    background: #77a600;
    font-size: 10px;
    padding: 1px 4px;
    color: #fff;
}

.list4 ul li p.negahi span.ico_info {
    background: #b30000;
    font-size: 10px;
    padding: 1px 4px;
    color: #fff;
}

.list4 ul li p.negahi span.ico_news {
    background: #436F92;
    font-size: 10px;
    padding: 1px 4px;
    color: #fff;
}

.list4 ul li p.negahi span.ico_report {
    background: #a65300;
    font-size: 10px;
    padding: 1px 4px;
    color: #fff;
}

.list4 ul li p.negahi span.ico_select {
    background: #ff9900;
    font-size: 10px;
    padding: 1px 4px;
    color: #fff;
}

p.more {
    background: none repeat scroll 0 0 #ECECEC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    color: #333333;
    padding: 8px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.list4 ul li p.link {
    margin-right: 10px;
    padding: 7.5px 5px;
}

.list4 ul li p.pc {
    background: url("../images/common/ico_pc_little.gif") no-repeat scroll 95% 50%;
    display: block;
}


.list5 {

}

.list5:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.list5 ul {
    border-top: 1px solid #ddd;
}

.list5 ul li {
    background: #EBEBEB;
    background: linear-gradient(#fff, #EBEBEB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEBEB));
    border-left: 1px solid #eee;
    border-right: 1px solid #ddd;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    padding: 3px;
}

.list5 ul li:nth-child(2n+1) {
    float: left;
    width: 50%;
}

.list5 ul li a {
    background: url("../images/common/list_mark1.png") no-repeat scroll 100% 50%;
    color: #666666;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list5 ul li a strong {
    color: #000;
    display: block;
    font-weight: bold;
    padding-top: 5px;
}

.list5 ul li img {
    float: left;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}

.list5 ul li p.link {
    margin-right: 10px;
    padding: 7.5px 5px;
}

.list5 ul li p.pc {
    background: url("../images/common/ico_pc_little.gif") no-repeat scroll 95% 50%;
    display: block;
}



.list6 dl.acordion {
    margin: 0 10px;
}

.list6 dt.trigger {
    background: linear-gradient(#B9E4FF, #62B5EA) repeat scroll 0 0 #9BD8FF;
    border: 1px solid #ddd;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    margin-bottom: 0;
    padding: 10px;
    text-align: left;
}

.list6 dt.active {
    border-radius: 10px 10px 0 0;
}

.list6 dt.trigger span.open-close {
    background: url("../images/common/point_plus.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: right;
    height: 20px;
    text-indent: -9999em;
    width: 20px;
}

.list6 dt.active span.open-close {
    background: url("../images/common/point_none.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: right;
    height: 20px;
    width: 20px;
}

.list6 dd.acordion_tree {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(#fff, #F0F0F0) repeat scroll 0 0 #9BD8FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9BD8FF));
    border-color: #ddd;
    border-image: none;
    border-right: 1px solid #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px;
}

a.btn1 {
    background: linear-gradient(#B9E4FF, #62B5EA) repeat scroll 0 0 #9BD8FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#B9E4FF), to(#9BD8FF));
    border: 1px solid #63B7EC;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: block;
    font-weight: bold;
    margin: 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    width: 100px;
}

a.btn2 {
    background: linear-gradient(#F45CB5, #E22092) repeat scroll 0 0 #E22092;
    background: -webkit-gradient(linear, left top, left bottom, from(#F45CB5), to(#E22092));
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #666666;
    width: 100px;
}

a.btn3 {
    background: linear-gradient(#fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ddd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F1F1));
    border-color: #ddd #999999 #999999 #ddd;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px #E7E7E7;
    color: #666666;
    display: block;
    font-weight: bold;
    margin: 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    width: 100px;
}

a.btn4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#D25F11), to(#B85511));
    border-color: #D25F11 #D25F11 #B85511;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFC290 inset;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    width: 100px;
}

a.btn5 {
    background: linear-gradient(#4F4F4F, #323232 48%, #000 50%, #121212) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#4F4F4F), to(rgba(0, 0, 0, 0)));
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.25);
    width: 100px;
}

