@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: 160px;
    background-image: url(images/header_image.jpg);
    background-position: center;
    background-size: cover;
}

#header_box {
    max-width: 1130px;
    height: 160px;
    margin: 0 auto;
    line-height: 40px;
}

#title_box {
    width: 350px;
    height: 160px;
    padding: 45px 0 0 10px;
}

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

#sub_title {
    margin: 0;
    font-size: 18px;
    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 {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0;
}

#menu_line {
    width: 200px;
    height: 30px;
    padding: 10px 0px 0px 0px;
    position: relative;
}

.menu {
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 15px;
    line-height: 30px;
}

.menu a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    cursor: default;
}

/*menuと同じ内容でstyle-pには不要だがmやtでmenu_closeになった後に幅を広げた際に必要*/
.menu_close {
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 15px;
    line-height: 30px;
}

.menu_close a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    cursor: default;
}

#list {
    width: 200px;
    float: left;
    margin-top: 5px;
    background-color: #FFFFFF;
}

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

#list ul li {
    line-height: 30px;
}

#list ul li a:link {
    padding-left: 15px;
    color: #222222;
    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: -40px -300px 0px -200px;
    padding: 0px 330px 20px 230px;
    background-color: #ffffff;
    box-sizing: border-box;
}

h1 {
    clear: both;
    margin: 15px 0px 10px;
    padding: 3px 0px;
    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;
}

ul.topics {
    list-style: square;
    padding-left: 20px;
}

ul.topics a {
    text-decoration: none;
    color: #222222;
}

ul.topics a:hover {
    color: #4E92DF;
}

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

table{
    margin-bottom: 10px;
}

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

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

.small {
    font-size: 10px;
}

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

.clear {
    clear: both;
}

/*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 {
    font-size: 14px;
    color: #303030;
    line-height: 28px;
}

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

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

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

aside {
    width: 300px;
    margin: 0px;
    float: 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: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.ad_bottom {
    margin: 5px 0px;
    width: 100%;
    overflow: hidden;
}

.ad_aside {
    margin: 0px 0px 10px 0px;
    width: 100%;
    overflow: hidden;
}

.ad_mid {
    margin: 0 3px;
    width: 275px;
    height: 190px;
    overflow: hidden;
    float: left;
    border: 1px solid #999999;
}