@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, em, img,
small, 
b, u, i, center,
dl, dt, dd, ol, ul, li,
table,  tr, th, td,
footer, header, section,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
a {
text-decoration: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/*リセット終了*/





/* -- body -------------------------------------------------------------------------------- */

body{
	font-family : verdana,"Sawarabi Mincho",sans-serif;
	color : #E9967A;
	font-size : 90%;
	line-height : 1;
	background :#eeeeee;
	overflow-y : scroll;
	background-color:#ffffff;
}

/*
a:link,
a:visited{
	color : #0000ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #0000ff;
	text-decoration : none;
}
*/

.titlefont{
padding-top:15px;
	font-size: 19px;
	color: #ffffff;
}

header h1{
	font-size:22px;
	font-weight:normal;
	color: ivory;
	margin-left: 15px;
}

.footer i {
	color: ivory;
}

.red{
	color:orangered;
}
html,body {                      /*iPhone/Androidサイトで文字サイズを固定*/
-webkit-text-size-adjust: none;
	
}

.header{
	background-color:#E9967A;
	    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 55px;             
}
.footer{
	background-color:#E9967A;
	  position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
    height: 60px;  
text-align:center;      /*親要素の中の真ん中よせ*/
	padding-top: 5px;
}

body{
	padding:55px 0 65px 0;  /*ヘッダーフッター固定空き！*/
}

small{
	color: ivory;
}
#header h1{
	font-size:22px;
	font-weight:normal;
	color: ivory;
	margin-left: 15px;
}

#open_menu{
	float: right;
	font-size: 33px;
	cursor:pointer;
	padding: 10px;
	color: ivory;
}



body{
	color : #454545;
	font-size : 95%;
	line-height : 1.8;

}


.kyosiki{
	font-size:22px;
	color: #E9967A;
	text-align: center;
	margin: 10px 0 0 0;
}
.box{
	width: 90%;
	margin: 0 auto;
}
.box h2,p{
	font-size: 15px;
	color: #E9967A;
	text-align: center;
}



/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

body{
	font-size : 100%;
}

}
/* 640pixel end */

.nav{
	display: none;
}

/*PC用*/

@media all and (min-width: 920px) {
	
	
	
	/*.box{
		float: left;
		width: 26%;
		height:130px;
		margin-right: 10px;
	}*/
	
	.headerbox{
		width: 70%;
		margin: 0 auto;
		height: auto;
	}
	.titlefont{
		float: left;
		width: 300px;
		height: 30px;
	}
	#open_menu{
		display: none;
	}
	
.nav{
		float: right;
		overflow: hidden;
		width: 600px;
		margin-top: 20px;
	}
	.nav ul{
		width: 600px;
		color: #ffffff;
	}
.nav li{
		float: right;
		margin-right: 13px;
		
	}
	
	a {
text-decoration: none;
		color: #ffffff;
}
	.nav{
		display: block;
	}
	.top_menu{
		margin-top: 10px;
	}
.container{
	margin: 0 auto;
	width: 70%;
	height: auto;
	
	}
.box_top{
		margin: 0 auto;
	padding: 25px;
}
	.box_top p{
		font-size: 18px;
	}
	.container .first{
		text-align: center;
	}	
	h2{
		line-height: 2;
		font-size: 25px;
	}
	.q{
		font-weight: bold;
	}
}



