﻿@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.6;
	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: #B0B1C6;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 640px) {
#header img{
	width: 140px;
}
}

.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;
}

.time-pr{
	width: 100%;
}
.time-pr .time{
	float: left;
}
.time-pr .pr{
	float: right;
	text-align: right;
	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;
}
}

.second h1{
	text-align: center;
}
.second table{
	width: 90%;
	border: #CCC 1px solid;
	margin: 0 auto 5% auto;
}
.second table th{
	background-color: #e1f9fc;
	width: 24%;
	text-align: left;
	padding: 2%;
	border: #CCC 1px solid;
}
.second table td{
	width: 56%;
	padding: 2%;
	border: #CCC 1px solid;
}

.company{
	font-size: 12px;
	margin: -15px 0 10px 0;
}

h2{
	background-color: #e3e4f4;
	border-left: #8588b6 3px solid;
	font-size:18px;
	font-weight: bold;
	padding:17px 0 17px 16px;
	margin:0 0 17px 0;
}
h3{
	font-weight: bold;
}

/* =================================================================
	共通
================================================================= */
.section{
	margin: 0 0 30px 0;
}

p{
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
p.caption{
	background-color: #01427A;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px 7px 10px;
	margin: -20px 0 15px 0;
}
p.caption.studio{
	margin: -20px 0 30px 0;
}
p.attention{
	font-size: 14px;
	margin: 0 0 0 0;
}
/* コメント */
.article_section_comment{
	font-size:18px;
	padding: 5% 5% 5% 5%;
	margin:0 0 3% 0;
	background: url(../../img/bg_article_comment.png) no-repeat 24px 14px #f1f0f0;
}


@media screen and (max-width: 640px) {
p.caption{
	font-size: 14px;
	padding: 5px 5px 5px 8px;
}
}

p.image{
	border: #E7E7E7 1px solid;
}
p.image.voice{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}


strong{
	color: #db0d0d;
}
p span{
	background: linear-gradient(transparent 60%, #ffef8c 60%);
	/*border-bottom: #fdeb72 1px solid;*/
}

/*
strong{
	background-color: #fdeb72;
	padding: 0 3px;
}
p span{
	color: #db0d0d;
}
*/

.caution{
	color: #DA0000;
	font-weight: bold;
}

.link{
	display: block !important;
	width: 98%;
	margin: 0 auto;
}
.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:18px 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;
}

.instagran{
	margin: 0 auto 15px auto;
}

p.mb20{ margin: 0 0 20px 0; }
p.mb30{ margin: 0 0 30px 0; }
.mb50{ margin: 0 0 50px 0; }

.list{
	background-color: #EBF7F7;
	padding: 8px 5px;
}

.zap{
	margin: 0 0 2% 0;
}
.zap{
	border: #65C6FF 1px solid;
}
.zap th{
	background-color: #EFFDFF;
	width: 8em;
	font-weight: bold;
	text-align: left;
	border: #65C6FF 1px solid;
	padding: 2%;
}
.zap th span{
	font-size: 24px;
}
.zap td{
	border: #65C6FF 1px solid;
	padding: 2%;
}

.voice{
	background-color: #fefed7;
	padding: 2%;
}


/* コメント */
#comment{
	border: #CCC 1px solid;
	border-radius: 6px;
	padding: 16px;
}
#comment-list{
}
#comment-list li{
	width: 100%;
	border-bottom: #CCC 1px solid;
	margin: 0 0 20px 0;
}
#comment-list .icon{
	width: 10%;
	float: left;
}
#comment-list .text-box{
	width: 85%;
	float: right;
}
#comment-list p.name{
	margin: 0 0 10px 0;
}


.subscription{
	background-color: #fffdc8;
	padding: 12px 10px 8px 10px;
	margin: 0 0 30px 0;
}
.subscription h2{
	font-size: 16px;
	font-weight: bold;
	background: none;
	text-align: center;
	border: none;
	border-bottom: #f2dd7d 1px solid;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.subscription ul{
}
.subscription ul li{
	font-size: 14px;
	text-indent: -1em;
	margin: 0 0 5px 1em;
}


/* プライバシーポリシー */
.privacy-info{
	width: 94%;
	border: #CCC 1px solid;
	margin: 0 auto;
}
.privacy-info th{
	width: 8em;
	text-align: left;
	border: #CCC 1px solid;
	padding: 8px;
}
.privacy-info td{
	border: #CCC 1px solid;
	padding: 8px;
}


/* =================================================================
		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;
}


