﻿@charset "utf-8";

/* !Reseting
---------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.8;
	background: url("") #fff;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

@media screen and (max-width: 414px) {

	body {
		font-size: 13px;
	}

}


/* !Clearfix
---------------------------------------------------------- */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.clear {
	clear: both;
}


/* TOPへボタン
---------------------------------------------------------- */



#topbutton {
	/* 表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 20px;   /* ←下端からの距離 */
	right: 20px;    /* ←右端からの距離 */
	width: 7em;     /* ←横幅 */

	/* 最初は非表示 */
	display: none;
	z-index: 100;
}

#topbutton a {
	/* リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
   }
   
@media screen and (max-width: 767px) {
	
	#topbutton {
		/* 表示位置を画面の右下に固定 */
		position: fixed; /* ←表示場所を固定 */
		bottom: 10px;   /* ←下端からの距離 */
		right: 1px;    /* ←右端からの距離 */
		width: 4em;     /* ←横幅 */

	/* 最初は非表示 */
		display: none;
		z-index: 100;
	}
	
	#topbutton img {
		max-width: 60%;
		height: auto;
	}
}
	
/* .body_bg
---------------------------------------------------------- */


/* ########### 1050px以上 ########### */

@media screen and (min-width:1050px) {
	
	.wrap {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ########### 1049px以下 ########### */


@media screen and (max-width:1049px) {
	
	.wrap {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ########### 767px以下 ########### */


@media screen and (max-width: 767px) {
	
	.wrap {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
		overflow-x: hidden !important;
	}
	
	html {
		overflow-x: hidden !important;
	}
	

}




/* #header
---------------------------------------------------------- */



/* サイト名 */
.site h1 a	{
	color: #000000;
	text-decoration: none;
	font-size: 40px;
	margin: 0;
}

.site h1 {
	margin: 0 0 0 10px;
	font-size: 15px;
	font-weight: 500;
}


/* ヘッダー画像 */
.topimg	{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* キャッチコピー */
.catch	{
	margin: 0 0 0 0;
	padding: 15px;
	font-size: 28px;
}

/* ヘッダー画像にキャッチコピーを重ねる */
.top {
	position: relative;
}

.catch	{
	position: absolute;
	bottom: 7%;
	left: 3%;
}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{
	content: "";
	display: block;
	clear: both;
}

.box1	{
	float: left;
	width: auto;
}

.box2	{
	float: right;
	width: 100%;
}

.box2-2 {
	float: right;
	width: auto;

}

.header_top {
	background: #45bcba;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 0 0 0;
}

.h_txt {
	font-size: 12px;
	font-weight: 600;
	background: #eefbdd;
	letter-spacing: 1px;
	-moz-border-radius: 2px;    /* 角丸-Firefox */
	-webkit-border-radius: 2px; /* 角丸-Safari,Chrome */
	border-radius: 2px;            /* 角丸-CSS3 */
	display: block;
	padding: 1px 6px;
	margin: 0 0 5px 0;
}

.boxA-inner a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.tel_area {
	font-size: 12px;
	letter-spacing: 0.5px;
	float: right;
	padding: 5px 10px 10px 0;
}

.tel-link {
	margin: 0 12px 0 0;
}

@media screen and (max-width: 1000px) {
	
	.site h1 a	{
		font-size: 30px;
	}

	.site_txt {
		display: block;
		margin: -15px 0 0 0;
	}
	
	.boxA-inner {
		padding: 0 0 0 10px;
	}
	
	.header_top {
		padding: 0 10px;
	}
	
	.tel_area {
		margin: 0 10px 0 0;
	}

}

@media screen and (max-width: 413px) {

	.header_top span {
		font-size: 6px;
	}
	
	.h_txt {
		font-size: 6px;
	}
	
	.tel_area img {
		width: 48%;
	}
	
}

	
/* キービジュアル
---------------------------------------------------------- */

.kv {
	clear: both;
}

/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}



/* sideNavi
------------------------- */
/*
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}


@media screen and (min-width: 414px) and (max-width: 736px) {
	
	.viewer ul li img {
			width: 70%;
		}
		
}


@media screen and (min-width: 768px) and (max-width: 1040px) {
	
	.viewer ul li img {
			width: 100%;
		}

}

@media screen and (min-width: 414px) {
	
	.kv2 {
		display: none;
	}
	
}


@media screen and (max-width: 413px) {
	
	.kv {
		display: none;
	}
	
	.viewer ul li img {
		width: 57%;
	}
	
}

@media screen and (max-width: 320px) {
	
	.viewer ul li img {
		width: 55%;
	}
	
}





/* コンテンツ共通
---------------------------------------------------------- */

/* 記事 */




.h1box {
	text-align: center;
	font-size: 30px;
	line-height: 24px;
	margin: 20px 0 0 0;
}

.h1box img {
	padding: 0 0 15px 0;
}

.kiji h1 {
	font-weight: 500;
}

.line {
	background: #49c7c5 top center;
	height: 5px;
	width: 150px;
	display: inline-block;
}

.kiji_box {
	margin: 0 20px;
	letter-spacing: 1.2px;
	overflow: hidden;
}


.kiji h2	{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}

.kiji p	{
	max-width: 675px;
	margin-top: 0;
}

.kiji .lead	{
	max-width: 100%;
	font-size: 18px;
	color: #000000;
}

.kiji .kiji	{
	max-width: 100%;
	height: auto;
}

.kiji_box img	{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.txt_area {
	padding: 30px 0 30px 0;
}

.txt_area2 {
	padding: 30px;
}

.txt_area3 {
	padding: 0 30px;
}

.txt_area4 {
	padding: 30px;
}



/* 本文 */
.honbun	{
	margin-top: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}


/* パンくずリスト */
.bread	{
	padding-bottom: 3px;
	background: #f9fff2;
}

.bread ol	{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bread li a	{
	display: inline-block;
	padding: 2px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.bread li a:hover	{
	background-color: #ffffff;
}

.bread ol:after	{
	content: "";
	display: block;
	clear: both;
}

.bread li	{
	float: left;
	width: auto;
}

.bread_top:after	{
	content: '\003e';
	margin-left: 5px;
	margin-right: 5px;
	color: #888888;
}

/* コンテンツのbackground（con_bg)
---------------------------------------------------------- */

.con_bg {
	background: url("img/con_bg.jpg") no-repeat top center #fefbf9;
	-moz-background-size:100% auto;
	background-size:100% auto;
}



/* index
---------------------------------------------------------- */

.thumbnail-wrapper a {
	padding: 0 20px 0 0;
}

.pickup {
	margin: 30px 0 0 0;
}

.pickup ul li {
	width: 27%;
	height: 225px;
	background: #fff;
	background: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	border: solid 1px #dbdbdb;
	float: left;
	padding: 20px;
}

.picup_title {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 18px 0;
}

.picup_title img {
	margin: 0;
}


.top2block_title {
	background: url("img/title_bg.jpg") repeat-x center center;
	color: #ffffff;
	text-align: center;
	font-size: 46px;
	padding: 20px 0;
}

.font30 {
	font-size: 30px;
	line-height: 30px;
}

.yellow_line {
	background: linear-gradient(transparent 30%, #feff90 30%);
	-webkit-box-shadow: 3px 3px 5px rgba(255,255,0,0.5);
	-moz-box-shadow: 3px 3px 5px rgba(255,255,0,0.5);
}

.red_txt {
	color: #ff3540;
}

.banner img {
	margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
	
	.h1box {
		font-size: 18px;
		line-height: 18px;
	}
	
	.h1box img {
		width: 25%;
	}

	.pickup ul li {
		width: 35%;
	}
	
	.top2block_title {
		font-size: 22px;
		padding: 30px 0;
	}
	
	.font30 {
		font-size: 16px;
		line-height: 16px;
	}
	
	.pickup ul li {
		font-size: 12px;
	}
	
	.picup_title {
		font-size: 14px;
		font-weight: 600;
		margin: 5px 0 8px 0;
	}

	.picup_title img {
		width: 80%;
		margin: 0;
	}
	
	.cost_title {
		font-size: 16px !important;
	}
	
	.txt_area4 {
		padding: 20px 2px;
	}

}


/* お客さまの声（index）
---------------------------------------------------------- */


.voice_title {
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
}

.voice_box {
	text-align: center;
	background: #d7fffe;
	padding: 50px 0px;
}

.voice_box2 {
	text-align: center;
	background: #ecffff;
	padding: 50px 0px;
}

.voice_txt {
	text-align: left;
	padding: 0 200px;
}

@media screen and (max-width: 767px) {
	
	.voice_title {
		font-size: 18px;
	}
	
	.voice_txt {
		text-align: left;
		padding: 0 20px;
	}

}


/* お客さまの声（voice.html）
---------------------------------------------------------- */


.voice {
	padding: 30px 0;
	border-bottom: dashed 1px #000000;
}

.voice_txt2 {
	text-align: left;
}

@media screen and (max-width: 767px) {

	.voice_title img {
		width: 20%;
	}
	
}


/* 選ばれる理由
---------------------------------------------------------- */

.choice {
	margin: 30px 0 0 0;
	border-bottom: dashed 1px #000000;
}

.choice_icon {
	width: 20%;
	vertical-align: middle;
}

.choice_midasi {
	font-size: 24px;
	color: #49c7c5;
	font-weight: 600;
}

.sabmidasi {
	background: #49c7c5;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 8px;
}

.table_txt {
	padding: 10px 0 30px 0;
}

@media screen and (max-width: 767px) {

	.choice_midasi {
		font-size: 16px;
		font-weight: 600;
	}
	
	.sabmidasi {
		font-size: 16px;
	}
	
	.table_txt {
		font-size: 13px;
	}

}


/* 制作料金
---------------------------------------------------------- */

.sab_title {
	display: inline-block;
	border: solid 1px #49c7c5;
	font-size: 18px;
	padding: 10px 15px;
	margin: 20px 0 0 0;
}

.cost {
	padding: 0 0 20px 0;
}

.cost_title {
	font-size: 20px;
	padding-left: 8px;
	border-left: solid 8px #49c7c5;
}

.cost table {
	width: 100%;
	margin: 30px 0;
}


.cost table tr td {
	padding: 20px;
}

.cost_midasi {
	background: #f3f3f3;
	border: solid 1px #ffffff;
	width: 25% !important;
	vertical-align: middle;
}

.cost_txt {
	border: solid 1px #eeeeee;
	width: 75%;
}

.cost_txt2 {
	border: solid 1px #eeeeee;
	background: #f9f9f9;
	width: 22%;
}

.cost_txt3 {
	border: solid 1px #eeeeee;
	width: 30%;
}

.cost_txt4 {
	border: solid 1px #eeeeee;
}

.cost p {
	margin: 15px 0;
}

.chuui_title {
	background: #f3f3f3;
	color: #49c7c5;
	font-weight: 600;
	padding: 5px 10px;
}

@media screen and (max-width: 767px) {
	
	.sab_title {
		font-size: 15px;
	}

}


/* SEOプラン
---------------------------------------------------------- */

.seoplan table {
	width: 100%;
	border: solid 2px #ffaa00;
	margin: 20px 0 50px 0;
}

.seoplan table tr td, .seoplan2 table tr td, .seoplan3 table tr td {
	padding: 20px;
}

.seo_midasi {
	background: #ffaa00;
	color: #ffffff;
	text-align: center;
}

.seo_kakaku {
	font-size: 18px;
	text-align: center;
	color: #ffaa00;
	padding: 30px 0 !important;
}

.seo_txt {
	border-top: dashed 1px #000000;
}

.sikaku {
	border: solid 1px #ffffff;
	padding: 3px 8px;
}

.sikaku2 {
	border: solid 1px #ffaa00;
	padding: 5px 20px;
}

.font20 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.seoplan2 table {
	width: 100%;
	border: solid 2px #fd7708;
	margin: 0 0 50px 0;
}

.seo_midasi2 {
	background: #fd7708;
	color: #ffffff;
	text-align: center;
}

.seo_kakaku2 {
	font-size: 18px;
	text-align: center;
	color: #fd7708;
	padding: 30px 0 !important;
}

.sikaku2 {
	border: solid 1px #fd7708;
	padding: 5px 20px;
}

.seoplan3 table {
	width: 100%;
	border: solid 2px #ff364b;
	margin: 0 0 50px 0;
}

.seo_midasi3 {
	background: #ff364b;
	color: #ffffff;
	text-align: center;
}

.seo_kakaku3 {
	font-size: 18px;
	text-align: center;
	color: #ff364b;
	padding: 30px 45px;
	vertical-align: middle;
}

.seo_telmail {
	width: 48%;
	font-size: 20px !important;
	line-height: 22px;
	color: #000000;
	font-weight: 600;
	vertical-align: middle;
}

.seo_telmail p {
	display: block;
	margin: 0 0 10px 0;
}

.seo_telmail img, .seo_kakaku3 img {
	margin-bottom: 0 !important;
}

.sikaku3 {
	border: solid 1px #ff364b;
	padding: 5px 40px;
}

@media screen and (min-width: 768px) {

	.sp_kakakutxt {
			display: none;
	}

}

@media screen and (max-width: 767px) {
	
	.seoplan table tr td, .seoplan2 table tr td, .seoplan3 table tr td {
		padding: 10px;
	}

	.font20 {
		font-size: 15px;
	}
	
	.seo_kakaku, .seo_kakaku2 {
		font-size: 16px;
		line-height: 16px;
	}
	
	.sikaku2 {
		display: block;
		border: 0px;
		padding: 5px 20px;
	}
	
	.seo_kakaku img, .seo_kakaku2 img {
		width: 70%;
	}
	
	.seo_telmail {
		width: 55%;
		font-size: 14px !important;
		line-height: 14px;
	}
	
	.seo_kakaku3 img {
		display: none;
	}
	
	.seo_kakaku3 {
		width: 45% !important;
		font-size: 15px;
		line-height: 15px;
		font-weight: 600;
		border: solid 1px #ff364b;
		padding: 0;
		margin: 0;
	}


}


/* 制作の流れ
---------------------------------------------------------- */

.flow_production table {
	border: solid 1px #49c7c5;
}

.flow_production table td {
	border: solid 1px #49c7c5;
	padding: 5px 20px;
}

.number {
	width: 9%;
	background: #ffffff;
	font-size: 28px;
	color: #49c7c5;
	font-weight: 600;
	padding: 5px 10px !important;
}

.flow_midasi {
	background: #49c7c5;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
}

.flow_txt td {
	background: #ffffff;
	padding: 20px !important;
}

.flow_txt td img {
	margin-bottom: 0 !important;
}

.flow_txt td ul li {
	float: left;
}

.flow_naiyou {
	width: 80%;
	padding: 0 0 0 20px;
}

.arrow {
	text-align: center;
	margin: 20px 0 0 0 !important;
}


/* 費用が安い理由（選ばれる理由ページとほぼ共有）
---------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1040px) {

	.choice_icon img {
		width: 80%;
	}

}

@media screen and (max-width: 767px) {

	.choice_icon {
		display: none;
	}
	
	.flow_midasi {
		font-size: 16px;
	}
	
	.number {
		font-size: 20px;
	}
	
	.flow_txt ul li {
		width: 100%;
		display:table-cell;
		vertical-align:middle;
		text-align: center;
		padding: 10px !important;
	}
	
	.flow_naiyou {
		text-align: left !important;
	}
	
}

/* よくある質問
---------------------------------------------------------- */

.faq table {
	margin: 0 0 40px 0;
	width: 100%;
}

.flow_midasi img {
	margin: 3px 15px 0 0;
}

.faq_naiyou {
	width: 95%;
	padding: 0 0 0 20px;
}

.corporate table tr td, .faq_txt td {
	background: #fff;
	border: solid 1px #eeeeee;
	padding: 20px !important;
}

.faq_txt td img {
	margin-bottom: 0 !important;
}


@media screen and (max-width: 767px) {
	
	.faq_txt td img {
		margin-bottom: 0 !important;
	}

	.faq_txt {
		background: #ffffff;
		text-align: left;
	}
	
	.faq_txt ul {
		padding: 20px 0;
	}
	
	.faq_naiyou {
		width: 90%;
		padding: 0 0 0 20px;
	}

}


/* footer
---------------------------------------------------------- */


.footer {
	background: #eefbdd;
	overflow: hidden;
}

.footer_sab {
	background: #f9fff2;
	overflow: hidden;
	padding: 0 0 40px 0;
}

.area_title {
	font-size: 26px;
	margin: 30px 0 20px 0;
}

.footer ul li {
	float: left;
}

.logo_area {
	width: 28%;
	padding: 140px 0 0 0;
}

.footer_txt {
	width: 62%;
	padding: 50px 0;
}

.logo_txt {
	font-size: 13px;
	letter-spacing: 4px;
}

.logo {
	font-size: 36px;
	line-height: 1.2;
}

.box5 {
	background: #45bcba;
}

.box5-inner {
	text-align: center;
	font-size: 13px;
	padding: 30px 20px 10px 20px;
}

.area table tr td {
	border: 0;
	background: none;
}

.area table {
	border: 0;
	background: none;
}

.area_midasi {
	width: 15%;
}

@media screen and (max-width: 767px) {

	.area_title {
		font-size: 18px;
		margin: 20px 0 10px 0;
	}
	
	.logo_area {
		display: none;
	}
	
	.footer_txt {
		width: 100%;
	}
	
	.area_midasi {
		width: 32%;
	}

}


/* お問い合わせ
---------------------------------------------------------- */

.mailfoam {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 0 20px;
}	

.table_line {
	background: #fffbf5;
	border: solid 1px #ddcdb9;
	padding: 0 0 30px 0;
}

.mailfoam table {
	width: 95%;
	height: 480px;
	margin: 0 auto;
}

.mailfoam table tr {
	border: 0;
	border-bottom: 1px solid #cbbfa2;
}

.midasi {
	width: 24%;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding: 28px 0 0 10px;
}

.input_area {
	font-size: 14px;
	color: #999;
	padding: 20px 0 15px 5px;
}

input {
	height: 30px;
	max-width: 85%;
	width: 85%;
	border:1px solid #beb09f !important;
	background-color: #fff;
}

.miniinput {
	width: 12%;
}

textarea {
	border:1px solid #cbbfa2;
	background-color: #fff;
	width: 85%;
	margin: 28px 0 0 6px !important;
}

.hissukoumoku {
	font-size: 14px;
	padding: 30px 5px 15px 5px;
	text-align: left;
}

.formtxt {
	font-size: 12px;
	padding: 10px 0;
}

.kinyurei {
	font-size: 12px;
}

.button_area {
	text-align: center;
	padding: 40px 0 0 0;
}

.button {
	background: none;
	border: none;
	outline:none;
}

.hissu {
	background: #ed8c83;
	color: #fff;
	font-size: 12px;
	padding: 2px 3px;
	margin: 0 3px 0 0;
}

.itp_radio {
	display: none;
}

.kanryou {
	padding: 20px;
}

.button_area input {
	border: 1px solid #beb09f !important;
}

.btn_bg {
	background: #45bcba;
	color: #ffffff;
}


/* ########### 767px以下 ########### */
@media screen and (max-width: 767px) {

	.post-content {
		padding: 3px !important;
	}

	.mailfoam {
		font-size: 11px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 1px 0 1px !important;
	}
	
	.hissu {
		font-size: 10px;
		padding: 2px 3px;
		margin: 0 3px 0 0;
	}
	
	.kinyurei {
		font-size: 10px;
	}

	.mailfoam table {
		width: 100%;
		height: 480px;
		margin: 0 auto;
	}

	.hissukoumoku {
		font-size: 12px;
		padding: 20px 0;
		line-height: 1.6;	
	}
	
	.formtxt {
		font-size: 10px;
		padding: 4px 0;
	}


	.midasi {
		width: 16%;
		text-align: left;
		font-size: 10px;
		font-weight: bold;
		padding: 15px 0 0 2px !important;
	}

	.table_line {
		padding: 0 5px;
	}
	
	input {
		width: 80%;
	}
	
	textarea {
		border:1px solid #cbbfa2;
		background-color: #fff;
		width: 75%;
		margin: 10px 0 0 6px !important;
	}

}




/* サイドメニュー
---------------------------------------------------------- */

.sidemenu	{
	border: solid 1px #dfdcdb;
	-moz-border-radius: 2px;    /* 角丸-Firefox */
	-webkit-border-radius: 2px; /* 角丸-Safari,Chrome */
	border-radius: 2px;            /* 角丸-CSS3 */
	text-align: center;
	background: #ffffff;
	background: rgba(255,255,255,0.6);
	margin-right: 5px;
	padding: 20px 0 0 0;
	box-shadow: 1px 1px 1px #eeeeee;
	-webkit-box-shadow: 1px 1px 1px #eeeeee;
	-moz-box-shadow: 1px 1px 1px #eeeeee;
}

.sidemenu h1 {
	font-size: 18px;
	background: #ffffff;
	padding: 3px 10px;
	display: inline;
}

.toiawase p {
	font-size: 15px;
	padding: 0 30px 10px 30px;
	line-height: 1.2;
}

.toiawase {
	margin: 20px 0;
}

.toiawase img:hover	{
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.sidemenu2 {
	margin-right: 5px;
}

.sidemenu2 li {
	margin: 20px 0;
}

.sidemenu2 li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.mametisiki {
	background: url("img/mametisiki.png") no-repeat;
	background-size: contain;
	font-size: 14px;
	font-weight: 400 !important;
	padding: 82px 35px 50px 35px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {

	.sidemenu, .sidemenu2, .mametisiki {
		margin: 20px !important;
	}
	
	.mametisiki {
		display: none;
	}

}


/* コピーライト */
.copyright p	{
	font-size: 14px;
	text-align: center;
	margin: 20px 0 0 0;
}


/* BOX Aの下に罫線を挿入（コンテンツページのみ） 
.contents .boxA	{
	border-bottom: solid 1px #dddddd;
}
*/

/* BOX5をバーの形にする */
.box5	{
	padding-top: 15px;
	padding-bottom: 15px;
}


/* ボックスの左右 */
.boxA, .box5
	{
	padding-left: 0px;
	padding-right: 0px;
}


/* ボックスの上下 */
.boxA	{
	padding-top: 20px;
}

.box3	{
	padding-top: 30px;
	padding-bottom: 25px;
}


/* ########### 359px以下 ########### */
@media screen and (max-width: 359px) {

	/* サイト名 */
	.site img	{
		width: 225px;
		height: auto;
	}

}


/* ########### 599px以下 ########### */
@media screen and (max-width: 599px) {

	/* ナビゲーション */
	.menu li a	{
		padding: 10px 7px;
		font-size: 11px;
	}

	/* キャッチコピー */
	.catch	{
		padding: 5px 10px;
		font-size: 12px;
	}

	/* 記事 */
	.kiji h1	{
		font-size: 18px;
	}

	.kiji h2	{
		font-size: 18px;
	}

	.kiji .lead	{
		font-size: 16px;
	}

}


/* ########### 768px以上 ########### */

@media screen and (min-width: 768px) {
}

/* ########### 767px以下 ########### */


@media screen and (max-width: 767px) {
	
	.box3	{
		padding-top: 3px;
		padding-bottom: 10px;
	}


	/* トグルボタン */
	#menubtn	{
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 2px;
		background-color: #ffffff;
		position: absolute;
		top: 75px;
		right: 15px;
		cursor: pointer;
	}
	
	#menubtn:hover	{
		background-color: #dddddd;
	}
	
	#menubtn:focus	{
		outline: none;
	}
	
	#menubtn i	{
		color: #888888;
		font-size: 18px;
	}
	
	#menubtn span	{
		display: inline-block;
		text-indent: -9999px;
	}
	
	/* ナビゲーションメニュー（縦並び） */
	.menu {
		display: none;
	}
	
	
	.menu ul {
		background: #f9fff2;
		padding: 0 4px;
		list-style: none;
		clear: both;
		margin: 8px 0 0 0;
	}
	
	.menu ul li {
		padding: 1px;
	}
	
	.menu li a	{
		display: block;
		padding: 5px;
		color: #000000;
		border: solid 1px #9f9f9f;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		/*For Old WebKit
		background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f8f8f8 80%,
		#f2f2f2 90%,
		#e1e1e1 100%
		);*/
		/*For Modern Browser
		background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f8f8f8 80%,
		#f2f2f2 90%,
		#e1e1e1 100%
		);*/
	}
	
	.menu li a:hover	{
		background-color: #eeeeee;
	}

}


/* ########### 768px以上 ########### */
@media screen and (min-width: 768px) {

/* トグルボタン */
#menubtn {
	display: none;
}

/* ナビゲーション */

.box2 {
	background: #fafafa;
}

#menu {
	display: block !important;
}

.menu {
	clear: both;
	text-align: center;
}

.menu ul {
	margin: 0;
	padding: 16px 0;
	list-style: none;
}

.menu li a	{
	display: block;
	float: left;
	padding: 0px 24px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	border-right: solid 1px #9c9c9c;
}

.menu li a:hover {
	background-color: #eeeeee;
	background: rgba(244,255,255,0.6);
}

.menu ul:after {
	content: "";
	display: block;
	clear: both;
}

.menu ul li {
	float: left;
	width: auto;
}

.noborder a {
	border-right: 0!important;
}

/* BOX3-1とBOX3-2を横に並べる設定 */
.box3:after	{
	content: "";
	display: block;
	clear: both;
}

.box3-1	{
	float: right;
	width: 73%;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box3-2	{
	float: left;
	width: 27%;
}


}

/* ########### 1050px以下 768px以上 ########### */
@media screen and (max-width: 1050px) and (min-width: 768px) {

	.box3 {
		margin: 0 10px;
	}

}


/* ########### 767px以下 ########### */
@media screen and (max-width: 767px) {
	
	.boxA {
		margin: 0 -5px !important;
	}

	.top_txt {
		font-size: 13px;
	}

	.box3-1	{
		margin: 0 5px;
	}

	.box3-2	{
		margin: 0 5px;
	}


}


/* ########### 1000px以上 ########### */
@media screen and (min-width: 1000px) {

	/* 全体の横幅を固定 */
	.box3, .box4, .boxA-inner
		{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

}

/* ########### 650px以上 ########### */
@media screen and (min-width: 650px) {

	.box5-inner {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}

