@charset "utf-8";

/* RESET
--------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}

/* SETUP
--------------------------- */

body {
	width: 100%;
	min-width: 650px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #15b5ea;
	position: relative;
	overflow-x: auto;
	overflow-y: scroll;
}

/* a:link { text-decoration:nderline; color: #0000ff;} */
a:link { text-decoration:none;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { text-decoration:none; color: #0000ff;}

/* aタグ マウスオーバー時の画像を透過させる */
a:hover img { opacity: 0.6; filter: alpha(opacity=60);}

/* #container
--------------------------- */
#container {
	top: 0px;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	background:#15b5ea;
	overflow-x: hidden;
}

/* header
--------------------------- */

div#head_box {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 ;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0);
}

div#head_inner_box {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: right;
	min-width: 360px;
}
img#ysk_logo_mini {
	position: absolute;
	display: inline-block;
	height: 28px;
	width: auto;
	margin: 6px 0 6px 0;
	top: 4px;
	left: 20px;
}

a.head_inner_btn {
	display: inline-block;
	height: 22px;
	width: 130px;
	margin: 8px 10px 4px 0px;
	padding: 2px 0px 0px;
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: #15b5ea;
	text-decoration: none;
	position: relative;
	vertical-align: bottom;
	font-size: 14px;
	text-align: center;
}

a.head_inner_btn:hover {
	color: #22a2d9;
	background-color: #ffffff;
	border: 2px solid #15b5ea;
}

/* タイトル
--------------------------- */

/**** 背景など ****/

#title {
	position: relative;
	width:100%;
	left: 0px;
	top: 40px;
	height: 560px;
	}

.title_box {
	position: relative;
	top: 40px;
	width: auto;
	min-width: 1200px;
	height: 100%;
	text-align: center;
	background-image:
    url("../images/tottie/パターン素材_グラデーションドット.png"), 
    url("../images/tottie/Tottie_web_ドア左.png"),
    url("../images/tottie/Tottie_web_ドア右.png");

	background-repeat:
		repeat-x, /* 最前面の背景レイヤーに対応 */
		no-repeat,
		no-repeat;

	background-position:
		bottom, /* 最前面の背景レイヤーに対応 */
		left,
		right;
	}

/**** Tottieタイトルロゴ ****/
img#main_title {
	position: relative;
	height: auto;
	width: 580px;
	top: -20px;
	z-index: 2;
	padding: 0 0 0 0;
}

/* 表示領域が1200px以下の場合に適用するスタイル(1200 + 17px[スクロールバー分を考慮]) */
@media screen and (max-width: 1217px) {
.title_box {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 1200px;
	height: 100%;
	margin-left: -600px;
	text-align: center;
	background-image:
	url("../images/tottie/パターン素材_グラデーションドット.png"), 
	url("../images/tottie/Tottie_web_ドア左.png"),
	url("../images/tottie/Tottie_web_ドア右.png");

	background-repeat:
		repeat-x, /* 最前面の背景レイヤーに対応 */
		no-repeat,
		no-repeat;

	background-position:
		bottom, /* 最前面の背景レイヤーに対応 */
		left,
		right;
	}
}

/* メイン
--------------------------- */

/**** ヘッドBOX ****/

#main {
	position: relative;
	width:650px;
	height: 1300px;
	top: 110px;
	margin: 0 auto;
	background-color: #ffffff;
	}

#main_head {
	position: relative;
	width:500px;
	height: 300px;
	top: 30px;
	margin: auto;
}

.main_head_box {
	position: relative;
	width:100%;
	height: auto;
}

.headword {
	font-family: 'メイリオ';
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: 0px;
	line-height:36px;
}

.link_button{
	letter-spacing: 3px;
}

/**** 1ページ ****/

#page_1 {
	position: relative;
	width:476px;
	height: 380px;
	top: 30px;
	margin: auto;
}

.page_1_box {
	position: relative;
	width:100%;
	height: auto;
}

.page_title {
	position: relative;
	width:100%;
	height: 60px;
	font-family: 'メイリオ';
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 0px;
	margin: 0px 0px 12px 0px;
}

.sub_title {
	position: relative;
	text-align: left;
	width: 470px;
	height: auto;
	left: 5px;
	letter-spacing: 2px;
	color: #22a2d9;
}

.nom_img {
	position: relative;
	vertical-align: middle - 2px;
}

img.dotted_line {
	position: relative;
	width:100%;
	height: auto;
	bottom: 25px;
}

.page_container {
	position: relative;
	width:100%;
	height: auto;
}

.main_strings {
	position: relative;
	width:440px;
	height: auto;
	font-family: 'メイリオ';
	text-align: left;
	margin: 0px 0px 0px auto;
}

#page_1_img {
	position: relative;
	margin: 30px 0px 12px 0px;
}

/**** 2ページ ****/

#page_2 {
	position: relative;
	width:476px;
	height: 200px;
	top: 30px;
	margin: auto;
}

.page_2_box {
	position: relative;
	width:100%;
	height: auto;
}

/**** 3ページ ****/

#page_3 {
	position: relative;
	width:476px;
	height: 390px;
	top: 30px;
	margin: auto;
}

.page_3_box {
	position: relative;
	width:100%;
	height: auto;
}

#page_3_img {
	position: relative;
	margin: 24px 0px 12px 0px;
}

/* フッター
--------------------------- */

/**** 全体 ****/

#footer {
	position: relative;
	width:650px;
	height: 230px;
	margin: 110px auto 0px auto;
}

.footer_box {
	position: relative;
	width:100%;
	height: 100%;
}

#footer_left {
	position: absolute;
	top: 30px;
	left: 0px;
	width:45%;
	height: 150px;
}

#tottie_logo_footer {
	position: relative;
	width: 180px;
	height: auto;
	top: 16px;
	left: 10px;
}

#footer_right {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 55%;
	height: 150px;
	text-align: center;
}

#footer_strings {
	height: 18px;
	width: 270px;
	margin: 8px auto 16px auto;
	padding: 1px 0 1px;
	border: 2px solid #ffffff;
	color: #15b5ea;
	background-color: #ffffff;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'メイリオ';
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}

#mail_strings {
	position: relative;
	width:100%;
	height: auto;
	font-family: 'メイリオ';
	font-size: 27px;
	color: #ffffff;
	letter-spacing: 0px;
	margin: 10px 0px 0px 0px;
}

#mail_strings:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}

#footer_bottom {
	position: relative;
	width: auto;
	height: auto;
	font-family: 'メイリオ';
	font-size: 14px;
	top: 180px;
	color: #ffffff;
}

div#footer_bottom a.foot_btn {
	position: relative;
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	font-size: 14px;
}

div#footer_bottom a.foot_btn:hover {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}

div#footer_bottom a.foot_btn:active {
	text-decoration: none;
	background-color: #ffffff;
	color: #22a2d9;
}

div#footer_bottom span {
	position: relative;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle + 5px;
	font-size: 14px;
}