@charset "utf-8";

/**************************************
common
***************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: Arial,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,Osaka,”メイリオ”,Meiryo,”ＭＳ Ｐゴシック”,”MS PGothic”,sans-serif;
}

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

.clearfix { display: inline-table; }

.blue {
    color: #00f;
}
.red {
    color: #f00;
}
.error-message {
    color: #f00;
}
a:hover {
    color: #f00;
    text-decration: underline;
}

li {
    list-style: none;
}

.radius3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.radius5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* TOPに戻るナビゲーション */
#navigation_top{
    background:#efefef;
    border-radius:5px;
    border-style: solid; border-color: #999;
    color:#000;
    padding:10px;
    position:fixed;
    bottom:10px;
    right:10px;
    opacity: 0.5;
}

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

header {
    margin-bottom: 30px;
}

header div {
    margin: 0 auto;
    width: 120px;
    height: 30px;
}
header div a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.7rem;
    width: 120px;
    height: 30px;
    background-color: #eee;
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
}

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

#page_title {
    font-family: "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ 明朝","Hiragino Mincho ProN", serif;
    text-align: center;
    font-size: 3.0rem;
    margin: 20px 0;
}
#contents {
    margin: 0 20px;
}

.contents_box {
    width: 480px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height:1;
}

.explain {
    margin: 10px 0;
}

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

footer {
    border: 1px solid #999;
    margin: 20px 10px 0 10px;
    padding: 10px 10px 50px 10px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5;
}
footer a {
    color: #00f;
}

.home_btn {
    font-size: 3rem;
}

.share .twitter, .share .facebook, .share .pocket, .share .hatena {
  display: inline-block;
  vertical-align: top;
}
.share .facebook {
  width: 89px;
  overflow: hidden;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/**************************************
リスト
***************************************/

.listbox {
    width: 480px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height:1;
}
.listbox .sub_title{
    text-align: center;
    font-size: 2rem;
    background-color: #e7f1ed;
    padding: 5px;
    margin-bottom: 10px;
}
.listbox li {
    list-style: none;
}
.listbox p {
    display: inline-block;
}
.listbox p a {
    text-decoration: none;
}
.listbox p:nth-child(1) {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 5px;
}
.listbox p:nth-child(2) {
    color: #000;
    margin-left: 10px;
}
.listbox p:nth-child(3) {
    color: #000;
    margin-left: 10px;
}
.listbox p:nth-child(4) {
    color: #090;
    margin-left: 10px;
}

.list_navi {
    margin: 0 auto;
    font-size: 2rem;
    line-height:2; 
    text-align: center;
}
.list_navi a {
    text-decoration: none;
}

ul.list3 li {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    float: left;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:  ellipsis;
}

@media screen and (min-width: 480px) {
    .listbox p {
        display: inline;
        line-height: 1.5;
        white-space: nowrap;
    }
    .listbox {
        overflow: hidden;
    }
}

/**************************************
リスト
***************************************/

/* 関連リンク等 */
.info_box {
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px;
    width: 450px;
    border: 1px solid #9eb4db;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    word-break: break-all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.info_box .info_box_title {
    margin: 5px 0;
    font-size: 1.8rem;
}

.info_box.link {
    max-height: 220px;
    overflow-y: auto;
}
.info_box.link a {
    margin-right: 5px;
    margin-left: 5px;
    line-height: 2;
}
/**************************************
スマートフォン
***************************************/

@media only screen and (max-device-width: 480px) {

    #contents {
        margin: 0 10px;
    }
    .contents_box {
        width: 100%;
    }
	.listbox {
		width: 100%
	}

    .listbox p:nth-child(2) {
        margin-left: 5px;
    }
    .listbox p:nth-child(3) {
        margin-left: 5px;
    }
    .listbox p:nth-child(4) {
        display: block;
    }
    .info_box {
        width: 100%;
    }
    
}