@charset "utf-8";

/* -------------------------------------------------------------------
 *
 * 	Style info	: サイト固有ベース要素全般定義
 *	Since		: 2013-01-21
 *  Modified    : 2014-01-22
 *	Author		: kato
 *  URL			: http://mosk.co.jp/
 *  Email		: web@mosk.co.jp
 *  Company     : MOSK CREATION Co., Ltd.
 *
 * ------------------------------------------------------------------- */

html {
	width: 100%;
}

body {
	position: relative;
	background: url(../img/common/bg_main.jpg) 0 0 repeat;
	width: 100%;
	min-width: 1160px;
	height: 100%;
	color: #fff;
	font-size: 12px;
	text-align: justify;
	text-justify: distribute;
	letter-spacing: 0.1em;
	z-index: 1;
}

body:before {
	display: block;
	position: absolute;
	background: url(../img/common/bg_body.png) 0 10px repeat-x;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	z-index: -1;
}

body#top:before {
	background: url(../img/common/bg_body_top.png) 0 10px repeat-x;
}

body#blog:before {
	background: url(../img/common/bg_body_blog.png) 0 10px repeat-x;
}

/* for IE6 */
* html body { font-size: 75%;}

/* for IE7 */
*:first-child+html body { font-size: 75%;}

img {
}

/* -------------------------------------------------------------------
 * Link Module
 * ------------------------------------------------------------------- */

a:link {
	color: #fbe5b0;
	text-decoration: none;
}

a:visited {
	color: #fbe5b0;
	text-decoration: none;
}

a:hover {
	color: #fbe5b0;
	text-decoration: underline;
}

a:active {
}

/* -------------------------------------------------------------------
 * Text Module
 * ------------------------------------------------------------------- */

p {
}

em {
	display: block;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

address {
	vertical-align: middle;
}

sup {
	font-size: 88%;
	margin: 0 1px;
	vertical-align: text-top;
}

sub {
	font-size: 88%;
	margin: 0 1px;
	vertical-align: bottom;
}

h1 {
}

h2 {
}

h3 {
	background: url(../img/common/bg_h3.png) 0 0 no-repeat;
	margin: 40px 0 13px;
}

h4 {
	background: url(../img/common/ico_h4.png) 0 0 no-repeat;
	min-height: 21px;
	margin: 7px auto 6px;
	padding: 4px 0 0 35px;
	font-size: 117%;
	font-weight: bold;
	color: #ffb740;
}

h4 img {
	margin-top: 0 !important;
}

h5 {
	background: url(../img/common/ico_list.gif) 10px 8px no-repeat;
	margin: 5px 0 -7px 0;
	padding: 0 0 0 35px;
	color: #ffcf7e;
}

h6 {
}

pre {
	background-color: #f5f5f5;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	color: #333;
	vertical-align: middle;
	overflow: auto;
}

pre[title]:before {
	display: block;
	margin-bottom: 0.8em;
	padding: 0;
	color: #000;
	font-weight: bold;
	content: attr(title);
}

blockquote {
	background-color: #f5f5f5;
	margin: 1.5em 10px;
	padding: 0.5em;
	border-left: 3px solid #ddd;
}

cite {
	color: #333;
	display: block;
	text-align: right;
	margin: 0.5em 0;
	vertical-align: middle;
}

/* -------------------------------------------------------------------
 * List Module
 * ------------------------------------------------------------------- */

ul {
	list-style: none;
}

ol {
	list-style: none;
}

ol li {
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0;
}

ul li {
}

dl dt {
}

dl dd {
}

/* -------------------------------------------------------------------
 * Edit Module
 * ------------------------------------------------------------------- */

/* 打消線付き文字 */
del {
	color: #999;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

/* 下線付き文字 */
ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/* -------------------------------------------------------------------
 * Forms Module
 * ------------------------------------------------------------------- */

form {
	padding: 0;
	vertical-align: middle;
}

form dl {
	margin: 0 7px;
}

form p {
}

fieldset {
	border: 1px solid #a5acb2;
}

legend {
	display: none;
}

input,
textarea {
	margin: -4px 5px 0 0;
	padding: 2px;
	line-height: 1.3;
	vertical-align: middle;
}

/* Firefox only */
html>/**/body input,
textarea {
	border: 1px solid #a5acb2;
}

select {
	background: #fff;
	margin: 0 5px 0 0;
	padding: 2px;
	line-height: 1.3;
	border: 1px solid #a5acb2;
}

textarea {
	width: 100%;
	font-size: 100%;
	resize: none;
	/*height:3em;*/
}

/*input:hover,
select:hover,
textarea:hover {
	border: 1px solid #310000;
}*/

/*input:focus,
select:focus,
textarea:focus {
	border:1px solid #310000;
	background-color: #ffffff;
}*/

optgroup {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#submit {
	border: none;
	margin: 0;
	padding: 5px 7px;
	vertical-align: middle;
}

#inquiry_submit {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Firefox only */
html>/**/body #inquiry_submit {
	border: 1px solid #a5acb2;
	background: #eee;
	padding: 2px 5px;
	margin: 0;
}

/* -------------------------------------------------------------------
 * Tables Module
 * ------------------------------------------------------------------- */

table {
	width: 100%;
	margin-top: 15px;
}

table img {
	vertical-align: middle;
}

caption {
	text-align: left;
}

th,
td {
	padding: 12px 15px 10px;
	color: #362313;
	border-top: 1px solid #877668;
	border-right: 1px solid #877668;
	text-align: center;
}

th {
	background-color: #c6b8a0;
	font-weight: bold;
}

td {
	background-color: #d7cbb7;
}

/* -------------------------------------------------------------------
 * etc...
 * ------------------------------------------------------------------- */

hr {
	height: 1px;
	margin: 21px 0 22px;
	color: #eee;
	display: block;
	background: #eee;
}

/* IE 6 & below */
* html body hr {
	margin: 14px 0 15px;
}

/* IE 7 Only */
*+html body hr {
	margin: 15px 0 16px;
}
