﻿
/* backs original */
.body
{
    /* background-color: #f5f5f5; */
}

#header_moto
{
    background-color: #ffffff;
    height: 75px;
    /* padding-bottom: 18px; */
    /* border-bottom: 5px solid rgb(0,162,230); */
    border-bottom: 1px solid rgb(204,204,204);
    box-shadow: 0 1px 0 rgb(230,230,230);
}
#header
{
    background-color: #ffffff;
    /* height: 80px; */
    /* padding-bottom: 18px; */
    /* border-bottom: 5px solid rgb(0,162,230); */
    /* border-bottom: 1px solid rgb(204,204,204);
    box-shadow: 0 1px 0 rgb(230,230,230);*/
    margin-bottom: 15px;
}
#Header .c_header{
	/* margin-bottom: 15px; */
	margin-bottom: 15px;
	height: 10px;
    background-color: #1f1f1f
}

.top_title
{
    color: #ffffff;
    /*background-color: rgb(189,2,22);*/
    background-color: rgb(91,47,36);
    padding-top: 5px;
    padding-bottom: 5px;
    /* margin-top: 15px;
    margin-bottom: 15px; */
    /* padding-bottom: 18px; */
    /* border-bottom: 5px solid rgb(0,162,230); */
    /*border-bottom: 1px solid rgb(204,204,204);
    box-shadow: 0 1px 0 rgb(230,230,230);*/
}

#logo{
    margin-left: -15px;
    margin-top: 15px;
}
#footer 
{
    border-top: 1px solid rgb(104,104,104);
    box-shadow: 0 -2px 0 rgb(239,239,239);
    height: 60px;
    padding-top: 5px;
    /* position: absolute;
    background-color: #f8f8f8;
    font-size: 12px;　*/
}

.title
{
    border:1px solid rgb(91,47,36);
    color: #ffffff;
    font-family: Meiryo UI;
    font-weight:bold;
    background-color: rgb(91,47,36);
    border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}

.hissu-form
{
    border:1px solid rgb(91,47,36);
    border-radius: 0px 0px 3px 3px/0px 0px 3px 3px;
    border-top: none;
    margin-top:0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:35px
}

.display-inline-block
{
    display: inline-block;
}

.hissu-mark,strong
{
    font-weight: bold;
    color:Red;
    /* font-size: large; */
}

.btn-org {
	display: block;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background-color: rgb(49,146,170);
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 128%;
    font-weight: bold;
    font-family: Meiryo UI;
}
.btn.entry {
	background-color: #d63536;
}
.btn:hover {
	color: #fff;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* 2016/11/08 kuwana */
.kiyaku h1 {
    font-size:18px;
    font-weight:bold;
}
.kiyaku h2 {
    font-size:14px;
    font-weight:bold;
    margin-top:30px;
}

.btn-hide {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    user-select: none;
    background-image: none;
    pointer-events: none; /* リンク無効化 */
}

/*ラジオボタン*/
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin: 0 6px 0 0;
}
input[type="checkbox"]+label,
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin: 0 12px 0 0;
	cursor: pointer;
    font-weight:normal;
}
@media screen and (min-width: 1px) {
	input[type="checkbox"],
	input[type="radio"] {
		display: none;
		margin: 0;
	}
	input[type="checkbox"]+label,
	input[type="radio"] + label {
		padding: 10px 0 10px 24px; /* org:padding: 0 0 0 24px; 2016/07/27 kuwana */
	}
	
	/*checkbox*/
	input[type="checkbox"]+label::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		margin: -9px 0 0 0;
		border: 1px solid #bfbfbf;
		background: #ffffff;
	}
	input[type="checkbox"]:checked+label::after{
		content: "";
		position: absolute;
		top: 50%;
		left: 3px;
		width: 14px;
		height: 8px;
		margin: -5px 0 0 0;
		border-left: 4px solid #847869;
		border-bottom: 4px solid #847869;
		transform: rotate(-45deg);
	}
	/*radio*/
	input[type="radio"] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
        border: 1px solid #bfbfbf;
        border-radius: 30px;
    }
    input[type="radio"]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #847869;
        border-radius: 8px;
    }
}

ul.MyCheckBoxList {
    list-style-type: none;
    padding-left:0;
}

/* 動的アンケートTABLEの項目用 旧デザインとの併用のため */
#MyTable h3 {
    font-size:14px;
    font-weight: 700;
}

/* 学校名の頭文字一覧・改訂Ver（マクドナルドインターン） 2020/05/26 kuwana
--------------------------------------- */
/*  school_head   ：縦 5列横10行
    school_head_sp：縦10列横 5行 */
.school_head {
    width: 500px;
}
.school_head_sp {
    display: none;
}
@media only screen and (max-width:500px) {
    .school_head {
        display: none;
    }
    .school_head_sp {
        width: 250px;
        display: block;
    }
}
