@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 3.5
 *  updated --- 2012/12/7
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

html { font-size: 62.5%; }
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, "Arial", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #333;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; }
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; }
fieldset, img
{ border: 0;}
img
{ vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}

/* !Reset Module
---------------------------------------------------------- */
.reset div, .reset dl, .reset dt, .reset dd, .reset ul, .reset ol, .reset li, .reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6,
.reset pre, .reset form, .reset fieldset, .reset p, .reset blockquote, .reset th, .reset td
{ margin: 0; padding: 0;}
.reset input, .reset textarea
{ margin: 0; }
.reset table
{ border-collapse: collapse; border-spacing: 0; }
.reset fieldset, .reset img, .reset abbr, .reset acronym
{ border: 0;}
.reset address, .reset caption, .reset cite, .reset code, .reset dfn, .reset em, .reset th, .reset var
{ font-style: normal; font-weight: normal;}
.reset ol, .reset ul
{ list-style: none;}
.reset caption, .reset th
{ text-align: left;}
.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6
{ font-weight: normal;}
.reset a, .reset input
{ /* outline: none; */ }
.reset q:after, .reset q:before
{ content:'';}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
section,
article
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
section:after,
article:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html section,
* html article
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================

     !SP

========================================================== */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sp { display: block !important; }
.pc { display: none !important; }

/* !Layout
---------------------------------------------------------- */

html { overflow-y: scroll;}
body { font-size: 1.5rem; text-align: center;}
@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !wrapper
---------------------------------------------------------- */

#wrapper { width: 100%; }

/* !btn
---------------------------------------------------------- */

.btn_search {
	max-width: 618px;
	margin: 15px auto;
}

/* !main
---------------------------------------------------------- */

section.main { margin-bottom: 0; }

/* !forester
---------------------------------------------------------- */
section.forester ul {
	width:100%;
	overflow: hidden;
}

/* !crso7
---------------------------------------------------------- */
section.crso7 ul {
	width:100%;
	overflow: hidden;
}


/* !pageTop
---------------------------------------------------------- */
.pagetop {
	display: block;
	width: 50%;
	margin: 0 auto 50px;
}

/* ==========================================================

     !PC

========================================================== */

@media only print, screen and (min-width: 680px) {
	/* !forester
	---------------------------------------------------------- */
	section.forester ul li {
		float:left;
		width: 33.333333%
	}

	/* !crso7
	---------------------------------------------------------- */
	section.crso7 ul li {
		float:left;
		width: 33.333333%
	}
}


@media only print, screen and (min-width: 769px) {

.sp { display: none !important; }
.pc { display: block !important; }

/* !wrapper
---------------------------------------------------------- */

#wrapper { width: 991px; margin: 0 auto; }

/* !main
---------------------------------------------------------- */

section.main div.left, section.main div.right {
	float: left;
	line-height: 0;
}

	section.main div.left { width: 67.77%; }
	section.main div.right { width: 32.23%; }

/* !forester
---------------------------------------------------------- */
section.forester ul {
	width:991px;
	overflow: hidden;
}

section.forester ul li {
	float:left;
}

/* !crso7
---------------------------------------------------------- */
section.crso7 ul {
	width:991px;
	overflow: hidden;
}

section.crso7 ul li {
	float:left;
}

/* !pageTop
---------------------------------------------------------- */
.pagetop {
	display: block;
	width: 309px;
	margin: 0 auto 50px;
}

}
