@charset "Shift_JIS";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
h1{
	margin:0;
	padding:0;
}
#exam-box{
	width:1024px;
	margin:50px auto 100px auto;
	padding:0 auto;
}
.read-txt{
	font-size:20px;
	color:#fff;
	font-weight: bold;
	line-height: 1.8em;
	margin:0 0 10px 0;
	background: #008e0a;
	padding:10px 16px;
	margin:0;
}
.read-box{
	background:#e5f4e6 url(../img/bg.png) repeat;
	padding:10px 16px 1px 16px;
	margin;0 0 20px 0;
	line-height: 2em;
}
.read-box p{
	font-size: 16px;
	line-height: 1.8em;
}

.mokuji{

	padding:10px 10px 5px 0;
	background-size:16%;
	position:relative;
	width:1024px;
	margin:20px auto;
}
.mokuji1{
	background:#e5f4e6 url(../img/img1.png) no-repeat bottom right;
	background-size: 150px; 
}
.mokuji2{
	background:#e3d1da url(../img/img2.png) no-repeat bottom right;
	background-size: 150px; 
}

.mokuji .title-img{
	display:block;
	margin:0 0 10px 0 ;
}
.mokuji ul{
	margin:10px 0;
	padding:0;
}
.mokuji ul li{
	width:480px;
	margin:0 10px 5px 10px;
	float:left;
}
.mokuji ul li:nth-child(even){
	width:480px;
	margin:0 10px 5px 10px;
	float:right;
}
.txt-box{
	line-height:2.2em;
	margin-bottom:40px;
}
.exam-photo{
	float:right;
	margin:0 0 10px 10px;
	display:block;
}
.txt-box h4{
	margin-top:40px;

}
.list-link-2x {
  padding-left: 0;
  list-style: none;
}
  .list-link-2x li {
    font-size: 16px;/*11*/
    margin-top: 0.5em; }
    .list-link-2x li:first-child {
      margin-top: 0; }
    .list-link-2x li a {
      color: #333;
      position: relative;
      padding: 0 0 0 16px;
      display: inline-block; }
      .list-link-2x li a:before {
        content: "";
        border-color: transparent;
        border-style: solid;
        border-top-width: 4px;
        border-right-width: 0;
        border-bottom-width: 4px;
        border-left-width: 6px;
        border-left-color: #0ba2ef;
        vertical-align: middle;
        display: inline-block;
        margin: 0 0 0 0;
        position: absolute;
        left: 0;
        top: 8px; }
#prof{
	background:#e5f4e6 url(../img/title2.png) no-repeat top 10px left;
	padding:70px 10px 10px 20px;
	margin:20px auto;
}
#prof2{
	background:#e3d1da url(../img/title4.png) no-repeat top 10px left;
	padding:70px 10px 10px 20px;
	margin:20px auto;
}

#prof img,#prof2 img{
	display:block;
	margin:-60px 0 0 0 ;
	float:right;
}
#prof p,#prof2 p{
	float:left;
	width:68%;
	line-height:1.5em;
	margin:0;
	padding:0;

}
.green{
	color:#00950B;
}
.violet{
	color:#660033;
}

.txt1{
	display:block;
	margin:0 0 10px 0;
	font-size:22px;
}
.txt1,.txt2{
	font-weight:bold;
	font-size:18px;
}
.txt2,.txt3{
	margin-bottom:10px;
	display:inline-block;
}

.txt-right{
	text-align: right;
}




























/* clear */
.clearfix:after{
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
