@charset "utf-8";

/* ==

　01. リセット用スタイル

=============================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, capTxt, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==

　02. タグ固有のスタイル指定

=============================================================================== */
html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1.7;
	color: #333;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", Osaka, Sans-Serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;	/* webkit */
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}
a {
	color: #b49c39;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* ==

　03. 共通

=============================================================================== */
#main {
	padding: 60px 20px 20px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

/* ==

　04. モジュール

=============================================================================== */
/* title
------------------------------------------------------------------------------- */
h1 {
	margin-bottom:30px;
	text-align:center;
}

.memo_line {
	border-bottom:solid 1px #ccc;
	margin-bottom:20px;
	padding-bottom:30px;
}

@media screen and (max-width:640px) {
	.p_img img {
		max-width: 100%;
		height: auto;
	}
}