/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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 {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

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

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*追加*/
ol,ul {list-style: none;}
.floatleft {float: left;}
.floatright {float: right;}
.text-align_center{ text-align:center; }
.text-align_right{ text-align:right; }
.text-align_left{ text-align:left; }
.vert_top{ vertical-align:top; }
.vert_middle{ vertical-align:middle; }
.vert_bottom{ vertical-align:bottom; }
img {border: 0;vertical-align: bottom;}
a img {border: none;}
img {
	transition: 0.6s ;
}
a img:hover {
	opacity: 0.7 ;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* Clearing floats */
.clear:after,.wrapper:after {clear: both;}
.clear:before,.clear:after,.wrapper:before,.wrapper:after {display: table;content: "";}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
.cf:after {content : "";clear : both;display : block;} 

/*form*/
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button, input {
    line-height: normal
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.red { color:#c53d43;}
.big { font-size:120%;}
.s_big { font-size:110%;}
.bold { font-weight:bold;}
.text14 { font-size:14px; line-height:1.5 !important;}
.text15 { font-size:15px; line-height:1.5 !important;}

.mt5 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt15 {  margin-top: 15px !important;}
.mt20 {  margin-top: 20px !important;}
.mt30 {  margin-top: 30px !important;}
.mt40 {  margin-top: 40px !important;}
.mt50 {  margin-top: 50px !important;}

.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 {  margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 {  margin-bottom: 50px !important;}