@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    letter-spacing: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	
}

a {
	color:inherit;
}

body {
    line-height: 1.7em;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:24px;
	-webkit-text-size-adjust: 100%;
}

html, body, #exteriorWrapper {
	min-height:100%;
}

#interiorWrapper {
	position:relative;
	background:url(../img/common/bg_pattern.gif);
	z-index:100;
}

#exteriorWrapper {
	width:640px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

h3 {
	line-height:0;
}

footer {
	margin-top:20px;
	padding-bottom:30px;
	-webkit-user-select: none;
}

#socialList {
	width:600px;
	margin:0px auto;
	margin-top:40px;
}

#socialList li {
	float:left;
	margin-left:10px;
}

#socialList li:first-child {
	margin-left:0px;
}

#linkList {
	background:#d0f180;
	padding:20px 0px;
	text-align:center;
}

#commonLinkList {
	border-top:1px solid #82a928;
	margin-top:20px;
	text-align:center;
}

#commonLinkList a {
	text-decoration:none;
}

#commonLinkList li {
	height:59px;
	padding-top:20px;
	border-bottom:1px solid #82a928;
	background:url(../img/common/arrow01.png);
	background-repeat:no-repeat;
	background-position:600px 33px;
}

#btnGo2Top {
	width:152px;
	margin:0px auto;
	margin-top:29px;
}

#btnGo2Pc {
	background:url(../img/common/footer/icon_pc.png);
	height:84px;
	line-height:84px;
	padding-left:100px;
	background-repeat:no-repeat;
	width:180px;
	margin:0px auto;
	margin-top:6px;
	font-size:24px;
}

#siteInfo {
	margin-top:25px;
	text-align:center;
	font-weight:bold;
}

#copyright {
	margin-top:25px;
	text-align:center;
	
}

/* section */
#btnMenuOpen {
	position:absolute;
	left:20px;
	top:0px;
}

#globalNaviArea {
	width:490px;
	height:100%;
	background:#414244;
	position:absolute;
	left:0px;
	top:0px;
	-webkit-user-select: none;
	display:none;
}

#globalNaviArea h3 {
	padding-top:34px;
}


#globalNavigation li {
	background:url(../img/common/menu/mitsuba.gif), url(../img/common/arrow01.png), #f6ffde;
	background-repeat:no-repeat, no-repeat;
	background-position:356px 11px, 450px 33px;
	margin-top:2px;
	position:relative;
	height:80px;	
}

#globalNavigation li a {
	display:block;
	width:100%;
	height:100%;
}

#globalNavigation li img {
	position:absolute;
	left:19px;
	top:24px;
}

#btnMenuClose {
	display:block;
	background:url(../img/common/menu/arrow.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-right:30px;
	margin:0px auto;
	margin-top:32px;
	width:200px;
}

#btnBack2Top {
	display:block;
	background:url(../img/common/menu/arrow.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-right:30px;
	margin:0px auto;
	margin-top:27px;
	width:230px;
}

#btnBack2Top a {
	text-decoration:none;
}

.newContents {
	background:url(../img/common/menu/menu_new.png);
	width:124px;
	height:80px;
	position:absolute;
	right:35px;
	top:0px;
}