﻿/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
OriginalCSS : 2015-03-20
*/
@charset "UTF-8";

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;
/*    vertical-align:baseline;*/
    background:transparent;
/*  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}

/* --HTML-- */
html {
background:#FFEA7A; /* トップページのハッダー以下の壁紙 */
color:#222222;
overflow-y:scroll;
margin:0;
padding:0;
-webkit-text-size-adjust:none;
}

/* --BODY-- */
body {
font:14px/1.231 "Lucida Grande", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
letter-spacing: 0.1em;
margin:0;
padding:0;
}

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

nav ul { list-style:none; }

iselect, input, textarea {
font: 99% "Lucida Grande", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
}

/** Bump up !IE to get to 13px equivalent */
pre, code { font: 115% monospace; }

 /* for Windows */
 .win body {
 font-family:'メイリオ', 'Meiryo';
 }

 /* for Win IE6 */
 * html.win body {
 font-family:'ＭＳ Ｐゴシック';
 }

 /* for Mac firefox2 */
 .mac body.firefox2 {
 font-size:13px;
 }

/* --OTHER TAGS-- */
a { overflow:hidden; }

a img, img { border:0; }

abbr, acronym { border:0; }

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
*+html code, *+html kbd, *+html pre, *+html samp, *+html tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul { list-style:none; }

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

/* 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;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
vertical-align:middle;
margin:0;
padding:3px;
vertical-align:baseline;
}

 /* for IE6 */
 * html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 }

 /* for IE7 */
 *+html input, *+html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 }

 /* for IE8 */
 .msie8 select {
 font-family: sans-serif;
 }

 /* for Chrome1 */
 .chrome1 select {
 font-family:'Lucida Grande', Arial, Helvetica;
 }

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}
input, select { vertical-align:middle; }
/*input, textarea { padding:8px 4px 4px; line-height:100%;
    border-color: #FFF; 
    -webkit-box-shadow: 0px 0px 6px rgba(255,255,255,.7); 
    -moz-box-shadow: 0px 0px 6px rgba(255,255,255,.7); 
    box-shadow: 0px 0px 6px rgba(255,255,255,.7); 
}*/

hr { display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

.clear { clear: both; }

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

/* Hides from IE Mac */
* html .clearfix{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix{ display:block; }
/* End Hack */ 

/* FireFox table自動改行をさせるcss */
/* http://bouyke.com/archives/105 */
.table_br {
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap;/* CSS 2.1 */
white-space: pre-line;/* CSS 3.0 */
white-space: -pre-wrap;/* Opera 4-6 */
white-space: -o-pre-wrap;/* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap;/* HP Printers */
word-wrap: break-word;/* IE 5+ */
}

a:link {color: #444; /*	text-decoration:underline;*/ text-decoration:none; }
a:visited {color: #444; /* text-decoration:underline;*/ }
a:hover { background-color:;color: #ff0080;}
a:active { background-color:;color: #66c1af;}

a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; }

noscript { display:none;}


/*部品 -----------------------------------------------------*/

.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mr15 { margin-right:15px;}

.tac { text-align:center;}
.tar { text-align:right;}

.fb{ font-weight:bold;}
.red { color:#FF0000;}
.center { text-align:center;}

.nimg { width:auto !important;}
.box_nimg {}
.box_nimg img {width:auto;}

.floatl { float:left;}
.floatr { float:right;}

.tshadow { text-shadow: 1px 1px 3px #000; }  /* テキストシャドウ*/
.boshadow { /* ボックスシャドウ */
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
}
.bishadow { /* ボックスシャドウ内側 */
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
.tra { /* アニメーション */
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
.tp { /* 透明 Transparent */
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
.kadomaru4 {
   -moz-border-radius: 4px;    /* Firefox */
   -webkit-border-radius: 4px; /* Safari,Chrome */
   border-radius: 4px;         /* CSS3 */
}
.kadomaru6 {
   -moz-border-radius: 6px;    /* Firefox */
   -webkit-border-radius: 6px; /* Safari,Chrome */
   border-radius: 6px;         /* CSS3 */
}
.sankaku{
	float:left;
	display:block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 3px solid transparent;
    border-left:  6px solid #FFF;
	margin:3px 0 0 0;
}

input:hover, 
textarea:hover, 
input:focus, 
textarea:focus { 
    border-color: #C9C9C9; 
    -webkit-box-shadow: 0px 0px 6px rgba(255,15,135,.7); 
    -moz-box-shadow: 0px 0px 6px rgba(255,15,135,.7); 
    box-shadow: 0px 0px 6px rgba(255,15,135,.7); 
} 

/*-----------------------------------------------------------

http://itami.info/ftp/cssinit/ 

 |px| %|
 | 8|62|
 | 9|68|
 |10|74|
 |11|83.3|
 |12|93|
 |13|100|
 |14|105|
 |15|115|
 |16|123|
 |17|136|
 |18|145|
 |19|154|
 |20|160|

 ex) 12px
 element { font-size: 93%; }

 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|

 ------------------------------------------------------------*/