@charset "utf-8";

/******************************************************
 *
 * credit_free.html　credit_free2.html　ページ部品
 *
 ******************************************************/

#contents {
    background: #95d8d5;
}

.corner1 {
    width: 100%;
    text-align: center;
    margin-bottom:10px;
}

.corner1-text {
    margin:5px auto 0px;
    background-color:transparent;
}

.corner1-text p{
    color: #707070;
    font-size: 2em;
    font-weight: bold;
    text-shadow:
      -1px -1px 0 #ffffff,
       1px -1px 0 #ffffff,
       -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
}

.corner1-text strong{
    color: #e65455;
}

.corner1-text2 {
    margin:5px auto 0px;
}

.corner1-text2 p{
    color: #707070;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow:
      -1px -1px 0 #ffffff,
       1px -1px 0 #ffffff,
       -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
}

.corner1-text2 strong{
	color: #e65455;
}

.corner2 {
    width: 95%;
    text-align: center;
    background: #fff;
    padding: 1px 0 5px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin:0px auto 10px;
}

.corner2-table {
    margin: 0 auto;
    width: 95%;
}

.corner2-table ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    border-collapse: collapse;
}

.corner2-table li {
    background: #fff;
    display: table-cell;
    text-align: center;
    list-style: none;
}

.corner2-text {
    display: block;
    width: 98%;
    text-align: center;
    margin: auto;
    padding: 0.2em;
    font-size: 1.5em;
    color: #f27979;
    font-weight: bold;
}

.corner2-text2 {
    display: block;
    width: 98%;
    text-align: center;
    margin: auto;
    padding: 0.2em;
    font-size: 1em;
}

.corner3 {
    padding-top:10px;
    text-align: center;
}

.corner3-text {
    margin-bottom:5px;
}

.corner3-text p {
    margin-bottom:3px;
    font-size: 1.3em;
    font-weight: bold;
    text-shadow:
  	  -1px -1px 0 #ffffff,
   	   1px -1px 0 #ffffff,
   	   -1px 1px 0 #ffffff,
       	    1px 1px 0 #ffffff;
}

.corner3-text strong {
    color: #e65455;
}

.corner3-btn{
    display: inline-block;
    padding: 1em 1.5em;
    text-decoration: none;
    background: #f27979;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: solid 4px #e65455;
    border-radius: 3px;
    font-size: 1.5em;
}

.corner3-btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.corner4 {
    padding:20px 5px 10px 5px;
}

.corner4 strong {
    color: #e65455;
}

.comments {
    font-size: 0.5em;
    color: #f27979;
    vertical-align:top;
}