@charset "utf-8";

/* base css 2015-02-21 last edited */

html,
button,
input,
select,
textarea {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

label {
	cursor:pointer;
	cursor:hand;
}

object,
embed {
	vertical-align:top;
}

img {
	vertical-align:bottom;
}

.floatclear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.pkg:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

.pkg {
	display:block;
	overflow:hidden;
}

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	margin:0;
}

html {
	overflow-y: scroll;
	font-size:62.5%;
}

body {
	margin:0;
	padding:0;
	font-size:16px;
	font-size:1.6rem;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin:0;
}

.img_responsive {
	max-width:100%;
	height:auto;
}

img {
	max-width:100%;
	height:auto;
}

/* page css */

.container {
	width:100%;
	max-width:980px;
	margin:0 auto;
}

h2 {
	font-size:14px;
	font-size:1.6rem;
	background:url(../img/cmn/bullet_down_arrow.png) 0 center no-repeat;
	background-size:16px;
	padding:0 0 0 20px;
	margin:0 0 10px 10px;
}

/* header */

header {
	overflow: hidden;
}
#content {
	padding-top:0;
	overflow: hidden;
}

#logo {
	width:60%;
	float:left;
	margin: 10px 10px 20px;
}
#header .logo img {
	width:80%;
}

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

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

}



/* header menu */

#header_menu ul {
	display:table;
	table-layout: fixed;
	width:100%;
	border-top:2px solid #000;
	margin-bottom:1px;
}

#header_menu li {
	display:table-cell;
	width:25%;
	background-color:#DEDDD9;
	padding:6px 0;
}

#header_menu li a {
	display:block;
	text-align:center;
	padding:8px 10%;
	border-right:1px solid #9E9E9E;
}

#header_menu li:last-child a {
	border-right:none;
}


/* footer  */
footer {
	margin: 20px 0 0;
	padding: 5px 0;
	background-color:#304C94;
}
#copy {
	font-size: 60%;
	color:#fff;
	text-align: center;
}
