﻿@charset "utf-8";

/************************ヘッダー*************************************/
/* ヘッダーの固定 */
header{
  top: 0px;                   /* 位置(上0px) */
  left: 0px;                  /* 位置(右0px) */
	width: auto;           /*ヘッダーフルページ表示*/
	height: 150px;
	margin: 0 auto;
  background-image:url('../photo/haikei.jpg');   /*背景画像URL*/
	background-repeat: no-repeat;      /*タイル状繰り返し解除*/
	background-position: center top;     /*位置指定*/
	background-attachment: fixed;               /*位置指定固定*/
	background-size: cover;           /*フルページ大きさ指定*/
	background-size: 100% auto;     /*大きさを領域に合わせる*/

}

.box1 {
	float:left;
	width:auto;
}

.box1:after	{
  content: "";
	display: block;
	clear: both
}

.logo {
	float:left;
	width:auto;
}

.logo:after	{
  content: "";
	display: block;
	clear: both
}

.twitter-share-button {
	float:left;
	width:auto;
	margin-bottom:20px;
}

.box2 {
	float:left;
	width:auto;
}

/*メニューの指定*/
.global-nav {
	float: right;
}

.global-nav:after	{
  content: "";
	display: block;
	clear: both
}

/*メニューを横に並べる*/
.global-nav li{
	float: left;
	padding-left:10px;      /*左右に余白*/
	list-style: none;     /*メニューの行頭無し*/
	width:20%;
}

.global-nav li:after	{
  content: "";
	display: block;
	clear: both
}

.box2:after	{
  content: "";
	display: block;
	clear: both
}


/****************** 349px以下のとき適用 ******************/
@media (max-width: 349.999999px){

header{
	height: 200px;
}

.box1 {
}

.box2 {
}

.global-nav {
}

}


/****************** 350px以上399以下のとき適用 *******************/
@media (min-width: 350px) and (max-width: 399.999999px) {

header{
	height: 200px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 400px以上449以下のとき適用 *******************/
@media (min-width: 400px) and (max-width: 449.999999px) {

header{
	height: 200px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 450px以上479以下のとき適用 *******************/
@media (min-width: 450px) and (max-width: 479.999999px) {

header{
	height: 200px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 480px以上509以下のとき適用 *******************/
@media (min-width: 480px) and (max-width: 509.999999px) {

header{
	height: 250px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 510px以上549以下のとき適用 *******************/
@media (min-width: 510px) and (max-width: 549.999999px) {

header{
	height: 250px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 550px以上599以下のとき適用 *******************/
@media (min-width: 550px) and (max-width: 599.999999px) {

header{
	height: 250px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 600px以上649以下のとき適用 *******************/
@media (min-width: 600px) and (max-width: 649.999999px) {

header{
	height: 250px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 650px以上689以下のとき適用 *******************/
@media (min-width: 650px) and (max-width: 689.999999px) {

header{
	height: 250px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 690px以上739以下のとき適用 *******************/
@media (min-width: 690px) and (max-width: 739.999999px) {

header{
	height: 250px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}

}


/****************** 740px以上767以下のとき適用 *******************/
@media (min-width: 740px) and (max-width: 767.999999px) {

header{
	height: 250px;
}

.box1 {
}

.box2 {
}

.global-nav {
	float: left;
}


}


/****************** 768px以上799以下のとき適用 *******************/
@media (min-width: 768px) and (max-width: 799.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/****************** 800px以上849以下のとき適用 *******************/
@media (min-width: 800px) and (max-width: 849.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/****************** 850px以上899以下のとき適用 *******************/
@media (min-width: 850px) and (max-width: 899.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/****************** 900px以上949以下のとき適用 *******************/
@media (min-width: 900px) and (max-width: 949.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/******************* 950px以上1049以下のとき適用 ********************/
@media (min-width: 950px) and (max-width: 1049.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/******************* 1050px以上1149以下のとき適用 ********************/
@media (min-width: 1050px) and (max-width: 1149.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/******************* 1150px以上1249以下のとき適用 ********************/
@media (min-width: 1150px) and (max-width: 1249.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/******************* 1250px以上1349以下のとき適用 ********************/
@media (min-width: 1250px) and (max-width: 1349.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/******************* 1350px以上1449以下のとき適用 ********************/
@media (min-width: 1350px) and (max-width: 1449.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/******************* 1450px以上1549以下のとき適用 ********************/
@media (min-width: 1450px) and (max-width: 1549.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/******************* 1550px以上1649以下のとき適用 ********************/
@media (min-width: 1550px) and (max-width: 1649.999999px) {

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}


/********************* 1650px以上のとき適用 ********************/
@media (min-width: 1650px){

.box1 {
	width:30%;
}

.box2 {
	width:70%;
}

}

