@charset "utf-8";

/*=======================================================

	third hands CSS
	ATHR : Assiette Ltd.
	DATE : 2016/07
	FILE : base.css
    ----------------------------
	LINK COLOR  : #1DA7FA		()

=========================================================


/*-------------------------------------
	reset
-------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul, li,
th, td,
form, fieldset, input, textarea { margin: 0; padding: 0; outline: none;}

input{ vertical-align : middle ;}

select { margin: 0; }



/*-------------------------------------
	アピアランス
-------------------------------------*/

abbr, acronym { border:0 none; }
q::before, q::after { content:""; }
img { border:0 none; vertical-align:bottom; }
object { outline:none; }
table { border-spacing:0; border-collapse: collapse; border-spacing: 0; word-break: break-all; word-wrap: break-word; }
*:first-child+html table { border-collapse:collapse; }	/* IE 7 */
* html table { border-collapse:collapse; }				/* IE 6 */
caption { text-align:left; }
th,
td { text-align:left; vertical-align:middle; empty-cells:show; }
fieldset { border:0 none; }
label { cursor: pointer; }
iframe { margin: 0; padding: 0; width: 100%; overflow:auto; border: none;}

/* 全対応 */
*, *:before, *:after {
	font-family: "メイリオ", Meiryo, "游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, Helvetica, sans-serif;
	box-sizing: border-box;
	}

/*-------------------------------------
	文字装飾
-------------------------------------*/

h1, h2, h3, h4, h5, h6 { position: relative; margin-bottom: 20px; color: #111; font-size: 26px; font-weight: normal; font-style:normal; line-height: 1.1; text-align: left;}
p, address, blockquote, pre, div,
abbr, acronym, dfn, cite, q, code, kbd, samp, var,
dl, ol, ul,
caption, th { font-weight:normal; font-style:normal; }
em, strong, optgroup { font-weight:bold; font-style:normal; }


/*-------------------------------------
	HTML5
-------------------------------------*/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { position:relative; display:block; margin:0 0 0 0; padding:0 0 0 0; }


/*-------------------------------------
	要素
-------------------------------------*/

html { width: 100%; height:100%; font-size: 14px; text-align: center;}

body {
	width: 100%;
	height:100%;
	color:  #545454;
	text-align: center;
	line-height: 1;
	background: #F8FAFC;
	-webkit-text-size-adjust : none;
	 -webkit-text-size-adjust: 100%;
	}


/* links */
a, input, object{ outline:none; }

a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #1DA6F9;
	text-decoration: underline;
	vertical-align: baseline;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	}

