@media print, all and (min-width: 641px) {

body {
	font-size: 100%; /* 16pt */
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #000000;
	background-color: #ffffff;
	line-height:1.75;
	word-break:break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #ff0000;
	text-decoration:none;
}

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

.container {
	width: 100%;
    min-width: 1024px;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}

	
	#md-site{
		width: 100%;
		min-width: 1024px;
		overflow: hidden;
	}



/* HEADER */

#header {
	margin:0;
    border: 20px solid #ff0000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#header:before {
    content: "";
    display: block;
    max-width: 50%;
    width: 580px;
    height: 346px;
    background-image: url("../images/aichi-mc/h-firstbuild.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#header:after {
    content: "";
    display: block;
    max-width: 50%;
    width: 580px;
    height: 346px;
    background-image: url("../images/aichi-mc/h-secondbuild.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#header.variable:before {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    padding-top: 29.8275862%;
    background-image: url("../images/aichi-mc/h-firstbuild.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#header.variable:after {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    padding-top: 29.8275862%;
    background-image: url("../images/aichi-mc/h-secondbuild.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#header .primary{
    padding: 35px 0;
}
#header .primary .h-logo,
#header .h-mainv .mainv{
    margin-bottom: 0;
    text-align: center;
}
    #header .h-mainv{
        padding-bottom: 35px;
    }
#header .h-mainv .mainv img{
    width: 100%;
    height: auto;
}
#header .secondary{
	/* 230411 KINOSHITA 変更 */
    /*padding: 0 0 35px;*/
    padding: 0 0 10.0%;
}
#header .secondary .title {
    margin-bottom: 25px;
    text-align: center;
}
#header .secondary .subtitle {
    margin-bottom: 20px;
    font-size: 175%; /* 28px */
    font-weight: bold;
    text-align: center;
}
#header .secondary .text{
    margin-bottom: 30px;
    font-size: 118.75%;
    letter-spacing: 0.4pt;
    line-height: 1.78947368421;
    text-align: center;
	/* 230411 KINOSHITA 追加 */
	font-weight: bold;
}
#header .secondary .btns-box{
    letter-spacing: -.4em;
    text-align: center;
}
#header .secondary .btns-box .btns{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    letter-spacing: normal;
}
#header .secondary .btns-box .btns:last-child{
    margin-right: 0;
}
#header .secondary .btns-box .btns a{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
    color: #ff0000;
    font-size: 125%; /* 20px */
    font-weight: bold;
    letter-spacing: 0.2pt;
    text-decoration: none;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #ff0000;
}
#header .secondary .btns-box .btns a:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 10px;
    height: 15px;
    background-image: url("../images/aichi-mc/anchor01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}
#header .secondary .btns-box .btns a .small{
    font-size: 80%; /* 16px */
}
#header .secondary .btns-box .btns a .small02{
    font-size: 90%; /* 18px */
}
#header .secondary .btns-box .btns a:hover {
    color: #ffffff;
    background-color: #ff0000;
}
#header .secondary .btns-box .btns a:hover:after{
    background-image: url("../images/aichi-mc/anchor01_w.png");
}
    #header .secondary .btns-box .btns a .inner,
    #header .secondary .btns-box .btns a .inner .small,
    #header .secondary .btns-box .btns a .inner .small02{
        transition-duration:0s;
        -webkit-transition-duration:0s;
        -moz-transition-duration:0s;
        -o-transition-duration:0s;
        -ms-transition-duration:0s;
    }
	




    /* GREETING */
    #greeting{
        width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
    .greeting-box > .titles{
        margin-bottom: 35px;
        color: #ff0000;
        font-size: 125%;
        font-weight: bold;
        letter-spacing: 0.5pt;
        text-align: center;
    }
    .greeting-box > .titles .inner{
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 1px solid #ff0000;
    }
    .greeting-box > .subtitles{
        margin-bottom: 25px;
        font-size: 162.5%;
        font-weight: bold;
        letter-spacing: 0.8pt;
        text-align: center;
    }
    .greeting-box > .text{
        margin-bottom: 0;
        font-size: 106.25%;
        letter-spacing: 0.17pt;
        line-height: 2.0588;
    }
    .greeting-box > .text:not(:last-child){
        margin-bottom: 10px;
    }


    /* POINT */
    .point-list{
        letter-spacing: -.4em;
        text-align: center;
    }
    .point-list > li{
        display: inline-block;
        vertical-align: middle;
        margin-right: 50px;
        padding-top: 40px;
        min-width: 186px;
        min-height: 186px;
        letter-spacing: normal;
        background-image: url("../images/aichi-mc/pointlist-bg.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 186px auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .point-list > li:last-child{
        margin-right: 0;
    }
    .point-list > li .titles{
        margin-bottom: 6px;
        color: #ff0000;
        font-size: 175%;
        font-weight: bold;
        letter-spacing: 1.0pt;
        text-indent: 1.0pt;
    }
    .point-list > li .titles.ls{
        letter-spacing: 8.0pt;
        text-indent: 8.0pt;
    }
    .point-list > li .text{
        margin-bottom: 0;
    }


    /* DIRECTORS */
    .dir-box{
        letter-spacing: -.4em;
        text-align: center;
    }
    .dir-box > .items{
        display: inline-block;
        vertical-align: middle;
        margin-right: 100px;
        letter-spacing: normal;
    }
    .dir-box > .items:last-child{
        margin-right: 0;
    }
    .dir-box > .items .image{
        margin-bottom: 30px;
        text-align: center;
    }
    .dir-box > .items .names-box{
        margin-bottom: 30px;
        text-align: center;
    }
    .dir-box > .items .position{
        margin-bottom: 10px;
        font-size: 112.5%; /* 18px */
        letter-spacing: 0.4pt;
        line-height: 1.5555556;
    }
    .dir-box > .items .names{
        margin-bottom: 0;
    }
    .dir-box > .items .names .status{
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    .dir-box > .items .names .name{
        display: inline-block;
        vertical-align: middle;
        font-size: 187.5%; /* 30px */
        font-weight: bold;
        letter-spacing: 0.4pt;
        line-height: 1.1666667;
    }
    .dir-box > .items .btns{
        text-align: left;
    }
    #content .dir-box > .items .btns a{
        display: block;
        padding: 12px 50px 12px 25px;
        color: #ff0000;
        font-size: 112.5%; /* 18px */
        font-weight: bold;
        letter-spacing: 0.8pt;
        line-height: 1.44444;
        text-decoration: none;
        background-color: #ffffff;
        background-image: url("../images/aichi-mc/anchor02.png");
        background-position: right 25px center;
        background-repeat: no-repeat;
        background-size: 12px auto;
        border: 1.5px solid #ff0000;
    }
    #content .dir-box > .items .btns a:hover {
        color: #ffffff;
        background-color: #ff0000;
        background-image: url("../images/aichi-mc/anchor02_w.png");
    }


    /* INFORMATION */
    .info-box .inner-box{
        padding: 35px 40px;
        border: 10px solid #ff0000;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
    }
    .info-box .inner-box > .titles{
        margin-bottom: 45px;
        color: #ff0000;
        font-size: 187.5%;
        font-weight: bold;
        letter-spacing: 0.4pt;
        line-height: 1.533333;
        text-align: center;
    }
    .info-box .inner-box > .titles .inner{
        display: inline-block;
        padding-bottom: 0;
        border-bottom: 4px solid #ff0000;
    }
    .newold-list{
        margin-bottom: 0;
    }
    .newold-list > li{
        margin-bottom: 30px;
    }
    .newold-list > li:last-child{
        margin-bottom: 0;
    }
    .newold-list > li .old{
        margin-bottom: 5px;
        padding-left: 32px;
        font-size: 125%;
        font-weight: bold;
        letter-spacing: 0.5pt;
        line-height: 1.35294;
        background-image: url("../images/aichi-mc/newoldlist-old.png");
        background-position: 0 1px;
        background-repeat: no-repeat;
        background-size: 26px auto;
    }
    .newold-list > li .new{
        margin-bottom: 0;
        padding-left: 32px;
        color: #ff0000;
        font-size: 150%;
        font-weight: bold;
        letter-spacing: 0.65pt;
        line-height: 1.35294;
        background-image: url("../images/aichi-mc/newoldlist-new.png");
        background-position: 0 5px;
        background-repeat: no-repeat;
        background-size: 26px auto;
    }
    .newold-list > li a:hover {
        filter:alpha(opacity=30); /* IE 6,7*/
        -ms-filter: "alpha(opacity=30)"; /* IE 8,9 */
        -moz-opacity:0.3; /* FF , Netscape */
        -khtml-opacity: 0.3; /* Safari 1.x */
        opacity:0.3;
        zoom:1; /*IE*/
    }




/* FOOTER */

#footer {
	color: #ffffff;
    background-color: #ff0000;
}

#footer .container-inner {
	padding:20px 0;
}

#footer a{
	color: #ffffff;
}
#footer .copyright {
	margin: 0;
	text-align:center;
}
	
	#content{
		padding: 60px 0 20px;
	}
	
#content a{
    text-decoration:underline;
}

#content .container-inner {
}

.section {
	margin-bottom: 70px;
}

.section-s {
	margin-bottom: 50px;
}

.section-ss {
	margin-bottom: 30px;
}

.section-sss {
	margin-bottom: 15px;
}

.section-ssss {
	margin-bottom: 10px;
}

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 40px;
	height: 40px;
	line-height:0;
	text-decoration:none;
	background-color: #FF0000;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	position: relative;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-80px;
	padding-top:80px;
}
	
	.ta_right{
		text-align: right;
	}


}