@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Last up date:   2016
Style Info:     --- css
------------------------------------------------------------------------ */

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/

.tg  {
	border-collapse:collapse;
	border-spacing:0; 
	width:100%; 
	text-align:center;}
	
.tg td{
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;  
	width:65%; 
	height:20px;
	text-align:center;
	background-color:#fff;}
	
.tg th{ 
	background-color:#EBEBEB;
	font-size:1em;
	font-weight:bold;
	padding:7px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	text-align:center;}

.kome { 
	text-align:left; 
	font-size:65%; 
	line-height:1.3; 
	margin-top:7px;}

#smallerimg div img {
	width:60%;
}

#smallerimg2 div img {
	width:40%;
}

#smallerimg2 p {
	font-size:90%;
	line-height:1.5;
}

h4 {
	margin:-10px 0 5px 0 !important;
	padding:0 !important;
	 text-align: center;
    color: #3660c1;
    font-size: 105%;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.item_container li div.item_outline{
	height:290px;
}

.item_container li div.uptop { 
　　margin-top:-20px;
}

@media screen and (max-width:980px){
}

@media screen and (max-width:768px){
.item_container li div.item_outline{
	height:280px;
}
#smallerimg2 p {
	font-size:80%;
}
h4 {
    font-size: 95%;
}
}
@media screen and (max-width:480px){
.item_container li div.item_outline{
	height:auto;
}
}