@charset "UTF-8";

/* ========================================
    リセットcss
========================================= */
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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}




/* ========================================
    レイアウト用
========================================= */

body {
	width: 100%;
	height: auto;
	background-color: #bcbcbc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #61574c;
	font-size: 16px;
}

div#wrapper {
	margin: 0 auto 0 auto;
	max-width: 960px;
	min-width: 760px;
	height: auto;
	background-color: #ece242;
}

	/* ===== スマホ用 ===== */
	@media screen and (max-width:640px) {
		div#wrapper {
			max-width: 640px;
			min-width: 300px;
		}
	}


/* ========================================
    ヘッダー用
========================================= */

body header {
	height: 60px;
}
div a#KoRSTs {
	margin-top: 28px;
	margin-left: 30px;
	float: left;
}
div a#KoRSTs:hover {
	opacity: 0.5;
}
header nav ul {
	float: right;
	padding-top: 30px;
}

header ul li a {
	color: #61574c;
	font-size: 13px;
	text-decoration: none;
}

nav ul li {
	float: left;
	margin-right: 30px;
	list-style-type: none;
}

ul li a:hover {
	opacity: 0.5;
}

	/* ===== スマホ用 ===== */
	@media screen and (max-width:640px) {
		div a#KoRSTs {
			margin-left: 25px;
		}
		header nav ul {
			padding: 0 0 15px 0;
		}
		header ul li a {
			font-size: 20px;
			line-height: 160%;
		}
		nav ul li {
			float: none;
			margin-right: 25px;
		}
	}

/* ========================================
    ボディー用
========================================= */


div#imi_ph1 {
	margin: 135px auto 0 auto;
	width: 620px;
	height: auto;
}

div#IMIDESIGN_rogo_w {
	margin: 54px auto 64px auto;
	width: 222px;
	height: 109px;
}

div#main_speace {
	width: 620px;
	height: auto;
	margin: 0 auto;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0;
}
div#main_speace p {
	width: 620px;
	margin: 0 auto;
}

div#imi_ph2 {
	margin-top: 35px;
	width: 620px;
	height: auto;
}

	/* ===== スマホ用 ===== */
	@media screen and (max-width:640px) {
		div#main_speace {
			width: auto;
			padding: 0 15px;
			height: auto;
			margin: 0 auto;
		}
		div#main_speace p {
			margin-top: 30px;
			width: auto;
			text-align: justify;
			margin: 0 auto;
			font-size: 20px;
		}
		div#imi_ph1 {
			margin: 0;
			width: 100%;
		}
		div#imi_ph2{
			width: 100%;
		}
		img.resize {
			width: 100%;
		}
		h1 {
			font-size: 23px;
		}
	}


/* ========================================
    フッター用css
========================================= */

footer P {
	font-size: 12px;
	text-align: center;
	color: #61574c;
	margin-top: 100px;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #61574c;
}
