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

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

/****************************************
		General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0; !important;
	padding: 0:
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;		
}	
html{
overflow:0;
}

BODY {
	overflow-y: scroll;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 100%;
	color: #221F20;
	background-color: #E0E4E5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height: 1em;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
P {
	font-size: 14px;
	line-height: 20px;
}
.clear {
 	clear: both;
}
a{
	text-decoration: none;
}
a:HOVER {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.Space5px {
     height:5px;
}
.Space10px {
     height:10px;
}
.Space15px {
     height:15px;
}
.Space20px {
     height:20px;
}
.Space25px {
     height:25px;
}
.Space30px {
     height:30px;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}

.ColorGray {
	color: #979484;
}

/****************************************
		Layout Box
*****************************************/


#Outer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#LogoBox {
	text-align: right;
	margin-right: 74px;
	margin-left: 74px;
	margin-top: 37px;
	padding-bottom: 37px;
}
#PTT {
	margin-right: 74px;
	margin-left: 74px;
}
#TopSpace {
	height: 22px;
}
#Row {
	margin-bottom: 22px;
	padding-left: 74px;
	padding-right: 74px;
}
.BoxL {
	height: 540px;
}
.BoxL div {
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 37px;
}
.BoxL h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 36px;
}
.BoxLTextBox50 {
	width: 398px;
}
.BoxM {
	float: left;
	width: 50%;
	height: 540px;
}
.BoxM div {
	margin-top: 19px;
	margin-right: 20px;
	margin-left: 20px;
}
.BoxM h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.BoxS {
	float: left;
	width: 292px;
	height: 180px;
}
.BoxS div {
	margin-top: 14px;
	margin-right: 20px;
	margin-left: 20px;
}
.BoxS h3 {
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 19px;
}
.BoxXS {
	float: left;
	height: 56px;
	width: 292px;
}
.BoxXS div {
	margin-top: 9px;
	margin-right: 20px;
	margin-left: 20px;
}
