@charset "utf-8";

/*==================================================*/
/*
　　　　　　　　　　　フォント
*/
/*==================================================*/
/*
"fontname" is lisenced under the SIL Open Font License 1.1
by http://logotype.jp/corporate-logo-font-dl.html
(http://scripts.sil.org/OFL)
*/

@font-face
{
	font-family: 'logotypejp_mp_b_1';
	url('../design/font/logotypejp_mp_b_1.1.ttf')  format('truetype'); /* Safari, Android, iOS */
	src: url('../design/font/logotypejp_mp_b_1.1.ttf'); /* IE9 Compat Modes */
}

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

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

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

body
{
}

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
{
}
