@charset "UTF-8";

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

@font-face{
   font-family: 'Gothic MB101 Bold';
    src: url('//typesquare.com/accessor/script/typesquare.js?LDcAYZLctVQ%3D');
}
@font-face{
   font-family: 'A1 Mincho';
    src: url('//typesquare.com/accessor/script/typesquare.js?LDcAYZLctVQ%3D');
}

.clear {
	clear: both;
}
.pc{ 
	display: none !important;
}
body {
	font-family: "Gothic MB101 DemiBold", sans-serif;
	background-image: url(../images/cream-dust.png);
		animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	margin: 0px;
	padding: 0px;
}
a{
	transition: 0.8s ;
}
a:hover {
	opacity: 0.5 ;
	transition: 0.8s ;
}
::selection {
	color: rgba(255,255,255,1);
    background:rgba(0,104,55,1); /* Safari */
}
::-moz-selection {
	color: rgba(255,255,255,1);
    background:rgba(0,104,55,1); /* Firefox */
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
 {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#maximum_box {
	width: 96%;
	margin-left: 2%;
	margin-left: 2%;
	background-color: rgba(255,255,255,1);
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;*/
}
#menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu .cwb_logo {
	float: left;
	display: block;
	width: 50%;
}

#container {
	width: 100%;
	left: 0px;
	right: 0px;
	margin-bottom: 100px;
}
#container a{
	color: #444444;
	text-decoration: none;
}
#container #main{
	margin-top: 50px;
	left: 0px;
	right: 0px;
}
#container  h2{
	font-family: "Gothic MB101 Bold", sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-feature-settings: initial;
	margin-bottom: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	padding-left: 5vw;
}
#container h2 span{
	font-size: 14px;
	margin-left: 20px;
	letter-spacing: 1px;

}
#container .contents{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 100px;
}
#container .person_link {
	width: 26.6vw;
	display: block;
	float: left;
	margin-left: 2.5vw;
	margin-bottom: 60px;
	font-size: 3vw;
	font-feature-settings: initial;
}
#container .person_link center {
	font-size: 3vw;
	font-feature-settings: initial;
}
#container .right_end {
	margin-right: 0px;
}
#container .even_row{
	/*width: 720px;*/
	margin-right: auto;
	margin-left: auto;
}

}