@charset "utf-8";

/* CSS Document */

body {
	font-size: 75%;
}

h3 {
	padding-left: 15px !important;
	border-left: none !important;
}

.bold {
	font-weight: bold;
}

a:hover {
	background-color: rgba(255, 255, 255, .2);
}

.txt_red {
	color: #FF0000;
}

.sp_topread {
	margin: 5px 10px 15px;
	font-size: 1.1em;
	line-height:1.4em;
	color: #005885;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana","sans-serif";
}

.main_unit {
	margin: 15px 0;
	overflow: hidden;
}

.column_unit {
	margin: 10px 7px;
	background-color: #fff;
}

.colum_box {
	margin: 0 0 20px;
	padding: 20px 20px 15px;
	background: #fff;
    position: relative;
	border: #E5E5E5 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.colum_new_box a {
	display: block;
	text-decoration: none;
}

.colum_tit {
	margin-bottom: 5px;
	padding: 0 0 0 7px;
	color: #000;
	font-size: 1.8em;
	line-height:1.4em;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana","sans-serif";
	border-left: #f07d00 7px solid;
	
}
.colum_no {
	margin-bottom: 2px;
	color: #2b6482;
	font-size: 1.2em;
	text-align: right;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana","sans-serif";
}
.colum_img {
	margin: 0;
	padding: 10px;
	border: #ccc 1px solid;
}

.category {
	margin-bottom: 10px;
	color: #2b6482;
	font-size: 1.0em;
	text-align: right;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana","sans-serif";
}

.colum_tex {
	
}
.colum_tex p {
	padding-bottom: 30px;
	color: #1f1f1f;
	font-size: 1.0rem;
	line-height: 1.6em;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana","sans-serif";
}
.colum_box p:first-of-type {
	padding-top: 15px;
}

.icn_new {
	margin-top: 5px;
	padding: 3px 8px 3px;
	background-color: #FF0004;
	color: #fff;
	float: left;
}


@media screen and (min-width: 768px) {
	.img_rwd {
		visibility: hidden;
	}
	
	.column_unit {
		float: left;
		margin: 0;
		width: 640px;
	}
	
	.sp_topread {
		display: none;
	}
}

@media screen and (min-width: 480px) {
	.sp_topread {
		margin: 5px 25px 25px;
		font-size: 1.4em;
		line-height:1.4em;
	}
}

@media screen and (max-width: 768px) {
	.main_unit {
		margin: 3px 0;
	}
	
	.colum_box {
		margin: 0 0 20px;
		padding: 10px 10px 20px;
	}
	.colum_tit {
		margin: 10px 0;
	}
	.colum_no {
		font-size: 1.0em;
	}
	.colum_img {
		padding: 5px;
	}
	
	.colum_tex p {
		padding-bottom: 20px;
	}
}



/*--　スクロールトップ　--*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	opacity: 0.7;
}
#page-top a {
	background: #6E7072;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 12px 0px 12px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}




/*--------------------------------------
  　　ナビメニュー
--------------------------------------*/
#navigation{
  float: right;
  width: 300px;
  margin: 0;
  padding: 0;
}
#navigation h3{
  margin: 0;
  padding: 8px 5px 5px;
  background: #427a98;
  color: #fff;
  font-size: 1.0rem;
  text-align: left;
}
#menu h3:nth-of-type(1){ background: #427a98; }
#menu h3:nth-of-type(2){ background: #427a98; }
#menu h3:nth-of-type(3){ background: #427a98; }
#menu h3:nth-of-type(4){ background: #427a98; }
#navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
}
#menu ul:nth-of-type(1){ border-color: #fff; }
#menu ul:nth-of-type(2){ border-color: #fff; }
#menu ul:nth-of-type(3){ border-color: #fff; }
#menu ul:nth-of-type(4){ border-color: #fff; }
#navigation ul li{
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
#navigation ul li a{
  display: block;
  margin: 0;
  padding: 8px 10px;
  color: #333;
  font-size: 12px;
  line-height: 1.4em;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana","sans-serif";
  text-align: left;
  text-decoration: none;
}
#navigation li a:hover{ background: #fff7da; }
#toggle{ display: none; }

@media only screen and (max-width: 767px) {
  #navigation{
    float: none;
    width: 100%;
    background: #ebe7d2;
  }
  #menu {
	  display: none;
	  position: relative;
	  font-size: 12px;
	}
  #menu:after {
    position: absolute;
    content:"";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6cea3;
  }
  #navigation h3{
    clear: both;
    position: relative;
    z-index: 9999;
	font-size: 13px;
  	text-align: center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana","sans-serif";
  }
  #navigation ul{
    margin-bottom: -1px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-right-style: solid;
    background: #fff;
  }
  #navigation ul:before,
  #navigation ul:after{
    content: "";
    display: table;
  }
  #navigation ul:after{ clear: both; }
  #navigation ul{ *zoom: 1; }
  #navigation ul li{
    /*float: left;*/
    /*width: 25%;*/
	float: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  #navigation ul li:nth-of-type(4n){ border-right: 0; }
  #navigation ul li a{
    text-align: left;
    padding: 7px 0 7px 15px;
  }
  #navigation ul li a:hover{ background: #fff7da; }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #f68e1e;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 15px 0 10px;
    color: #fff;
	font-size: 14px;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #f68e1e;
  }
  #toggle a:before{ margin-top: -6px; }
  #toggle a:after{ margin-top: 2px; }
}
/*@media only screen and (max-width: 767px) {
  #navigation ul li{ width: 50%; }
  #navigation ul li:nth-of-type(2n){ border-right: 0; }
}
@media only screen and (max-width: 767px) {
#navigation ul li{
    float: none;
    width: 100%;
  }
}*/

