@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-size: 14px;
    font-family: HiraKakuProN-W3,"ヒラギノ角ゴ ProN W3",Helvetica,sans-serif;
    color: #3a3a3a;
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    background: #fff;
}

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

nav ul {
    list-style:none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

#main {
	position: relative;
}

#header {
	display: block;
    height: 60px;
    width: 100%;
	z-index: 999;
	background: #FFF;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

h1 {
	width: 165px;
	position: absolute;
	top: 16px;
	left: 14px;
}

.button {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/btn_menu.png');
    background-position: middle center;
	cursor: pointer;
}

.button-pc {
	width: 60px;
    height: 60px;
    position: absolute;
	right: 64px;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/btn_pc.png');
    background-position: middle center;
	border-left: 1px solid #DDD;
	cursor: pointer;
}

.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #ddd;
}
.br {
	position: absolute;
	top: 60px;
}


#sMenu {
	width: 100%;
	position: absolute;
	top: -700px;
    z-index: 100;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
}
#sMenu:target {
    top: 63px;
}
#sMenu ul {
}
#sMenu li {
	background: #333;
	color: #FFF;
	font-size: 80%;
	list-style-type: none;
	border-bottom: 1px solid #FFF;
}
#sMenu li a {
	display: block;
	padding: 14px 0 14px 20px;
	color: #FFF;
	text-decoration: none;
	background: #777;
}
#sMenu li.en,
#sMenu li.st {
	background: #777;
	font-size: 90%;
}
#sMenu li.st a {
	padding: 20px 0 20px 20px;
}

#sMenu li.el a {
	background: #FF9673;
	font-size: 95%;
}

#sMenu li:nth-child(1) a { background: #FF9431; }
#sMenu li:nth-child(2) a { background: #FFC63D; }
#sMenu li:nth-child(3) a { background: #4BC740; }
#sMenu li:nth-child(4) a { background: #379DFF; }
#sMenu li:nth-child(5) a { background: #B466DD; }



/*main*/
#contents {
    padding: 63px 0 4px 0;/* 63px 0 4px 0 */
	overflow: hidden;
}
#contents h1 {
    font-size: 18px;
}
#contents p {
    margin-top: 0;
}

#miWrapper {
	width: 100%;
	text-align: center;
	background: #F6F5EF;
}
#mainimage {
	width: 96%;
	margin: 0 auto;
	padding: 15px 0;
	background: #F6F5EF;
}


div#pickup {
	padding: 18px 0 0;
	background: url(../img/pickup_bg.png) top left repeat-x;
}
div#pickup ul {
}
div#pickup li {
	list-style-type: none;
	text-align: center;
}
div#pickup li:nth-child(1) {
	margin-bottom: 10px;
}
div#pickup li:nth-child(2) {
	margin-bottom: 5px;
}
div#pickup li p {
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.2;
}


div#fSearch {
	text-align: center;
	margin-bottom: 20px;
}
div#fSearch p {
	margin-bottom: 10px;
	padding: 5% 0 8%;
	
	background: url(../img/search_com_bg.png) bottom left no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	
	font-size: 12px;
	line-height: 1.4;
	color: #075EB3;	
}
div#fSearch select,
div#fSearch input#txt {
	width: 200px;
	margin-bottom: 10px;
}


section.topics {
	padding: 28px 0;
	background: #F6F5EF url(../img/topics_bgpng.png) top left repeat-x;
}
section.topics h2 {
	text-align: center;
}
section.topics p.list {
	
}
section.topics p.list a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: #333;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none;
}


/*footer*/
#footer {
	padding: 12px;
	padding-bottom: 50px;
	color: #999;
}
#footer p {
	text-align: center;
	font-size: 80%;
	line-height: 1.5;
}
#footer p.name {
	margin-top: 15px;
}
#footer div.contact {
	margin-top: 25px;
	width: 100%;
	overflow: hidden;
}
#footer div.contact p.left {
	width: 50%;
	float: left;
	border-right: 1px solid #DDD;
}
#footer div.contact p.right {
	width: 49%;
	float: right;
}
#footer p.copy {
	margin-top: 25px;
	font-size: 70%;
	clear: both;
}