@charset "UTF-8";
@media screen and (min-width:771px){
@font-face{
   font-family: 'Gothic MB101 DemiBold';
    src: url('//typesquare.com/accessor/script/typesquare.js?LDcAYZLctVQ%3D');
}
@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: block !important;
}
.sp { 
	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;
}
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: 100%;
	background-color: rgba(255,255,255,1);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
#menu {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu .cwb_logo {
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 0px;
	bottom: 0px;
}
#maximum_box #menu .cwb_logo.pc {
}
#menu nav {
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
#menu nav a {
	margin-top: 5px;
	padding-top: 0px;
	display: block;
	width: 200px;
	text-align: center;
	float: left;
	padding-bottom: 0px;
	text-decoration: none;
	color: #444444;
	/* [disabled]border-left-width: 2px; */
	/* [disabled]border-left-style: dotted; */
	/* [disabled]border-left-color: #808080; */
}

#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 300px;
}
#container a{
	color: #444444;
	text-decoration: none;
}
#container #main{
	width: 1200px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
#container  h2{
	font-family: "Gothic MB101 Bold", sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
#container h2 span{
	font-size: 24px;
	margin-left: 20px;
	letter-spacing: 1px;}
#container .contents{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#container .person_link {
	width: 200px;
	display: block;
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
	font-size: 20px;
}
#container .person_link center {
	font-size: 20px;
	letter-spacing: 0.4em;
}
#container .right_end {
	margin-right: 0px;
}
#container .even_row{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
}
