﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Cinzel');


/* ↓レイアウト↓ */

*{
    line-height:150%;
}

body{
    color:#333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    margin:0px 7px;
    background-color:#c97586;
}

.base{
    margin:0 auto;
    max-width:820px;
    background-color:#fff;
    border-width:0px 1px;
    border-style:solid;
    border-color:#000;
    padding: 0 3px;
}

.header{
    padding:5px;
    text-align:center;
}

.footer{
    padding:5px;
    text-align:center;
}

.work{
    padding:15px;
}


.menu{
    font-size:90%;
    font-family: 'Cinzel', serif;
    margin:0px 0px 20px 0px;
}

.box{
    overflow: hidden ;		/* floatを解除する */
}

.text{
    margin:15px 0px;
    padding:15px;
    line-height:180%;
}

.textmenu{
    text-align:center;
    padding:5px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Cinzel', serif;
}

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


/* ↓タグ↓ */

h1{
    font-size:130%;
    font-weight:normal;
    margin:10px;
    color:#000;
    font-family: 'Cinzel', serif;
}

h2{
    font-size:80%;
    font-weight:normal;
    margin:10px;
    color:#000;
}

h3{
    font-size:130%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    font-family: 'Cinzel', serif;
}

h4{
    font-size:100%;
    font-weight:normal;
    margin:10px 0px;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#ccc;
}

h4:before{
    content:'✪';
    font-size:120%;
    margin:3px;
}

h5{
    font-size:90%;
    font-weight:normal;
    margin:5px;
}

h6{
    font-size:80%;
    font-weight:normal;
    margin:5px;
    background-color:#f8f1f1;
}

em{
   background: linear-gradient(transparent 60%, #fff799 60%);
}

strong{
    background-color:#afeeee;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
    color:#000;
}

a:link{
    color:#333333;
    text-decoration:none;
}

a:visited{
    color:#333333;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

blockquote{
    padding:5px;
    font-size:90%;
    margin:5px 10px;
    color:#778899;
}

blockquote:before{
    content:'\201c';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

blockquote:after{
    content:'\201d';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

li{
    padding:5px;
}

dl{
    padding-left:3px;
    margin:10px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:70%;
}

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */

.list1{
    list-style:none;
    text-align:center;
}

.list1 li{
display: inline-block;
}

.list2{
    list-style-type: upper-roman;
    list-style-position:inside;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #ccc;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:20px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
    font-size:90%;
}

.p2{
    border-style:double;
    border-width:3px;
    padding:3px;
    margin:5px 0px;
    font-size:90%;
}

.p3{
    border-style:dashed;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    font-size:90%;
    background-color:#fafafa;
}

.dt1{
    margin:7px 0px;
    
}

.dd1{
    font-size:90%;
    border-width:0px 0px 0px 3px;
    border-style:double;
}

.memo{
    background-color:#fafafa;
    font-size:80%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 10px;
}

.img1{
    box-shadow:1px 1px 3px -1px #999999;
-moz-box-shadow:1px 1px 3px -1px #999999;
-webkit-box-shadow:1px 1px 3px -1px #999999;
}

.counter{
    font-family: 'Cinzel', serif;
    font-size:80%;
}


/*↓ディスプレイ480px以下用↓*/

@media screen and (max-width:480px) 

	/* -------------- */
	/* ▼埋め込み画像 */
	/* -------------- */
	.embeddedimage {
		max-width: 100%;	/* 横方向にはみ出ないようにする */
		max-height: 240px;	/* 大きくなりすぎないようにする */
		width: auto;	/* 画像サイズを固定したい場合はここに具体的なpx値を指定するのがお勧め */
		height: auto;	/* 高さを固定したい場合を除いて、ここは auto のままにするのがお勧め */
	}

	/* -------------- */
	/* ▼埋め込み動画 */
	/* -------------- */
	@media all and (max-width: 600px) {
		/* 小型モバイル環境のみ */
		.embeddedmovie {
			display: inline-block;
			max-width: 100%;	/* はみ出ないようにする */
			width: auto;
			height: auto;
		}
	}

	/* --------------- */
	/* ▼埋め込みTweet */	/* これはツイートが埋め込まれる処理「前」用の装飾です。実際に埋め込まれるツイートはTwitter側のiframeで装飾されますので、てがろぐ側では指定できません。 */
	/* --------------- */
	blockquote.twitter-tweet {
		background-color: #f8f8f8;
		border: 1px dashed #ddd;
		border-radius: 9px;
		margin: 0.3em 0;
		padding: 1em;
		font-size: 0.95em;
		color: #999;
		text-shadow: 1px 1px 1px #fff;
	}

  