@charset "utf-8";
strong.red{
	color:#F00;
}
strong.red120{
	color:#F00;
	font-size:120%;
}
h2.quiz,
h2.info,
h1.cate,
h1.tag,
h1.new,
h1.author{
	padding:15px;
	font-size:18px;
	font-weight:bold;
	background-color:#f7f8f8;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-size:24px auto;
	background-position: 10px center;
	padding-left:42px;
}
h1.cate{background-image:url(../images/icon/folder_bl.png);}
h1.tag{background-image:url(../images/icon/tag_bl.png);}
h1.new{background-image:url(../images/icon/new_gr.png);}
h1.author{background-image:url(../images/icon/man_bk.png);}
h2.info{
	background-image:url(../images/icon/new_gr.png);
	margin-top:30px;
	}
h2.quiz{
    background-image:url(../images/icon/new_gr.png);
	margin-top:20px;
    margin-bottom: 10px;
}




/*Open
================================================================================================*/
#pr-block{
	border:1px solid #eeeeee;
	/*background-color:#f4f4f4;*/
	padding:25px;
	padding-bottom:10px;
	padding-top:25px;
	border-radius:5px;
	margin-bottom:25px;
	background-image:url(../images/bg_pr.png);
}

#pr-staff-photo{
	text-align:center;
	margin-right:20px;
	font-weight:bold;
	line-height:14px;
}
#pr-staff-photo .staff-photo{
	width:150px;
	border-radius:50%;
	overflow:hidden;
	box-shadow: 0 0 5px gray;
	border:1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#pr-staff-photo .staff-name {
	font-size:14px;
	margin-bottom:15px;
	margin-top:15px;
}
#pr-staff-photo .staff-position {
	font-size:12px;
	margin-top:5px;
}
#pr-staff-photo img {
	width:100%;
	vertical-align:bottom;
}

.gmap{
	width:100%;
}

.gmap iframe{
	width:100%;
	border:none;
	height:200px;
}

ul.type2-3 li{
	width:47%;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
ul.type2-3 li .image img {
	width:100%;
	height:auto;
}

ul.type2-3 li .desc {
	margin-top:5px;
	font-weight:bold;
}
ul.type2-3 li .descSub{
	font-size:11px;
}


ul.type2-3 li:nth-child(2n+1){
	margin-right:6%;
}
@media only screen and (min-width: 680px) {
	

ul.type2-3 li{
	width:30%;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
ul.type2-3 li .image img {
	width:100%;
	height:auto;
}

ul.type2-3 li .desc {
	margin-top:5px;
	font-weight:bold;
}
ul.type2-3 li .descSub{
	font-size:12px;
}

ul.type2-3 li:nth-child(2n+1){
	margin-right:0;
}

ul.type2-3 li:nth-child(2),
ul.type2-3 li:nth-child(5),
ul.type2-3 li:nth-child(8),
ul.type2-3 li:nth-child(11),
ul.type2-3 li:nth-child(14){
	margin-right:5%;
	margin-left:5%;
}




    
}