@import url("normalize.css");
@import url("skeleton.css");


@font-face{
    font-family: MPlusRounded;
    src: url('./font/rounded-mplus-1c-regular.woff') format('woff'),
         url('./font/rounded-mplus-1c-regular.ttf') format('truetype');
}

@font-face{
    font-family: Maboroshi;
    src: url('./font/幻ノにじみ明朝.otf') format('opentype');
}


/* ---- Ordinary ---- */


body{
    margin-left: auto;
    margin-right: auto;
    // padding: 10px;
    // max-width: 1200px;
    background-color: #eee;
    color: black;
    font-size: 160%;
    font-family: "Maboroshi", sans-serif;
}


div.header{
    margin: 0;
    /*background-color: white; */
    position: relative;
    top: 40px;
    color: black;
}


div.header h1{
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    // border-bottom: solid 3px #fcc;
}


div.header a{
    color: #da4656;
}


div.header img{
    display: inline-block;
    width: 70px;
    padding-left: 5px;
}


div.header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
    // background-color: #f2625d;
    background-color: #f2625d;
}


div.header li {
	float: left;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 0;
}


div.header li:last-child {
	border-right: none;
}


div.header li a {
	display: block;
	color: white;
	text-align: center;
	padding: 4px 6px;
	text-decoration: none;
    bottom: 0;
}


div.header li a:hover{
    // background-color: #8899dd;
    background-color: #f2726d;
}


.search{
    margin: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    height: 40px;
    border-bottom: 1px solid #999;
    z-index: 100;
    box-shadow: 0 0 3px 0 black;
}


.search form{
    margin: 0;
}


.search form input[type="text"]{
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    height: 30px;
    font-size: 15px;
    position: fixed;
    top: 5px;
    left: 50px;
    width: 150px;
    z-index: 100;
}


.search form input[type="submit"]{
    height: 30px;
    position: fixed;
    top: 5px;
    left: 210px;
    margin: auto;
    padding: auto;
    line-height: 0;
    z-index: 100;
}


.search img{
    height: 100%;
}


div.menu{
    margin: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #eee;
    height: 30px;
    border-bottom: 1px solid #999;
    z-index: 100;
    box-shadow: 0 0 3px 0 black;
}


div.menu ul{
    display: flex;
}


div.menu li{
    list-style: none;
    margin-left: 40px;
}


div.menu a{
    color: #555;
}


div.main{
    padding: 10px;
    /*background-color: white;*/
    z-index: 10;
    position: relative;
    top: 40px;
    line-height: 1.5;
}


h1 {
    margin: 5px;
    font-size: 160%;
}


div.main h2 {
    font-size: 120%;
    padding: .25em 0 .5em .75em;
    // border-left: 6px solid #7db5df;
    // border-bottom: 1px solid #7db5df;
    border-left: 6px solid #ec6d71;
    border-bottom: 1px solid #ec6d71;
    margin-bottom: 20px;
}


div.main h3 {
    font-size: 120%;
    position: relative;
    text-shadow: 0px 0 2px white;
    background-color: #fff0f0;
    // background: #ebebeb;
    z-index: 3;
    border-radius: 0px 0px;
    padding: 10px;
    padding-left: 10px;
    // margin: 20px 20px 10px 10px;
    // left: 30px;
    border-left: 6px solid #df7777;
}


div.main h2:before {
    // content: "";
    // position: absolute;
    // background-color: #9de5ff;
    // background: #cdcdcd;
    // width: 60px;
    // height: 60px;
    // border-radius: 50%;
    // top: 50%;
    // left: -50px;
    // -webkit-transform: translateY(-50%);
    // transform: translateY(-50%);
    // z-index: 1;
}


h4 {
    font-size: 160%;
}


div.main ul, ol {
    list-style: none;
    background-color: #eee;
    color: #111;
    padding: 0.5em 0.5em 0.5em 2em;
    font-size: 100%;
}


