@charset "UTF-8";

/*******************************
  基本設宁E
*******************************/

/*------------------------------
  CSSリセチE
------------------------------*/

body {
	font-family: sans-serif;
	-webkit-text-size-adjust: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.iPhone {
	font-family: Arial,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro';
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

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

/*------------------------------
  html5要素
------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}

/*******************************
  サイトE通E設宁E
*******************************/

.iPhone #wrapper {
	width: auto;
}

.linkList li {
	margin-bottom: 5px;
	padding-left: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.linkList li:last-of-type {
	margin-bottom: 0;
}

ul.horizontal {
}

ul.horizontal li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

ul.horizontal a {
	display: block;
}

.pos_right {
	text-align:right;
}

section {
	padding: 0 5px;
	margin-bottom: 20px;
}

section h1 {
	margin: 0 -5px 5px;
	padding-left: 5px;
	background: 0 0 repeat-x;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

#footer {
	text-align: center;
}

#footer small {
	font-size: 10px;
}

/*******************************
  サイトごとの設宁E
*******************************/

body.site01 {
	background-color: #ffff;
	color: #333;
}

body.site01 a {
	color: #FF3366;
}

body.site01 a li,
body.site01 a div {
	color: #333;
}

body.site01 .linkList li {
	background-image: url(../img/mk-01.png);
}

body.site01 ul.horizontal li {
	background-image: url(../img/mk-01.png);
}

body.site01 section h1 {
	border-top: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
	background-image: url(../../common/img/bg-header-01.png);
	color: #FFFFFF;
}

body.site01 #footer {
	padding: 1px 5px;
	background-color: #FF9999;
	color: #fff;
}
/*̃R[hcommon*/
.eachPage h1 {
	padding-left: 5px;
	background: 0 0 repeat-x;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	border-top: 1px solid #f99;
	border-bottom: 1px solid #f99;
	background-image: url(../../common/img/bg-header-01.png);
	color: #6f6f6f;
}

body.site01 #footer {
	padding: 1px 5px;
	background-color: #FF9999;
	color: #fff;
}