a:hover { text-decoration:none;}
a:visited {	color: #0193FF; }
a:active { color: #0193FF; text-decoration:none; }

a *,
a:before,
a:after { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

::selection { background: rgba(0,0,0,0.2); /* Safari */ }
::-moz-selection { background:rgba(0,0,0,0.2); /* Firefox */ }

/* form関係 */
input, select, optgroup, textarea, label, kbd { vertical-align: middle;}

input[type="hidden"]{ display: none;}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
select,
textarea {
	margin: 0;
	padding: 3px 6px;
	width: 100%;
	height: 30px;
	font-size: 16px;
	background: #FBFCFD;
	border: 1px solid #BFC7CE;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	vertical-align: baseline;
	}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus { background-color: #FFF !important; border: 1px solid #1DA7FA !important; box-shadow: none; outline: none;}

td label { margin-right: 20px; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"] { max-width: 600px;}

textarea { padding: 6px; height: 200px; vertical-align: text-top;}

:placeholder-shown { color: #BBB; }
::-webkit-input-placeholder { color: #BBB; }
:-moz-placeholder { color: #BBB; }
::-moz-placeholder { color: #BBB; }
:-ms-input-placeholder { color: #BBB; }

legend { display: inline-block; }
select { padding: 0 6px; color: #545454; width: auto; height: 30px; }
select option {
	margin: 0;
	padding: 2px 6px;
	font-size: 16px;
	font-style: normal;
	}
select option:checked { color: #FFF !important; background-color: #1DA7FA; }

select option label { padding: 5px;}

select optgroup {
	margin: 5px 5px 0 5px;
	padding: 5px 0 0 0;
	color: #C33;
	border-top : 1px dotted #CCC;
	}

form th span { display: inline-block; position: relative; top: -2px; margin: 0 0 0 8px; padding: 4px 6px 3px; color: #FFF; font-size: 12px; letter-spacing: 1px; line-height: 1; background: #FF4600; border-radius: 3px; }

form .M  { width: 160px; }
form .S  { width: 100px; }
form .SS { width: 80px; }

/*　radio, checkbox　*/
input[type=radio],
input[type=checkbox] { display: inline-block; margin-right: 6px; }

label { display: inline-block; position: relative; margin-right: 30px\9; padding: 0 8px\9; cursor: pointer; }

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] { display: none; margin: 0; }
	
    input[type=radio] + label { padding: 0 0 0 22px; }
    input[type=checkbox] + label { padding: 0 0 0 25px; }
	
    input[type=radio] + label::before,
    input[type=checkbox] + label::before { content: ""; position: absolute; display: block; top: 50%; left: 0; margin-top: -9px; width: 16px; height: 16px; background: #FFF; border: 1px solid #BFC7CE; }
    input[type=radio] + label::before { border-radius: 30px; }
	
    input[type=radio] + label:hover,
    input[type=checkbox] + label:hover { color: #111; }

    input[type=radio] + label:hover::before,
    input[type=checkbox] + label:hover::before { border-color: #1DA7FA; }
    input[type=checkbox].exclude + label:hover::before { border-color: #EF8F00; }

    input[type=checkbox]:checked + label::before { background: #1DA7FA; border-color: #1DA7FA; }
    input[type=checkbox].exclude:checked + label::before { background: #EF8F00; border-color: #EF8F00; }

    input[type=radio]:checked + label,
    input[type=checkbox]:checked + label { color: #111; font-weight: bold; }

    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after { content: ""; position: absolute; display: block; top: 50%; }
    input[type=radio]:checked + label::after { left: 4px; margin-top: -5px; width: 8px; height: 8px; background: #1DA7FA; border-radius: 8px; }
    input[type=checkbox]:checked + label::after {
        left: 3px;
        margin-top: -6px;
        width: 10px;
        height: 6px;
        border-left: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
		}
	}

/* error */
.error input[type="text"],
.error input[type="tel"],
.error input[type="email"],
.error input[type="password"],
.error input[type=radio] + label::before,
.error input[type=checkbox] + label::before { background: #fffbfb; border-color: #FAA; }
.error input[type=radio]:checked + label::after,
.error input[type=checkbox]:checked + label::after { border-color: #F33; }

p.errorMsg { color: #F33; }

/* button ボタン デフォルト */
button,
.btn {
	display: inline-block;
	position: relative;
	padding: 17px 30px 15px;
	width: auto;
	min-width: 200px;
	color: #FFF !important;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background: #1DA7FA;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

button:not(:disabled):hover,
.btn:not(.disabled):hover { text-decoration: none; background: #0193FF; box-shadow: 0 0 10px rgba(139,158,173,0.2); }

/* orange */
button.orange,
.btn.orange { background: #F29D00; }

button:not(:disabled).orange:hover,
.btn:not(.disabled).orange:hover { background: #EF8F00; }

/* green */
button.green,
.btn.green { background: #00DB62; }

button:not(:disabled).green:hover,
.btn:not(.disabled).green:hover { background: #00C568; }

/* gray */
button.gray,
.btn.gray { padding: 12px 20px 10px; min-width: 160px; font-size: 15px; background: #9CB1C2; }

button:not(:disabled).gray:hover,
.btn:not(.disabled).gray:hover { background: #889BAA; }

/* dark */
button.dark,
.btn.dark { background: #526D84; }

button:not(:disabled).dark:hover,
.btn:not(.disabled).dark:hover { background: #43525f; }

/* light */
button.light,
.btn.light { color: #333 !important; background: #F0F0F1; }

button:not(:disabled).light:hover,
.btn:not(.disabled).light:hover { background: #D6DEE4; }

/* disabled */
button:disabled,
.btn.disabled {opacity:.4;cursor:default;}

/* table */
table { margin: 0 auto; width: 100%; border-top: 1px solid #BFC7CE; border-collapse: separate; border-spacing: 0;}
th, td { padding: 11px 20px 9px; text-align: left; border-bottom: 1px solid #BFC7CE; vertical-align: text-top;}
td { padding: 11px 20px 9px 0; }
table tr:nth-child(2n-1) th,
table tr:nth-child(2n-1) td { background: #FBFCFD; }

/* list dl リスト・定義 */
ul,ol { font-size: 18px; }
ul { list-style: none; list-style-position: inside; }
ol { margin: 0; padding-left: 20px;}
td ul.disc,
td ol { margin-left: 20px;}

li { position: relative; margin: 8px 0; text-align: left; line-height: 140%; }


dl { margin: 0 auto 40px; padding: 0; width: 100%; font-size: 18px; text-align: left; }
dt,dd { padding: 8px 0; text-align: left; line-height: 1.2; vertical-align: top; }
dt { font-weight: bold; }

/* 文字装飾 */
em { color: #F63;}
small { font-size: 13px;}
i { font-style: normal; font-weight:  normal;}
mark { padding: 3px 8px; background-color: #FFF7F5; color: #000; font-style: italic;}
u { text-decoration: none;}


/* 罫線 */
hr {
	clear: both;
	position: relative;
	display: block;
	margin: 60px auto;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #CCC;
	text-shadow: none;
	z-index: -20;
	}



/*-----------------------------------------
	共通 
-----------------------------------------*/

/* clearfix */
#SearchMenu:after { content:''; display:block; height:0; clear:both; visibility:hidden; }

/* android fixed対策 */
#PageTop:after,
header #LogoHead:after,
.menu-trigger span:after,
header .contacts p .mailBtn:after,
header .contacts p .tellBtn:after,
aside ul#SideNavi li a:after,
#loading:after{ content:"."; color:transparent; font-size: 10px; }


/*-----------------------------------------
	header ヘッダ（共通） 
-----------------------------------------*/


nav #SlideLine,
#Main,
aside,
#Handle,
footer { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#Main.closed.first,
aside.closed.first { -webkit-transition: none; transition: none; }

nav { width: 100%; max-width: none; height: 60px; background: #1DA7FA; }
	
nav ul { position: relative; font-size: 0; }
nav ul li { display: inline-block; margin: 0; }
nav ul li a { display: block; padding: 0 20px; color: #FFF !important; font-size: 18px; line-height: 60px; text-decoration: none; }

nav #SlideLine { position: absolute; display: block; bottom: 0; height: 2px; background: #FFF; 
	box-shadow: 0 2px 4px rgba(139,158,173,0.2);}

/* パンくず Breadcrumbs */
#Breadcrumbs { padding: 30px 5% 40px; text-align: left; vertical-align: middle; overflow-y: auto; white-space: nowrap; z-index: 50;}
#Breadcrumbs li { margin: 0; display: inline-block; color: #FFF;}
#Breadcrumbs li::after { content: ""; display: inline-block; margin: -3px 8px 0 10px; width: 7px; height: 13px; vertical-align: middle; background: url("/images/common/arrowRA.png"); background-size: contain; }
#Breadcrumbs li:last-child::after { display: none;} 
#Breadcrumbs li a { color: #333 !important; display: inline-block; margin: 0; font-size: 14px; line-height: 1; }
#Breadcrumbs li a img { width: 15px; vertical-align: baseline; }
#Breadcrumbs li a.current { cursor: default; color: #999 !important; }
#Breadcrumbs li a:not(.current):hover { text-decoration: underline; } 


/*-----------------------------------------
	contents
-----------------------------------------*/

#Main { position: relative; padding: 0 0 20px 300px; min-width: 1260px; height: auto !important; height: 100%; min-height: 100%; }
#Main.closed { padding-left: 0; min-width: 960px; }

article { margin: 0 auto; padding: 0 50px 70px; max-width: 1600px; }

body p { font-size: 14px; line-height: 1.5; text-align: left; }


/*-------------------------------------
	aside
-------------------------------------*/

aside {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	color: #FFF;
	background: #37434C;
	border-right: 1px solid #37434C;
	box-shadow: 5px 0 10px rgba(139,158,173,0.2);
	overflow-X: visible;
	overflow-y: auto;
	z-index: 200;
	-ms-overflow-style:none;
	}
aside::-webkit-scrollbar { display: none; }
aside.closed { left: -300px; box-shadow: none; }

aside h1 { margin: 20px 20px 50px; text-align: center; }
aside h2 { margin: 0 20px; color: #FFF; font-size: 14px; font-weight: bold; }

aside .link { position: relative; top: -15px; margin: 0 20px -5px; line-height: 15px; text-align: right; z-index: 10; }
aside .link + .link { top: 0; margin: 0 20px 10px; }

aside table { margin: 0 0 50px; font-size: 13px; border-top: 1px solid #526D84; }
aside table th,
aside table td { width: 50%; border-bottom: 1px solid #526D84; }
aside table tr:nth-child(2n-1) th,
aside table tr:nth-child(2n-1) td { background: #43525F; }
aside table td a { color: #FFF !important; }
aside table td .caution { display: block; position: relative; margin: 8px 0 0; padding-left: 20px; color: #FF0 !important; line-height: 1.2; text-decoration: none; }
aside table td .caution:before { content: ""; position: absolute; display: block; top: 1px; left: 0; width: 14px; height: 14px;background: url("/images/common/caution.png") center no-repeat; }
aside table td .caution:hover { text-decoration: underline; }

aside h2.help { padding-left: 32px; line-height: 22px; }
aside h2.help:before { content: ""; position: absolute; display: block; top: 0; left: 0; width: 22px; height: 22px; background: url("/images/common/help.png") center no-repeat; }
aside h2.help + p { margin: 10px 20px; /*color: #cfdeea;*/ font-size: 11px; line-height: 1.6; }

aside #Contact { margin: 0 0 30px; padding: 10px 20px; text-align: center; background: #43525F; border-top: 1px solid #526D84; border-bottom: 1px solid #526D84; }
aside #Contact p { padding: 10px 0 10px; font-size: 16px; font-weight: bold; text-align: center; }
aside #Contact p:before { content: ""; position: relative; display: inline-block; margin-right: 6px; width: 14px; height: 14px; background: url("/images/common/tell.png") center no-repeat; }
aside #Contact p.mail { border-top: 1px dashed #526D84; }
aside #Contact p.mail:before { top: 1px; width: 16px; background: url("/images/common/mail.png") center no-repeat; }
aside #Contact p a { color: #FFF !important; text-decoration: none; }
aside #Contact p a:hover { text-decoration: underline; }

#Handle {
	display: block;
	position: fixed;	
	top: 0;
	left: 300px;
	width: 10px;
	height: 100%;
	background: url("/images/common/resizeL.png") center no-repeat;
	background-color: rgba(55,67,76,0.2);
	cursor: pointer;
	opacity: 0;
	z-index: 200;
	}
#Handle.closed { left: 0; background-image: url("/images/common/resizeR.png"); }
#Handle:hover { opacity: 1; }


/*-------------------------------------
	footer
-------------------------------------*/

footer { position: absolute; left: 0; bottom: 0; padding-left: 300px; width: 100%; }
.closed footer { padding-left: 0; }

footer #Copyright { padding: 0 0 10px; color: #879AAA; font-size: 11px; font-weight: normal; line-height: 1; text-align: center; }


/*-------------------------------------
			CSS end
-------------------------------------*/