/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	}
.box {
	width:90%;
	border-left:6px solid #000;
	min-height:950px;
height:auto !important;
	padding-top:30px;
	padding-bottom:50px;
	margin-left:5%;
	padding-left:3%;
	}
.box1 {
	width:100%;
	float:left;
	}
.box1 .title {
	font-family: リュウミン R-KL;
	color:#000;
	font-size:120%;
	}
.box1 .pro {
	width:100%;
	margin-top:15px;
	}
.box2 .txt {
	color:#000;
	font-size:70%;
	font-family: UD新ゴ R;
	margin-top:35px;
	line-height:180%;
	clear:both;
	}
.box2 .txt a {
	color:#000;
	font-family: UD新ゴ R;
	text-decoration:none;
	}
.box1 .txt a:hover {
	color:#000;
	font-family: UD新ゴ R;
	text-decoration:underline;
	}
.box2 {
	width:90%;
	float:left;
	}
.box2 .txt1 {
	color:#000;
	font-size:70%;
	font-family: UD新ゴ L;
	text-align:justify;
	}
.box2 .txt2 {
	color:#fff;
	font-size:70%;
	font-family: UD新ゴ R;
	background-color:#333;
	padding:3px;
	margin-top:15px;
	margin-top:5%;
	}
.box2 .txt3 {
	margin-top:15px;
	margin-bottom:5px;
	}
.box2 .txt3 dl {
	width:100%;
	margin-top:-2%;
	}
.box2 .txt3 dt {
	margin-bottom:15px;
	width:20%;
	float:left;
	color:#000;
	font-size:70%;
	font-family: UD新ゴ M;
	}
@media screen and (max-width:480px){
.box2 .txt3 dt span{
	display:none;
	}
}
@media screen and (min-width:481px){
.txt span br{
	display:none;
	}
}
.box2 .txt3 dd {
	margin-bottom:15px;
	width:79%;
	float:left;
	color:#000;
	font-size:65%;
	font-family: UD新ゴ L;
	margin-left:1%;
	line-height:140%;
	border-bottom:1px dotted #999;
	padding-bottom:0.6%;
	text-align:justify;
	}
.close {
	width:90%;
	float:left;
	color:#000;
	font-size:70%;
	font-family: UD新ゴ R;
	margin-top:20px;
	margin-bottom:20px;
	line-height:150%;
	text-align:justify;
	background-color:#fff;
	border:1px solid #000;
	text-align:center;
	clear:both;
	}
.close a {
	color:#000;
	font-family: UD新ゴ R;
	text-decoration:none;
	}