@charset "utf-8";

/*
*
* Copyright (c) 2015, AD Line Inc. All rights reserved.
* Data : 2015.09.14
*
*/

/*****************************************************

 共通
 
*****************************************************/

body {
	position:relative;
	z-index:0;
	margin:auto;
	background:#FFF7D7;
	color: #333333;
	font-size: 1;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight:normal;
	line-height:1.8;	
	letter-spacing:1px;
}


/* 全体のテキスト調整
----------------------------------------------------*/

p {
	padding:20px 0;
}


/* 画像サイズ指定
----------------------------------------------------*/

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


/* リンク設定
----------------------------------------------------*/

a {
	color: #0064FF;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration:none;
}

/* table 設定
----------------------------------------------------*/

table {
	width: 100%;
}

table,table th, table td {
	text-align: center;
}



/*****************************************************

 デスクトップ用CSS
 
*****************************************************/

body { 
	width:80%; height:auto;
	max-width:960px;
}


/*****************************************************

 タブレット用CSS
 
*****************************************************/

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

body {
	width:90%; height:auto;	
}

iframe {
	max-width: 96%;
}

}


/*****************************************************

 モバイル用CSS
 
*****************************************************/

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

body {
	width:96%; height:auto;
	overflow-x: hidden;
	font-size: large;
}

iframe {
	max-width: 96%;
}

table {
	border-width: medium;
}

table,table th,table td {
	font-size: 83%;
}















