@charset "utf-8";
/* CSS Document */

/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
html {


}

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

div,
p{
	max-height: 100%; 
}

img {
	vertical-align: bottom;
}
body{
	line-height: 1;
	max-height: 999999px;
	-webkit-text-size-adjust: 100% ; 
    -ms-text-size-adjust: 100% ; 
}
body,
.fgot {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
}
.fmin {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix {
	width:100%;
}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
/*============================
#wrapper
============================*/
div#wrapper {
	position: relative;
}
div#wrapper div.header {
	width: 640px;
	margin: 0 auto;
}
div#wrapper div.header img {
}
div#wrapper div.title {
	width: 100%;
	margin: 0 auto;
}
div#wrapper div.title img {
}

/*共通背景*/
body {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
}
div#wrapper {
	padding: 0;
	margin: 0;
	width: 640px;
	background: url(../img/bg.jpg);
	/*background-repeat: no-repeat;*/
	background-position: top;
	background-size: 100% auto;
	/*background-attachment:fixed;   */
	font-size: 13px;
}
div#footer {
	border-top: 1px dotted #888;
	color: #828282;
	padding: 35px 0;
	text-align: center;
	line-height: 2em;
	font-size: 16px
}


/*
	サイドメニュー
*/

div#sidemenu {
	position: fixed;
	top: 0;
	right: -626px;
	width: 635px;
	background: url(../img/bg_sidemenu.png);
	box-shadow:rgba(0, 0, 0, 0.5) -4px 0px 15px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) -4px 0px 15px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) -4px 0px 15px 0px;
	display: none;
	max-height: auto;
}
div#sidemenu div.button-open {
	position: absolute;
	bottom: 120px;
	left: -56px;
}
div#sidemenu ol {
	margin: 50px 0 0 60px;
}
div#sidemenu ol>li{
	display: block;
}
div#sidemenu ol>li a.sub1,
div#sidemenu ol>li a.sub2,
div#sidemenu ol>li a.sub3
{
	display: none;
	margin-top: -1px;
}

div#sidemenu ol>li:last-child{
	/* border: 1px solid green; */
	overflow: hidden;
	height: 21px;
	padding: 30px;
	background-color: #000;
	width: 390px;
	margin-left: 13px;
	margin-top:10px;
	border: 2px solid #c8a55a;
	border-radius: 6px;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
}

div#sidemenu div.social li{
	margin-left: 100px;
	/* border: 1px solid red; */
	width: 108px;
	float: left;
	transform: scale(2);
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
}
div#sidemenu div.social li:last-child{
	margin-left: 57px;
}