/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: wordpressdotorg
Author URI: http://wordpress.org/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/


/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

body {
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	background-color: #fff;
	color: #000000;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height: 24px;
	letter-spacing: 1px;
}
#container {
	overflow: hidden;
	background-color: #fff;
    position: relative;
}
.main {
    width: 100%;
    min-height: 500px;
}
table {
	width:94%;
	margin:20px auto 20px;
	letter-spacing: 1px;
	line-height: 32px;
	border: solid 1px #434343;
}
tr {
	display:table-row;
	border-bottom: solid 1px #434343;
}
th {
text-align: left;
vertical-align: top;
padding: 10px 30px 10px 15px;
white-space: nowrap;
display: table-cell;
background-color: #e3e3da;
border-right: solid 1px #434343;
}
td {
background-color:#F1F1EB;
padding: 10px 15px;
display: table-cell;
vertical-align: inherit;
line-height: 20px;
}
#footer {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}
#back_to_top {
	float: right;
	margin: 20px 20px 0;
}
a {
	text-decoration: none;
	color: #000;
}
.fade-in {
	transition: opacity 0.5s;
}
.fade-up {
	transition: opacity 0.5s;
	transition: transform 0.5s;
}
.left-in {
	transition: opacity 0.5s;
	transition: transform 0.5s;
}
.right-in {
	transition: opacity 0.5s;
	transition: transform 0.5s;
}
li {
	list-style: none;
}



/*======================header===========================*/

#header {
	width: 100%;
    height: 120px;
    position: fixed;
    border-bottom: solid 3px #000000;
    z-index: 50;
    background-color: #fff;
}
#header-child {
	width: 100%;
}
.logo {
    width: 104px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -102px;
}
@keyframes slide{
	0%{
		transform:scaleX(0);
	}
	100%{
		transform:scaleX(1);
	}
}
@keyframes fadeIn{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}

	100%{
		transform: translateY(-215px);
	}

}
@keyframes leftIn{
	0%{
		transform: translateX(0px);
	}

	100%{
		transform: translateX(550px);
	}

}




/*==========front-page==========*/

.main {
	width: 100%;
	max-width: 1200px;
    margin: 200px auto 100px;
}
.link01 {
    margin: 30px 0;
    text-align: center;
}
#top-article {
    display: flex;
    justify-content: space-between;
}
dl {
	width: 33.3%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 15px;
}
dt {
	text-align: center;
    margin-bottom: 10px;
}
dd a {
	color: #363636;
}
.new {
	float: left;
	margin: 0 20px;
	background-color:#E93456;
	color: #fff;
	font-size: 13px;
	padding: 0 20px;
}
.news-dd {
	float: left;
	margin-left: 20px;
}


/*======================child-page===========================*/






/*======================mobile===========================*/

.menubtn{
    width:100%;
    max-width: 60px;
    cursor: pointer;
    position: relative;
    top: 16px;
    left: 20px;
    z-index: 99;
}
.menubtn img {
    width: 100%;
}
nav{
    background-color:#ccc;
    padding:40px 3% 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-top: 20px;
}


/*======================footer===========================*/

.ft-logo {
	text-align: center;
	margin-top: 18px;
}
.ft-inner {
	width: 400px;
	margin: 24px auto 0;
	overflow: hidden;
	text-align: center;
}
.copy {
	text-align: center;
	color: #9A9A9A;
	font-size: 12px;
	margin-top: 18px;
}





/* 1200px以下 */
@media only screen and (max-width:1024px){
	#header {
		width: 100%;
		height: 100vh;
	}
	
	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header {
		width: 100%;
		height: 100vh;
	}
	

}