@charset "utf-8";
/* 
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%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
}

ol, ul, li { list-style:none; }

body {
    line-height:1;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
}

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;
}
img{
	width: 100%;
	height: auto;
	vertical-align:top;
}

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



/* ---------------------------------------------------------- */
/* COMMON CSS */
/* ---------------------------------------------------------- */
/* ------------------------------ */
/* Input Form */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea{
	font-size:16px;
	padding: 5px 2%;
	width:95%;
}
input[type="radio"],
input[type="checkbox"] {
	font-size: x-large;
	height: 30px;
	width: 30px;
}
select{
	font-size:120%;
	font-size: 5vw;
}

/* ------------------------------ */
/* font text */
strong{ font-weight: bold; }
.bold{ font-weight: bold; }
.must{ color: #FF0000; }
.textLLL{ font-size:130%; }
.textLL{ font-size:120%; }
.textL{ font-size:110%; }
.textS{ font-size:90%; }
.textSS{ font-size:80%; }
.textSSS{ font-size:70%; }
.textRed{ color:#e00; }
.textBlue{ color:#00e; }
.textGreen{ color:#0c0; }

/* ------------------------------ */
/* layout */
.floatL{ float:left; }
.floatR{ float:right; }
.marginC{ margin-left:auto; margin-right:auto; }
.imgL{
	float:left;
	padding-right: 10px;
	margin-bottom: 10px;
}
.imgR{
	float:right;
	padding-left: 10px;
	margin-bottom: 10px;
}
.alignR{ text-align: right; }
.alignC{ text-align: center; }
.clr{ clear:both; }

/* ------------------------------ */
/* width */
.width100{width:100% !important;}
.width95{width:95% !important;}
.width90{width:90% !important;}
.width80{width:80% !important;}
.width70{width:70% !important;}
.width60{width:60% !important;}
.width50{width:50% !important;}
.width40{width:40% !important;}
.width30{width:30% !important;}
.width20{width:20% !important;}
.width10{width:10% !important;}

/* ------------------------------ */
/* clearfix */
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow:auto;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: inline-block;
}

/* ------------------------------ */
/* btnLink */
.btnLink{
	border:1px solid #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom,from(#FFF), to(#CCC));
	width:100%;
	text-align: center;
	font-size: 150%;
	padding:10px 0;
	margin:20px 0;
}
/* form_txt */
p.agreeLink{
	width:200px;
	margin:30px auto 0;
	text-align:center;
	color:#FF5F5F;
	font-size:90%;
}
p.agreeLink a{
	text-decoration: underline;
	color:#FF5F5F;
}
p.agreeLink a:hover{
	text-decoration: none;
}

/* ------------------------------------------------------ */
/* Base Style */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Margin */
.ma0 { margin:0; } .mt0 { margin-top:0; } .mr0 { margin-right:0; } .mb0 { margin-bottom:0; } .ml0 { margin-left:0; }
.ma5 { margin:5px; } .mt5 { margin-top:5px; } .mr5 { margin-right:5px; } .mb5 { margin-bottom:5px; } .ml5 { margin-left:5px; }
.ma10 { margin:10px; } .mt10 { margin-top:10px; } .mr10 { margin-right:10px; } .mb10 { margin-bottom:10px; } .ml10 { margin-left:10px; }
.ma15 { margin:15px; } .mt15 { margin-top:15px; } .mr15 { margin-right:15px; } .mb15 { margin-bottom:15px; } .ml15 { margin-left:15px; }
.ma20 { margin:20px; } .mt20 { margin-top:20px; } .mr20 { margin-right:20px; } .mb20 { margin-bottom:20px; } .ml20 { margin-left:20px; }
.ma30 { margin:30px; } .mt30 { margin-top:30px; } .mr30 { margin-right:30px; } .mb30 { margin-bottom:30px; } .ml30 { margin-left:30px; }
.ma40 { margin:40px; } .mt40 { margin-top:40px; } .mr40 { margin-right:40px; } .mb40 { margin-bottom:40px; } .ml40 { margin-left:40px; }
.ma50 { margin:50px; } .mt50 { margin-top:50px; } .mr50 { margin-right:50px; } .mb50 { margin-bottom:50px; } .ml50 { margin-left:50px; }

/* Padding */
.pa0 { padding:0; } .pt0 { padding-top:0; } .pr0 { padding-right:0; } .pb0 { padding-bottom:0; } .pl0 { padding-left:0; }
.pa5 { padding:5px; } .pt5 { padding-top:5px; } .pr5 { padding-right:5px; } .pb5 { padding-bottom:5px; } .pl5 { padding-left:5px; }
.pa10 { padding:10px; } .pt10 { padding-top:10px; } .pr10 { padding-right:10px; } .pb10 { padding-bottom:10px; } .pl10 { padding-left:10px; }
.pa15 { padding:15px; } .pt15 { padding-top:15px; } .pr15 { padding-right:15px; } .pb15 { padding-bottom:15px; } .pl15 { padding-left:15px; }
.pa20 { padding:20px; } .pt20 { padding-top:20px; } .pr20 { padding-right:20px; } .pb20 { padding-bottom:20px; } .pl20 { padding-left:20px; }

/* ------------------------------------------------------ */
/* List */
ul.disc li   { margin-left:1.2em; list-style: disc !important; }
ul.square  li { margin-left:1.2em; list-style:square !important; }
ul.decimal li {  margin-left:1.2em; list-style:decimal !important; }

/* ------------------------------------------------------ */
/* Tag */
em.limit { display:inline-block; padding:0.2em 0.8em; margin-left:1em; color:#fff; background:#E10C69; font-size:0.9em; font-weight:bold; line-height:1.5; }
em.close { display:inline-block; padding:0.1em 0.6em; margin-left:1em; color:#E71B0A; border:2px solid #E71B0A; font-size:0.9em; font-weight:bold; line-height:1.5; }

/* ------------------------------------------------------ */
/* Button */
.btn01 a {
	display:inline-block;
    margin:0.8em 0 0 0;
    padding: 0.4em 1.2em;
	color:#FFF;
	font-size:inherit;
    font-style: normal;
	text-align:center;
	text-decoration:none;
	background-color:#f35b4b;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn01 a:hover { color:#FFF !important; opacity:0.7; }
.btn01 a:link  { color:#FFF; }
.btn01 a:visited { color:#FFF; }
.btn01 a:after {
	content:"≫";
	padding-left:0.4em;
}

/* ------------------------------------------------------ */
/* Color */

.marker01 { background:linear-gradient(transparent 60%, #f8f3d9 20%); }

.fc0 { color:#000000; }
.fc1 { color:#0c88c9; }
.fc2 { color:#ed3662; }

.bg00 { background-color:#f4f4ec; }
.bg01 { background-color:#f8f3d9; }
.bg02 { background-color:#05a8ae; }

.bg_dot  { background:#d8f6f7 url(../img/bg_dot.gif) repeat; }
.bg_grid { background:#d5f5f6 url(../img/bg_grid.gif) repeat; }
