﻿@charset "utf-8";

/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #000000;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* Base Styles */
body{
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
}

img{
	border: none;
	vertical-align: bottom;
}

table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 2px;
}

ol,ul{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #0054D2;	text-decoration: underline;
}

a:link {
	color: #0054D2;	text-decoration: underline;
}
a:visited {
	color: #0054D2;	text-decoration: underline;
}
a:hover {
	color: #0054D2;	text-decoration: none;
}
a:focus {
	color: #333333;	text-decoration: underline;
}
a:active {
	color: #0054D2;	text-decoration: underline;
}



/* =================================================================
		Body
================================================================= */
body{
}


/* =================================================================
		Wrapper
================================================================= */
#wrapper{
	max-width:800px;
	margin:0 auto;
}

#contents{
	padding: 10px 10px;
}

/* =================================================================
		Header
================================================================= */
#header{
	background-color: #71CDD8;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 640px) {
#header img{
	width: 96px;
}
}

.tags{
	margin: 0 0 15px 0;
}
.tags li{
	background-color: #eee;
	display: inline-block;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
}
.time{
	font-size: 12px;
	margin: 0 0 10px 0;
}

/* Headline
--------------------------------------------------------------- */
h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 0 20px 0;
}
@media screen and (max-width: 640px) {
h1{
	font-size: 20px;
}
}
.company{
	font-size: 12px;
	margin: -15px 0 10px 0;
}

h2{
	background-color: #EBF7F7;
	border-left: #399 3px solid;
	font-size:18px;
	font-weight: bold;
	padding:17px 0 17px 16px;
	margin:0 0 17px 0;
}


/* =================================================================
	共通
================================================================= */
.section{
	margin: 0 0 30px 0;
}

p{
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 18px 0;
}
p.caption{
	background-color: #e7e7e7;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px 7px 10px;
	margin: -18px 0 15px 0;
}
@media screen and (max-width: 640px) {
p.caption{
	font-size: 14px;
	padding: 5px 5px 5px 8px;
}
}

p.image{
	border: #E7E7E7 1px solid;
}

p.note{
	font-size: 14px;
	margin: -10px 0 18px 0;
}


strong{
	background-color: #FC0;
	padding: 0 3px;
}

.caution{
	color: #DA0000;
	font-weight: bold;
}

.link a{
	display:block;
	background:#3EB034 url(../../img/arrow.png) no-repeat right center;
	background-size: 21px 17px;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	border-radius:8px;
	padding:12px 25px;
	margin:0 20px 30px 20px;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 0 0 15px 0;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list{
	background-color: #ffe9cd;
	border-radius: 6px;
	padding: 10px 10px;
	margin: 0 5px 20px 5px;
}


/* =================================================================
		Footer
================================================================= */
#footer{
	background-color: #CCC;
	text-align: center;
	padding: 15px;
}
#footer p{
	color: #333;
	font-size: 14px;
	margin: 0;
}

#footer-links{
}
#footer-links p.image{
	float: left;
	width: 35%;
	padding: 0 0 0 1%;
}
#footer-links h3{
	float: right;
	width: 60%;
	padding: 0 1% 0 0;
}


#trackingtags{
	display: none;
}



/* =================================================================
		Clearfix
================================================================= */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}





