@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 3.0.0
   Update: 2017-10-13
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */





/* ===================================================
   Page Layout
=================================================== */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background: #000 url(../img_common/bg_pattern_r.jpg) repeat-y right top;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img_common/bg_pattern_l.jpg) repeat-y left top;
	margin: 0;
	padding: 0;
}
body > div#wrapper{
    height: auto;
}
img {
	display: block;
	border: none;
}

#header {
	width: 1000px;
	margin: 0 auto;
}
div#contentsBox {
	width: 880px;
	background: #fff url(../img_index/frame_top.gif) 0 0 no-repeat;
	margin: 0 auto;
	padding: 35px 55px 0;
}
div#contentsBox .contentsArea {
	padding-bottom: 40px;
}

.frameBtm,
.frameBtm img {
	width: 990px;
	display: block;
}
.frameBtm {
	margin: 0 auto;
}
#footerBox {
	width: 990px;
	margin: 0 auto;
}

/* ===================================================
    Header
=================================================== */

/* -----------------------------
		Logo
----------------------------- */
h1,
h1 img {
	display: block;
}
h1 {
	padding: 20px 0 15px;
}

/* -----------------------------
		Header
----------------------------- */
#header ul,
#header ul li {
	list-style: none;
	display: block;
}
#header ul {
	width: 300px;
	margin: 20px auto;
}
#header ul img {
	display: block;
}


/* ===================================================
    Common Style
=================================================== */
.clear {
	clear: both;
}
.floatL				{ float: left;}
.floatR				{ float: right;}
.mgBtm40 { margin-bottom: 40px;}

/* -----------------------------
		Link
----------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7; /* Safari,Opera */
	-moz-opacity: 0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE6/7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}


/* -----------------------------
		Title
----------------------------- */
#contentsBox h2 {
	margin-bottom: 30px;
}
.contentsArea h3 {
	line-height: 1em;
	border-left: #ff0000 3px solid;
	padding-left: 8px;
	margin-bottom: 10px;
}

/* -----------------------------
		Box Style
----------------------------- */
.contentsArea .box,
.contentsArea .box_r {
	width: 270px;
	margin: 0 35px 30px 0;
	float: left;
}
.contentsArea .box_r {
	margin-right: 0;
	float: right;
}

/* -----------------------------
		Photo
----------------------------- */
.contentsArea .photo {
	margin-bottom: 10px;
}



/* ===================================================
    Law
=================================================== */
/* -----------------------------
		Layout
----------------------------- */
#lawBox {
	font-size: 0.95em;
}
#lawBox dl {
	display: block;
}
#lawBox dt,
#lawBox dd {
	padding: 12px 0;
}
#lawBox dt {
	width: 280px;
	font-weight: bold;
	float: left;
}
#lawBox dd {
	padding-left: 280px;
	border-bottom: #ddd 1px solid;
}

/* In - Dl */
#lawBox dd dt,
#lawBox dd dd {
	padding: 0;
}
#lawBox dd dt {
	width: auto;
	font-weight: normal;
	float: none;
	padding-left: 10px;
	position: relative;
}
#lawBox dd dt:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #00b2a9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	top: 0.5em;
	left: -0.1em;
}
#lawBox dd dd {
	padding: 0 0 5px 16px;
	border-bottom: none;
}


/* List */
#lawBox dd ul {
	list-style: none;
}
#lawBox dd ul li {
	padding-left: 10px;
	position: relative;
}
#lawBox dd ul li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #00b2a9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	top: 0.5em;
	left: -0.1em;
}

/* -----------------------------
		Small
----------------------------- */
#lawBox span {
	font-size: 0.8em;
}

/* -----------------------------
		Link
----------------------------- */
#lawBox a {
	color: #08F;
	text-decoration: underline;
}
#lawBox a:hover {
	color: #F60;
}




/* ===================================================
   Comment Box
=================================================== */
#commentBox,
#first {
	z-index: 9999;
	margin: 0 auto;
	width: 900px;
	/*height: 80%;*/
	height: 590px;
	min-height: 590px;
	padding: 10px 10px 0 0;
	position: fixed;
}
#commentBox {	display: none;}
#first {
	height: 200px;
	min-height: 200px;
}
#first .deliverBox {
	margin: 0 auto;
	font-size: 2em:
}
#first .deliverBox small {
	font-size: 0.9em;
	text-align: center;
	display: block;
	margin-top: 10px;
}


#commentBox .boxIn,
#first .boxIn {
	background: #fff;
	width: 900px;
	height: 100%;
	min-height: 590px;
	overflow: scroll;
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	-moz-border-radius: 4px; /* Firefox */
}
#first .boxIn {
	min-height: auto;
}
#commentBox .row,
#first .row {
	width: 810px;
	margin: 40px auto 20px;
	overflow: hidden;
}
#first .row p {
	font-size: 150%;
	line-height: 1.6em;
	text-align: center;
}
#commentBox article section {
	margin-bottom: 20px;
	font-size: 0.9em;
	overflow: hidden;
}
#commentBox section {
	margin-bottom: 50px;
	font-size: 0.9em;
	overflow: hidden;
}
#commentBox .photoBox .box_l {
	width: 600px;
}

#commentBox section section {
	margin-bottom: 20px;
	font-size: 1em;
}

#commentBox table {
	width: 100%;
}
#commentBox table th {
	vertical-align: middle;
}
#commentBox table td {
	padding: 5px 10px;
}

#commentBox .sampleBox .photo {
	margin: 0 15px 15px 0;
	float: left;
}
#commentBox .sampleBox .photo img {
	display: block;
}
#commentBox .sampleBox .photo:nth-of-type(3n) {
	margin: 0 0 15px 0;
}

/* modal-close */
#commentBox .modal-close,
#first .modal-close {
	position: absolute;
	top: 0;
	right: 0;
}
#commentBox .modal-close:hover,
#first .modal-close:hover {
	cursor: pointer;
}


#modal-overlay{
	z-index:9998;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}






/* ===================================================
    Footer
=================================================== */
#footerBox {
	width: 990px;
	margin: 110px auto 0;
	padding-top: 20px;
	background-image: url(../img_common/logo_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pagetop {
	clear: both;
	width: 130px;
	margin: 0;
	/*padding: 110px 0 0 0;*/
	padding: 0;
	/*height: 35px;*/
	float: right;
}
#pagetop a {
	background-image: url(../img_common/pagetop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 15px 0 0;
	color: #FFF;
	text-decoration: none;
}
#pagetop a:hover,
#btn_low a:hover {
	text-decoration: underline;
}

#btn_low {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-left: 100px;
	/*margin: 100px 0 0 120px;*/
}


#footer {
	clear: both;
	width: 990px;
	margin: 5px auto 0 auto;
	padding: 5px 0 0 0;
	border-top: #FFF 1px solid;
}
#copyright {
	color: #FFF;
	margin: 0;
	padding: 0 0 10px 0;
	font-family:"Times New Roman", Times, serif;
}