@charset "utf-8";
/* CSS Document */

#globalContents h1,
#globalContents h2,
#globalContents h3,
#globalContents h4,
#globalContents p,
#globalContents p a,
#globalContents .link a,
#globalContents span,
#globalContents .productLink a,
#header-box a,
#globalContents a,
#globalContents li,
#globalContents th,
#globalContents td {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* sns
----------------------------------------------------------------  */ 
ul.sns {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.sns li {
	float: right;
	margin-right: 4px;
}
.sns iframe {
	margin: 0 !important;
}
/*
===========================================================================
*/

div#bg {
    background: #F1F1F1;
    padding-bottom: 10px;
}

div#introduction p {
    text-align: center;
    margin: 0px auto 20px;
    color: #152549;
    font-size: 15px;
    font-weight: bold;
}

div#title ul li {
    float: left;
    margin-left: 5px;
    margin-bottom: 7px;
}

div#title ul li a {
    background: #940606;
    padding: 7px 46px 10px 10px;
    display: block;
    border-radius: 5px;
    position: relative;
    width: 275px;
}

div#title ul li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fff;
}
div#title ul li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 30%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #940606;
}
div#title ul li a:hover:after {  
	background: #940606;
}

div#title {
    margin-left: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.section {
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 13px;
}

.section h2 {
    position: relative;
    top: -18px;
}

.headerBg {
    background-image: url("../img/header_bg.png");
    height: 39px;
    width: 683px;
    margin-left: 0px;
    margin-bottom: 26px;
    background: #71B78C;
}


.section .youtube img {
    width: 335px;
}

.section .moviebox + p {
    width: 688px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    clear: both;
    font-size: 13px;
}

.moviebox {
	position: relative;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}
.moviebox iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.youtube + p {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    width: 317px;
    margin-top: 8px;
}

a#photo-report {
    background: orange;
    color:white;
    font-size: 13px;
    font-weight:bold;
    width: 319px;
    padding: 5px 1px 2px 12px;
    margin-right: 22px;
    margin-bottom: 0px;
    float: right;
    border-radius: 5px;
}