@charset "UTF-8";


::-webkit-input-placeholder{ color: #aaa; }
:-moz-placeholder          { color: #aaa; }
:-ms-input-placeholder     { color: #aaa; }


.contents > .left_center{
	background-color: #fff;
	padding: 15px;
}

img[src*="/gaikan."]{
	float: left;
	margin: 0 14px 16px 0;
}

.contents > .left_center .slide{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	display: inline-block;
	width: 360px;
	height: 276px;
	margin: 0 0 0 0px;
}

.left_center .concept{
	text-align: center;
	padding: 40px;
	margin: 20px 0 50px 0;
	border: 1px solid #cccccc;
	border-left: none; 
	border-right: none; 
}

.left_center .concept h2{
	color: #000;
	font-size: 25px;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
	margin: 0px 0 60px;
}

.left_center .concept p{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.9em;
}

.left_center table{
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
}

.left_center table th{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #eef5d0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 8px 2px 8px 10px;
}

.left_center table td{
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding: 1px 2px 1px 10px;
}




/* PC向け ******************************************************************************************* */

@media (min-width: 741px) {

}



/* スマホ向け **************************************************************************************** */

@media (max-width: 740px) {
}

@media (max-width: 420px) and (orientation: portrait) {
}

@media (max-width: 740px) and (orientation: landscape) {
}

