@charset "utf-8";

/*==================================================*/
/*
　　　　　　　　　　　フォント
*/
/*==================================================*/

@font-face
{
	font-family: 'roundedx';
	url('../design/font/rounded-x-mgenplus-2cp-black.ttf')  format('truetype'); /* Safari, Android, iOS */
	src: url('../design/font/rounded-x-mgenplus-2cp-black.ttf'); /* IE9 Compat Modes */
}

/*==================================================*/
/*
　　　　　　　　　グローバルセレクタ
*/
/*==================================================*/

*
{
	margin: 0;
	padding: 0;
	font-family: 'roundedx' ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/*==================================================*/
/*
　　　　　　　　　　　セクション
*/
/*==================================================*/

body
{
	font-size: 88%;
}

header
{
}

nav
{
}

section
{
}

footer
{
}

address
{
}

/*==================================================*/
/*
　　　　　　　　　　　　見出し
*/
/*==================================================*/

h1
{
	margin-bottom: 10px;
}

h2
{
	margin-bottom: 10px;
}

h3
{
	margin-bottom: 10px;
}

h4
{
	margin-bottom: 10px;
}

h5
{
	margin-bottom: 10px;
}

h6
{
	margin-bottom: 10px;
}

/*==================================================*/
/*
　　　　　　　　　　　　グループ
*/
/*==================================================*/

p
{
	margin-bottom: 10px;
}

hr
{
	margin-bottom: 10px;
}

figure
{
}

figcapion
{
}

div
{
}

/*==================================================*/
/*
　　　　　　　　　　　　リンク
*/
/*==================================================*/

a
{
	text-decoration: none;
}

a:link
{
}

a:visited
{
}

a:hover
{
}

a:active
{
}

a img
{
	border: none;
}

a img:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*==================================================*/
/*
　　　　　　　　　　　　テキスト
*/
/*==================================================*/

em
{
}

strong
{
}

small
{
}

/*==================================================*/
/*
　　　　　　　　　　　　画像
*/
/*==================================================*/

img
{
}

/*==================================================*/
/*
　　　　　　　　　　　　リスト
*/
/*==================================================*/

ul
{
	margin-bottom: 10px;
}

ol
{
	margin-bottom: 10px;
}

li
{
	margin-left: 20px;
}

dl
{
	margin-bottom: 10px;
}

dt
{
}

dd
{
}

/*==================================================*/
/*
　　　　　　　　　　　　　表
*/
/*==================================================*/

table
{
	margin-bottom: 10px;
}

thead
{
}

tbody
{
}

tr
{
}

th
{
}

td
{
}

/*==================================================*/
/*
　　　　　　　　　　　　フォーム
*/
/*==================================================*/

form
{
}

fieldset
{
}

legend
{
}

input
{
}

button
{
}

select
{
}

option
{
}

optgroup
{
}

datalist
{
}

textarea
{
}
