@charset "utf-8";
@import url(html5reset.css);
@import url(class.css);
/* ================================================================

CSS Information

 File name:      style.css
 Summary:        # styles
 Last update:    2014-2-15

================================================================ */


/* universal
-------------------- */
* {
	margin: 0;
	padding: 0;
}
/* structure */
html {
	background: #fff;
	color: #000;
	font-size: 62.5%;
}
body {
	min-width: 1060px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
body {
	min-width: 0;
}
}
div, p, li, dt, dd {
	font-size: 14px;
	font-size: 1.4rem;
}
hr {
	display: none;
}
hr.dotted {
	display: block;
	margin: 40px 0;
	border: none;
	border-bottom: 1px dotted #e0c799;
}
table {
	margin: 20px 0;
}
/* config
-------------------- */
#TopWrap {
	background: #000;
}
#Footer {
	background: #000;
}
a {
	color: #333;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}
.widget-local-navi li.first a {
	background: #000;
}
.widget h2 {
	background: #000;
}
.widget-blog-calendar td center {
	background: #000;
}
/* hypertext
-------------------- */
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* text
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	line-height: 1.8;
}
p b {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	font-weight: bold;
}
strong {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	font-weight: bold;
}
/* list tag
-------------------- */
li, dt, dd {
	list-style: none;
}
/* image tag
-------------------- */

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}
.content a:hover img:not([class="Over"]) {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/* layout
-------------------- */
#TopWrap {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(100,100,100,0.5);
	-webkit-box-shadow: 0 0 10px 0 rgba(100,100,100,0.5);
}
#TopWrap .wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#Header {
	display: table;
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	padding-top: 88px;
}
#Main {
}
#Main #Page {
	float: left;
	width: 594px;
}
#Main #Side {
	float: right;
	width: 291px;
}
#SocialBottons {
	background: url(../img/common/bg_check.png) repeat;
}
#SocialBottons .wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: right;
}
#Footer {
}
#Footer .wrapper {
	width: 1000px;
	margin: 0 auto;
	color: #0f4717;
}

@media screen and (max-width: 640px) {
#TopWrap {
	position: relative;
}
#TopWrap .wrapper {
	width: auto;
}
#Header {
	display: block;
	width: auto;
	height: auto;
	margin: 10px;
	padding-top: 0;
}
#SocialBottons .wrapper {
	width: auto;
}
#Main {
}
#Main #Page {
	float: none;
	width: auto;
	margin: 0 10px;
}
#Main #Side {
	float: none;
	width: auto;
	margin: 0 10px;
}
#Footer .wrapper {
	width: auto;
	margin: 0 10px;
}
}
/* Header
-------------------- */
#Header h1 {
	float: left;
	margin: 5px 0;
}
/*#Header #Description {
	display: table-cell;
	width: 70%;
	padding-right: 10px;
	color: #999;
	vertical-align: middle;
	text-align: right;
	line-height: 1.5;
}*/
#Header .widget-area {
	display: table-cell;
	width: 55%;
	padding-right: 10px;
	color: #999;
	vertical-align: middle;
	/* text-align: left; */
	text-align: right;
	line-height: 1.5;
}
#Header .widget {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
#Header h1 {
	float: none;
}
/*#Header #Description {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: left;
	}*/
#Header .widget-area {
	display: block;
	width: auto;
	padding-right: 0;
	text-align: left;
}
}
/* GlobalNavigation
-------------------- */
#GlobalNavigation {
	position: relative;
	z-index: 1000;
}
#GlobalNavigation li {
	float: left;
	display: inline;
}
#GlobalNavigation li a {
	display: block;
	width: 135px;
	padding: 30px 0;
	color: #0f4717;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#GlobalNavigation li a:hover {
	background: #fff;
	text-decoration: none;
	color: #20b97b;
}
#GlobalNavigation ul.dropdown-list {
	position: absolute;
	display: none;
	width: 122px;
}
#GlobalNavigation ul.dropdown-list li {
	float: none;
	background: #333;
}
#GlobalNavigation ul.dropdown-list a {
	display: block;
	padding: 5px 0;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#GlobalNavigation ul.dropdown-list a:hover {
	color: #ccc;
}
#SocialLinks {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1001;
}
#SocialLinks li {
	display: inline;
	float: left;
	margin-right: 10px;
}
#BtnMenu {
	display: none;
}

@media screen and (max-width: 640px) {
#BtnMenu {
	display: block;
}
#GlobalNavigation {
	display: none;
}
#GlobalNavigation li {
	float: none;
}
#GlobalNavigation li a {
	width: auto;
	padding: 5px 30px;
	text-align: left;
}
#GlobalNavigation ul.dropdown-list {
	position: relative;
	display: block;
	width: auto;
}
#GlobalNavigation ul.dropdown-list a {
	padding: 5px 30px 5px 50px;
	text-align: left;
}
#SocialLinks {
	top: 0;
}
#SocialLinks li {
	width: 40px;
}
}

/* Content
-------------------- */
@media screen and (max-width: 640px) {
.content {
	margin: 0 10px;
}
}
/* TopLink
-------------------- */
#TopLink {
	position: fixed;
	bottom: 180px;
	left: 50%;
	margin-left: 510px;
}

@media screen and (max-width: 640px) {
#TopLink {
	position: fixed;
	bottom: 20px;
	right: 10px;
	left: auto;
	margin-left: 0;
}
}
/* SocialBottons
-------------------- */
#SocialBottons .sns {
	float: left;
}
#SocialBottons .hatena {
	margin-right: 30px;
}
.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
	width: 100% !important;
}
/* Footer
-------------------- */
#Footer #FooterNavigator {
	float: right;
	width: 70%;
}
#Footer #FooterNavigator ul {
	margin: 30px 0;
	padding: 20px 0 10px 10px;
}
#Footer #FooterNavigator li {
	margin: 10px 0;
	padding: 0 20px;
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
	border-left: 1px dotted #0f4717;
}
#Footer #FooterNavigator li a {
	color: #0f4717;
}
#FooterInformation {
	float: left;
	width: 30%;
}
#Footer p {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
p#FooterLogo {
	margin-bottom: 20px;
	padding-top: 40px;
	font-size: 26px;
	font-size: 2.6rem;
}
#Footer p#Copyright {
	margin: 30px 0;
	color: #999;
	font-size: 10px;
	font-size: 1.0rem;
	font-family: "Courier New", Courier, monospace;
}

@media screen and (max-width: 640px) {
#Footer #FooterNavigator {
	float: none;
	width: auto;
}
#Footer #FooterNavigator ul {
	margin: 30px 0 0;
	padding: 20px 0 10px 40px;
	border-left: none;
}
#Footer #FooterNavigator ul li {
	float: none;
}
#FooterInformation {
	float: none;
	width: auto;
	text-align: center;
}
#Footer #FooterNavigator li a {
	display: block;
	background: url(../img/sp/common/icon_arrow.png) 95% center no-repeat;
	color: #0f4717;
}
}
/* Common
-------------------- */
input, textarea, select {
	margin: 3px 2pt;
	padding: 3px 1pt;
}
.more-link a {
	padding: 4px 40px 4px 20px;
	background: #000 url(../img/common/icon_arrow.png) 85% center no-repeat;
	color: #fff !important;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
}
