/* CSS Document */

/* TOP */

#content {
	margin: 0 auto;
	max-width: 1100px;
}

.top_up_cont {
	overflow: hidden;
	margin: 50px 0;
	width: 100%;
	text-align: center;
}

.top_up_cont_ul {
	text-align: center;
}

.top_up_cont_ul li {
	margin: auto;
	display: inline-block;
	overflow: hidden;
	min-height: 300px;
	vertical-align: top;
	width:25%;
	padding:2.5% 4%;
}

.top_up_cont_ul li a {
	display: block;
	color: #555555;
	width: 100%;
}

.top_up_cont_ul li a .maru_img_box {
	border-radius:50%;
	overflow: hidden;
	line-height: 0;
}

.top_up_cont_ul li a:hover .maru_img_box {
	background-color: #ff6486;
}

.top_up_cont_ul li .maru_img_box img {
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.top_up_cont li a:hover .maru_img_box img{
	opacity: 0.8;
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.top_up_cont_ul li span.tos {
	display: block;
	color: #0d5dcc;
	font-size: 12px;
	padding: 10px 0 5px;
}

.top_up_cont li a {
	width: 100%;
	display: block;
	line-height: 120%;
}

.top_up_cont li a:hover .to_nihon {
	border-bottom: 1px #ff6486 solid;
}

.top_News {
	margin: 50px 0 100px;
	overflow: hidden;
}

.top_News dl {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: #eeeeee 1px solid;
}

.top_News dl dt,.top_News dl dd {
	float: left;
}

.top_News dl dt {
	color: #0068b3;
	width: 23%;
}

.top_News dl dd {
	width: 77%;
}

.top_News dl dt span {
	border: 1px #eee solid;
	padding: 5px 30px;
	display:inline-block;
	text-align: center;
	font-size: 11px;
	margin-left: 25px;
}

.top_News dl dd a {
	color: #444444;
	display: inline-block;
	line-height: 140%;
}

.top_News dl dd a:hover {
	text-decoration: underline;
}

.news_alllist {
	text-align: right;
	padding: 35px 0 15px;
}

.news_alllist a {
	display: inline-block;
	padding: 5px 0 5px 25px;
	color: #555555;
	background: url(../images/common/sankaku_ao.png) no-repeat left center;
	font-size: 16px;
}


@media screen and (max-width:767px) {
	
	.top_up_cont,
	.top_News {
		margin: 30px 0;
	}
	
	.top_up_cont_ul li {
		width: 49%;
		padding: 0 0 20px;
		display: inline-block;
	    min-height: inherit;
	}
	.top_up_cont li a {
		width: auto;
		padding:2% 3%;
	}
	
	.maru_img_box img {
		width: 100%;
		height: auto;
	}
	
	.top_News dl dt,
	.top_News dl dd {
		display: block;
		width: 100%;
	}
	.top_News dl dd {
		margin: 5px 0;
	}
	.news_alllist a {
		font-size: 14px;
	}
}

/* inside */

.list_cont {
	
}

.list_cont {
	overflow: hidden;
	margin: 50px 0 100px;
	width: 100%;
	text-align: center;
}

.list_cont_ul {
	text-align: center;
}

.list_cont_ul li {
	margin: auto;
	display: inline-block;
	overflow: hidden;
	min-height: 300px;
	vertical-align: top;
	width:25%;
	padding:2.5% 4%;
}

.list_cont_ul li a {
	display: block;
	color: #555555;
	width: 100%;
}

.list_cont_ul li a .maru_img_box {
	border-radius:50%;
	overflow: hidden;
	line-height: 0;
}

.list_cont_ul li a:hover .maru_img_box {
	background-color: #ff6486;
}

.list_cont_ul li .maru_img_box img {
	width: 100%;
	height: auto;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.list_cont li a:hover .maru_img_box img{
	opacity: 0.8;
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.list_cont_ul li span.tos {
	display: block;
	color: #ff6486;
	font-size: 12px;
	padding: 10px 0 5px;
}

.list_cont_ul li a.pdf span.tos {
	background: url(../images/common/pdf_icon.png) no-repeat left center;
	line-height: 27px;
}
.list_cont_ul li a.docx span.tos {
	background: url(../images/common/docx_icon.gif) no-repeat left center;
	line-height: 27px;
	color: #0d5dcc;
}

.list_cont_ul li a.pdf span.tos:befor {
}

.list_cont li a {
	width: 100%;
	display: block;
	line-height: 120%;
}

.list_cont li a:hover .to_nihon {
	border-bottom: 1px #ff6486 solid;
}


.list_cont_ul2,
.list_cont_ul3 {
	overflow: hidden;
	margin: 0 0 50px;
}
.list_cont_ul2 li {
	text-align:left;
	color: #555555;
	width: 50%;
	margin: 10px 0 20px;
	float: left;
}

.list_cont_ul3 li {
	text-align:left;
	color: #555555;
	margin: 10px 0 20px;
}

.list_cont_ul2 li a,
.list_cont_ul3 li a{
	display: block;
	color: #555555;
	padding: 10px 0 10px 25px !important;
    background: url(../images/common/maru_point.png) no-repeat left center;
}

.list_cont_ul2 li a:hover,
.list_cont_ul3 li a:hover{
	text-decoration: underline;
	color: #ff6486;
}
.list_cont_ul2 li.pdf a,
.list_cont_ul3 li.pdf a{
	background: url(../images/common/pdf_icon.png) no-repeat left center;
	line-height: 27px;
	padding-left: 45px !important;
}
.list_cont_ul2 li.docx a,
.list_cont_ul3 li.docx a {
	background: url(../images/common/docx_icon.gif) no-repeat left center;
	line-height: 27px;
	padding-left: 45px !important;
}




@media screen and (max-width:767px) {
	
	.list_cont {
		margin: 50px 0;
	}
	
	.list_cont_ul li {
		width: 49%;
		padding: 0;
		display: inline-block;
	}
	.list_cont li a {
		width: auto;
		padding:2% 3%;
	}
	
	.maru_img_box img {
		width: 100%;
		height: auto;
	}
	
	.list_cont_ul2 li,
	.list_cont_ul3 li{
		width: 100%;
		margin: 8px 0;
	}

}

/* committee_activities */

#committee_activities .list_cont li {
	text-align: left;
	line-height: 150%;
	margin-bottom: 30px;
	overflow: hidden;
}

#committee_activities .list_cont li li {
	/*list-style: disc;*/
	padding: 10px 0 10px 25px;
	margin: 0 0 0 20px;
	background: url(../images/common/maru_point.png) no-repeat left center;
}

/* award */

#award .list_cont p,
#award .list_cont dl dt,
#award .list_cont dl dd {
    line-height: 180%;
}

#award .list_cont a{
    color: #ff6486;
}

#award .list_cont .list dl{
	margin-bottom:30px;
}

#award .list_cont .list dl dd,
#award .list_cont ul.application li dl dt{
	font-weight:bold;
}

#award .list_cont ul.application li {
	text-align:left;
	padding: 10px 0 10px 25px;
	margin: 0 0 0 20px;
	background: url(../images/common/maru_point.png) no-repeat left 14px;
}

#award .list_cont ul.application li a {
    width: auto;
    display: inline;
}

#award .accent{
    color: #ff6486;
	font-weight:bold;
}