/*===========================================
全体
===========================================*/

html, body {
    font-size: 18px;
    line-height: 1.8;
	font-family:'ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background: url("../img/body_bg.png") 50% 0% no-repeat #FFFFFF;
	background-size:100% auto;
	color: #333333;
	}

a { color: #333333;}
a:hover {
    text-decoration: none;
	color: #666666;
}
#main_wrap {}

/*===========================================
ヘッダー
===========================================*/

#header {}
#header_wrap {}
#header_wrap #desc_wrap {
    padding-top: 10px;
    font-size: 13px;
	font-weight: bold;
	color:#003399;
}
#header_wrap #desc_wrap h1 {}
#header_wrap #desc_wrap #assist {}
#header_wrap #desc_wrap #assist li {
    margin-left: 10px;
}
#header_wrap #desc_wrap #assist li a {
	 font-size: 13px;
	font-weight: bold;
	color:#003399;
    padding-left: 15px;
    background: url(../img/icon_arrow_11.png) no-repeat 0 50%;
}
#header_wrap #desc_wrap #assist li a:hover {}
#header_wrap #logo_wrap {
    padding: 35px 0 50px 0;
}
#header_wrap #logo_wrap h2 {width: 980px; text-align: center;  }
#header_wrap #logo_wrap .number {margin-top:-80px;}

/*===========================================
グローバルナビ
===========================================*/

#global {}
#global_wrap {width:980px; margin-bottom:10px;}
#global_nav {}
#global_nav li {}

#global_nav li a {height: 60px; text-indent: -999em; overflow: hidden; display:block; background: url(../img/global.png) no-repeat; }
#global_nav li:nth-child(1) a { width:167px; background-position: 0px 0px; }
#global_nav li:nth-child(1) a:hover { background-position: 0px -60px; }
#global_nav li:nth-child(2) a { width:162px; background-position: -167px 0px; }
#global_nav li:nth-child(2) a:hover { background-position: -167px -60px; }
#global_nav li:nth-child(3) a { width:161px; background-position: -329px 0px; }
#global_nav li:nth-child(3) a:hover { background-position: -329px -60px; }
#global_nav li:nth-child(4) a { width:162px; background-position: -491px 0px; }
#global_nav li:nth-child(4) a:hover { background-position: -491px -60px; }
#global_nav li:nth-child(5) a { width:162px; background-position: -653px 0px; }
#global_nav li:nth-child(5) a:hover { background-position: -653px -60px; }
#global_nav li:nth-child(6) a { width:165px; background-position: -815px 0px; }
#global_nav li:nth-child(6) a:hover { background-position: -815px -60px; }


/*シンプルナビ*/

.navi-simple #global {
    width: 500px;
}

/*===========================================
ページイメージ
===========================================*/

#page_image {}
#page_image_wrap {}

/*===========================================
パンくず
===========================================*/

#breadcrumb {
    font-size: 12px;
	color: #ff6600;
	
}
#breadcrumb_wrap {
    padding: 10px 0;
}
#breadcrumb_wrap p {
    background: url(../img/icon_home.png) no-repeat 0 50%;
    padding-left: 20px;
}
#breadcrumb_wrap p a {color: #ff6600;}
#breadcrumb_wrap p a:hover {color: #ff6600;}
#breadcrumb_wrap p a:last-child {color: #ff6600;}

/*===========================================
コンテンツ
===========================================*/

#contents { background: url("../img/contents_bg.png") 50% 0% repeat-y;
margin-top: 0px;
padding-top:40px;
}
#contents_wrap {padding-bottom: 40px;}
#contents_wrap #main_column {}

/*===========================================
サイドバー
===========================================*/

#sidebar {padding-top: 30px;}
#sidebar #side_bnr li {
    margin-bottom: 15px;
}

/*===========================================
下部バナー
===========================================*/

#footer_bnr {
    padding: 30px 0;
}

#footer_bnr p {
    margin-bottom: 20px;
    text-align: center;
}

/*===========================================
ページトップボタン
===========================================*/

#pagetop {}
#pagetop_wrap {
	    padding: 0;	
}
#pagetop_wrap p {}
#pagetop_wrap p a {
    width: 166px;
    height: 100px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    background: url(../img/btn_pagetop.png) no-repeat;
    background-position: 0 0;
    position: fixed;
    bottom: 100px;
    left: calc(50% + 500px);
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate;
}

/*このクラスが付与されると表示する*/



#pagetop_wrap p a:hover {
    background-position: -166px 0;
}

@-webkit-keyframes vertical {
    0% { -webkit-transform:translateY(-10px); transform:translateY(-10px); }
  100% { -webkit-transform:translateY(  0px); transform:translateY(  0px); }
}
@keyframes vertical {
    0% { -webkit-transform:translateY(-10px); transform:translateY(-10px); }
  100% { -webkit-transform:translateY(  0px); transform:translateY(  0px); }
}

/*===========================================
フッター
===========================================*/

#footer {
    background: url("../img/footer_bg.png") center bottom no-repeat;
	background-size:100% auto;
    padding: 40px 0 0 0;
    font-size: 17px;
	color:#003399;
	min-height: 270px;
}
#footer_wrap {}
#footer_nav {}
#footer_nav li {
    border-right: 1px solid #999999;
    padding-right: 15px;
    margin-right: 10px;
	font-weight: bold;
}
#footer_nav li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

#footer_nav li a { color:#003399; }
#footer_nav li a:hover {color:#ff6600; text-decoration: none;}
#credit {}
#credit_wrap {}
#copyright {
    padding-top: 20px;
}

/*===========================================
共通部品
===========================================*/


/*見出し*/

.midashi01 {
    padding:  0px 0px 15px 0px;
    background: url(../img/midashi01.png) no-repeat left bottom;
    font-size: 28px;
    line-height: 1.5;
    font-weight: bolder;
    color: #003399;
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 30px;
}


.midashi02 {
    padding:  15px 0px;
	border-bottom: 4px dotted #cccccc; 
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    color: #003399;
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section > section:nth-of-type(3n-2) > .midashi02 {
    background: url(../img/midashi01_1.png) no-repeat left bottom;
}
section > section:nth-of-type(3n-1) > .midashi02 {
    background: url(../img/midashi01_2.png) no-repeat left bottom;
}
section > section:nth-of-type(3n) > .midashi02 {
    background: url(../img/midashi01_3.png) no-repeat left bottom;
}


.midashi02_2 {

  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 0px;
   color: #003399; 
  border-bottom: 1px solid #CCCCCC;
  overflow: auto;
  white-space: normal;
  text-overflow: inherit;
}

.midashi03 {
	color: #003399; 
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin: 20px 0px 10px 0px;    
}

/*ウィジェット*/

.widget .title {
    padding: 10px 5px 10px 0px;
    margin-bottom: 10px;
    font-size: 18px;
	font-weight: bold;
	color: #003399;
	border-bottom: 3px dotted #cccccc; 
}
.widget ul {}
.widget ul li {
    border-bottom: 1px dotted #DDDDDD;
    padding: 10px 0;
	font-size: 15px;
}
.widget ul li a {
    background: url(../img/icon_arrow_11.png) no-repeat 0 10px;
    padding-left: 13px;
    font-size: 15px;
    display: block;
}
.widget ul li a:hover {}
.widget .tagcloud {
    word-spacing: 5px;
}
.widget .tagcloud a {
    line-height: 1.4;
}
.widget .tagcloud a:hover {}