﻿@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 {
	width: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	width: 100%;
	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;
}

*:focus {
	outline: none;
}

input, select {
    vertical-align: middle;
}

input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
button:hover, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: none;
  padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

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
----------------------------------------------------*/
.small {
	font-size: 13px!important;
	font-size: 1.3rem!important;
}
	
.bold {
	font-weight: bold!important;
}

a:focus {
    outline: none;
}
	

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


/* Adjustment
----------------------------------------------------*/
/*margin-bottom*/
.mb10 {
	margin-bottom: 10px!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;}
.mb1em {
	margin-bottom: 1em!important;}
.mb2em {
	margin-bottom: 2em!important;}

/*margin-top*/
.mt10 {
	margin-top: 10px!important;}
.mt20 {
	margin-top: 20px!important;}
.mt30 {
	margin-top: 30px!important;}
.mt40 {
	margin-top: 40px!important;}
.mt60 {
	margin-top: 60px!important;}
.mt80 {
	margin-top: 80px!important;}
.mt1em {
	margin-top: 1em!important;}
.mt2em {
	margin-top: 2em!important;}

/*margin-right*/
.mr10 {
	margin-right: 10px!important;}
.mr20 {
	margin-right: 20px!important;}
.mr30 {
	margin-right: 30px!important;}

/*padding-bottom*/
.pb10 {
	padding-bottom: 10px!important;}
.pb20 {
	padding-bottom: 20px!important;}
.pb30 {
	padding-bottom: 30px!important;}
.pb40 {
	padding-bottom: 40px!important;}
.pb60 {
	padding-bottom: 60px!important;}
.pb80 {
	padding-bottom: 80px!important;}
.pb1em {
	padding-bottom: 1em!important;}
.pb2em {
	padding-bottom: 2em!important;}

/*position*/
.alignL {
	text-align: left!important;}
.alignC {
	text-align: center!important;}
.alignR {
	text-align: right!important;}


/* end */
