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

初期化

////////////////////////////////////////////*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{  
    margin: 0; padding:0;  
}  
table{  
    border-collapse: collapse; border-spacing:0;  
}  
fieldset, img{  
    border: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var{  
    font-style: normal; font-weight:normal;  
}  
ol, ul{  
    list-style: none;  
}  
caption, th{  
    text-align: left;  
}  
h1, h2, h3, h4, h5, h6{  
    font-size:100%; font-weight:normal;  
}  
q:before, q:after{  
    content:”;  
}  
abbr, acronym{  
    border:0;  
}  
a{
	color: #333;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
figure{
	margin: 0;
	padding: 0;
}
/* ///////////////////////////////////////////

Font

////////////////////////////////////////////*/

body {
	font:14px/1.231 'メイリオ',"arial","helvetica",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	color: #333;
	line-height: 1.7;
	background: url(../images/bg.jpg) no-repeat 50% bottom;
	background-size: cover;
	}

select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}
button{
	border: none;
	background: none;
	margin: 10px 0 0 0;
}
table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.bold{
	font-weight: bold;
}
a:hover img{
	filter: alpha(opacity=6);
	-moz-opacity:0.6;
	opacity:0.6;
	}




/* ///////////////////////////////////////////

Global style

////////////////////////////////////////////*/



/* ///////////////////////////////////////////

Common style

////////////////////////////////////////////*/
.cloearfix{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
}

.title01{
	font-family: 'Lato', sans-serif;
	font-weight:  lighter;
	letter-spacing: 3px;
	color: #07657a;
	font-size:  20px;
}
p.borderBottom{
	border-bottom: 1px dotted #999;
}


.small{
	font-size: 90%;
}

/* common color */
.pink	{color: #ef0794;}
.gold	{color: #d5ac30;}
.blue	{color: #0698ff;}
.orange	{color: #ff8706;}
.violet	{color: #ff66fa;}
.purple	{color: #a158eb;}
.brown	{color:	#8B3234;}
.gray	{color:	#777;}
/*___/ clearfix /___*/

.clearfix:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

.tright{ text-align: right;}
.fright{ float: right;}
.fleft{ float: left;}
.clear{
    clear: both; 
}
.center{ text-align: center;}

.font10{	font-size: 10px;}
.font11{	font-size: 11px;}
.font12{	font-size: 12px;}
.font14{	font-size: 14px;}
.font18{	font-size: 18px;}
.font19{	font-size: 19px;}
.font20{	font-size: 20px;}
.font22{	font-size: 22px;}


.w280{	width: 280px;}
.w315{	width: 315px;}
.w340{	width: 340px;}
.w375{	width: 375px;}
.w400{	width: 400px;}
.w480{	width: 480px;}
.w500{	width: 500px;}
.w650{	width: 650px;}


.textRight{	text-align: right;}
.textCenter{ text-align: center; }

.mt5{	margin-top: 5px}
.mt10{	margin-top: 10px}
.mt13{	margin-top: 13px}
.mt15{	margin-top: 15px}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt60{	margin-top: 60px;}
.mt65{	margin-top: 65px;}
.mt70{	margin-top: 70px;}
.mt80{	margin-top: 80px;}
.mt90{	margin-top: 90px;}
.mb10{	margin-bottom: 10px;}
.mb15{	margin-bottom: 10px;}
.mb20{	margin-bottom: 20px;}
.mb30{	margin-bottom: 30px;}
.mb40{	margin-bottom: 40px;}
.mb50{	margin-bottom: 50px;}
.mb60{	margin-bottom: 60px;}
.mb70{	margin-bottom: 70px;}

.mr5{	margin-right: 5px}
.mr10{	margin-right: 10px}
.mr15{	margin-right: 15px}
.mr20{	margin-right: 20px}
.mr30{	margin-right: 30px}
.mr40{	margin-right: 40px}

.ml5{	margin-left: 5px}
.ml10{	margin-left: 10px}
.ml15{	margin-left: 15px}
.ml20{	margin-left: 20px}

.p5{	padding: 5px}
.p10{	padding: 10px}
.p15{	padding: 15px}

.pl15{	padding-left: 15px}

.pr15{	padding-right: 15px}

.pb15{	padding-bottom: 15px}

.bold{	font-weight: bold;}

#pagetop{
	position: fixed;
	right: 0;
	bottom: 100px;
}

.red{
	color: #990000; !important
}
strong{ font-weight: bold;}