@charset "UTF-8";


/* nav */
#page #global_menu li#g_nav03 a {
  color: #9a5d00;
}
#page #global_menu li#g_nav03 a:visited,
#page #global_menu li#g_nav03 a:link {
	color:#9a5d00;
}
#page #global_menu li#g_nav03 a:hover {
	color:#9a5d00;
}

/* side_navi */
#sidemenu_brand ul li#ban06 a {
	border-left: 6px solid #c40000;
}


/* cont */
main .basic-page section p {
	font-size:13px;
	line-height:140%;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}

main .basic-page #cont_area_in {
	position:relative;
	padding: 15px 20px 30px;
}


/*  h2  */
main .basic-page h2.h2_style2 {
	color: #004098;
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    margin: 0 0 7px 0;
    padding: 0;
    text-align: left;
}

/*  pickup_area  */
main .basic-page section .pickup_area {
	text-align:left;
	vertical-align: top;
	margin: 0 0 20px;
	padding:15px;
	font-size:13px;
	line-height:120%;
	background-color:#fff;
	box-shadow:0 4px 5px rgba(0, 0, 0, 0.5);
}


/*  01  */
main .basic-page section#sec01 h3.h3_style2 {
	border-bottom:1px #000 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size: 18px;
    font-weight: bold;
}
main .basic-page section .pickup_photo {
	float:left;
}
main .basic-page section .pickup_txt {
	width:180px;
	float:right;
}

/*  list_area  */
main .basic-page section .list_area li {
	text-align:left;
	vertical-align: top;
	margin: 0 0 20px;
	padding:10px;
	font-size:13px;
	line-height:120%;
	background-color:#fff;
	box-shadow:0 4px 5px rgba(0, 0, 0, 0.5);
	width:345px;
	/*height:150px;
	overflow:hidden;*/
	min-height:150px;
}
main .basic-page section .list_area li:nth-child(odd) {
	clear:left;
	float:left;
}
main .basic-page section .list_area li:nth-child(even) {
	float:right;
}

/*  02  */
main .basic-page section#sec02 {
	padding-top:30px;
}
main .basic-page section#sec02 h3.h3_style2 {
	border-bottom:1px #000 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size: 18px;
    font-weight: bold;
	position:relative;
}
main .basic-page section#sec02 h3.h3_style2 .award {
	position: absolute;
	right:0;
	top: 2px;
	font-size: 10px;
	line-height:120%;
	color:#e60012;
}
main .basic-page section#sec02 h3.h3_style2_new {
	padding-left:110px;
}
main .basic-page section#sec02 h3.h3_style2 .i_new {
	position: absolute;
	left:0;
	top: -19px;
	z-index:5;
}

main .basic-page section .list_photo {
	float:left;
}
main .basic-page section .list_txt {
	width:185px;
	float:right;
}
main .basic-page section .list_txt .note_txt {
	font-size: 12px;
}






@media only screen and (max-width: 641px) {
main .basic-page section {
	padding-top:0;
	padding-bottom:0;
}
main .basic-page #cont_area_in {
	padding:15px 15px 25px;
	min-height:inherit;
}

/*  h3 641  */
main .basic-page h3.h3_style2 {
    margin: 0 0 7px 0;
}

/*  01 641  */
main .basic-page section .pickup_photo {
	float:none;
	margin-bottom:5px;
}
main .basic-page section .pickup_photo img {
	width:100%;
	height:auto;
}
main .basic-page section .pickup_txt {
	width:100%;
	float:none;
}

/*  list_area 641  */
main .basic-page section .list_area li {
	width:100%;
	height:auto;
	overflow:inherit;
}
main .basic-page section .list_area li:nth-child(odd) {
	float:none;
}
main .basic-page section .list_area li:nth-child(even) {
	float:none;
}
/*  02 641  */
main .basic-page section .list_txt {
	width:75%;
}

}

@media only screen and (max-width: 571px) {
/*  02 571  */
main .basic-page section .list_txt {
	width:72%;
}

}

@media only screen and (max-width: 420px) {
/*  02 420  */
main .basic-page section .list_txt {
	width:60%;
}

}

@media only screen and (max-width: 380px) {
/*  02 380  */
main .basic-page section .list_txt {
	width:58%;
}
}

@media only screen and (max-width: 361px) {
/*  02 361  */
main .basic-page section .list_txt {
	width:55%;
}

}

@media only screen and (max-width: 320px) {
main .basic-page section#sec02 h3.h3_style2 .award {
	position: inherit;
	right:inherit;
	top: inherit;
	display:block;
	padding-top:5px;
}
/*  02 320  */
main .basic-page section .list_txt {
	width:48%;
}

}

