@charset "utf-8";
/*----------------------------------------------------
creation date 2013.9
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/
/*------------------------------------
   01-base
   02-layout
------------------------------------*/

/*------------------------------------
   01-base
====================================*/
/* body
------------------------------------*/
html,body{
	height:100%;
}
body {
	font-size:12px;
	font-size:75%\9;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	color:#333333;
	-webkit-text-size-adjust: none;
}
div#wrapper {}
body.popup {
	width:100%;
	margin:0 auto;
	border:0;
}
* html body.popup #wrapper {
	height : 1%;
}

/* a
------------------------------------*/
a:link{
	text-decoration:underline;
	color:#336699;
}
a:visited{
	text-decoration:underline;
}
a:hover,
a:active{
	text-decoration:none;
	color:#6699cc;
}
/*
a:hover img {
opacity:.7;
-ms-filter:"alpha(opacity=70)";
filter:alpha(opacity=70);
}
*/

/* clear
------------------------------------*/
.clear{
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
	.clearfix {
	display: block;
}

/* hr
------------------------------------*/
hr{
	display:none;
}

/*------------------------------------
   02-layout
====================================*/
/* header
------------------------------------*/
div#header{
	clear:both;
	float:left;
	width:100%;
	padding-bottom:10px;
	background:none;
	 border-bottom: 3px solid #01a32b;
}
div#header p{
	margin:0;
	padding:0 15px;
}

#header #site_ttl{
	margin-top:10px;
}

#header #site_ttl img{
	margin-right:12px;
}
@media (max-width: 519px){
#header #site_ttl img{
	width:120px;
}
}

/* content
------------------------------------*/
div#container {
	position:relative;
	float:left;
	clear:both;
	overflow:hidden;
	width:100%;
}
div#content {
	width:auto;
	margin:10px 20px 0;
}
#main{
	max-width:675px;
	margin:0 auto;
}
@media (max-width:675px){
#main{
	width:100%;
	margin:0 auto;
}
}
div#main02 {
	float:none;
	width:100%;
}

/* toTop */
div.toTop p{
	margin:30px 0;
	padding:0;
	text-align:right;
}	

div.toTop a{
	padding-left:17px;
	background:url(/shared/image/ico/ico_pagetop.gif) no-repeat left top;
	font-size:92%;
}

/* .close */
div.close {
	width:60px;
	margin:0 auto;
	cursor:pointer;
}
div.close img {
	border:none;
}

/* footer
------------------------------------*/
div#footer {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	margin:40px auto 0;
	padding-top:8px;
	border-top:#ff6600 3px solid;
}
div#footer address {
	margin-bottom:5px;
	padding:0 20px;
	text-align:right;
	font-size:77%;
}
