﻿@charset "utf-8";

/* 1.All Reset
********************************************/

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

@font-face {
	font-family: "こども丸ゴシック";
	src:url(../font/KodomoRounded.otf);
}

@font-face {
	font-family: "NotoSansCJK-Bold";
	src:url(../font/NotoSansCJK-Bold.ttc);
}

@font-face {
	font-family: "NotoSansCJK-DemiLight";
	src:url(../font/NotoSansCJK-DemiLight.ttc);
}

@font-face {
	font-family: "NotoSansCJK-Medium";
	src:url(../font/NotoSansCJK-Medium.ttc);
}

@font-face {
	font-family: "NotoSansCJK-Regular";
	src:url(../font/NotoSansCJK-Regular.ttc);
}

html, body {
	width:100%;
	height:auto;
} 
body, input, select, textarea, table, th, td, li, a {
	font-family: "メイリオ レギュラー", Meiryo, "ヒラギノ角ゴ Pro", Osaka, "MS P Gothic", sans-serif;
}
html {
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	margin: 0;
}

ol,ul,dl {
	text-indent: 0;
}

li {
	list-style: none;
}

fieldset,img {
	border: 0;
}

img{
	vertical-align:bottom;
	padding:0;
	margin:0;
	border:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}
/*-------------------------------------------
Link set
------------------------------------------ */
a:link {
	text-decoration:none;
	
}

a:visited {
	text-decoration:none;
	
}

a:hover {
	text-decoration:none;
	cursor:pointer;
}

a:active {
	text-decoration:none;
}
#menu li.child:hover{
	position:relative;
	top:1px;
}
/* -----------------------------------
		その他
 ----------------------------------- */
.category_box,
.category_box_big,
.category_box-middle,
.category_box-min{
	clear: both;
	margin:0 auto;
	display:block;
}
.category_box{margin-bottom:40px;}
.category_box-big{padding-bottom:50px;}
.category_box-middle{padding-bottom:40px;}
.category_box-min{padding-bottom:30px;}
.category_box.last{margin-bottom:20px;}
/*-------------------------------------------
Clearfix
------------------------------------------ */
.clearfix:after{ /* clearfix */
	clear: both;
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.inner:after,.item:after,.set:after,ul:after,dl:after { /* clearfix */
	clear: both;
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}


