﻿/*===============================================
 画面の横幅が768pxまで
===============================================*/
@media screen and (min-width: 641px) and (max-width: 979px) {
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#edp_container{
		max-width: 979px;
	}
	
	
	/****** header ******/
	.core_header {
		margin: 0px auto;
		max-width: 979px;
		position: relative;
	}
    .core_header img {
        margin-right: 30px;
    }
	
	
	/****** main(contents) ******/
	.core_main{
		margin: 0px auto;
		max-width: 979px;
		position: relative;
	}


	/****** footer ******/
    .footer_text {
	    padding-left: 10px; 
	    padding-right: 10px; 
		margin: 0px auto;
		max-width: 979px;
	    height:52px;
	}
    .core_footer p.copyright{
        float: right;
        margin-top:5px;
        text-align:right;
    }


    /****** control ******/
    .edp_login{
        padding:50px 0 100px 0;
    }
    .edp_variableness_button {
        background-image: url( ../Images/Shared/bg_button.png );
        background-repeat: no-repeat;
        width: 149px;
        height: 39px;
        border: 0px;
        font-size: 140%;
        font-weight: bold;
        color: #ffffff;
    }


    /****** 領域設定 ******/
    .edp_input_item p {
        float: left;
    }

    /************************ コンテンツ（プレビュー用） ************************/
    .edp_contents_theme {
        float:right;
    }
    /*------------------* h1 *------------------*/
    .edp_contents h1 {
        margin: 10px 0px 10px -5px;
    }
    /*------------------* h2 *------------------*/
    .edp_contents h2 {
        margin: 20px 0px 10px -5px;
    }
    /*------------------* h3 *------------------*/
    .edp_contents h3 {
        margin:30px 0px 10px 0px;
    }
    /*------------------* h4 *------------------*/
    .edp_contents h4 {
        margin: 30px 0 0 10px;
    }
}