@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2014.09.30
Style Info:     Reset＆Base css
------------------------------------------------------------------------ */  
   
/* ----------------------------------------------------------------reset */  
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	line-height:1.5;
	font-size:14px;
	color:#333;
	background:#fff;
	position:relative;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;/* 必要に応じてカラー指定を変更 */
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
img {
	vertical-align:top;
}
li {
	list-style:none;
}


/*------------------------------------------------------------link*/

a:link, a:visited {
	color:#333;
	text-decoration: none;
}
a:hover, a:active {
	color: #00479D;
	text-decoration: none;
}
a:hover img.hoverimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/*------------------------------------------------------------Common*/

.full {
	width:100%;
}
.full img{
	width:100%;
	height:auto;
}
.half {
	width:50%;
}
.half img{
	width:100%;
	height:auto;
}
.third {
	width:33%;
}
.third img{
	width:100%;
	height:auto;
}
.forth {
	width:25%;
}
.forth img{
	width:100%;
	height:auto;
}
.fifth {
	width:20%;
}
.fifth img{
	width:100%;
	height:auto;
}


/*------------------------------------------------------------space */

.flL {float: left;}
.flR {float: right;}
.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}
.red {color:#F00;}
.orange {color:#FF6600;}


.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
 
.ml05 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}

.mr05 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}

.mt05 {margin-top: 05px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}

.pr05 {padding-right:5px;}
.pr10 {padding-right:10px;}

.pl03 {padding-left:3px;}
.pl04 {padding-left:4px;}
.pl05 {padding-left:5px;}
.pl10 {padding-left:10px;}

.pb04 {padding-bottom:4px;}
.pb05 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}

.pad05 {padding:0px 5px;
text-align:justify;
}
.pad10 {padding:0px 10px;
text-align:justify;
}


/*------------------------------------------------------------clearfix*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

