@CHARSET "UTF-8";
/* COMMON */
html,body,div,p,pre,form,fieldset,h1,h2,h3,h4,h5,h6,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

input,select,textarea,label,span,ol,ul,li,dl,dt,dd,a,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* MAJOR FACTOR */
h1,h2,h3,h4,h5,h6,p {
	font-size: 100%;
	font-weight: normal;
}

strong,em {
	font-size: 100%;
	font-weight: bold;
}

ol,ul {
	list-style: none;
}

input,select,textarea {
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}

/* WINDOW */
html {
	position: relative;
	height: 100%;
}

/* BODY */
body {
	position: relative;
	height: 100%;
	line-height: 1.5em;
	font-size: 14px;
	font-family: Helvetica, Meiryo, Osaka, Sans-Serif;
	background: #111111;
}

/* コンテンツ */
#container {
	clear: both;
	position: relative;
	width: auto;
	background: #ffffff;
}
#container .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: #ffffff;
}
#container .inner:after {
	clear: both;
	display: block;
	height: 0;
	content: "";
}

/* policy,howto,project */
#container #content {
	width: 920px;
	padding: 10px 0;
	float: left;
}
#content .content_title {
	text-align: left;
	background: transparent;
	border: none;
}
#content .content_title .h2_title {
	margin: 0;
	padding: 20px 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
#content .content_description {
	margin: 10px 10px 0 10px;
	padding: 10px 0 10px 0;
}
#content .content_description:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#content .content_description p {
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
}
#content .content_description .p_caption {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
}

/* shippinginfo */
.common_table {
	margin: 20px 0;
}
.common_table dt {
	float: left;
	width: 180px;
	padding: 8px 4px;
	color: #333333;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}
.common_table dd {
	width: 400px;
	padding: 8px 4px;
	margin-left: 200px;
	margin-bottom: 4px;
	background: #efefef;
	color: #333333;
	font-size: 12px;
	vertical-align: top;
}

/* BUTTON */
.button {
	display: inline-block;
	width: 180x;
	height: 50px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	background: #5277e9;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.button:hover,.button:active {
	background: #4169e1;
	color: #ffffff;
	text-decoration: none;
}

.button:link,.button:visited {
	color: #ffffff;
	background: #4169e1;
	text-decoration: none;
}

/* リンクの設定 */
a:link,a:visited {
	color: #4169e1;
	text-decoration: none;
}

a:hover,a:active {
	color: #4169e1;
	text-decoration: underline;
}

/* ヘッダー */
#header {
	clear: both;
	width: auto;
	background: #111111;
}
#header .inner {
	position: relative;
	width: 960px;
	height: 66px;
	margin: 0 auto;
	background: #111111;
}
#header #logo {
	float: left;
	position: relative;
	display: block;
	width: 300px;
	height: 46px;
	margin: 10px 0 0 10px;
}
#header #logo a {
	display: inline-block;
	width: 300px;
	height: 43px;
	background: url('../image/icons/logo.png#201505171') center no-repeat transparent;
	background-size: contain;
	vertical-align: middle;
}
#header #logo a span {
	display: inline-block;
	padding: 15px 0px 0px 4px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	font-family: Meiryo, Helvetica, Osaka, Sans-Serif;
	text-shadow: 3px 3px 2px #777777;
	color: #ccffcc;
}
#header .navi {
	float: right;
	width: 640px;
	height: 66px;
	background: #111111;
	color: #333333;
	font-size: 12px;
	text-align: right;
}
#header .navi #navi_list {
	display: inline-block;
	height: 64px;
}
#navi_list li {
	display: block;
	float: left;
	height: 64px;
	margin: 10px 5px 0px 0px;
}
#navi_list li:hover,#navi_list li:active {
	opacity: 0.8;
}
#navi_list li a {
	position: relative;
	display: inline-block;
    height: 52px;
	width: 52px;
	margin: 5px 5px 5px 5px;
	padding: 0px 2px 0px 0px;
	background: #ff8500;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	font-size: 8px;
	font-family: Helvetica, Meiryo, Osaka, Sans-Serif;
	text-decoration: none;
	cursor: pointer;
    z-index: 10;
}
#navi_list li.language a {
	background: url('../image/icons/menu_en.png') center no-repeat transparent;
	background-size: contain;
	width: 95px;
    height: 43px;
}
#header #navi_list li.language_en a {
	background: url('../image/icons_en/menu_jp.png') center no-repeat transparent;
	background-size: contain;
	width: 95px;
    height: 43px;
}
#header #navi_list li.search a {
	background: url('../image/icons/menu_search.png') center no-repeat transparent;
	width: 95px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.search_en a {
	background: url('../image/icons_en/menu_search.png') center no-repeat transparent;
	width: 95px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.guide a {
	background: url('../image/icons/menu_what.png') center no-repeat transparent;
	width: 95px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.guide_en a {
	background: url('../image/icons_en/menu_what.png') center no-repeat transparent;
	width: 95px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.login a {
	background: url('../image/icons/menu_login.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.login_en a {
	background: url('../image/icons_en/menu_login.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.logout a {
	background: url('../image/icons/menu_logout.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.logout_en a {
	background: url('../image/icons_en/menu_logout.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.entry a {
	background: url('../image/icons/menu_signup.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.entry_en a {
	background: url('../image/icons_en/menu_signup.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.mypage a {
	background: url('../image/icons/menu_mypage.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}
#header #navi_list li.mypage_en a {
	background: url('../image/icons_en/menu_mypage.png') center no-repeat transparent;
	width: 43px;
    height: 43px;
	background-size: contain;
}

/* フッター */
#footer {
	clear: both;
	width: auto;
	background: #111111;
	color: #cccccc;
	font-size: 14px;
}
#footer .inner {
	position: relative;
	width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 60px;
	padding: 0;
	margin: 0 auto;
	background: #111111;
}
#footer .footer_main {
	clear: both;
	position: relative;
	width: 960px;
	height: auto;
}
#footer .footer_logo {
	float:left;
	width: 200px;
	height: 40px;
	padding: 30px 10px 10px 10px;
}
#footer .footer_logo a {
	display: inline-block;
	width: 195px;
	height: 28px;
	background: url('../image/icons/logo_footer.png') center no-repeat transparent;
	background-size: contain;
	vertical-align: middle;
}
#footer .utility {
	float:left;
	position: relative;
	width: 700px;
	padding: 30px 0 10px 10px;
	font-size: 12px;
}
#footer .utility li {
	display: inline;
	float:left;
	margin-right: 16px;
}
#footer .utility a {
	color: #aaaaaa;
}
#footer li.utility_logo {
	margin-right: 30px;
}
#footer li.utility_logo a {
	display: inline-block;
	width: 195px;
	height: 28px;
	background: url('../image/icons/logo_footer.png') center no-repeat transparent;
	background-size: contain;
	vertical-align: middle;
}
#footer #copyright {
	clear: both;
	width: 930px;
	height: auto;
	padding-bottom: 30px;
	color: #aaaaaa;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/* メッセージ */
