﻿@charset "UTF-8";

/* CSS Document */


/* 共通 */ 
  
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
} 
  
body{
color: #b3b36b;
background: #e6e68a;
margin: auto;
font-family: "メイリオ", "Meiryo", 'Lucida Grande', "sans-serif";
font-weight: normal;
text-align: center;
}

/* wrap */ 
div.wrap{  
color: #b3b36b;

}


div.honbun{
text-align: left;
background-color: rgba( 255, 255, 255, 0.45 );
color: #b3b36b;
margin:10px 2.5% 10px 2.5%;
padding: 10px 32px 10px 32px;
border:#ffffff solid 1px;
border-radius: 15px;
}




/* 下部タイトルセット */ 

div.title{

	text-align: right;
	color: #66cccc;
    line-height:-5px;
    border-top : #66cccc solid 1px;

}

span.title{
letter-spacing: -0.1em;

}


/* 本文内次ページセット */ 

p.tugi{
  	color: #e6e68a;
margin: 50px 0 32px 0;
}

a.tugi{
	color: #e6e68a;
	background:#ffffff;
}



/* 本文内注意書き */ 

p.chui{
color: #6ba7b3;
margin: 0 0 4em 0;
}


/* 名前変換ゾーン */ 
textarea,input[type=text],input[type=reset],input[type=submit],input[type=button],button,select
 {
border: 2px solid #fffacd;
color: #ffffff;
background:#66cccc;
border-radius: 7px;

}

textarea,input[type=text],select
 {
width: 6em;
}


/* 拍手お礼ページ用 */ 

div.clap{
text-align:center;
}

p.thx{
font-size:1.5em;
background-color:#3366CC;
color:#ffffff;
margin-bottom:1em;
}

p.memo{
font-size:8px;
text-align:right;
margin:2em 1em 1em 1em;}

/* リンクセット */ 
a {	text-decoration: none;
	color: #FFFFFF;
}

a.counter
{
text-decoration: none;
}

a:hover {
position:relative;
top: 2px;
left:2px;
}



/* フッターセット */ 

p.footer{
	text-align: center;
	color: #FFFFFF;
    margin:0 0 50px 0;
}

a.footer{
letter-spacing: 0.1em;
display: inline-block;
color: #e6e68a;
background:#ffffff;
border:#ffffff 1px solid;
word-wrap: break-word;
    margin:2em 0 1em 0;
    padding:0 1em 0 1em;
    border-radius: 50px;

}



/* ★★★★★★★★★★スマホ用★★★★★★★★★★ */

@media screen and (min-width:0px) and (max-width:736px){


body {
font-family: 'Lucida Grande', sans-serif;
width:100%;
font-size: 80%;
line-height:1.8em;
-webkit-text-size-adjust: 100%;
	}


/* wrap */ 

div.wrap{  
padding: 1em;
}

/* 文字かくとこ */ 
div.honbun{
margin:2em 0 2em 0;
padding: 2em 1.5em 1em 1.5em;
  font-size: 0.9em;
    line-height:1.6em;  
}



p.h2
{
margin: 1.5em 0 0.5em 0;
font-size: 1.2em;

}



div.title{

	margin:3em 0 2em 0;
    line-height:-5px;
    font-size: 0.7em;

}

span.title{
font-size: 1rem;
letter-spacing: -0.1em;

}






}

/* ★★★★★★★★★★PC用★★★★★★★★★★ */


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

body{
font-size: 16px;
letter-spacing: 0.1em;
line-height: 1.8;

}

/* wrap */ 
div.wrap{  
padding: 2em;

}

/* 文字かくとこ */ 
div.honbun{
margin:90px 5% 50px 5%;
padding: 48px 32px 48px 32px;
}


div.title{

	margin:80px 0 16px 0;
    line-height:-5px;
    font-size: 12px;

}

span.title{
font-size: 16px;
letter-spacing: -0.1em;

}




}