div.main ul li, ol li {
    line-height: 1.5;
    padding: 0.5em 0;
}


div.main li:before{
    content: "−";
    color: black;
}


div.main li a{
    color: #111;
}


div.main table{
    padding: 5px 20px 5px 20px;
    display: inline-block;
}


.btn-square {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}


.btn-square:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


a {
    color: #f4466e;
    text-decoration: none;
}


p {
    padding: 0px 10px;
    font-size: 100%;
}


div.form-area p{
    padding: 0px 10px;
    font-size: 100%;
}


div.form-area label > input{
    display: none;
}


div.form-area label{
    background-color: white;
    padding: 15px;
    border: double 4px #666;
    border-radius: 1.0em; /*角丸*/
}


div.form-area label div{
    font-size: 100%;
    text-align: center;
}


div.form-area input{
    background-color: white;
    border: 1.5px solid #666;
    color: #666;
}


div.form-area textarea{
    background-color: white;
    border: 1.5px solid #666;
    color: #666;
    width: auto;
    max-width: 380px;
    height: auto;
}


div.form-area select {
    margin-bottom: 0px;
}


.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}


.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-color: white;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}


.cp_ipselect select::-ms-expand {
    display: none;
}


.cp_ipselect.cp_sl04 {
	position: relative;
	border-radius: 2px;
	border: 1.5px solid #666;
    border-radius: 50px;
	background: aliceblue;
    margin: 5px 0px;
}


.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666;
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
	padding: 4px 38px 4px 16px;
	color: #666;
}


a:hover {
    text-decoration: underline;
}


hr {
	border-top: 3px double #888;
}


.textbox{
    max-width: 90%;
    width: 360px;
    padding: 5px 8px;
    border-radius: 6px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    background-image: none;
    background-color: #fff;
    font-size: 16px;
}


summary{
    cursor: pointer;
}


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


a{
    text-decoration: none;
    color: #c66;
}


a:hover{
    text-decoration: underline;
    color: #c66;
}


.twitter{
    font-size: 100%;
    position: fixed;
    bottom: 70px;
    right: 10px;
    opacity: 0.8;
    z-index: 100;
}


a.twitter-share-button{
    font-size: 14pt;
    color: #fff;
    // border: solid 2px #88f;
    background-color: #79e;
    padding: 2px 2px;
}


div.work{
    text-align: center;
    /* border: dotted #ccc 2px;*//*ドット 色 太さ*/ 
    border-radius: 2.0em;/*角丸*/
    display: inline-block;
    font-size: 90%;
    padding: 5px 10px;
    margin: 5px 5px;
    vertical-align: middle;
    position: relative;
    box-shadow: 0 0 5px #999999;
}


div.work img{
    width: 95%;
    max-height: 450px;
    max-width: 250px;
    border: solid 1px black;
}


div.work a{
    //position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


div.work a:hover{
    opacity: 0.5;
}


div.kyosho{
    // display: inline-block;
    // vertical-align: top;
    padding: 5px;
}


input[type=checkbox]{
    transform: scale(1.5);
    right: 5px;
}


input[type=radio]{
    transform: scale(1.5);
}


.circle{
    text-align: center;
    height: 60px;
    width: 60px;
    // border: 1px solid;
    border-radius: 50px;
    // border-color: #ff8888;
    background-color: #ff4444;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    vertical-align: middle;
    opacity: 0.8;
    box-shadow: 4px 4px 5px 0 black;
}


.circle span{
    padding-top: 7px;
    vertical-align: middle;
    color: white;
    font-size: 100%;
    font-weight: 1000;

}


.inline_block{
    display: inline-block;
    width: 550px;
    max-width: 90%;
    vertical-align: top;
    margin-right: 40px;
}


div.gallery img{
    max-width: 300px; 
    max-height: 600px; 
    border: 1px black solid; 
    margin: 20px;
}


div.main p{
    background-color: #ccc;
    color: #111;
}


div.main_canvas{
}