#div_message {
    display: block;
    position: fixed;
    top: 20%;
    left: 20px;
    margin: 0px;
    padding: 20px;
    min-width: 320px;
    width: 50%;
    background: #fcfcfc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #ffc0cb;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 99;
	opacity: 0.8;
}
#div_message:hover {
	opacity: 1.0;
}
#div_message #msg_logo {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 100px;
    hight: 20px;
	background: url('../image/icons/logo.png') center no-repeat transparent;
	background-size: contain;
}
#div_message #msg_guide {
    position: absolute;
    bottom: 0px;
    right: 10px;
	opacity: 0.5;
}
#div_message message_txt {
    clear: both;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 1.5em;
	font-family: Helvetica, Meiryo, Osaka, Sans-Serif;
}
#div_message img {
    display: none;
    margin: 0px;
    padding: 0px 0px 4px 0px ;
    vertical-align: middle;
}

.div_attention {
	padding: 20px;
	background: #f7f7f7;
	color: #666666;
	font-size: 12px
}

/* SNS btn */
#sns_btn {
    position: absolute;
    top: -25px;
    right: 10px;
	margin: 0;
	padding: 0;
	width: 250px;
	line-height: 0.5em;
	text-align: right;
	vertical-align: top;
	opacity: 0.5;
}
#sns_btn:hover {
	opacity: 1.0;
}
#sns_btn .fb-like {
	margin: 0;
	padding: 0;
	line-height: 1em;
	vertical-align: top;
}

/* 説明の表示 */
a.tooltip {
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.0em;
	color: #337733;
}
a.tooltip:hover {
	background: #ffffff;
	text-decoration: none;
}
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 270px;
	font-size: 12px;
	line-height: 1.3em;
	font-family: verdana, arial, helvetica, sans-serif;
}
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #337733;
	z-index: 99;
}

/* トップに戻る */
#to_top {
	position: fixed;
	bottom: 25px;
	left: 25px;
	font-size: 12px;
	text-align: center;
} 
#to_top a {
	display: block;
	padding: 7px;
	color: #ffffff;
	background: #333333;
	opacity: 0.5;
	border-radius: 3px 3px;
	-webkit-transition: .2s;
	-moz-transiton: .2s;
	transition: .2s;
}
#to_top a:hover {
	color: #ffa500;
	opacity: 1.0;
}
