/* IMPORT RESET */
@import url("reset.css");

html {
	/*display: none;*/
}


a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #004077;
    text-decoration: none;
}

a img:hover {
    opacity: 0.7;
}

a.hover img:hover {
    opacity: 1;
}

strong {
  font-weight: bold;
}

.fs11 {
	font-size: 11px;
}

.fs18 {
	font-size: 18px;
}

/*	EXAMPLE STYLES */

body {
    width: 100%;
    font-family: Helvetica,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
    color: #000;
    background: #fff;
    line-height: 1.8;
    font-size: 13px;
    min-width: 1100px;
}

.bold {
    font-weight: bold;
}

.wrapper {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

#contents_left {
    width: 260px;
    position: relative;
    overflow: hidden;
    float: left;
}

#contents_right {
    width: 700px;
    position: relative;
    overflow: hidden;
    float: right;
}

header {
    width: 100%;
    height: 75px;
    position: relative;
    border-top:	5px solid #004077;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: rgba(255,255,255,0.8);
}

header .header_top {
    width: 100%;
    position: relative;
    overflow: hidden;
}

header h1 {
    padding-top: 23px;
    float: left;
}

#gnavi {
	float: right;
    /*overflow: hidden;*/
    /*padding: 23px 0 23px 25px;*/
}

#gnavi li {
    /*float: left;*/
    display: inline-block;
    height: 75px;
    position: relative;
    /*margin-right: 40px;*/
    padding: 0 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    line-height: 75px;
}

#gnavi li > ul li{
    /*float: none;*/
    display: block;
    height: auto;
    padding: 0;
    line-height: 1.8;
    /*margin-right: 0;*/
}

#gnavi li a {
    display: inline-block;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    font-size: 14px;
    letter-spacing: 0.04em;
}

#gnavi li a span {
	display: inline-block;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #004077;
}

#gnavi li a img:hover {
    opacity: 1;
}

#gnavi li.g-brand {
	padding-right: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    font-size: 14px;
    letter-spacing: 0.04em;
}

#gnavi li.g-brand:after {
	content: url(../images/common/header_brand_arrow.png);
	position: absolute;
	top: -1px;
    right: 16px;
}

#gnavi ul.child{
    display: none;
    position: absolute;
    /*margin-top: 28px!important;*/
    margin-left: -5px;
    padding: 0;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	z-index: 2;
	overflow: hidden;
    min-width: 150px;
    padding: 25px;
}

#gnavi ul.child li {
	text-align: center;
}

#gnavi ul.child li+li {
	margin-top: 10px;
}

#gnavi ul.child li a{
    width: 100%;
    display: block;
}



#bread_crumb {
    width: 100%;
    padding: 5px 0;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    line-height: 1.6;
}

#bread_crumb .wrapper {
    width: 1000px;
}

#bread_crumb_list {
	font-size: 12px;
}

#bread_crumb_list li {
    float: left;
}

#bread_crumb_list a {
	font-size: 12px;
}

.main {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 90px;
}

.front_page .main {
    padding-top: 0;
}

#btn_top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
	width: 61px;
	height: 33px;
	background: url(../images/common/btn_pagetop.png) top center no-repeat;
	text-align: center; 
	z-index: 11;
	color: inherit;
	outline: none; 
	text-decoration: none;
}

/*
#btn_top:hover {
	background: url(../images/common/btn_pagetop.png) bottom center no-repeat #666;
}
*/

/*
#btn_top a {
    line-height: 0;
}
*/



footer {
    width: 100%;
    position: relative;
    /*
    border-top: 1px solid #666;
    */
    background-color: #eee;
}

footer .wrapper {
	position: relative;
}

#footer_menu  {
	height: 50px;
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

#footer_menu  li {
    /*float: left;*/
    display: inline-block;
    height: 50px;
    position: relative;
    /*margin-right: 40px;*/
    padding: 0 19px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    line-height: 50px;
}

#footer_menu  li+li {
    background: url(../images/common/footer_nav_bg.png) left 29px no-repeat;
}




#footer_menu  li > ul li{
    /*float: none;*/
    display: block;
    height: auto;
    padding: 0;
    line-height: 1.8;
    /*margin-right: 0;*/
}

#footer_menu  li span,
#footer_menu  li a {
    display: inline-block;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    font-size: 14px;
    letter-spacing: 0.04em;
    vertical-align: bottom;
}

#footer_menu  li a span {
	display: inline-block;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #004077;
}

#footer_menu  li a img:hover {
    opacity: 1;
}

#footer_menu  li.g-brand {
	padding-right: 35px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /*
    font-weight: bold;
    */
    font-size: 14px;
    letter-spacing: 0.04em;
}

#footer_menu  li.g-brand:after {
	content: url(../images/common/footer_brand_arrow.png);
	position: absolute;
	top: 12px;
    right: 21px;
}

