@charset "UTF-8";

/*
Theme Name: sankaku
Theme URI:  http://sankakuyado.com/
Description: 
Version: 1.0
Author: cazesun
Author URI: cazesun.jp
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/

/* RESET
----------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code, 
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, 
figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, 
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, 
ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, 
strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	16 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT 
----------------------------------------------------*/
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
/*	MAIN CONTAINER */
.container {
	max-width: 1120px;
	margin: 0 auto;
}
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after, .row:after, .col:after, .clr:after, .group:after {
	content: "";
	display: table;
	clear: both;
}
/* 	DEFAULT ROW STYLES 
  Set bottom padding according to preference */
.row {
	padding-bottom: 0;
}
/* DEFAULT COLUMN STYLES */
.col {
	display: block;
	float: left;
	width: 100%;
}
@media ( min-width : 768px ) {
.gutters .col {
	margin-left: 2%;
}
.gutters .col:first-child {
	margin-left: 0;
}
}
/*	COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 768px ) {
  .span_1 { width: 6.25%; }
  .span_2 { width: 12.5%; }
  .span_3 { width: 18.75%; }
  .span_4 { width: 25%; }
  .span_5 { width: 31.25%; }
  .span_6 { width: 37.5%; }
  .span_7 { width: 43.75%; }
  .span_8 { width: 50%; }
  .span_9 { width: 56.25%; }
  .span_10 { width: 62.5%; }
  .span_11 { width: 68.75%; }
  .span_12 { width: 75%; }
  .span_13 { width: 81.25%; }
  .span_14 { width: 87.5%; }
  .span_15 { width: 93.75%; }
  .span_16 { width: 100%; }
  .gutters .span_1 { width: 4.375%; }
  .gutters .span_2 { width: 10.75%; }
  .gutters .span_3 { width: 17.125%; }
  .gutters .span_4 { width: 23.5%; }
  .gutters .span_5 { width: 29.875%; }
  .gutters .span_6 { width: 36.25%; }
  .gutters .span_7 { width: 42.625%; }
  .gutters .span_8 { width: 49.0%; }
  .gutters .span_9 { width: 55.375%; }
  .gutters .span_10 { width: 61.75%; }
  .gutters .span_11 { width: 68.125%; }
  .gutters .span_12 { width: 74.5%; }
  .gutters .span_13 { width: 80.875%; }
  .gutters .span_14 { width: 87.25%; }
  .gutters .span_15 { width: 93.625%; }
  .gutters .span_16 { width: 100%; }
}
/* General Setting 
----------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #333;
	font-family: "M PLUS Rounded 1c", Helvetica,"Hiragino Kaku Gothic Pro", "Osaka", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
.wf-hannari { font-family: "Hannari"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}
/* Typography
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin-bottom: 10px;
	font-size: 240%;
}
blockquote {
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
/* Link
----------------------------------------------------*/
a:link {
	color: #fccb34;
	text-decoration: none;
}
a:visited {
	color: #6ec8da;
	text-decoration: none;
}
a:hover {
	color: #f4a583;
	text-decoration: underline;
}
a:active {
	color: #f4a583;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=6);
	transition: all 0.5s;
}
/* structure layout
----------------------------------------------------*/
#wrapper {
}
#header {
	margin: 30px 0 60px;
	padding: 200px 0;
}
#content {
	margin: 100px auto 200px;
}
#footer {
	margin: 200px auto 300px;
	text-align: center;
}
.inner {
	margin: 0 auto;
	padding: 0;
}
.wrap {
	width: 800px;
	margin: 0 auto;
}
section {
	margin: 0 0 100px;
}
/* header element
----------------------------------------------------*/
.header-inner {
	margin: 0 auto;
	text-align: center;
}
#header h1.logo {
	margin: 0 auto;
	padding: 0;
	font-size: 6em;
	text-align: center;
	line-height: 1;
}
#header h1.logo span {
	margin: 0 auto;
	padding: 0;
	font-size: 30px;
	text-align: center;
}

#header p.tagline {
	margin: 0 0 30px;
	padding: 0;
	font-size: 18px;
	text-align: center;
}

/* content element
----------------------------------------------------*/
#content p {
	margin: 0 0 25px;
	font-size: 18px;
	text-align: center;
	line-height: 2.2;
}

.address {
	margin: 60px 0;
}
.address p {
	margin: 0 0 15px;
	padding: 0;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}

/* footer element
----------------------------------------------------*/
#footer .logo {
	/*  margin: 0 0 30px 160px;*/
  margin: 0 0 30px 100px;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
#content p.address,
#footer p.address {
	margin: 0 0 60px;
	padding: 0;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}
#footer p.copyright {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
}
#footer p.copyright a, #footer p.copyright abbr {
	color: #000;
	border: none;
}
/* other element
----------------------------------------------------*/
.mt35 {
	margin-top: 35px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr60 {
	margin-right: 60px !important;
}
/* pagetop
----------------------------------------------------*/
.pagetop {
	margin: 0;
	font-size: 12px;
	text-shadow: none;
	line-height: 1;
	text-indent: -99999px;
}
.pagetop a {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 35px;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(./images/pagetop.png) no-repeat left top;
	text-decoration: none;
	text-align: center;
	z-index: 350;
}
.pagetop a:hover {
	background: url(./images/pagetop_on.png) no-repeat left top;
	text-decoration: none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=6);
	transition: all 0.5s;
}
.pagetop img {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
#wrapper {
	padding: 0 5%;
}
#header {
	padding: 30px 0 10px;
}
#content {
	margin: 100px auto 150px;
}
#footer {
	margin: 100px auto 200px;
	text-align: center;
}
#header h1.logo {
	margin: 0 auto;
	padding: 0;
	font-size: 3em;
	text-align: center;
}
#header h1.logo img {
	width: 50%;
}
#header p.tagline {
	font-size: 16px;
}
#content p {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 2;
}



}