@charset "UTF-8";

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

body{
    position: relative;
    background-color: #ffffff;
    font-family: Roboto, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 14px;
    line-height: 170%;
    color: #222222;
    margin: 0;
     -webkit-text-size-adjust:100%;
    overflow-x: hidden;
}


/*テキストリンク、訪問済みのリンク、クリック時のリンクの色*/
a:link, a:visited, a:active{
    text-decoration: underline;
    color: #4E92DF;
}

/*マウスの上にカーソルがあるときのリンクの色*/
a:hover{
    text-decoration: underline;
    color: #4E92DF;
}

p {
    margin: 0px;
    padding: 0px;
}

.text{
    margin: 10px 0;
    overflow: hidden;
    background-color: #ffffff;/*android4.0対策*/
}

/*強調*/
.red{
    color: #ff0000;
    font-weight: bold;
}

img  {
    border: none;
    vertical-align: top;
    max-width : 100% ;
    height : auto ;
}

.center{
    text-align: center;
}

/*リスト空白消去*/
ul, ol, li  {
margin: 0px;
}

ul {
    margin: 0 0 10px 0;
}

ol {
    margin: 0 0 10px -15px;
}

/*==============================================*/
header{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    background-image: url(images/header_image.jpg);
    z-index: 10;
    padding: 0px;
}

#header_box{
    height: 85px;
    line-height: 24px;
    margin: 0 auto;
    padding: 0px;
}

#title_box {
    width: 400px;
    padding: 30px 0 0 10px;
}

#header_title{
    margin: 0;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

#sub_title{
    margin: 0;
    font-size: 14px;
    color: #DDDDDD;
}

/*ソーシャルプラグイン*/
#social{
    float: right;
    padding: 10px 10px 0px 0px;
}

#social ul{
    padding: 0px;
}

#social li{
    list-style-type: none;
    float: left;
    line-height: 1;
}

li.line {
}

li.facebook {
    width: 90px;
    overflow: hidden;
}


li.twitter {
    margin-left: 5px;
}

li.hatena-bookmark {
}

/*ソーシャルプラグインここまで*/

#wrapper{
    width: 100%;
}

#menu_line{
    width: 100%;
    height: 25px;
    background-color: #999999;
    margin-top: 100px;
    padding: 0px;
    position: fixed;
    z-index: 10;
}

.menu{
    width: 90px;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 25px;
    padding: 0px;
    background: url(images/arrow1.png) no-repeat 15px 6px;
    display: block;
    border-right: solid 1px #FFFFFF;
}

.menu_close{
    width: 90px;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 25px;
    padding: 0px;
    background: url(images/arrow2.png) no-repeat 15px 6px;
    display: block;
    border-right: solid 1px #FFFFFF;
    z-index: 1000;
}

.menu a{
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 32px;
    cursor: pointer;
}

.menu_close a{
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 32px;
    cursor: pointer;
}

#list{
    z-index: 2;
    position: absolute;
    margin: 125px 0px 0px 2px;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    box-shadow: 3px 0px 3px rgba(0,0,0,0.3);
    display: none;
}

#list ul{
    list-style: none;
    padding-left: 0px;
}

#list ul li{
    line-height: 30px;
    border-bottom: solid 1px #DDDDDD;
}

#list ul li a:link{
    padding-left: 15px;
    text-decoration: none;
    position:relative;
    display: block;
}

#list ul li a:hover{
background: rgba(0,0,0,.1);
text-decoration: none;
}

#list ul li a:visited{
    text-decoration: none;
    color: #222222;
}

.site {
    width: 185px;
    height: 30px;
    position: relative;
    margin-bottom: 5px;
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 15px;
    line-height: 30px;
}

.lead{
    padding-left: 15px;
    position:relative;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #4E92DF;
}

/*コンテンツエリア*/
article{
    width: 100%;
    float: left;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 125px 15px 20px 15px;
    overflow:hidden;
}


h1{
    clear:both;
    margin: 10px 0px 10px;
    padding: 3px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #4E92DF;
    background-color: #ffffff;/*android4.0対策*/
    border-bottom: #4E92DF solid 1px;
}

h2{
    clear:both;
    margin: 22px 0px 10px;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4E92DF;
    background-color: #ffffff;/*android4.0対策*/
    border-left: #4E92DF solid 5px;
}

h3{
    clear:both;
    margin: 7px 0px 3px;
    font-size: 14px;
    font-weight: bold;
    color: #4E92DF;
}

h4 {
    clear: both;
    margin: 5px 0px 3px;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

table,
th,
td {
    border: 1px solid #666666;
    border-collapse: collapse;
    padding: 3px;
}

table{
    margin-bottom: 10px;
}

.left{
    float: left;
    max-width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.right{
    float: right;
    max-width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.anchor{
   display: block;
   margin-top:-105px;
   padding-top:105px;    
}

/*page topへ*/
.to_top{
    clear: both;
    padding-top: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4E92DF;
}

/*リンク*/
.link_page{
clear: both;
border-top: 1px solid #999999;
padding-top: 7px;
padding-left: 3px;
font-weight: bold;
font-size: 16px;
color: #303030;
}

.link_page_box{
clear: both;
}

.link_page_box a:link{
clear: both;
font-size: 14px;
color: #303030;
line-height: 26px;
}

.link_page_box a:visited{
clear: both;
font-size: 14px;
color: #303030;
line-height: 26px;
}

.link_page_box a:active{
clear: both;
font-size: 14px;
color: #303030;
line-height: 26px;
}

.link_page_box a:hover{
color: #4E92DF;
}

aside{
    float: right;
    width: 100%;
    margin: 0px 0px 10px;
    text-align: left;
}

footer{
    width: 100%;
    height: 50px;
    float: left;
    padding-top: 10px;
    border-top: #4E92DF solid 1px;
    text-align: center;
    color: #4E92DF;
    background-color: #FFFFFF;
}

footer a{
    color: #4E92DF;
}

/*広告*/
.ad_article{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ad_bottom{
    width: 90%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ad_aside{
    width: 90%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: center;
}

.ad_mid {
    margin: 0 0 5px 0;
    width: 100%;
    height: 160px;
    overflow: hidden;
    float: left;
    border: 1px solid #999999;
}