.footer_move{
	/*
    display: none;
    */
    position: absolute;
    /*margin-top: 28px!important;*/
    /*
    margin-left: -25px;
    */
    padding: 0;
	background-color: rgba(238,238,238,0.8);
	overflow: hidden;
	z-index: 0;
	overflow: hidden;
    min-width: 150px;
    top: 0;
    left: 25px;
}

ul.child{
    padding: 25px;
}

ul.child li {
	text-align: center;
	background: none!important;
}

ul.child li+li {
	margin-top: 10px;
}

ul.child li a{
    width: 100%;
    display: block;
}

footer #footer_bnr {
	padding-top: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}

footer #copyright {
	font-size: 12px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	position: relative;
	z-index: 1;
}



.cf_pager {
    clear: both;
}

#pager {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

#pager a {
    vertical-align: middle;
    display: inline-block;
}

#pager span {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    border: 1px solid #f2f2f2;
    text-align: center;
    text-decoration: none;
}

#pager span.dots {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    border: 1px solid #ffffff;
    text-align: center;
    text-decoration: none;
}

#pager span:hover {
    cursor: pointer;
}

#pager span.dots:hover {
    cursor: auto;
}

#pager .now:hover {
    cursor: auto;
}

#pager .now {
    background-color: #f2f2f2;
    text-decoration: none;
    border: 1px solid #f2f2f2;
}

.page-numbers+.page-numbers {
    margin-left: 14px;
}

#pager a.prev {
    margin-right: 14px;
    line-height: 0;
}

#pager a.next {
    margin-left: 28px;
    line-height: 0;
}

#pager a.first {
    line-height: 0;
}

#pager a.last {
    margin-left: 28px;
    line-height: 0;
}

#pager a.first+span.now {
    margin-left: 28px;
}

#pager a.first+a.prev {
    margin-left: 20px;
}

#pager a.next+a.last {
    margin-left: 20px;
}

#pager_single {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

#pager_single .backbtn {
    float: left;
}

/*
#pager_single a {
    display: block;
    padding: 5px 10px 4px 10px;
    margin: 0;
    line-height: 1;
}
*/

#pager_single .backbtn a {
}

#pager_single .nextbtn {
    float: right;
}

#pager_single .nextbtn a {
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.cnt_middle {
    *zoom: 1;
}

.btn_search input {
    *display: block;
}

.renderSwitcher {
    display: none;
}

.cnt_main img {
    max-width: 100%;
    height: auto;
}

.go_sp {
    width: 100%;
    padding: 19px 0;
    height: 42px;
    background-color: #226dca;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.side_block {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.side_block+.side_block {
    padding-top: 45px;
}

.side_block .info_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#side_info img {
    width: 100%;
}

#side_info .info_box {
    padding-top: 15px;
}

#side_info .info_box .name {
    font-weight: bold;
    padding-bottom: 5px;
}

#side_info .info_box .info_row {
    overflow: hidden;
}

#side_info .info_box .info_row+.info_row {
    
}

#side_info .info_box .info_row p {
	width: 60px;
    float: left;
}

#side_info .info_box .info_row p+p {
	width: 120px;
    float: right;
}

#side_recent p.date {
	color: #555555;
	font-size: 9px;
}

.side_block h3 {
    padding-bottom: 10px;
}

.side_block ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.side_block ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #cccccc;
    background: url(../images/common/bg_side_arrow.gif) right center no-repeat;
}

.side_block ul li a {
    padding: 15px 0;
    display: block;
}

.side_block ul li+li {
}

/*
h2.ttl {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 32px;
    border-bottom: 1px solid #666;
    line-height: 1;
}
*/



.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
} /* For IE 6/7 */


h2.ttl {
	font-size: 40px;
	padding-bottom: 50px;
	text-align: center;
	line-height: 1;
}


._ut400 {
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
._ut500 {
	font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.tabWrapper {
	width: 800px;
	margin: 0 auto;
}

.tabTtl {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}


.tabTtl ul {
	display: table;
	padding-bottom: 15px;
}

.tabTtl ul li {
	display: table-cell;
	table-layout: fixed;
	width: 200px;
	text-align: center;
	border-left: 1px solid #ccc;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #004077;
}

.tabTtl ul li:last-child {
    border-right: 1px solid #ccc;
}

.tabTtl ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.tabTtl ul li.active a {
	color: #004077;
}

.tabTtl ul li a.fs16 {
	font-size: 16px;
}

.tabTtl ul li a:hover {
	color: #004077;
}

.tabTtl ul li .brdr {
	height: 5px;
    width: 100px;
    background-color: #004077;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -50px;
}

.tabTtl ul li a span {
	width: 100px;
	border-bottom: 4px solid #004077;
}


