﻿@charset "utf-8";

/* base Set
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;}
	
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
	
html{
	overflow-y: scroll;
	font-size:62.5%;}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#262626;
	font-size:15px;
	font-size:1.5rem;
	line-height:1;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;/*ランドスケープ対策*/}

ol, ul{
	list-style:none;}

table {
	border-collapse: collapse;
 	border-spacing:0;}
  
caption, th{
	text-align: left;}
	
input, select {
	vertical-align:middle;}

img {
	border: none;
	vertical-align: bottom;}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;}
	
blockquote, q {
	quotes: none;}
		
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;} 
	
input, textarea{
	margin: 0;
	padding: 0;}

del {
	text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;}

hr {
	display:block;
	margin:0;
	padding:0;}
	
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1; }


/* txt Set
----------------------------------------------------*/
p{
	line-height:1.8;}

.small {
	font-size:12px!important;
	font-size:1.2rem!important;}
	
.bold {
	font-weight: bold!important;}
	
.sup {
	color: #900;}

a{ 
	color:#26A3BD;
	text-decoration:none;}
	
a:hover {
	text-decoration:underline;}
	
a:focus {
	outline:none;}
	

/* CSS rollover
----------------------------------------------------*/
a:hover img.hov {
	background-color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;}

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

.clear {
	clear: both;}

/* Adjustment
----------------------------------------------------*/
.mb5 {
	margin-bottom: 5px!important;}
.mb10 {
	margin-bottom: 10px!important;}
.mb15 {
	margin-bottom: 15px!important;}
.mb20 {
	margin-bottom: 20px!important;}
.mb30 {
	margin-bottom: 30px!important;}
.mb40 {
	margin-bottom: 40px!important;}
.mb60 {
	margin-bottom: 60px!important;}
.mb80 {
	margin-bottom: 80px!important;}
	
.alignL {
	text-align: left!important;}
.alignC {
	text-align: center!important;}
.alignR {
	text-align: right!important;}

.rightBox{
	float:right;}
	
.leftBox{
	float:left;}

/* end */
