@charset "utf-8";
/**
 * メディア一斉配信サービスcss
 * 
 * create: 2016-09-14
 * update: 2016-09-25
 * 
 * @package     netreal
 * @author      ik
 * @copyright   Copyright (c) 2016 , netreal
 * @version     netreal 1.00
 */



/* タイトル */
div.main h3 {
    color: #000f6d;
    font-size: 24px;
    text-align: center;
}

div.main h3.div {
    border-top: 2px dotted #000f6d;
    padding-top: 70px;
}

div.main h4 {
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-top: 4px;
    text-align: center;
}


p.txt {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}


p.txt1 {
    padding: 0 20px;
}

p.indigo {
    color: indigo;
    font-size: 120%;
}

div.txt {
    background-color: #f4f8fc;
    padding: 20px;
    margin-bottom: 20px;
}

div.txt h5 {
    font-size: 200%;
    font-weight: bold;
    margin: 5px 0 25px;
}

div.txt  p:last-child {
    line-height: 2;
}

/* 良くある質問部分 */
div.txt1 {
    padding: 0 30px;
}

div.txt1 em {
    font-size: 24px;
    margin-left: -35px;
    width: 35px;
    font-style: normal;
    display: inline-block;
}

div.txt1 p {
    padding-left: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}


/* ご注意事項 */

    div.atntn {
         border-top: 1px solid #999;
         border-bottom: 1px solid #999;
         padding: 20px 8px;
        margin-bottom: 50px;
    }

    div.atntn ul:first-child{
        padding-bottom: 20px;
    }

    div.atntn ul li {
        padding-left: 20px;
    }

    div.atntn ul li:first-child {
        padding: 0px;
    }

    div.atntn ul  i{
        font-size: 20px;
        padding-right: 4px;
    }

    div.atntn ul  i.fa-globe{
        color: #00a0e9;
    }

    div.atntn ul  i.fa-exclamation-triangle {
        color: #FFCC00;
    }


/* 無料会員登録 */
p.entry {
    width:470px;
    margin:20px auto;
    text-align:center;
    font-size:125%;
    color:#333333;
    padding:15px;
    background-color:#ffa500;
    font-weight:bold;
    border: 2px double #333333;
}


/* モーダル表示テキスト */

div.modal_text {
	display: none;
}

div.modal_text div {
	border: 20px solid #d43f3a;
	padding: 30px 15px;

}

div.modal_text div * {
	text-align: left;
}

div.modal_text div h3 {
	font-size: 16px;
	color: #000;
}

div.modal_text div p {
	line-height: 1.6;
	color: #000;
}


#md_main .modal-body {
	border: 20px solid #d43f3a;
	padding: 30px 15px;

}

#md_main .modal-body * {
	text-align: left;
}

#md_main .modal-body h3 {
	font-size: 16px;
	color: #000;
}

#md_main .modal-body p {
	line-height: 1.6;
	color: #000;
}

.bt_modal {
	cursor: pointer;
}
