@charset "utf-8";

main .title_area {
	background: #666;
	overflow: hidden;
	margin-bottom:40px;
}

main .title_area .container {
	box-shadow: 0 36px 0px 0px #666, 0 -36px 0px 0px #666, 48px 0 60px -16px rgba(0,0,0,0.4), -48px 0 60px -16px rgba(0,0,0,0.4);
	padding:2em;
}

main .title_area h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

#overseas {
	padding:0 0 30px;
	overflow: hidden;
	max-width:780px;
}

.conts + .conts {
	margin-top: 4.2rem;
}

#overseas .main_column h2 {
	font-weight:bold;
	border-left:solid 4px #F7CB00;
	background: #F5F5F5;
	padding:0.5em 0.8em;
	font-size:1.2em;
	margin-bottom:1em;
}

#overseas .main_column p {
	margin-bottom:1em;
}

#overseas h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0.3em;
}

.main_column table {
	border:solid 1px #999;
	width:100%;
}

.main_column .inner {
	margin-top:3em;
}

.main_column table tr th,
.main_column table tr td {
	border-bottom:solid 1px #999;
	padding:0.5em 1em;
}

.main_column table tr td a {
	text-decoration: underline;
}

.main_column table tr td a:hover {
	text-decoration:none;
}

.main_column table tr th {
	background: #F5F5F5;
	width:8em;
}

.main_column table tr td table,
.main_column table tr td table tr th,
.main_column table tr td table tr td {
	border:none;
	background: none;
	padding:0;
	width: auto;
}

.main_column table tr td table tr th {
	font-weight:bold;
	padding-right:1em;
	text-align: right;
}

.side_column {
	border-radius: 8px;
	width:90%;
	max-width:480px;
	margin:50px auto 0;
	background: #666;
	padding:0.3em 0.6em 0.6em 0.6em;
}

.side_column h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0.6em 0.6em;
	color:#FFF;
}

.side_column ul {
	
}

.side_column ul li + li {
	border-top:solid 2px #666;
}

.side_column ul li a {
	display: block;
	color:#222;
	padding:0.7em 1em;
	background: #FFF;
}

.side_column ul li a.active {
	background: #F7CB00;
}

.side_column ul li a:hover {
	text-decoration:none;
	opacity: 0.7;
}



@media screen and (min-width: 480px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/


}






@media screen and (min-width: 768px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}






@media screen and (min-width: 1098px) {

#overseas {
	max-width:1100px;
	margin-bottom:60px;
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

.main_column {
	float:left;
	width:780px;
}

.side_column {
	border-radius: 0;
	margin-top:0;
	float:right;
	width:240px;
}

}






@media screen and (min-width: 1400px) {
	
/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}