@charset "UTF-8";

* {
	margin: 0;
	padding : 0;
}

html {
}

body {
	font-size:12px;
	color:#444;
	line-height:1.5em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background:#FFF;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.4em;
}

p, li,dt,dd {
	font-size:1.2em;
	line-height:1.55em;
}

input {
	font-size:1.4em;
}

hr{
	background-color: #999999;
	border: medium none;
	color: #999999;
	height: 1px;
	margin: 8px 0;
}

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

th, td {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

.left{ float:left; }

.right{ float:right; }

a {
	color:#444;
	text-decoration: none;
}
a:hover {
	color:#3FA536;
	text-decoration: underline;
}
a.line {
	color:#999900;
	text-decoration: underline;
}
a:hover.line {
	color:#111;
	text-decoration: none;
}

i{
	padding: 0 2px 0 0;
}

img,
a img {
	border : 0;
}

.clr {
	clear: both;
}
.clearfix:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}


#loader {
	width: 32px;
	height: 32px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.6);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 0;
	font-size: 24px;
	color: #fff;
	line-height: 230%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(0,0,0,.8);
}


#header:after,
#contents:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#header,
#contents{
	zoom: 1;
}


.boxSocial{
	float: right;
	width: 65%;
	padding-top: 5px;
}
.boxSocial ul{
	float: right;
	list-style: none;
	margin-right: 6px;
}
.boxSocial ul li{
	float: left;
	max-width: 100%;
	margin-right: 3px;
}
.boxSocial ul li span,
.boxSocial ul li i{
	display: inline-block;
	color: #FFF;
	line-height: 170%;
	background-color: #9C0029;
	font-size: 1.4em;
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	opacity: 0.9;
}
.boxSocial ul li img{
	max-width: 22px;
	padding-bottom: 6px;
}
.boxSocial .button{
	float: right;
}


.nav {
	margin: auto;
	padding: 0 ;
}
.fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99999999;
	box-shadow: #DDD 0px 0px 6px;
	-webkit-box-shadow: #DDD 0px 0px 6px;
	-moz-box-shadow: #DDD 0px 0px 6px;
}



#footer{
	width: 100%;
	background:url("/img/bg/paper_01.jpg") ;
	padding: 6px 0 6px 0;
}

#footer p{
	font-size: 1.0em;
	color: #666;
	text-align: center;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

img,
a img {
	border : 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#header{

	width: 100%;
	background:url("/img/bg/paper_01.jpg") ;
	padding: 4px 0 0 0;
}
#header h1{
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
}
#header .boxLogo{
	float: left;
}

#wrapper {
	width: 100%;
	text-align: left;
	z-index: 1;
}
#contents {
	width: 100%;
	margin: auto;

	text-align:center;
}
.inner{
	width: 700px;
	margin: auto;
}

.section .box{
	width: 700px;
	margin: auto;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
}



}





/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

img {
	max-width: 100%;
	height:auto;
}
img{
	  touch-callout:none;
	  user-select:none;
	  -webkit-touch-callout:none;
	  -webkit-user-select:none;
	  -moz-touch-callout:none;
	  -moz-user-select:none;
}


#wrapper {
	width: 100%;
	text-align: left;
	z-index: 1;
}

#contents {
	width: 100%;
	margin: auto;
	text-align:center;
}

.inner{
	width: 96%;
	margin: auto;
}


/* ヘッター
-------------------------------------------- */
#header{

	width: 100%;
	background:url("/img/bg/paper_01.jpg") ;
	padding: 4px 0 0 0;
}
#header h1{
	font-size: 0.9em;
	font-weight: normal;
	color: #555;
}
#header .boxLogo{
	float: left;
	width: 10%;
}
#header .boxLogo img{
	width: 100%;
}

.boxSocial ul li img{
	max-width: 22px;
	padding-top: 6px;
}

}



/* font size */
.text-xxlarge {
	font-size: 2.2em;
	letter-spacing:1px;
}
.text-xlarge {
	font-size: 2.0em;
	letter-spacing:1px;
}
.text-large {
	font-size: 1.8em;
	letter-spacing:1px;
}
.text-xmedium {
	font-size: 1.6em;
	letter-spacing:1px;
}
.text-medium {
	font-size: 1.4em;
	letter-spacing:1px;
}
.text-normal {
	font-size: 1.2em;
}
.text-small {
	font-size: 1.0em;
}
.text-xsmall {
	font-size: 0.9em;
}


/* button */
.button{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}
.button a{
	background: #F5F5F5;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 6px 10px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.button a:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 6px 10px;
	display: block;
	color: #666;
	text-decoration: none;
}

.button-md{
	font-size: 1.25em;
	line-height: 170%;
}
.button-md a{
	border:none;
	padding: 12px 24px 12px 24px;
}
.button-md a:hover{
	border:none;
	padding: 12px 24px 12px 24px;
}




.w-20 {
	width: 20%;
	margin:0 auto;
}
.w-30 {
	width: 30%;
	margin:0 auto;
}
.w-40 {
	width: 40%;
	margin:0 auto;
}
.w-50 {
	width: 50%;
	margin:0 auto;
}
.w-60 {
	width: 60%;
	margin:0 auto;
}
.w-70 {
	width: 70%;
	margin:0 auto;
}
.w-80 {
	width: 80%;
	margin:0 auto;
}
.w-90 {
	width: 90%;
	margin:0 auto;
}
.w-96{
	width: 96%;
	margin:0 auto;
}

.w-98{
	width: 98%;
	margin:0 auto;
}

.w-100{
	width: 100%;
	margin:0 auto;
}







.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 20px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-top-2 {
	margin-top: 2px !important;
}
.margin-top-3 {
	margin-top: 3px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-6 {
	margin-top: 6px !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 20px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}

