/* C U S T O M */
/* ====================================================================================================
	Reset & Basics
===================================================================================================== */

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-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

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

/* ====================================================================================================
	Base styles
===================================================================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

* { -webkit-text-size-adjust: none; }
html { overflow-y: scroll; }

body {}

h1, h2, h3 { font-weight: bold; /*line-height: 1.2em;*/ }

h1 { font-size: 26px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

p, ul, ol, pre, dl { margin-bottom: 0; }

strong { font-weight: bold; }
pre, code { font-family: Monaco, monospace; font-size: 12px; background: #111; color: #F5F5F5; }

p code { padding: 1px 3px; }

pre { margin: 1em 0; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

ul, ol { padding:0; }

blockquote { margin: 0; font: italic 18px Georgia, serif; }

li { list-style-type:none; }

dt { font-weight: bold; font-size: 14px; }

dd + dt { margin-top: 0.5em; }

dd { margin-left: 1.0em; }

button { -webkit-appearance: push-button; }

input, textarea, button {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*		link
--------------------------------------------------------------------------- */
a { color: #f06296; text-decoration: none; }

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

a:active { background: hsla( 0, 100%, 100%, 0.5 ); }

a img { border: none; }

a:focus { outline:none;}

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

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

/*		span
--------------------------------------------------------------------------- */
.span-0 { height: 0px; clear:both; display:block; }
.span-10 { height: 10px; clear:both; display:block; }
.span-15 { height: 15px; clear:both; display:block; }
.span-30 { height: 30px; clear:both; display:block; }
.span-50 { height: 50px; clear:both; display:block; }
.span-70 { height: 70px; clear:both; display:block; }

/*margin_bottom*/
.btm_margin-5 { margin-bottom: 5px; }
.btm_margin-10 { margin-bottom: 10px; }
.btm_margin-15 { margin-bottom: 15px; }
.btm_margin-20 { margin-bottom: 20px; }
.btm_margin-30 { margin-bottom: 30px; }
.btm_margin-50 { margin-bottom: 50px; }

/*		text color
--------------------------------------------------------------------------- */
.color-main { color:#f00; }

/*		base
--------------------------------------------------------------------------- */
/*html { background:url(./design/background/bg.jpg); }*/

body {
	margin:0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:18px;
	color: #606060;
	/*background-color:#fff;*/
	width: 1002px;
	margin: 0 auto;
}

body.top_page{
	max-width:1002px;
}

.clear{ clear: both; line-height: 0}
.both_clear { clear: both; height: 0px; }
.span-0 { clear:both; display: block; height: 0px; }


/* ====================================================================================================
  PAGE  APPLICATION
===================================================================================================== */
body.agreement {
	width: 100%;
}

.agreement .main_contents {
	padding: 50px 20px;
}


/*Privacy Poricy*/
/*----------------------------------------
プライバシーポリシー
------------------------------------------ */
.privacy_policy_contents {}
.privacy_policy_contents h2 {
	font-size: 14px;
	border-bottom: 1px dotted #c0b297;
	margin: 15px 0px 5px;
}
.privacy_policy_contents p {
	font-size: 12px;
	margin: 0px 0px 10px;
	font-weight: normal;
}
.privacy_policy_contents ul li {
	font-size: 12px;
	font-weight: normal;
}
.privacy_policy_contents ul {
	margin-bottom: 15px;
}

/*申し込みフォーム用*/
#policy_colorbox {
	overflow: scroll;
	height: 300px;
	overflow-x: hidden;
	padding-bottom: 30px;
}

.corporate_data table { width: 100%; font-size: 12px; }
.corporate_data table th { width: 25%; padding: 1px 10px; text-align:left; border: 1px solid #ddd; }
.corporate_data table td { width: 75%; padding: 1px 30px; border: 1px solid #ddd; }
